/* =====================================================================
   LIMTEK VISA VEST — Tasarım Override'ları (v3)
   Marka kimliği: lacivert (#0d2545) + KIRMIZI (#ed242a)
   ===================================================================== */

:root {
  --lvv-navy:        #0d2545;
  --lvv-navy-dark:   #081a35;
  --lvv-navy-light:  #163662;
  --lvv-red:         #ed242a;
  --lvv-red-dark:    #c91a20;
  --lvv-red-light:   #f55a5f;
  --lvv-cream:       #fff5f5;
  --lvv-bg:          #fafafa;
}

/* ALTIN/SARI tonları olan her şeyi kırmızıya çevir — global */
.elementor-element [style*="#c89b3c"],
[style*="#c89b3c"], [style*="#a87f24"] { color: var(--lvv-red) !important; }

/* ========== ESKİ WP HEADER + KIRMIZI CTA + ESKİ FOOTER GİZLE ========== */
.main-header, header.main-header, .header-style-one,
.main-header.header-style-one, .sticky-header { display: none !important; }
.elementor-cta, .cta-section,
.elementor-widget-call-to-action { display: none !important; }
.main-footer, section.main-footer, .footer-section { display: none !important; }

/* ============ YENİ HEADER ============ */
.lvv-header {
  position: sticky; top: 0; z-index: 1000;
  background: #fff;
  border-bottom: 1px solid rgba(13,37,69,.08);
  box-shadow: 0 1px 0 rgba(13,37,69,.04);
  transition: box-shadow .25s;
}
.lvv-header.is-scrolled { box-shadow: 0 8px 32px rgba(13,37,69,.10); }
.lvv-header__topbar {
  background: linear-gradient(135deg, var(--lvv-navy) 0%, var(--lvv-navy-dark) 100%);
  color: #d8e0eb; font-size: 13px;
}
.lvv-header__topbar-inner {
  max-width: 1320px; margin: 0 auto; padding: 9px 24px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
}
.lvv-header__topbar-left, .lvv-header__topbar-right {
  display: flex; gap: 22px; align-items: center; flex-wrap: wrap;
}
.lvv-header__topbar a { color: #d8e0eb; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: color .2s; }
.lvv-header__topbar a:hover { color: var(--lvv-red-light); }
.lvv-header__social { display: flex; gap: 10px; }
.lvv-header__social a {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,.08);
  display: inline-flex; align-items: center; justify-content: center;
}
.lvv-header__social a:hover { background: var(--lvv-red); color: #fff; }

/* DİL SEÇİCİ — daha belirgin, daha güzel */
.lvv-lang-picker { position: relative; }
.lvv-lang-picker__btn {
  background: linear-gradient(135deg, var(--lvv-red), var(--lvv-red-dark));
  color: #fff !important; border: none;
  padding: 6px 14px; border-radius: 100px; cursor: pointer;
  font: inherit; font-size: 12.5px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 6px;
  box-shadow: 0 4px 12px rgba(237,36,42,.32);
  letter-spacing: .04em;
}
.lvv-lang-picker__btn:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(237,36,42,.5); }
.lvv-lang-picker__btn svg { opacity: .95; }
.lvv-lang-picker__dd {
  position: absolute; top: calc(100% + 8px); right: 0;
  background: #fff; min-width: 170px; border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
  padding: 8px; opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: all .2s; z-index: 1001;
}
.lvv-lang-picker:hover .lvv-lang-picker__dd,
.lvv-lang-picker.is-open .lvv-lang-picker__dd { opacity: 1; visibility: visible; transform: translateY(0); }
.lvv-lang-picker__dd a {
  display: flex; align-items: center; gap: 8px;
  padding: 9px 12px; color: var(--lvv-navy);
  font-size: 13.5px; font-weight: 600; border-radius: 7px; text-decoration: none;
  transition: all .15s;
}
.lvv-lang-picker__dd a:hover { background: var(--lvv-cream); color: var(--lvv-red); padding-left: 16px; }
.lvv-lang-picker__dd a.is-active { background: var(--lvv-cream); color: var(--lvv-red); }

/* Google Translate'in default UI'sini gizle (banner her sürümde farklı class alır, skiptranslate ortak) */
.goog-te-banner-frame, iframe.skiptranslate { display: none !important; }
body { top: 0 !important; }
html.translated-ltr body, html.translated-rtl body { top: 0 !important; }
.goog-te-gadget { font-size: 0 !important; }
.goog-te-gadget .goog-te-combo { font-size: 14px; }
#google_translate_element, #lvv-google-translate-host { display: none !important; }

.lvv-header__main {
  max-width: 1320px; margin: 0 auto; padding: 10px 22px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px;
}
/* Logo daha kompakt — header kaymasın */
.lvv-header__logo img { height: 56px; width: auto; display: block; transition: height .25s; }
.lvv-header.is-scrolled .lvv-header__logo img { height: 48px; }

.lvv-nav { display: flex; justify-content: center; }
.lvv-nav__list { list-style: none; padding: 0; margin: 0; display: flex; gap: 4px; align-items: center; }
.lvv-nav__list > li { position: relative; }
.lvv-nav__list > li > a {
  display: block; padding: 12px 12px;
  color: var(--lvv-navy); font-weight: 700; font-size: 14.5px;
  text-decoration: none; border-radius: 10px;
  transition: all .2s; position: relative; letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .lvv-nav__list > li > a { font-size: 13.5px; padding: 12px 9px; }
}
.lvv-nav__list > li > a::after {
  content: ""; position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%);
  width: 0; height: 2.5px; background: var(--lvv-red); transition: width .25s; border-radius: 2px;
}
.lvv-nav__list > li > a:hover,
.lvv-nav__list > li.is-active > a { color: var(--lvv-red); }
.lvv-nav__list > li > a:hover::after,
.lvv-nav__list > li.is-active > a::after { width: 70%; }
.lvv-nav__list > li > a .caret {
  font-size: 10px; margin-left: 4px; opacity: .6; display: inline-block; transition: transform .2s;
}
.lvv-nav__list > li:hover > a .caret { transform: rotate(180deg); }

