/* ================================
   Z-INDEX HİYERARŞİSİ (NET)
   ================================ */

/* Scroll Top – HER ŞEYİN ÜSTÜNDE */
#scroll-top {
  position: fixed;
  right: 20px;
  bottom: 150px; /* 👈 30px yukarı aldık */
  z-index: 200000 !important;
  pointer-events: auto;
}


/* Support Wrapper – Scroll Top'un ALTINDA */
.support-wrapper {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100000;
}

/* Toggle */
.support-toggle {
  width: 58px;
  height: 58px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
}

/* Support Menu */
.support-menu {
  display: none;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
  align-items: flex-end;
  position: relative;
  z-index: 100001;
}

/* Items */
.support-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.support-item i {
  font-size: 18px;
}

/* WhatsApp */
.support-item.whatsapp {
  background: #25D366;
}

/* Live Chat */
.support-item.livechat {
  background: #343a40;
}

/* ❗ KRİTİK FIX – z-index BOZULMASIN */
.support-wrapper,
.support-wrapper * {
  transform: none !important;
}
/* Mobil menü AÇIKKEN de Scroll Top hep üstte */
body.mobile-nav-active #scroll-top {
  z-index: 200000 !important;
}

/* Tawk.to her şeyin üstünde */
.tawk-min-container {
  z-index: 300000 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .support-item span {
    display: none;
  }
}
.topbar-links .top-link {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}

.topbar-links .top-link:hover {
  color: var(--accent-color);
}

/* Bize Sorun – vurgu */
.topbar-links .top-link.highlight {
  color: #ffffff;
  font-weight: 600;
}
.top-link {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.top-link:hover {
  opacity: 0.85;
}

.evrak-card {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.evrak-card i {
  font-size: 32px;
  color: var(--accent-color);
  display: block;
  margin-bottom: 8px;
}
.evrak-card:hover {
  background: #e9f0ff;
  transform: translateY(-4px);
}
/* =========================
   ABOUT PAGE – AVANBYS
========================= */

/* Hero */
.about-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  background: url("../img/about-hero.jpg") center center / cover no-repeat;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* okunabilirlik */
}

.about-hero .container {
  position: relative;
  z-index: 2;
}

.about-hero-content {
  max-width: 650px;
}

.about-hero h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.about-hero h1 span {
  color: var(--accent-color);
}

.about-hero p {
  margin-top: 20px;
  font-size: 18px;
  color: rgba(255,255,255,0.85);
}

/* Mobil */
@media (max-width: 768px) {
  .about-hero {
    min-height: 60vh;
  }

  .about-hero h1 {
    font-size: 28px;
  }
}

.about-hero h1 {
  font-size: 42px;
  font-weight: 700;
}
.about-hero .lead {
  max-width: 720px;
  margin: 15px auto 0;
  font-size: 18px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/* Intro */
.about-intro h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.about-intro p {
  font-size: 16px;
  line-height: 1.7;
}
.about-icon {
  font-size: 140px;
  color: var(--accent-color);
  opacity: 0.15;
}

/* Biz Ne Yapmıyoruz */
.about-not h2 {
  font-size: 30px;
  font-weight: 700;
}
.about-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  height: 100%;
}
.about-card i {
  font-size: 32px;
  color: #dc3545;
  margin-bottom: 10px;
}
.about-card p {
  margin: 0;
  font-weight: 500;
}

/* Biz Ne Yapıyoruz */
.about-do h2 {
  font-size: 30px;
  font-weight: 700;
}
.about-feature {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.about-feature i {
  font-size: 28px;
  color: var(--accent-color);
}
.about-feature h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

/* Vision */
.about-vision h2 {
  font-size: 30px;
  font-weight: 700;
}
.about-vision .lead {
  max-width: 700px;
  margin: 10px auto;
  font-size: 18px;
}

/* CTA */
.about-cta {
  padding: 70px 0;
}
.about-cta h3 {
  font-size: 28px;
  font-weight: 700;
}
.about-cta p {
  margin-bottom: 25px;
  font-size: 16px;
}



.pricing-features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.package-for {
  margin-top: 14px;
  padding: 10px 14px;
  background: #f5f7fa;
  border-left: 4px solid #0d6efd;
  border-radius: 6px;
}
.package-actions {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.package-for h6 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #0d6efd;
}

.package-for p {
  font-size: 12.5px;
  line-height: 1.5;
  margin: 0;
  color: #555;
}
.package-guide {
  padding-top: 0;
}
.package-title {
  display: flex;
  justify-content: space-between; /* Başlık solda, badge sağda */
  align-items: center;
}

.most-popular {
  background: #0d6efd;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 12px;
}

.guide-box {
  background: #f8f9fa;
  border-left: 4px solid #0d6efd;
  padding: 24px;
  border-radius: 8px;
}

.guide-box h4 {
  margin-bottom: 10px;
  font-size: 18px;
}

.guide-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
}

.guide-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.guide-item {
  font-size: 14px;
  color: #333;
}

.guide-item strong {
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
}

.guide-action {
  margin-top: 16px;
}
/* Paket tablosu genel */
.paket-table th,
.paket-table td {
  vertical-align: middle;
  text-align: center;
  font-size: 0.95rem;
  padding: 0.8rem 0.5rem;
}

/* Başlık satırı */
.paket-table thead th {
  background-color: #0d6efd;
  font-weight: 600;
  color: #fff;
}

/* Premium kolon – okunabilir renk */
.paket-table th:nth-child(4),
.paket-table td:nth-child(4) {
  background-color: #a0e7e5; /* mavi arka plan */
  color: #000000;           /* beyaz yazı */
  font-weight: 500;
}

/* Hover efekti */
.paket-table tbody tr:hover td {
  background-color: #e9ecef;
}
.paket-table tfoot .btn {
  width: 100%;
  border-radius: 20px;
  font-size: 13px;
  padding: 8px 0;
  transition: all 0.3s ease;
}

.paket-table tfoot .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(13, 110, 253, 0.25);
}
/* Bu paket kimler için – footer info box */
.package-info-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 6px;
  background-color: #f1f3f5;
  font-size: 0.85rem;
  color: #212529;
}

