/* Menü hover mavi ışık efekti */
.main-header-menu a {
    position: relative;
    transition: color 0.3s ease;
}

.main-header-menu a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    box-shadow: 0 0 8px rgba(0, 198, 255, 0.9);
    transition: all 0.35s ease;
    transform: translateX(-50%);
    border-radius: 4px;
}

.main-header-menu a:hover::after {
    width: 100%;
}

.main-header-menu a:hover {
    color: #00c6ff !important;
}
/* AKTİF MENÜ – CANLI & PREMIUM */
.main-header-menu .current-menu-item > a,
.main-header-menu .current_page_item > a {
    color: #00c6ff !important;
    font-weight: 600;
    text-shadow: 0 0 8px rgba(0, 198, 255, 0.6);
}

/* Aktif menü alt neon çizgi */
.main-header-menu .current-menu-item > a::after,
.main-header-menu .current_page_item > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    box-shadow: 0 0 10px rgba(0, 198, 255, 1);
    transform: translateX(-50%);
    border-radius: 4px;
}
.gradient-text {
    background: linear-gradient(90deg, #ffffff 0%, #ffc6f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    text-shadow:
        0 0 4px rgba(255, 198, 240, 0.4),
        0 0 10px rgba(255, 198, 240, 0.2);
}
/* Astra – İletişim Bilgileri Container */
.astra-contact-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0b1d36, #122b52);
    box-shadow: 0 0 35px rgba(0, 140, 255, 0.25);
    color: #ffffff;
}

.astra-contact-box h2 {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
}

.astra-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

.astra-contact-item h4 {
    margin-bottom: 6px;
    font-size: 16px;
    color: #9fd4ff;
}

.astra-contact-item a,
.astra-contact-item p {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}

.astra-contact-item a:hover {
    color: #ff9be6;
}