/* MEGA MENU — Revize 10: hover gap fix */
.lvv-nav__list > li.has-mega { padding-bottom: 0; }
/* Tetikleyen <a> ile mega panel arasında BOŞ boşluk yok, kapanmasın */
.lvv-nav__list > li.has-mega::after {
  content: ""; position: absolute; left: 0; right: 0; top: 100%;
  height: 18px; pointer-events: auto; /* boşluğu kapla */
}
.lvv-mega {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 760px; max-width: 920px;
  background: #fff; border-radius: 18px;
  box-shadow: 0 30px 80px rgba(13,37,69,.18), 0 0 0 1px rgba(13,37,69,.06);
  padding: 28px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .22s ease, visibility .22s, transform .22s ease;
}
/* Hover'da mega görünür ve mouse oraya gidebilsin */
.lvv-nav__list > li.has-mega:hover > .lvv-mega,
.lvv-nav__list > li.has-mega:focus-within > .lvv-mega,
.lvv-mega:hover {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.lvv-mega::before {
  content: ""; position: absolute; top: -8px; left: 50%; transform: translateX(-50%) rotate(45deg);
  width: 16px; height: 16px; background: #fff;
  box-shadow: -2px -2px 4px rgba(13,37,69,.04);
}

.lvv-mega__title {
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  font-weight: 700; color: var(--lvv-red); margin: 0 0 14px;
}
.lvv-mega__grid { display: grid; gap: 8px; }
.lvv-mega__grid--3 { grid-template-columns: repeat(3, 1fr); }
.lvv-mega__grid--2 { grid-template-columns: repeat(2, 1fr); }

.lvv-mega__item {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 16px; border-radius: 12px;
  text-decoration: none; color: var(--lvv-navy);
  background: transparent; transition: all .2s; border: 1px solid transparent;
}
.lvv-mega__item:hover {
  background: var(--lvv-cream); border-color: rgba(237,36,42,.18);
  transform: translateX(3px);
}
.lvv-mega__item-icon {
  width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg, #fff, var(--lvv-cream));
  display: flex; align-items: center; justify-content: center;
  color: var(--lvv-red);
  border: 1px solid rgba(237,36,42,.18);
}
.lvv-mega__item:hover .lvv-mega__item-icon {
  background: linear-gradient(135deg, var(--lvv-red), var(--lvv-red-dark));
  color: #fff; border-color: var(--lvv-red-dark);
}
.lvv-mega__item-flag {
  width: 44px; height: 30px; border-radius: 6px; flex-shrink: 0;
  background-size: cover; background-position: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  border: 1px solid rgba(0,0,0,.08);
}
.lvv-mega__item-text { flex: 1; min-width: 0; }
.lvv-mega__item-title { font-size: 15px; font-weight: 700; margin: 0 0 2px; color: var(--lvv-navy); }
.lvv-mega__item-sub { font-size: 12.5px; color: #6b7280; margin: 0; line-height: 1.4; }

.lvv-mega__footer {
  margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(13,37,69,.08);
  display: flex; justify-content: space-between; align-items: center;
}
.lvv-mega__footer-text { font-size: 13px; color: #6b7280; }
.lvv-mega__footer-link { color: var(--lvv-red); font-weight: 700; font-size: 13.5px; text-decoration: none; }
.lvv-mega__footer-link:hover { text-decoration: underline; }

/* Header CTA (Revize 1: kırmızı) */
.lvv-header__cta { display: flex; gap: 10px; align-items: center; }
.lvv-header__search {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--lvv-cream); color: var(--lvv-red);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; border: none; transition: all .2s;
}
.lvv-header__search:hover { background: var(--lvv-red); color: #fff; transform: rotate(90deg); }
.lvv-header__btn {
  background: linear-gradient(135deg, var(--lvv-red), var(--lvv-red-dark));
  color: #fff !important; padding: 11px 18px; border-radius: 10px;
  font-weight: 700; font-size: 13.5px; text-decoration: none;
  display: inline-flex; align-items: center; gap: 7px;
  box-shadow: 0 6px 18px rgba(237,36,42,.35);
  transition: all .25s; white-space: nowrap;
}
.lvv-header__btn:hover {
  transform: translateY(-2px); box-shadow: 0 14px 28px rgba(237,36,42,.5);
  color: #fff !important;
}
.lvv-header__burger {
  display: none; background: none; border: none; cursor: pointer;
  flex-direction: column; gap: 5px; padding: 8px;
}
.lvv-header__burger span {
  display: block; width: 24px; height: 2.5px; background: var(--lvv-navy);
  border-radius: 2px; transition: all .25s;
}

@media (max-width: 1100px) {
  .lvv-nav { display: none; }
  .lvv-header__burger { display: flex; }
  .lvv-header__main { grid-template-columns: auto 1fr; }
  .lvv-nav.is-open {
    display: block; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; padding: 16px; box-shadow: 0 16px 40px rgba(0,0,0,.1);
    max-height: 80vh; overflow-y: auto;
  }
  .lvv-nav.is-open .lvv-nav__list { flex-direction: column; gap: 0; align-items: stretch; }
  .lvv-nav.is-open .lvv-nav__list > li { border-bottom: 1px solid rgba(13,37,69,.07); }
  .lvv-nav.is-open .lvv-nav__list > li:last-child { border-bottom: none; }
  .lvv-nav.is-open .lvv-nav__list > li > a {
    padding: 15px 14px; font-size: 16px;
    display: flex; align-items: center; justify-content: space-between;
  }
  /* Mega menü = accordion: varsayılan KAPALI, taşma/kayma yok.
     !important: masaüstü :hover/:focus-within translateX(-50%) kuralı daha yüksek
     specificity'e sahip; odaklanınca menüyü ekran dışına itmesin diye eziyoruz. */
  .lvv-nav.is-open .lvv-mega {
    position: static !important;
    left: auto !important; right: auto !important;
    transform: none !important;
    pointer-events: auto;
    opacity: 1 !important; visibility: visible !important;
    min-width: 0; max-width: none; box-shadow: none; border-radius: 0;
    padding: 0; margin: 0;
    max-height: 0; overflow: hidden;
    transition: max-height .3s ease, padding .3s ease;
    background: #f7f9fc;
  }
  .lvv-nav.is-open .lvv-nav__list > li.has-mega.is-expanded > .lvv-mega {
    max-height: 1200px; padding: 8px 0 14px;
  }
  .lvv-nav.is-open .lvv-mega::before { display: none; }
  .lvv-nav.is-open .lvv-mega__title { padding: 10px 16px 4px; margin: 0; }
  .lvv-nav.is-open .lvv-mega__grid { padding: 0 8px; }
  .lvv-nav.is-open .lvv-mega__grid--3, .lvv-nav.is-open .lvv-mega__grid--2 { grid-template-columns: 1fr; gap: 4px; }
  .lvv-nav.is-open .lvv-mega__item { padding: 12px 14px; transform: none !important; }
  .lvv-nav.is-open .lvv-mega__footer { margin: 10px 16px 0; padding-top: 12px; flex-direction: column; align-items: flex-start; gap: 6px; }
  /* mega parent caret döndür */
  .lvv-nav.is-open .lvv-nav__list > li.has-mega > a .caret { transition: transform .25s; }
  .lvv-nav.is-open .lvv-nav__list > li.has-mega.is-expanded > a .caret { transform: rotate(180deg); }
  .lvv-header__cta .lvv-header__btn { display: none; }
}

/* ============ MOBİL UI/UX OVERHAUL ============ */
/* Mobil dil seçici varsayılan gizli — media query mobilde gösterir (sıra önemli!) */
.lvv-lang-picker--mobile { display: none; }

/* 1) Header mobilde SABİT DEĞİL — normal akışta kaysın.
   position: relative (static değil!) → menünün konumlandığı referans korunur,
   ama header artık yapışkan/sabit değil, sayfayla birlikte kayar. */
@media (max-width: 1100px) {
  .lvv-header { position: relative !important; top: auto !important; }

  /* Topbar: dil seçici buradan kalksın (hamburger yanına taşındı), kompakt */
  .lvv-header__topbar .lvv-lang-picker { display: none !important; }
  .lvv-header__topbar-inner { padding: 7px 16px; gap: 8px 14px; justify-content: center; }
  .lvv-header__topbar-left, .lvv-header__topbar-right { gap: 12px; justify-content: center; }
  .lvv-header__topbar { font-size: 12px; }

  .lvv-header__main { padding: 10px 16px; gap: 12px; }
  .lvv-header__logo img { height: 44px; }

  /* CTA alanı: dil seçici + hamburger yan yana */
  .lvv-header__cta { gap: 8px; }
  .lvv-lang-picker--mobile { display: inline-block !important; }
  .lvv-lang-picker--mobile .lvv-lang-picker__btn { padding: 8px 12px; font-size: 12px; }
  .lvv-lang-picker--mobile .lvv-lang-picker__dd { right: 0; left: auto; }
}

/* 2) SLIDER mobilde küçült — orantılı */
@media (max-width: 768px) {
  .banner-section .banner-carousel .slide-item { padding-top: 90px !important; padding-bottom: 90px !important; }
  .banner-section .banner-carousel .slide-item h3 { font-size: 14px !important; line-height: 1.4 !important; margin-bottom: 12px !important; }
  .banner-section .banner-carousel .slide-item h1 { font-size: 28px !important; line-height: 1.22 !important; margin-bottom: 22px !important; }
  .banner-section .banner-carousel .slide-item .theme-btn { font-size: 14px !important; padding: 12px 20px !important; }
  .banner-section .auto-container { padding-left: 18px; padding-right: 18px; }
}
@media (max-width: 480px) {
  .banner-section .banner-carousel .slide-item { padding-top: 70px !important; padding-bottom: 70px !important; }
  .banner-section .banner-carousel .slide-item h1 { font-size: 23px !important; line-height: 1.25 !important; }
}

/* 3) BUTONLAR mobilde taşmasın / bozulmasın */
@media (max-width: 600px) {
  .theme-btn, .btn-one, .btn-style-one, .btn-style-two,
  .elementor-button, button.elementor-button, .lvv-header__btn, .lvv-cta-full__btn {
    white-space: normal !important;
    max-width: 100%;
    font-size: 14px !important;
    padding: 12px 18px !important;
    line-height: 1.3 !important;
    word-break: break-word;
  }
  .btn-box, .lvv-cta-full__actions { width: 100%; }
  .lvv-cta-full__btn { width: 100%; }
}

/* 4) Dokunmatik cihazlarda hover kaymalarını kapat (sağa-sola oynamayı önler) */
@media (hover: none) {
  .lvv-mega__item:hover { transform: none !important; }
  .lvv-nav__list > li > a:hover::after { width: 0; }
  .news-block:hover, .blog-news-block:hover, .news-block-one:hover,
  .lvv-vize-card:hover, .lvv-mvk__card:hover,
  .testimonial-block .inner-box:hover {
    transform: none !important;
  }
}

/* 5) Burger açık → X animasyonu */
.lvv-header__burger.is-active span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.lvv-header__burger.is-active span:nth-child(2) { opacity: 0; }
.lvv-header__burger.is-active span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* 6) Genel mobil albeni + taşma koruması */
@media (max-width: 768px) {
  body { overflow-x: hidden; }
  .auto-container { padding-left: 16px; padding-right: 16px; }
  .lvv-cta-full__title { font-size: clamp(24px, 7vw, 32px) !important; }
  .lvv-vizeler-hero { padding: 60px 18px 44px; }
  .lvv-vizeler-hero h1 { font-size: clamp(26px, 7vw, 36px); }
}

/* ========== HERO / SLIDER ========== */
.elementor-background-overlay { opacity: 0.5 !important; background-color: var(--lvv-navy) !important; }
.banner-section { background: var(--lvv-navy); }

/* Revize 5: anasayfa golden visa slider dotları — yazıya binmesin */
.elementor-swiper-pagination, .swiper-pagination,
.elementor-widget-wrap > .swiper-pagination {
  position: relative !important;
  margin-top: 28px !important;
  bottom: auto !important;
}
.swiper-pagination-bullet { background: rgba(13,37,69,.3) !important; opacity: 1 !important; }
.swiper-pagination-bullet-active { background: var(--lvv-red) !important; width: 24px !important; border-radius: 4px !important; }

/* ========== YENİ FULL-WIDTH CTA — Revize 7: footer'a yapışık + kırmızı ========== */
.lvv-cta-full {
  width: 100%;
  background: linear-gradient(135deg, var(--lvv-navy) 0%, var(--lvv-navy-light) 50%, var(--lvv-navy-dark) 100%);
  position: relative; overflow: hidden;
  padding: 80px 24px;
  margin: 0 !important; /* footer'a yapıştır */
  border-radius: 0 !important;
}
.lvv-cta-full::before {
  content: ""; position: absolute; right: -200px; top: -100px;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(237,36,42,.25), transparent 60%);
  pointer-events: none;
}
.lvv-cta-full::after {
  content: ""; position: absolute; left: -150px; bottom: -150px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(237,36,42,.15), transparent 65%);
  pointer-events: none;
}
.lvv-cta-full__pattern {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(237,36,42,.07) 1px, transparent 1px);
  background-size: 24px 24px; opacity: .5;
}
.lvv-cta-full__inner {
  max-width: 1240px; margin: 0 auto; position: relative;
  display: grid; grid-template-columns: 1.5fr auto; align-items: center; gap: 50px;
}
.lvv-cta-full__badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; background: rgba(237,36,42,.18);
  border: 1px solid rgba(237,36,42,.5); border-radius: 100px;
  color: var(--lvv-red-light); font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  margin-bottom: 18px;
}
.lvv-cta-full__title {
  color: #fff !important;
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: clamp(28px, 4vw, 44px) !important;
  font-weight: 700 !important; line-height: 1.15 !important;
  margin: 0 0 16px !important;
}
.lvv-cta-full__title .accent {
  color: var(--lvv-red-light); position: relative; display: inline-block;
}
.lvv-cta-full__title .accent::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--lvv-red), transparent); opacity: .55;
}
.lvv-cta-full__sub {
  color: rgba(255,255,255,.88); font-size: 16.5px; line-height: 1.7;
  margin: 0; max-width: 600px;
}
.lvv-cta-full__actions {
  display: flex; flex-direction: column; gap: 12px; min-width: 240px;
}
.lvv-cta-full__btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 28px; border-radius: 12px; font-weight: 700; font-size: 15px;
  text-decoration: none; transition: all .25s;
}
.lvv-cta-full__btn--primary {
  background: linear-gradient(135deg, var(--lvv-red), var(--lvv-red-dark));
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(237,36,42,.4);
}
.lvv-cta-full__btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(237,36,42,.55);
}
.lvv-cta-full__btn--ghost {
  background: rgba(255,255,255,.06); color: #fff !important;
  border: 1.5px solid rgba(255,255,255,.28);
}
.lvv-cta-full__btn--ghost:hover { background: #fff; color: var(--lvv-navy) !important; }

@media (max-width: 880px) {
  .lvv-cta-full__inner { grid-template-columns: 1fr; gap: 30px; }
  .lvv-cta-full { padding: 60px 22px; }
  .lvv-cta-full__actions { min-width: 0; }
}

/* ========== YENİ FOOTER — Revize 8: logo orijinal renkte (filter:none) ========== */
.lvv-footer {
  background: linear-gradient(180deg, var(--lvv-navy) 0%, var(--lvv-navy-dark) 100%);
  color: rgba(255,255,255,.78);
  padding: 70px 0 0;
  position: relative;
  margin-top: 0 !important;
}
.lvv-footer::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--lvv-red), var(--lvv-red-light), var(--lvv-red));
}
.lvv-footer__inner { max-width: 1320px; margin: 0 auto; padding: 0 24px; }
.lvv-footer__grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr; gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.lvv-footer__brand img {
  height: 58px; width: auto;
  /* filter: none — orijinal logo renkleri korunsun (R8) */
  filter: none;
  background: #fff;
  padding: 8px 14px;
  border-radius: 10px;
  margin-bottom: 18px;
}
.lvv-footer__about { font-size: 14.5px; line-height: 1.7; margin: 0 0 22px; }
.lvv-footer__social { display: flex; gap: 10px; }
.lvv-footer__social a {
  width: 40px; height: 40px; border-radius: 11px;
  background: rgba(255,255,255,.06);
  display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.85); text-decoration: none;
  transition: all .25s;
}
.lvv-footer__social a:hover {
  background: var(--lvv-red); color: #fff;
  transform: translateY(-3px);
}
.lvv-footer h4 {
  color: #fff; font-size: 16px; font-weight: 700; margin: 0 0 18px;
  position: relative; padding-bottom: 12px;
}
.lvv-footer h4::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 32px; height: 2.5px; background: var(--lvv-red); border-radius: 2px;
}
.lvv-footer ul { list-style: none; padding: 0; margin: 0; }
.lvv-footer ul li { margin-bottom: 9px; }
.lvv-footer ul li a {
  color: rgba(255,255,255,.78); text-decoration: none;
  font-size: 14.5px; transition: all .2s;
  display: inline-flex; align-items: center; gap: 6px;
}
.lvv-footer ul li a::before {
  content: "→"; color: var(--lvv-red-light); opacity: 0; margin-left: -10px;
  transition: all .2s;
}
.lvv-footer ul li a:hover { color: var(--lvv-red-light); padding-left: 4px; }
.lvv-footer ul li a:hover::before { opacity: 1; margin-left: 0; }