.package-info-box i {
  font-size: 18px;
  color: #0d6efd;
}



.pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 15px;
}

.pricing-features li i {
  font-size: 18px;
}

.pricing-features li.disabled {
  color: #aaa;
}

.pricing-item {
  background: #fff;
  border-radius: 14px;
  padding: 32px 28px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}
.pricing-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.10);
}
.pricing-item ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.pricing-item.featured {
  border: 2px solid #0d6efd;
  box-shadow: 0 18px 45px rgba(13,110,253,0.25);
  transform: scale(1.02);
}
.package-detail-accordion {
  margin-top: 16px;
}
.paket-table .price-row td {
  font-weight: 600;
  color: #0d6efd;  /* Başlık rengiyle uyumlu */
  background-color: #f5f8ff; /* Açık arka plan info hissi için */
}

.paket-table tfoot .btn {
  width: 100%;
  border-radius: 20px;
  font-size: 13px;
  padding: 8px 0;
  transition: all 0.3s ease;
}

.paket-table tfoot .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(13, 110, 253, 0.25);
}
.accordion-toggle {
  width: 100%;
  background: #f1f3f5;
  border: none;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-toggle i {
  transition: transform 0.3s ease;
}

.accordion-content {
  display: none;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #eee;
  border-top: none;
  border-radius: 0 0 6px 6px;
}

.package-detail-list {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  color: #444;
}

.package-detail-list li {
  margin-bottom: 6px;
}

/* Açıkken */
.package-detail-accordion.active .accordion-content {
  display: block;
}

.package-detail-accordion.active .accordion-toggle i {
  transform: rotate(180deg);
}
.btn-select-package {
  background: #0d6efd;
  color: #fff;
  padding: 10px 26px;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-select-package:hover {
  background: #084298;
  color: #fff;
  transform: translateY(-2px);
}
/* Modal Genel */
.modal-content {
  border-radius: 20px;
  overflow: hidden;
  border: none;
}

/* Header */
.modal-header-custom {
  background: linear-gradient(135deg, #0d6efd, #084298);
  color: #fff;
}

/* Icon */
.modal-icon {
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,0.15);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

/* Form Kart */
.form-card {
  background: #f9fafc;
  padding: 24px;
  border-radius: 16px;
}

/* Input */
.form-control {
  border-radius: 12px;
}

/* Paket Bilgi Kutusu */
.package-info-box {
  display: flex;
  gap: 12px;
  background: #eef4ff;
  padding: 14px 16px;
  border-radius: 12px;
  margin-top: 20px;
  font-size: 14px;
}

.package-info-box i {
  font-size: 20px;
  color: #0d6efd;
}

/* WhatsApp Buton */
.btn-whatsapp {
  background: #25D366;
  color: #fff;
  border-radius: 30px;
  padding: 12px;
  font-weight: 600;
}

.btn-whatsapp:hover {
  background: #1ebe5d;
  color: #fff;
}
.package-info-note {
  display: flex;
  gap: 12px;
  background: #f4f7fb;
  border-left: 4px solid #0d6efd;
  padding: 14px 16px;
  border-radius: 12px;
  margin-top: 12px;
  font-size: 13.5px;
  color: #333;
}

.package-info-note i {
  font-size: 20px;
  color: #0d6efd;
  margin-top: 2px;
}

.package-info-note p {
  margin: 4px 0 0;
  line-height: 1.5;
}


/* Mobile */
@media (max-width: 768px) {
  .support-item span {
    display: none;
  }
}.paket-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.paket-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.paket-card i {
  font-size: 40px;
  color: var(--accent-color);
  margin-bottom: 15px;
}

.paket-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.paket-card p {
  font-size: 15px;
  color: #6c757d;
  margin: 0;
}

/* Premium vurgu */
.paket-card.highlight {
  border: 2px solid #a0e7e5;
  background: rgba(160,231,229,0.15);
}

/* Ultimate */
.paket-card.ultimate {
  border: 2px solid var(--accent-color);
}

/* Badge */
.paket-card .badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #a0e7e5;
  color: #000;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 600;
}

.paket-card .badge.dark {
  background: var(--accent-color);
  color: #fff;
}

/* ANA SERVİS KARTLARI */
.service-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.service-card i {
  font-size: 36px;
  color: var(--accent-color);
  margin-bottom: 12px;
  display: inline-block;
}

.service-card h3 {
  font-weight: 600;
  margin-bottom: 8px;
}

.service-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}


.service-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-card ul li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #555;
}