/* WhatsApp butonu */
.astra-whatsapp {
    display: inline-block;
    margin-top: 6px;
    padding: 10px 22px;
    border-radius: 30px;
    background: #25D366;
    color: #ffffff !important;
    font-weight: 600;
    box-shadow: 0 0 15px rgba(37, 211, 102, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.astra-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 25px rgba(37, 211, 102, 0.8);
}
/* Ortadaki ikonlarda kayma / animasyon sorununu kaldır */
.wp-block-image,
.wp-block-image img,
.ast-icon,
.ast-icon svg {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
}
/* ========== ASTRA MOBİL HEADER & MENÜ TAM DÜZELTME ========== */

/* 1️⃣ Mobil header üst bar */
@media (max-width: 921px) {
  .ast-primary-header-bar,
  .ast-mobile-header-wrap {
    background: linear-gradient(90deg, #050b1e, #0a173a) !important;
  }
}

/* 2️⃣ Menü açıldığında gelen BEYAZ PANEL */
@media (max-width: 921px) {
  .ast-mobile-popup-drawer,
  .ast-mobile-popup-inner,
  .ast-builder-menu-mobile,
  .ast-builder-menu {
    background-color: #050b1e !important;
  }
}

/* 3️⃣ Menü içi UL alanı */
@media (max-width: 921px) {
  .ast-builder-menu-mobile ul,
  .ast-builder-menu ul {
    background-color: #050b1e !important;
  }
}

/* 4️⃣ Menü linkleri */
@media (max-width: 921px) {
  .ast-builder-menu-mobile a {
    color: #ffffff !important;
  }

  .ast-builder-menu-mobile .current-menu-item > a {
    color: #00e5ff !important;
  }
}

/* 5️⃣ Menü item ayraç çizgileri */
@media (max-width: 921px) {
  .ast-builder-menu-mobile li {
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  }
}
/* ========== PREMIUM MOBİL HEADER (DAHA BELİRGİN) ========== */

@media (max-width: 921px) {

  /* Mobil header üst bar */
  .ast-primary-header-bar,
  .ast-mobile-header-wrap {
    background: linear-gradient(
      90deg,
      rgba(15, 28, 68, 0.98),
      rgba(32, 46, 110, 0.98)
    ) !important;

    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
      0 10px 30px rgba(0, 0, 0, 0.45),
      inset 0 -1px 0 rgba(255, 255, 255, 0.06);

    opacity: 1 !important;
  }

  /* Hamburger buton alanı */
  .menu-toggle,
  .ast-button-wrap {
    background: linear-gradient(
      135deg,
      #1a2a6c,
      #243b8f
    ) !important;

    border-radius: 14px;
    padding: 7px 12px;

    box-shadow:
      0 6px 20px rgba(0, 229, 255, 0.25),
      inset 0 0 0 1px rgba(255, 255, 255, 0.08);

    transition: all 0.25s ease;
  }

  /* Hamburger ikon */
  .menu-toggle .ast-icon svg {
    fill: #ffffff !important;
  }

  /* Hover / dokunma */
  .menu-toggle:hover {
    background: linear-gradient(
      135deg,
      #00e5ff,
      #5b86ff
    ) !important;

    box-shadow:
      0 8px 30px rgba(0, 229, 255, 0.55);
  }

  .menu-toggle:hover .ast-icon svg {
    fill: #050b1e !important;
  }
}
/* ========== MOBİL HEADER – ARKAPLANLA UYUMLU KOYU TON ========== */

@media (max-width: 921px) {

  .ast-primary-header-bar,
  .ast-mobile-header-wrap {
    background: linear-gradient(
      180deg,
      #070b18,
      #0b1226
    ) !important;

    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);

    box-shadow:
      0 12px 35px rgba(0, 0, 0, 0.65),
      inset 0 -1px 0 rgba(255, 255, 255, 0.04);
  }

}
@media (max-width: 921px) {

  .menu-toggle,
  .ast-button-wrap {
    background: linear-gradient(
      135deg,
      #0b1226,
      #101a3a
    ) !important;

    box-shadow:
      0 6px 20px rgba(0, 0, 0, 0.6),
      inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  }

}
@media (max-width: 921px) {

  .site-content {
    padding-top: 80px;
  }

}
/* MOBİL MENÜ BUTONU – HER ZAMAN BELİRGİN (PREMIUM) */
@media (max-width: 921px) {

  .menu-toggle,
  .ast-button-wrap {
    background: linear-gradient(
      135deg,
      rgba(11, 18, 38, 0.95),
      rgba(7, 11, 24, 0.95)
    ) !important;

    border-radius: 12px;

    /* 🔵 SÜREKLİ GLOW */
    box-shadow:
      0 0 0 1px rgba(0, 229, 255, 0.25),
      0 8px 28px rgba(0, 229, 255, 0.35);

    transition: all 0.3s ease;
  }

  /* Hamburger ikon rengi */
  .menu-toggle .ast-icon svg {
    fill: #e6faff !important;
  }

  /* Hover’da daha güçlü premium etki */
  .menu-toggle:hover,
  .ast-button-wrap:hover {
    box-shadow:
      0 0 0 1px rgba(0, 229, 255, 0.45),
      0 10px 38px rgba(0, 229, 255, 0.6);
  }
}

.ast-site-identity {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ast-site-identity::after {
    content: "Next Level For Your Brands";
    margin-top: 6px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;

    /* Gradient text */
background: linear-gradient(90deg, #ffffff 0%, #ff8a00 35%, #ff2d95 65%, #8b5cf6 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    line-height: 1.2;
}
.ast-site-identity::after {
    text-shadow: 0 0 12px rgba(255, 90, 180, 0.35);
}
.ast-site-identity::after {
    background-size: 200% 200%;
    transition: background-position 0.6s ease;
}

.ast-site-identity:hover::after {
    background-position: right center;
}
@media (max-width: 768px) {
    .ast-site-identity::after {
        font-size: 11px;
    }
}

/* Footer Menu Links */
.site-footer a {
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
}

.site-footer a:hover {
  color: #ff4ecd;
  text-shadow: 0 0 10px rgba(255, 79, 205, 0.5);
}

/* Footer Copyright */
.site-footer .ast-footer-copyright {
  opacity: 0.6;
  font-size: 12px;
  letter-spacing: 0.4px;
}

/* Footer Social ikon kapsayıcı */
.site-footer .ast-footer-social-wrap {
    display: flex;
    gap: 14px;
}

/* Tek tek ikonlar */
.site-footer .ast-footer-social-wrap a {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

/* Icon rengi */
.site-footer .ast-footer-social-wrap a svg {
    fill: #fff;
    width: 18px;
    height: 18px;
}

/* Hover efekti */
.site-footer .ast-footer-social-wrap a:hover {
    transform: translateY(-4px) scale(1.05);
    background: linear-gradient(135deg, #ff6ec7, #7a5cff);
    box-shadow: 0 10px 30px rgba(122,92,255,0.4);
}
 /* FOOTER CTA + SOCIAL ORTA HİZALAMA */
.site-footer .ast-footer-widget-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Footer buton ortalama */
.site-footer .ast-footer-button,
.site-footer .ast-footer-button-wrap {
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
}

/* Social kapsayıcıyı ortaya al */
.site-footer .ast-footer-social-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 0;
}

/* Social ikonların kaymasını engelle */
.site-footer .ast-footer-social-wrap a {
    margin: 0 !important;
    float: none !important;
}
 
/* HEADER MENU ALT ÇİZGİYİ TAMAMEN KALDIR */
.main-header-menu a::after,
.main-header-menu li::after,
.main-header-menu a:hover::after,
.main-header-menu li:hover::after,
.main-header-menu .current-menu-item a::after,
.main-header-menu .current_page_item a::after {
    content: none !important;
    display: none !important;
}

/* ASTRA HEADER – GÜVENLİ NEON HOVER */
.ast-header-social-wrap a i,
.ast-header-social-wrap a svg {
    transition: color 0.3s ease, filter 0.3s ease;
}

/* Hover neon */
.ast-header-social-wrap a:hover i,
.ast-header-social-wrap a:hover svg {
    color: #c77dff;
    filter:
        drop-shadow(0 0 4px rgba(199,125,255,0.7))
        drop-shadow(0 0 10px rgba(120,0,255,0.6));
}

/* Footer ana alan – çerçevesiz */
.footer-main {
  background: transparent;
  padding: 20px 0;
  color: #d0d0d0;
  font-family: Arial, sans-serif;
}

/* Sol alan */
.footer-left {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Satırlar */
.footer-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* İkonlar */
.footer-item i {
  font-size: 14px;
  color: #9a9a9a;
  margin-top: 3px;
  min-width: 16px;
}

/* Linkler */
.footer-item a {
  color: inherit;
  text-decoration: none;
}

.footer-item a:hover {
  text-decoration: underline;
}

/* Başlık */
.footer-item strong {
  color: #ffffff;
  font-weight: normal;
}

/* Mobil */
@media (max-width: 768px) {
  .footer-main {
    padding: 15px 0;
  }
}

/* Footer ana alan */
.footer-main {
  background: transparent;
  padding: 20px 0;
  color: rgba(255,255,255,0.72);
  font-family: Arial, sans-serif;
}

/* Sol alan */
.footer-left {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Satırlar */
.footer-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
}

/* İkonlar – soft premium */
.footer-item i {
  font-size: 15px;
  color: rgba(181,108,255,0.75);
  margin-top: 4px;
  min-width: 18px;
}

/* Linkler */
.footer-item a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-item a:hover {
  color: #ffffff;
}

/* Başlık */
.footer-item strong {
  color: #ffffff;
  font-weight: 500;
}

/* Mobil */
@media (max-width: 768px) {
  .footer-main {
    padding: 16px 0;
  }
}

/* Mesaj alanı (textarea) canlı sitede uzamasın */
textarea {
  min-height: 120px !important;
  max-height: 160px;
  height: 120px;
  resize: vertical;
}

/* Astra Footer - Mobilde orta alanı ortala */
@media (max-width: 768px) {

  .ast-footer-overlay {
    overflow-x: hidden;
  }

  .ast-footer-widget-area {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-widget-area {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer-widget-area ul {
    padding-left: 0 !important;
  }

}

/* Footer Referans Logo Slider */
.footer-logo-slider {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

.footer-logo-slider::before,
.footer-logo-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
}

.footer-logo-slider::before {
  left: 0;
  background: linear-gradient(to right, #070d25, transparent);
}

.footer-logo-slider::after {
  right: 0;
  background: linear-gradient(to left, #070d25, transparent);
}

.logo-track {
  display: flex;
  gap: 25px;
  width: max-content;
  animation: footerSlide 35s linear infinite;
}

.logo-track img {
  height: 50px;
  width: auto;
  opacity: 0.75;
  transition: all 0.3s ease;
  filter: grayscale(100%);
}

.logo-track img:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.05);
}

@keyframes footerSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Footer logo slider ortalama */
.footer-logo-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Logo netliği */
.footer-logo-slider img {
    filter: none !important;
    opacity: 1 !important;
}

/* ===== GERÇEK SONSUZ FOOTER LOGO SLIDER ===== */

.footer-logo-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.footer-logo-slider .logo-track {
    display: flex;
    width: max-content;
    animation: logoMarquee 25s linear infinite;
}

.footer-logo-slider img {
    flex-shrink: 0;
    width: 90px;
    height: auto;
    margin: 0 22px;
    opacity: 1;
}

/* Sonsuz kayma animasyonu */
@keyframes logoMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.footer-logo-slider {
    position: absolute;
    left: 0;
    bottom: -90px;
    width: 100%;
    z-index: 3;
}

.footer-main {
    position: relative;
    padding-bottom: 140px;
}

/* ALT footer (logo slider) yukarı çıksın */
.footer-logo-slider {
  margin-top: -220px;   /* slider’ı yukarı alır */
  position: relative;
  z-index: 5;
}

.footer-logo-slider {
  background: linear-gradient(
    to top,
    rgba(8,10,40,0.95),
    rgba(8,10,40,0)
  );
}

.footer-logo-slider {
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.08),
    rgba(255,255,255,0.02)
  );
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 26px 0;
}



.footer-logo-slider img:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow:
    0 20px 45px rgba(255,90,170,0.35);
}

.footer-logo-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.25),
    transparent
  );
}

@media (max-width: 768px) {
  .footer-logo-slider img {
    border-radius: 12px;
    padding: 10px;
  }

  .footer-logo-track {
    animation-duration: 30s;
  }
}

.footer-logo-slider img {
  /* Daha hafif cam efekti */
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.10),
    rgba(255,255,255,0.025)
  );

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  border-radius: 14px;
  padding: 10px;

  /* İnce, pahalı gölge */
  box-shadow:
    0 6px 16px rgba(0,0,0,0.28),
    inset 0 0 0 0.5px rgba(255,255,255,0.10);

  transition:
    transform 0.4s cubic-bezier(.4,0,.2,1),
    box-shadow 0.4s cubic-bezier(.4,0,.2,1),
    background 0.4s ease;
}