/* Golden Visa ülke listesinde bayrak yuvarlağı */
.lvv-footer__countries li a { gap: 10px; }
.lvv-footer__countries li a::before { display: none; } /* "→" gizle */
.lvv-flag {
  display: inline-block; width: 22px; height: 16px;
  border-radius: 3px; border: 1px solid rgba(255,255,255,.15);
  flex-shrink: 0; background-size: cover; background-position: center;
  box-shadow: 0 2px 6px rgba(0,0,0,.3);
}
.lvv-flag--all {
  background: linear-gradient(135deg, var(--lvv-red), var(--lvv-red-dark));
  color: #fff; font-size: 11px; text-align: center; line-height: 14px;
  font-weight: 700;
}

.lvv-footer__contact li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 14px; line-height: 1.55; margin-bottom: 14px;
}
.lvv-footer__contact .icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(237,36,42,.15);
  color: var(--lvv-red-light);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.lvv-footer__contact .label {
  font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.55); font-weight: 600; margin-bottom: 2px;
}
.lvv-footer__contact a, .lvv-footer__contact span {
  color: #fff; text-decoration: none; font-weight: 500; font-size: 14px;
}
.lvv-footer__contact a:hover { color: var(--lvv-red-light); }

.lvv-footer__bottom {
  padding: 22px 0; font-size: 13.5px;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; flex-wrap: wrap;
}
.lvv-footer__bottom-links { display: flex; gap: 22px; flex-wrap: wrap; }
.lvv-footer__bottom-links a { color: rgba(255,255,255,.65); text-decoration: none; font-size: 13.5px; }
.lvv-footer__bottom-links a:hover { color: var(--lvv-red-light); }
.lvv-footer__bottom span { color: rgba(255,255,255,.6); }
.lvv-footer__signature {
  display: inline-flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,.5); text-decoration: none;
  font-size: 12px; padding: 5px 10px; border-radius: 6px;
  border: 1px solid rgba(255,255,255,.1);
  transition: all .2s;
}
.lvv-footer__signature:hover {
  color: var(--lvv-red-light); border-color: rgba(237,36,42,.4);
  background: rgba(237,36,42,.06);
}
.lvv-footer__signature svg { opacity: .7; }