/* MİNİ SERVİSLER */
.mini-service {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.mini-service:hover {
  background: var(--accent-color);
  color: #fff;
}
@media (max-width: 575px) {
  .service-card {
    padding: 22px 14px;
  }

  .service-card h5 {
    font-size: 15px;
  }

  .service-card p {
    font-size: 13px;
  }
}


/* ================================
   PAKET KARŞILAŞTIRMA TABLOSU
================================ */

.paket-table {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

/* Başlık satırı */
.paket-table thead th {
  background: var(--accent-color);
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border: none;
  padding: 16px 10px;
  vertical-align: middle;
}

/* Özellik sütunu */
.paket-table tbody td:first-child,
.paket-table thead th:first-child {
  text-align: left;
  font-weight: 600;
  background: #f8f9fa;
}

/* Gövde hücreleri */
.paket-table tbody td {
  padding: 14px 10px;
  font-size: 14px;
  border-color: #eee;
}

/* Check / Cross ikonları */
.paket-table td {
  font-size: 16px;
}

.paket-table td:contains("✔") {
  color: #28a745;
}

.paket-table td:contains("✖") {
  color: #dc3545;
}

/* Premium sütun vurgusu */
.paket-table .premium-col,
.paket-table th:nth-child(4) {
  background: rgba(13, 110, 253, 0.06);
  font-weight: 600;
}

/* Fiyat satırı */
.paket-table .price-row td {
  background: #f1f3f5;
  font-weight: 700;
  font-size: 15px;
}

/* Footer butonlar */
.paket-table tfoot td {
  background: #fff;
  padding: 18px 10px;
  border-top: 1px solid #eee;
}

.paket-table tfoot .btn {
  width: 100%;
  border-radius: 20px;
  font-size: 13px;
  padding: 8px 0;
  transition: all 0.3s ease;
}

.paket-table tfoot .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(13, 110, 253, 0.25);
}

/* Hover efekti */
.paket-table tbody tr:hover {
  background: rgba(0, 0, 0, 0.02);
}

/* Responsive ayar */
@media (max-width: 768px) {
  .paket-table {
    font-size: 13px;
  }

  .paket-table thead th {
    font-size: 13px;
  }
}
/* Premium sütun özel rengi */
.paket-table .premium-col,
.paket-table th:nth-child(4),
.paket-table td:nth-child(4) {
  background: #a0e7e5 !important;
  font-weight: 600;
}

/* Premium başlık yazısı koyulaşsın */
.paket-table th:nth-child(4) {
  color: #0f4c4c;
}

/* Premium fiyat satırı biraz daha güçlü */
.paket-table .price-row td:nth-child(4) {
  font-size: 16px;
}
/* Genel hover */
.paket-table tbody tr:hover td {
  background: #f6f9fc;
}

/* Premium sütun hover'da da kendi rengini korusun */
.paket-table tbody tr:hover td:nth-child(4) {
  background: #8fdedb; /* #a0e7e5'in hover tonu */
}
/* Derinlik ve Süzülme Efekti */
.avanbys-sistem-gorsel {
    /* Daha yumuşak, katmanlı ve geniş bir gölge (lacivert tonlu) */
    box-shadow: 0 30px 60px rgba(19, 59, 121, 0.25), 
                0 15px 25px rgba(19, 59, 121, 0.15);
    
    /* Hafif yukarı taşıma (Arka plandan ayırır) */
    transform: translateY(-15px); 
    
    /* Kenarları hafif yumuşat (Opsiyonel ama daha modern durur) */
    border-radius: 20px; 
    
    /* Efektlerin yumuşak geçişi için */
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    
    /* Temiz kenarlar */
    overflow: hidden; 
    border: 3px solid white; /* Hafif bir çerçeve, arka planla kontrastı artırır */
}

/* Mouse ile üzerine gelince hafifçe daha da yükselmesi (Opsiyonel) */
.avanbys-sistem-gorsel:hover {
    transform: translateY(-20px);
    box-shadow: 0 40px 80px rgba(19, 59, 121, 0.3), 
                0 20px 30px rgba(19, 59, 121, 0.2);
}
.custom-contact-form {
  background: #fff;
  padding: 30px;
  height: 100%;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.custom-contact-form .form-group {
  margin-bottom: 20px;
}

.custom-contact-form input, .custom-contact-form textarea, .custom-contact-form select {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 15px;
}

.custom-contact-form button[type="submit"] {
  background: #133B79; /* Senin AvanBys lacivertin */
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  cursor: pointer;
}

.custom-contact-form button[type="submit"]:hover {
  background: #1a4da1;
}