/* ===============================
   EKANEXT PREMIUM LOGO SLIDER
================================ */

.premium-logo-slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 34px 0;
  position: relative;
}

/* Kayan alan */
.premium-logo-track {
  display: flex;
  align-items: center;
  gap: 26px;
  animation: ekanextScroll 34s linear infinite;
  will-change: transform;
}

/* Logo kartı */
.logo-card {
  min-width: 150px;
  max-width: 170px;
  padding: 18px;
  border-radius: 16px; /* karemsi premium */
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.14),
    rgba(255,255,255,0.05)
  );

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  box-shadow:
    0 12px 34px rgba(0,0,0,0.35),
    inset 0 0 0 1px rgba(255,255,255,0.12);

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

  transition: all .35s cubic-bezier(.4,0,.2,1);
}

/* Logo görseli */
.logo-card img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(1.08) contrast(1.05);
}

/* Hover glow */
.logo-card:hover {
  transform: translateY(-6px) scale(1.06);
  box-shadow:
    0 20px 48px rgba(0,0,0,0.45),
    0 0 26px rgba(255,100,220,0.45);
}

/* Animasyon */
@keyframes ekanextScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-52%); }
}

/* Mobil optimizasyon */
@media (max-width: 768px) {
  .premium-logo-track {
    animation-duration: 46s;
  }

  .logo-card {
    min-width: 130px;
    padding: 14px;
  }
}