@media (max-width: 1100px) {
  .lvv-footer__grid { grid-template-columns: 1fr 1fr 1fr; }
  .lvv-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 700px) { .lvv-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .lvv-footer__grid { grid-template-columns: 1fr; } }

/* ========== GOLDEN VISA — Revize 4: 3x2 grid ========== */
/* Anasayfa veya golden-visa sayfasındaki ülke kartlarını 3-3 yap */
.elementor-pricing-element .row > [class*="col-"],
.pricing-section .row > [class*="col-"],
.golden-visa-cards .col-lg-4, .golden-visa-cards .col-md-6,
[class*="elementor-element-"][data-id]:has(.row) .row > .col-lg-3 {
  flex: 0 0 33.333% !important; max-width: 33.333% !important;
}
@media (max-width: 991px) {
  .elementor-pricing-element .row > [class*="col-"],
  .pricing-section .row > [class*="col-"] {
    flex: 0 0 50% !important; max-width: 50% !important;
  }
}
@media (max-width: 600px) {
  .elementor-pricing-element .row > [class*="col-"],
  .pricing-section .row > [class*="col-"] {
    flex: 0 0 100% !important; max-width: 100% !important;
  }
}

/* Read more → Türkçe olarak gizle + replace (JS yapacak) */
.elementor-button-text:contains("Read More") { display: none; }

