/*
Theme Name: Bulgaristan Vize Merkezi Modern
Theme URI: https://www.bulgaristanvizemerkezi.com/
Author: Codex
Author URI: https://www.bulgaristanvizemerkezi.com/
Description: Bulgaristan Schengen vizesi danışmanlığı için modern, hızlı ve blok düzenleyici uyumlu WordPress teması.
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bvm-modern
*/

html {
  scroll-behavior: smooth;
}

body {
  font-feature-settings: "kern";
}

a {
  text-underline-offset: 0.18em;
}

.bvm-topbar {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.bvm-logo-mark {
  align-items: center;
  background: #0f3d5e;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  letter-spacing: 0;
  width: 44px;
}

.bvm-hero {
  min-height: 680px;
  position: relative;
}

.bvm-hero:before {
  background:
    linear-gradient(90deg, rgba(8, 25, 39, 0.92) 0%, rgba(8, 25, 39, 0.72) 46%, rgba(8, 25, 39, 0.24) 100%),
    url("assets/sofia-hero.svg") center/cover no-repeat;
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.bvm-hero > * {
  position: relative;
  z-index: 1;
}

.bvm-process-number {
  align-items: center;
  background: #0f3d5e;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.bvm-card {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
}

.bvm-service-card {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  min-height: 100%;
}

.bvm-sticky-cta {
  align-items: center;
  background: #0f3d5e;
  border-radius: 999px;
  bottom: 18px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.22);
  color: #fff;
  display: flex;
  font-weight: 700;
  gap: 8px;
  padding: 12px 18px;
  position: fixed;
  right: 18px;
  text-decoration: none;
  z-index: 30;
}

.bvm-sticky-cta:hover {
  color: #fff;
}

@media (max-width: 782px) {
  .bvm-hero {
    min-height: 620px;
  }

  .bvm-hero:before {
    background:
      linear-gradient(180deg, rgba(8, 25, 39, 0.94) 0%, rgba(8, 25, 39, 0.82) 62%, rgba(8, 25, 39, 0.42) 100%),
      url("assets/sofia-hero.svg") center/cover no-repeat;
  }

  .bvm-sticky-cta {
    bottom: 12px;
    left: 12px;
    justify-content: center;
    right: 12px;
  }
}