/* YATAY KAYMA KİLİDİ 🔒 */
html, body {
  overflow-x: hidden;
}

/* Footer HTML 2 kapsayıcısını sola kilitle */
.ast-footer-html-2 {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  width: 100% !important;
  text-align: left !important;
}

/* HTML 2 içindeki custom footer alanı */
.ast-footer-html-2 .footer-main,
.ast-footer-html-2 .footer-left {
  text-align: left !important;
  margin-left: 0 !important;
}

/* Alt satır genel flex ortalamayı kır */
.ast-footer-row {
  justify-content: flex-start !important;
}

.ast-footer-html-2 .footer-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.ast-footer-html-2 i {
  color: #9b7bff;
  margin-top: 4px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .ast-footer-html-2,
  .ast-footer-menu,
  .ast-footer-social-wrap {
    align-items: flex-start;
    text-align: left;
    margin-bottom: 30px;
  }

  .ast-footer-social-wrap {
    flex-direction: row;
    gap: 12px;
  }
}

.footer-hours {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 18px;
}

.footer-cta {
  margin-top: 20px;
  text-align: center;
}

.footer-cta span {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  opacity: 0.8;
}

.footer-cta a {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 20px;
  background: linear-gradient(135deg,#25D366,#128C7E);
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer-cta a {
  display: inline-block;
  margin-top: 12px;
  padding: 12px 22px;
  border-radius: 24px;
  background: linear-gradient(135deg,#25D366,#1DA851);
  color: #fff;
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(37,211,102,0.35);
  transition: all 0.35s ease;
}

.footer-cta a:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 16px 40px rgba(37,211,102,0.55);
}

.footer-cta a {
  display: inline-block;
  margin-top: 12px;
  padding: 12px 22px;
  border-radius: 24px;

  /* Daha soft premium yeşil */
  background: linear-gradient(
    135deg,
    #1f9f62,
    #167c4a
  );

  color: #eafff3;
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;

  box-shadow:
    0 8px 22px rgba(31,159,98,0.35),
    inset 0 0 0 1px rgba(255,255,255,0.15);

  transition: all 0.35s ease;
}

/* Footer çalışma saatlerini biraz sağa al */
.footer-hours {
  margin-left: 60px;
}

/* Varsayılan: mobilde ortala */
.footer-hours {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Desktop'ta biraz sağa kaydır */
@media (min-width: 769px) {
  .footer-hours {
    margin-left: 24px;
    margin-right: 0;
    text-align: left;
  }
}

/* Çalışma Saatleri – premium ama sabit */
.footer-hours {
  padding: 14px 18px;
  border-radius: 14px;

  /* Cam efekti */
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.08),
    rgba(255,255,255,0.02)
  );

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  /* Yumuşak premium ışık */
  box-shadow:
    0 6px 20px rgba(90,120,255,0.18),
    inset 0 0 0 1px rgba(255,255,255,0.08);

  transition: box-shadow 0.3s ease;
}

/* Hover’da SADECE ışık artsın (kayma yok) */
.footer-hours:hover {
  box-shadow:
    0 10px 28px rgba(90,120,255,0.28),
    inset 0 0 0 1px rgba(255,255,255,0.12);
}

/* Çalışma Saatleri – mikro yukarı alma (kaymasız) */
.footer-hours {
  margin-top: -13px;
}

/* Footer satırını referans al */
.site-footer .ast-footer-row {
  position: relative;
}

/* Logo widget */
.site-footer .ast-footer-html-1 img {
  transition: filter 0.4s ease;
}

/* Copyright widget */
.site-footer .ast-footer-copyright {
  transition: all 0.4s ease;
}

/* ================================
   FOOTER TEMEL REFERANS
================================ */
.site-footer .ast-footer-row {
  position: relative;
  overflow: hidden;
}

/* ================================
   LOGO – PREMIUM CAM + HAREKET
================================ */
.site-footer .ast-footer-html-1 {
  position: relative;
}

.site-footer .ast-footer-html-1 img {
  transition:
    transform 0.7s cubic-bezier(.2,.8,.2,1),
    filter 0.7s ease;
}

/* ================================
   COPYRIGHT – BASE ELIT GÖRÜNÜM
================================ */
.site-footer .ast-footer-copyright {
  position: relative;
  display: inline-block;
  padding: 10px 18px;
  border-radius: 14px;

  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  transition:
    color 0.8s ease,
    text-shadow 0.8s ease,
    letter-spacing 0.8s ease,
    background 0.8s ease,
    box-shadow 0.8s ease;

  letter-spacing: 0.2px;
  opacity: 0.9;
}

/* ================================
   (1) ALT NEON ÇİZGİ
================================ */
.site-footer .ast-footer-copyright::after {
  content: "";
  position: absolute;
  left: 12%;
  bottom: 6px;
  width: 0%;
  height: 2px;
  border-radius: 6px;

  background: linear-gradient(
    90deg,
    transparent,
    #ffcf8a,
    #ff7bdc,
    #7cc7ff,
    transparent
  );

  opacity: 0;
  transition: all 0.9s ease;
}

/* ================================
   LOGO HOVER → TÜM PREMIUM EFEKTLER
================================ */
.site-footer .ast-footer-html-1:hover img {
  transform: translateY(-2px) scale(1.03);
  filter:
    drop-shadow(0 0 6px rgba(255,200,140,0.45))
    drop-shadow(0 0 18px rgba(140,190,255,0.4));
}

.site-footer .ast-footer-html-1:hover ~ .ast-footer-copyright,
.site-footer .ast-footer-html-1:hover + .ast-footer-copyright {

  /* (2) GLASS CARD + COLOR */
  background: rgba(255,255,255,0.06);
  box-shadow:
    0 0 25px rgba(255,180,120,0.25),
    0 0 60px rgba(120,180,255,0.18);

  color: #ffe0b2;
  letter-spacing: 0.8px;

  /* (3) AFTERGLOW – YUMUŞAK PARLAMA */
  text-shadow:
    0 0 6px rgba(255,200,140,0.45),
    0 0 14px rgba(255,120,200,0.35),
    0 0 30px rgba(120,180,255,0.35);
}

/* (1) NEON ÇİZGİ AKTİF */
.site-footer .ast-footer-html-1:hover ~ .ast-footer-copyright::after,
.site-footer .ast-footer-html-1:hover + .ast-footer-copyright::after {
  width: 76%;
  opacity: 1;
}

/* ================================
   (4) GRADIENT LIGHT SWEEP
================================ */
.site-footer .ast-footer-copyright::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255,255,255,0.25),
    transparent 70%
  );

  opacity: 0;
  transform: translateX(-120%);
}

.site-footer .ast-footer-html-1:hover ~ .ast-footer-copyright::before,
.site-footer .ast-footer-html-1:hover + .ast-footer-copyright::before {
  opacity: 1;
  animation: footerSweep 1.4s ease forwards;
}

@keyframes footerSweep {
  from { transform: translateX(-120%); }
  to   { transform: translateX(120%); }
}

/* MOBİLDE FOOTER LOGO SLIDER GİZLE */
@media (max-width: 768px) {
  .site-footer .footer-logo-slider {
    display: none !important;
  }
}