/* ========== HAKKIMIZDA — Revize 9: Misyon/Vizyon/Kalite yaratıcı kart ========== */
.lvv-mvk {
  max-width: 1240px; margin: 60px auto; padding: 0 24px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.lvv-mvk__card {
  position: relative; padding: 0;
  background: #fff; border-radius: 22px;
  overflow: hidden; transition: all .35s;
  box-shadow: 0 10px 36px rgba(13,37,69,.08);
}
.lvv-mvk__card:hover {
  transform: translateY(-10px) rotate(-0.5deg);
  box-shadow: 0 30px 60px rgba(237,36,42,.18);
}
.lvv-mvk__card-head {
  position: relative; padding: 32px 30px 60px;
  background: linear-gradient(135deg, var(--lvv-navy), var(--lvv-navy-light));
  color: #fff; overflow: hidden;
}
.lvv-mvk__card-head::after {
  content: ""; position: absolute; right: -50px; top: -50px;
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(237,36,42,.3), transparent 65%);
}
.lvv-mvk__card:nth-child(2) .lvv-mvk__card-head {
  background: linear-gradient(135deg, var(--lvv-red), var(--lvv-red-dark));
}
.lvv-mvk__card:nth-child(2) .lvv-mvk__card-head::after {
  background: radial-gradient(circle, rgba(255,255,255,.22), transparent 65%);
}
.lvv-mvk__num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 88px; line-height: 1; font-weight: 700;
  color: rgba(255,255,255,.12);
  position: absolute; right: 24px; bottom: -22px; pointer-events: none;
}
.lvv-mvk__icon {
  width: 56px; height: 56px; border-radius: 16px;
  background: rgba(255,255,255,.12);
  border: 1.5px solid rgba(255,255,255,.22);
  display: flex; align-items: center; justify-content: center;
  color: #fff; margin-bottom: 16px; position: relative;
  transition: all .3s;
}
.lvv-mvk__card:hover .lvv-mvk__icon {
  transform: rotate(-8deg) scale(1.08);
  background: rgba(255,255,255,.2);
}
.lvv-mvk__label {
  font-size: 11.5px; letter-spacing: .25em; text-transform: uppercase;
  color: rgba(255,255,255,.7); font-weight: 700; margin-bottom: 6px;
  position: relative;
}
.lvv-mvk__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px; font-weight: 700; margin: 0;
  position: relative; color: #fff;
}
.lvv-mvk__body {
  padding: 28px 30px 32px;
  font-size: 15px; line-height: 1.75; color: #555;
}
.lvv-mvk__body p { margin: 0 0 14px; }
.lvv-mvk__body p:last-child { margin-bottom: 0; }
@media (max-width: 880px) { .lvv-mvk { grid-template-columns: 1fr; } }

