.whatsapp-float {
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 999;
  }
  
  .whatsapp-button {
    display: flex;
    align-items: center;
    background: #25D366;
    color: white;
    padding: 12px;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    font-weight: 600;
    width: 56px;
    height: 56px;
    justify-content: center;
  }
  
  .whatsapp-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: white;
    border-radius: 50px;
    width: auto;
    padding: 12px 20px;
  }
  
  .whatsapp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .whatsapp-text {
    font-size: 16px;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.3s ease;
  }
  
  .whatsapp-button:hover .whatsapp-text {
    max-width: 200px;
    margin-left: 10px;
  }
  
  @media (max-width: 768px) {
    .whatsapp-float {
      right: 30px;
      bottom: 100px;
    }
    
    .whatsapp-button {
      padding: 10px;
      border-radius: 50%;
      width: 56px;
      height: 56px;
    }
    
    .whatsapp-text {
      display: none;
    }
    
    .whatsapp-button:hover {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      padding: 10px;
    }
  }

  .cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 15px 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    z-index: 9999;
    max-width: 90%;
    width: 800px;
  }
  .cookie-content {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .cookie-icon {
    font-size: 24px;
    color: var(--vkl-text-theme-color-1);
  }
  .cookie-content p {
    margin: 0;
    font-size: 14px;
    color: #333;
  }
  .cookie-content a {
    color: var(--vkl-text-theme-color-1);
    text-decoration: none;
  }
  .cookie-content a:hover {
    text-decoration: underline;
  }
  .cookie-accept {
    background: var(--vkl-text-theme-color-1);
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  .cookie-accept:hover {
    background: var(--vkl-text-text-2);
  }
  @media (max-width: 576px) {
    .cookie-consent {
      flex-direction: column;
      text-align: center;
      padding: 15px;
    }
    .cookie-content {
      flex-direction: column;
    }
    .cookie-buttons {
      width: 100%;
    }
    .cookie-accept {
      width: 100%;
      padding: 10px;
    }
  }

  .progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
  }

  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 99;
  }
  
  .progress-wrap::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    color: var(--vkl-text-theme-color-1);
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
  }
  
  .progress-wrap:hover::after {
    opacity: 0;
  }
  
  .progress-wrap::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    opacity: 0;
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear;
  }
  
  .progress-wrap:hover::before {
    opacity: 1;
  }
  
  .progress-wrap svg path {
    fill: none;
  }
  
  .progress-wrap svg.progress-circle path {
    stroke: var(--vkl-text-theme-color-1);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
  }
/* ETG SOFT hover efekti (renk + büyüme) */
.vl-footer-copyright-text a.etg-link,
.vl-footer-copyright-text a.etg-link:visited,
.vl-footer-copyright-text a.etg-link:focus {
  color: inherit !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  display: inline-block; /* büyüme için gerekli */
}

.vl-footer-copyright-text a.etg-link:hover {
  color: #2093ca !important;
  transform: scale(1.1); /* hafif büyüme */
}
/* Footer sol blok kesin hizalama düzeltmesi */
.footer-main-row {
  align-items: flex-start !important;
}

.footer-left-col {
  display: flex !important;
  align-items: flex-start !important;
}

.footer-left-widget {
  width: 100%;
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: relative;
  top: 0 !important;
  transform: none !important;
}

.footer-left-logo {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 18px !important;
}

.footer-left-logo img {
  display: block;
  max-width: 260px;
  height: auto;
  margin: 0 !important;
}

.footer-left-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.footer-left-content p {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  max-width: 420px;
  text-align: left;
  line-height: 1.8;
}

/* ETG SOFT hover efekti */
.vl-footer-copyright-text a.etg-link,
.vl-footer-copyright-text a.etg-link:visited,
.vl-footer-copyright-text a.etg-link:focus {
  color: inherit !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  display: inline-block;
}

.vl-footer-copyright-text a.etg-link:hover {
  color: #2093ca !important;
  transform: scale(1.1);
}
.vl-footer-logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
.vl-footer-logo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: -200px;
}
/* Sola kaydırma */
.vl-footer-widget-1 {
  padding-left: 0 !important;
  margin-left: -5px; /* sola kaydırma miktarı (değiştirilebilir) */
}

/* Logo alt boşluk (logo ile yazı arası) */
.vl-footer-logo {
  margin-bottom: -100px !important; /* burayı artırıp azaltabilirsin */
}