/* ========== /VIZELER SAYFASI — Revize 11: kartlar görselle güçlü + kırmızı ========== */
.lvv-vizeler-hero {
  background: linear-gradient(135deg, var(--lvv-navy) 0%, var(--lvv-navy-dark) 100%);
  color: #fff; padding: 90px 24px 70px; text-align: center;
  position: relative; overflow: hidden; margin-bottom: 60px;
}
.lvv-vizeler-hero::before {
  content: ""; position: absolute; top: -100px; right: -100px;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(237,36,42,.3), transparent 60%);
}
.lvv-vizeler-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(34px, 5vw, 52px);
  margin: 0 0 16px; line-height: 1.15; position: relative;
}
.lvv-vizeler-hero p {
  font-size: 17px; opacity: .9; max-width: 720px; margin: 0 auto;
  position: relative; line-height: 1.7;
}
.lvv-vizeler { max-width: 1320px; margin: 0 auto; padding: 0 24px 60px; }
.lvv-vize-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;
}
.lvv-vize-card {
  background: #fff; border-radius: 20px; overflow: hidden;
  box-shadow: 0 10px 32px rgba(13,37,69,.08);
  border: 1px solid rgba(13,37,69,.04);
  text-decoration: none; color: inherit;
  transition: all .35s; position: relative;
  display: flex; flex-direction: column;
}
.lvv-vize-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 64px rgba(237,36,42,.2);
}
.lvv-vize-card__image {
  position: relative; height: 220px; overflow: hidden;
  background: var(--lvv-navy);
}
.lvv-vize-card__image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s;
}
.lvv-vize-card:hover .lvv-vize-card__image img { transform: scale(1.1); }
.lvv-vize-card__image::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(13,37,69,.85));
}
.lvv-vize-card__image-content {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 20px 24px; color: #fff; z-index: 2;
}
.lvv-vize-card__icon {
  position: absolute; top: 20px; right: 20px;
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--lvv-red);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  box-shadow: 0 8px 18px rgba(237,36,42,.45);
  z-index: 2;
}
.lvv-vize-card__type {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--lvv-red-light); font-weight: 700; margin-bottom: 4px;
}
.lvv-vize-card__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px; font-weight: 700; margin: 0;
}
.lvv-vize-card__body { padding: 26px 28px; flex: 1; display: flex; flex-direction: column; }
.lvv-vize-card__desc { color: #555; line-height: 1.65; font-size: 14.5px; margin: 0 0 18px; }
.lvv-vize-card__features { list-style: none; padding: 0; margin: 0 0 22px; flex: 1; }
.lvv-vize-card__features li {
  font-size: 13.5px; color: #444; padding: 8px 0;
  border-bottom: 1px dashed rgba(13,37,69,.08);
  display: flex; gap: 10px; align-items: center;
}
.lvv-vize-card__features li::before {
  content: "✓"; color: var(--lvv-red); font-weight: 700; flex-shrink: 0;
}
.lvv-vize-card__features li:last-child { border-bottom: none; }
.lvv-vize-card__link {
  color: var(--lvv-red); font-weight: 700; font-size: 14.5px;
  display: inline-flex; align-items: center; gap: 8px; margin-top: auto;
}
.lvv-vize-card__link::after { content: "→"; transition: transform .2s; }
.lvv-vize-card:hover .lvv-vize-card__link::after { transform: translateX(5px); }
@media (max-width: 991px) { .lvv-vize-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 660px) { .lvv-vize-grid { grid-template-columns: 1fr; } }

/* Vize iç sayfa sidebar form — Revize 11: form tasarımı düzelt */
aside .widget, aside .sidebar-widget,
.sidebar .widget, .contact-form-widget {
  background: #fff !important;
  border: 1px solid rgba(13,37,69,.08) !important;
  border-radius: 16px !important;
  padding: 28px !important;
  box-shadow: 0 8px 28px rgba(13,37,69,.06) !important;
  margin-bottom: 24px !important;
}
aside .widget h3, .sidebar .widget h3 {
  color: var(--lvv-navy) !important;
  font-size: 19px !important;
  margin: 0 0 18px !important;
  padding-bottom: 12px !important;
  border-bottom: 2px solid var(--lvv-red) !important;
  display: inline-block !important;
}
aside .wpcf7-form, .sidebar .wpcf7-form { padding: 0 !important; background: transparent !important; }
aside input, aside select, aside textarea,
.sidebar input, .sidebar select, .sidebar textarea {
  width: 100% !important; padding: 11px 14px !important;
  border: 1.5px solid rgba(13,37,69,.12) !important;
  border-radius: 9px !important;
  background: #fafbfc !important; font-size: 14px !important;
  margin-bottom: 12px !important;
  transition: all .2s !important;
}
aside input:focus, aside select:focus, aside textarea:focus,
.sidebar input:focus, .sidebar select:focus, .sidebar textarea:focus {
  background: #fff !important;
  border-color: var(--lvv-red) !important;
  box-shadow: 0 0 0 3px rgba(237,36,42,.12) !important;
  outline: none !important;
}
aside button[type="submit"], aside .wpcf7-submit,
.sidebar button[type="submit"], .sidebar .wpcf7-submit {
  background: linear-gradient(135deg, var(--lvv-red), var(--lvv-red-dark)) !important;
  color: #fff !important; padding: 13px 24px !important;
  border-radius: 10px !important; border: none !important;
  font-weight: 700 !important; font-size: 14.5px !important;
  cursor: pointer !important; transition: all .2s !important;
  width: 100% !important;
  box-shadow: 0 8px 20px rgba(237,36,42,.35) !important;
}
aside button[type="submit"]:hover, .sidebar button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(237,36,42,.5) !important;
}

/* ========== İLETİŞİM FORM — Revize 14 ========== */
.lvv-contact-extra {
  background: #fff; border-radius: 18px; padding: 32px;
  margin: 30px auto; max-width: 720px;
  box-shadow: 0 12px 40px rgba(13,37,69,.08);
}
.lvv-contact-extra h3 {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--lvv-navy); margin: 0 0 8px;
}
.lvv-contact-extra > p { color: #666; margin: 0 0 24px; font-size: 14.5px; }
.lvv-vise-types {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
  margin-bottom: 24px;
}
.lvv-vise-type {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px;
  background: var(--lvv-bg); border: 1.5px solid transparent;
  border-radius: 12px; cursor: pointer; transition: all .2s;
}
.lvv-vise-type:hover { border-color: rgba(237,36,42,.3); background: var(--lvv-cream); }
.lvv-vise-type input[type="radio"] { display: none; }
.lvv-vise-type input[type="radio"]:checked + .lvv-vise-type__icon {
  background: var(--lvv-red); color: #fff; border-color: var(--lvv-red);
}
.lvv-vise-type:has(input:checked) {
  border-color: var(--lvv-red); background: var(--lvv-cream);
}
.lvv-vise-type__icon {
  width: 38px; height: 38px; border-radius: 10px;
  background: #fff; border: 1.5px solid rgba(13,37,69,.12);
  display: flex; align-items: center; justify-content: center;
  color: var(--lvv-red); flex-shrink: 0; transition: all .2s;
}
.lvv-vise-type__text { font-size: 14px; font-weight: 600; color: var(--lvv-navy); }
@media (max-width: 600px) { .lvv-vise-types { grid-template-columns: 1fr; } }

/* ========== TESTIMONIAL — Revize 6: eşit kutu, daha sıkı ========== */
.testimonial-block, .testimonial-block-one { height: 100% !important; display: flex !important; }
.testimonials-section .row, .testimonial-section .row { align-items: stretch !important; }
.testimonials-section .row > [class*="col-"],
.testimonial-section .row > [class*="col-"] {
  display: flex !important; align-items: stretch !important; flex: 1 !important;
}
.testimonial-block .inner-box, .testimonial-block-one .inner-box {
  display: flex !important; flex-direction: column !important;
  background: #fff !important; border-radius: 16px !important;
  padding: 30px 28px !important;
  box-shadow: 0 8px 28px rgba(13,37,69,.07) !important;
  border: 1px solid #e9ecef !important;
  transition: all .25s !important; flex: 1 1 auto !important;
  width: 100% !important; min-height: 280px !important;
}
.testimonial-block .inner-box:hover, .testimonial-block-one .inner-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(237,36,42,.14) !important;
  border-color: var(--lvv-red) !important;
}
.testimonial-block .text, .testimonial-block-one .text { flex: 1 !important; }