/* Yazı üst boşluk sıfırlama */
.vl-footer-content p {
  margin-top: 8 !important;
}
/* MOBILE FOOTER LAYOUT FIX */
@media (max-width: 767px) {
  .vl-footer {
    padding-top: 40px !important;
    padding-bottom: 25px !important;
  }

  .vl-footer .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .vl-footer .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .vl-footer .row > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* 1. blok: logo + açıklama + sosyal */
  .vl-footer .row > .footer-left-col,
  .vl-footer .row > .col-lg-4:first-child,
  .vl-footer .row > .col-md-6:first-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 26px !important;
  }

  .vl-footer-logo {
    margin-bottom: 16px !important;
    text-align: left !important;
  }

  .vl-footer-logo img {
    max-width: 180px !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
  }

  .vl-footer-content {
    width: 100% !important;
  }

  .vl-footer-content p {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 1.85 !important;
    text-align: left !important;
    word-break: break-word !important;
  }

  .vl-footer-social ul {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: flex-start !important;
  }

  /* 2. ve 3. blok: Hızlı Bağlantılar / Hizmetlerimiz */
  .vl-footer .row > .col-lg-2.col-md-6.mb-30,
  .vl-footer .row > .col-lg-2.col-md-6.mb-30:nth-child(2),
  .vl-footer .row > .col-lg-2.col-md-6.mb-30:nth-child(3) {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    margin-bottom: 26px !important;
  }

  .vl-footer-widget-2,
  .vl-footer-widget-3 {
    width: 100% !important;
  }

  .vl-footer-widget-3.ml-40 {
    margin-left: 0 !important;
  }

  /* 4. blok: iletişim */
  .vl-footer .row > .col-lg-4.col-md-6.mb-30:last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  .vl-footer-widget-title {
    font-size: 20px !important;
    line-height: 1.3 !important;
    margin-bottom: 14px !important;
    text-align: left !important;
  }

  .vl-footer-menu ul,
  .vl-footer-icon-list ul {
    padding: 0 !important;
    margin: 0 !important;
  }

  .vl-footer-menu ul li,
  .vl-footer-icon-list ul li {
    margin-bottom: 10px !important;
  }

  .vl-footer-menu ul li a,
  .vl-footer-icon-list ul li a {
    font-size: 15px !important;
    line-height: 1.7 !important;
    text-align: left !important;
    word-break: break-word !important;
  }

  .vl-footer-icon-list ul li a span {
    margin-right: 8px !important;
    flex-shrink: 0 !important;
  }

  /* copyright alanı */
  .vl-footer-copyright-text {
    margin-top: 10px !important;
    padding-top: 18px !important;
  }

  .vl-footer-copyright-text .row,
  .vl-footer-copyright-text .col-12 {
    width: 100% !important;
  }

  .vl-footer-copyright-text p,
  .vl-footer-copyright-text div {
    text-align: center !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
@media (max-width: 991px) {
  #vl-header-sticky,
  #vl-header-sticky.vl-header-area,
  #vl-header-sticky.vl-transparent-header,
  #vl-header-sticky.header-sticky,
  .vl-header-area,
  .vl-transparent-header {
    position: relative !important;
    background: #0e374a !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
  }

  .vl-transparent-header {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }

  .header-style-1 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    min-height: 110px !important;
  }

  .vl-logo img,
  .vl-header-logo img,
  .site-logo img {
    max-height: 54px !important;
    width: auto !important;
    object-fit: contain !important;
  }
@media (max-width: 991px) {
  .vl-offcanvas {
    width: 100% !important;
    background: #0e374a !important;
    padding: 34px 24px 30px !important;
  }

  .vl-offcanvas-header {
    margin-bottom: 28px !important;
  }

  .vl-offcanvas-logo img {
    max-height: 54px !important;
    width: auto !important;
  }

  .vl-offcanvas-close-toggle {
    width: 52px !important;
    height: 52px !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 22px !important;
  }

  .vl-offcanvas-menu ul {
    margin: 0 !important;
    padding: 0 !important;
  }

  .vl-offcanvas-menu ul li {
    margin-bottom: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid rgba(255,255,255,0.10) !important;
  }

  .vl-offcanvas-menu ul li > a {
    color: #fff !important;
    font-size: 22px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    padding: 8px 0 !important;
  }

  .vl-offcanvas-menu ul li.active > a {
    color: #7fd4ff !important;
  }

  .vl-offcanvas-menu ul li .sub-menu {
    padding-left: 14px !important;
    margin-top: 10px !important;
    border-left: 2px solid rgba(255,255,255,0.10) !important;
  }

  .vl-offcanvas-menu ul li .sub-menu li {
    border-bottom: none !important;
    margin-bottom: 6px !important;
    padding-bottom: 0 !important;
  }

  .vl-offcanvas-menu ul li .sub-menu li a {
    font-size: 17px !important;
    color: rgba(255,255,255,0.92) !important;
    padding: 6px 0 !important;
  }

  .vl-menu-close {
    width: 44px !important;
    height: 44px !important;
    line-height: 42px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,0.40) !important;
    color: #fff !important;
    top: 6px !important;
    background: transparent !important;
  }

  .vl-menu-close i {
    font-size: 14px !important;
  }

  .vl-offcanvas-sm-title {
    color: #fff !important;
    font-size: 22px !important;
    margin-bottom: 14px !important;
  }

  .vl-offcanvas-info span,
  .vl-offcanvas-info span a,
  .vl-offcanvas-info a {
    color: rgba(255,255,255,0.92) !important;
    font-size: 17px !important;
    line-height: 1.8 !important;
  }

  .vl-offcanvas-social a {
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    border-radius: 44px !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
  }
/* =========================
   MOBIL HEADER + MENU PRO
   ========================= */
@media (max-width: 991px) {

  /* 1) Header net ve sabit gorunsun */
  #vl-header-sticky,
  #vl-header-sticky.vl-header-area,
  #vl-header-sticky.vl-transparent-header,
  #vl-header-sticky.header-sticky,
  .vl-header-area,
  .vl-transparent-header,
  header {
    background: #0e374a !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  .header-style-1 {
    min-height: 105px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .vl-logo img,
  .vl-header-logo img,
  .site-logo img,
  .logo img {
    max-height: 54px !important;
    width: auto !important;
    object-fit: contain !important;
  }

  /* 2) Sagdaki telefon blogunu gizle, sadece menu butonu kalsin */
  .vl-header-icon-box-flex {
    display: none !important;
  }

  .vl-header-action-item {
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
  }

  /* 3) Hamburger butonu daha premium olsun */
  .vl-header-action-item button,
  .hamburger-menu,
  .mobile-nav-icon {
    width: 62px !important;
    height: 62px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-shadow: none !important;
  }

  .vl-header-action-item button img,
  .hamburger-menu img,
  .mobile-nav-icon img {
    width: 26px !important;
    height: 26px !important;
    object-fit: contain !important;
  }

  /* 4) Acilan menu paneli full-screen ve daha temiz olsun */
  .vl-offcanvas {
    width: 100% !important;
    max-width: 100% !important;
    background: #0e374a !important;
    padding: 26px 22px 34px !important;
    overflow-y: auto !important;
  }

  .vl-offcanvas-header {
    margin-bottom: 26px !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }

  .vl-offcanvas-logo img {
    max-height: 54px !important;
    width: auto !important;
  }

  /* 5) Kapatma butonu */
  .vl-offcanvas-close-toggle {
    width: 50px !important;
    height: 50px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* 6) Menu listesi */
  .vl-offcanvas-menu ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .vl-offcanvas-menu ul li {
    position: relative !important;
    margin-bottom: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid rgba(255,255,255,0.10) !important;
  }

  .vl-offcanvas-menu ul li:last-child {
    margin-bottom: 0 !important;
  }

  .vl-offcanvas-menu ul li > a {
    display: block !important;
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    padding: 8px 56px 8px 0 !important;
    background: transparent !important;
    text-decoration: none !important;
  }

  .vl-offcanvas-menu ul li > a:hover,
  .vl-offcanvas-menu ul li.active > a {
    color: #7fd4ff !important;
  }

  /* 7) Alt menu acma butonlari daha duzgun olsun */
  .vl-menu-close {
    width: 42px !important;
    height: 42px !important;
    line-height: 40px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,0.40) !important;
    background: transparent !important;
    color: #ffffff !important;
    top: 6px !important;
    right: 0 !important;
    text-align: center !important;
  }

  .vl-menu-close i {
    font-size: 14px !important;
  }

  /* 8) Alt menuler daha profesyonel gorunsun */
  .vl-offcanvas-menu ul li .sub-menu {
    margin-top: 10px !important;
    padding: 12px 0 0 14px !important;
    border-left: 2px solid rgba(255,255,255,0.10) !important;
  }

  .vl-offcanvas-menu ul li .sub-menu li {
    border-bottom: none !important;
    margin-bottom: 6px !important;
    padding-bottom: 0 !important;
  }

  .vl-offcanvas-menu ul li .sub-menu li a {
    font-size: 17px !important;
    line-height: 1.55 !important;
    color: rgba(255,255,255,0.92) !important;
    padding: 6px 0 !important;
  }

  /* 9) Menu altindaki iletisim alani */
  .vl-offcanvas-info {
    margin-top: 28px !important;
    padding-top: 22px !important;
    border-top: 1px solid rgba(255,255,255,0.10) !important;
  }

  .vl-offcanvas-sm-title {
    font-size: 18px !important;
    color: #ffffff !important;
    margin-bottom: 12px !important;
  }

  .vl-offcanvas-info span,
  .vl-offcanvas-info span a,
  .vl-offcanvas-info a {
    color: rgba(255,255,255,0.90) !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    text-decoration: none !important;
  }

  /* 10) Sosyal ikonlar */
  .vl-offcanvas-social {
    margin-top: 18px !important;
    display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
  }

  .vl-offcanvas-social a {
    width: 42px !important;
    height: 42px !important;
    line-height: 42px !important;
    border-radius: 50px !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
    color: #ffffff !important;
    text-align: center !important;
  }
}