/* ========== BLOG — sidebar yok, 3'lü kartlar (sadece /blog rotasında) ========== */
/* Blog list/single bizim özel sayfada (lvv-page-blog-*); mirror'da değil. */
/* Vize iç sayfalar SİDEBAR'I KORUR — global hide gerek yok */
.blog-list .row, .news-section .row { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-list .row > [class*="col-"], .news-section .row > [class*="col-"] {
  flex: 1 !important; max-width: 100% !important; width: 100% !important;
}
@media (max-width: 991px) { .blog-list .row, .news-section .row { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 660px) { .blog-list .row, .news-section .row { grid-template-columns: 1fr; } }

/* Blog kartı */
.news-block, .blog-news-block, .news-block-one {
  border-radius: 16px !important; overflow: hidden;
  box-shadow: 0 10px 32px rgba(13,37,69,.08); transition: all .3s;
  background: #fff;
}
.news-block:hover, .blog-news-block:hover, .news-block-one:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 56px rgba(237,36,42,.18);
}

/* ========== WHATSAPP WIDGET (kırmızı uyumu) ========== */
.ht-ctc, .ht-ctc-chat, #ht-ctc-chat, .ht-ctc-style-1, .ht-ctc-style-2 { display: none !important; }
.lvv-wa-widget {
  position: fixed; right: 24px; bottom: 24px; z-index: 9998;
  display: flex; align-items: center; gap: 12px; flex-direction: row-reverse;
}
.lvv-wa-widget__label {
  background: linear-gradient(135deg, var(--lvv-navy), var(--lvv-navy-dark));
  color: #fff; padding: 10px 16px; border-radius: 100px;
  font-size: 13.5px; font-weight: 700; white-space: nowrap;
  box-shadow: 0 8px 22px rgba(13,37,69,.25); position: relative;
  animation: lvv-wa-pulse 2.6s ease-in-out infinite;
}
.lvv-wa-widget__label::after {
  content: ""; position: absolute; right: -7px; top: 50%; transform: translateY(-50%);
  border: 7px solid transparent; border-left-color: var(--lvv-navy-dark);
}
.lvv-wa-widget__btn {
  width: 62px; height: 62px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 30px rgba(37,211,102,.45);
  color: #fff; text-decoration: none; position: relative; flex-shrink: 0;
  transition: transform .2s;
}
.lvv-wa-widget__btn:hover { transform: scale(1.08); }
.lvv-wa-widget__btn::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: #25D366; opacity: .35;
  animation: lvv-wa-ring 2s ease-out infinite;
}
@keyframes lvv-wa-pulse { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
@keyframes lvv-wa-ring { 0% { transform: scale(1); opacity: .4; } 100% { transform: scale(1.7); opacity: 0; } }
@media (max-width: 600px) {
  .lvv-wa-widget__label { display: none; }
  .lvv-wa-widget__btn { width: 56px; height: 56px; }
}
/* Scroll-to-top butonunu WhatsApp widget'ının ÜSTÜNE al (çakışmayı önle) */
.scroll-top { right: 26px !important; width: 50px !important; height: 50px !important; line-height: 50px !important; z-index: 9997 !important; }
.scroll-top.open { bottom: 102px !important; }
@media (max-width: 600px) {
  .scroll-top.open { bottom: 92px !important; }
}

/* ========== PRELOADER ========== */
.lvv-preloader-v2 {
  position: fixed; inset: 0;
  background: linear-gradient(135deg, var(--lvv-navy) 0%, var(--lvv-navy-dark) 100%);
  z-index: 999999;
  display: flex; align-items: center; justify-content: center;
  transition: opacity .4s ease, visibility .4s;
}
.lvv-preloader-v2.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.lvv-preloader-v2__stage {
  display: flex; flex-direction: column; align-items: center; gap: 26px;
  position: relative; width: 320px;
}
.lvv-preloader-v2__sky { position: relative; width: 100%; height: 130px; overflow: hidden; }
.lvv-preloader-v2__path {
  position: absolute; top: 50%; left: 0; right: 0; height: 2px;
  background: repeating-linear-gradient(90deg, rgba(237,36,42,.5) 0 12px, transparent 12px 22px);
}
.lvv-preloader-v2__plane {
  position: absolute; top: 30px; left: -60px;
  animation: lvv-plane-fly 2.2s ease-in-out infinite;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,.35));
}
.lvv-preloader-v2__cloud {
  position: absolute; width: 70px; height: 22px;
  background: rgba(255,255,255,.1); border-radius: 30px;
  animation: lvv-cloud-pass 4s linear infinite;
}
.lvv-preloader-v2__cloud--1 { top: 18px; }
.lvv-preloader-v2__cloud--2 { top: 90px; animation-delay: -2s; width: 50px; height: 16px; }
.lvv-preloader-v2__brand {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--lvv-red-light); font-size: 22px; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase;
}
.lvv-preloader-v2__sub {
  color: rgba(255,255,255,.65); font-size: 11.5px; letter-spacing: .25em;
  text-transform: uppercase; margin-top: -16px;
}
.lvv-preloader-v2__bar {
  width: 220px; height: 3px; background: rgba(255,255,255,.1);
  border-radius: 100px; overflow: hidden; position: relative;
}
.lvv-preloader-v2__bar::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, var(--lvv-red), transparent);
  animation: lvv-bar-slide 1.4s ease-in-out infinite;
}
@keyframes lvv-plane-fly {
  0%   { transform: translateX(0) translateY(0) rotate(-3deg); }
  50%  { transform: translateX(200px) translateY(-15px) rotate(2deg); }
  100% { transform: translateX(400px) translateY(-25px) rotate(8deg); }
}
@keyframes lvv-cloud-pass {
  0% { transform: translateX(340px); }
  100% { transform: translateX(-80px); }
}
@keyframes lvv-bar-slide {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* ========== TÜM BUTONLAR vs. KIRMIZIYA DÖNÜŞ ========== */
.theme-btn, .btn-style-one, .btn-style-two,
.elementor-button,
button.elementor-button {
  background: linear-gradient(135deg, var(--lvv-red), var(--lvv-red-dark)) !important;
  color: #fff !important;
  border-color: var(--lvv-red) !important;
}
.theme-btn:hover, .btn-style-one:hover, .btn-style-two:hover,
.elementor-button:hover {
  background: linear-gradient(135deg, var(--lvv-red-dark), var(--lvv-red)) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(237,36,42,.4) !important;
}

/* Eski "altın" border'lı/colorlı her şeyi kırmızıya çevir */
[style*="color: #ffd700"], [style*="background:#ffd700"] { color: var(--lvv-red) !important; background: transparent !important; }

/* ========== Form generic ========== */
input[type="text"]:focus, input[type="email"]:focus,
input[type="tel"]:focus, textarea:focus, select:focus {
  border-color: var(--lvv-red) !important;
  box-shadow: 0 0 0 4px rgba(237,36,42,.12) !important;
  outline: none !important;
}
html { scroll-behavior: smooth; }
img { transition: opacity .4s ease; }
img[loading="lazy"]:not(.is-loaded) { opacity: 0; }
img[loading="lazy"].is-loaded, img:not([loading]) { opacity: 1; }

/* ============ Golden Visa Ülke Sidebar — Tüm Bayraklar ============ */
.single-country-sidebar .menu-golden-visa-container ul#menu-golden-visa li > a {
  display: flex !important;
  align-items: center;
  gap: 12px;
  position: relative;
}
.lvv-side-flag {
  width: 32px; height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,.95);
  box-shadow: 0 3px 10px rgba(0,0,0,.18);
  flex-shrink: 0;
  background-color: #f5f5f5;
  opacity: 1 !important;
}

/* Golden Visa ülke kartlarındaki bayrak dairesi: dikdörtgen bayraklar (160x107)
   57px daireden taşıyordu; img'i daireye sabitle (sadece Macaristan kareydi). */
.country-section .inner-content .single-item .flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== Golden Visa LİSTE sayfası (/golden-visa) — kart eşitleme + bayrak ===== */
/* Bayrak dairesi: .flag img'de yükseklik yoktu, dikdörtgen PNG'ler daireye yayılmadan
   bozuk görünüyordu (Macaristan kareydi, o yüzden düzgündü). Daireyi doldur. */
.country-block-one .inner-box .image-box .flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Görseller farklı oranlardaydı (270x175 vs 540x400) → kart yükseklikleri kayıyordu.
   Tüm görselleri eşit yükseklikte kırp. */
.country-block-one .inner-box .image-box .image img {
  height: 210px;
  object-fit: cover;
  display: block;
}

/* Kartların tamamını flex ile eşit yükseklik yap (metin uzunluğu farkını da telafi eder). */
.country-style-two .row {
  display: flex;
  flex-wrap: wrap;
}
.country-style-two .country-block {
  display: flex;
}
.country-style-two .country-block .country-block-one {
  display: flex;
  width: 100%;
}
.country-style-two .country-block .country-block-one .inner-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.country-style-two .country-block .country-block-one .inner-box .lower-content {
  flex: 1 1 auto;
}
