@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap");

/* ============================================================
   CYKLOSTEZKA OHŘE — brandové CSS
   Hlavní barva:    #006d58  (C100 M0   Y69  K30)
   Doplňková barva: #4FA8FF  (C69  M34  Y0   K0 )
   Písmo:           Barlow / Barlow Condensed
   ============================================================ */

/* ---- Typografie ------------------------------------------- */

body {
  line-height: 1.6;
  font-family: "Outfit", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #818385;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
footer {
  margin-top: auto;
}

* {
  font-family: "Outfit", sans-serif;
}

p, .paragraph, li, td, th, span, div, a, input, textarea, select, label {
  font-weight: 400;
  font-family: "Outfit", sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.section-title {
  color: #172231;
  font-family: "Outfit", sans-serif !important;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.15;
  transition: 0.2s ease;
  letter-spacing: 0.02em;
}

/* Fluid typografie */
h1, .h1 { font-size: 36px; }
h2, .h2 { font-size: 26px; }
h3, .h3 { font-size: 22px; }
h4, .h4, .subtitle { font-size: 19px; }
h5, .h5 { font-size: 16px; }
h6, .h6 { font-size: 14px; }

h1, .h1 { font-size: clamp(26px, 5vw,   76px); }
h2, .h2 { font-size: clamp(22px, 3.8vw, 52px); }
h3, .h3 { font-size: clamp(18px, 2.8vw, 34px); }
h4, .h4, .subtitle { font-size: clamp(16px, 2vw, 28px); }
h5, .h5 { font-size: clamp(14px, 1.5vw, 19px); }
h6, .h6 { font-size: clamp(13px, 1.2vw, 16px); }

.section-title  { font-size: clamp(22px, 3.8vw, 52px); }
.sekce-titulni  { font-size: clamp(20px, 3vw,   44px); }
.swiper-caption { font-size: clamp(1rem, 3vw, 3rem); }
.card-title-main { font-size: clamp(14px, 1.5vw, 19px); }

.font-secondary {
  font-family: "Outfit", sans-serif !important;
}

.subtitle {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: white;
}

/* ---- Logo & brand ----------------------------------------- */

.brand { height: 80px; }

@media only screen and (max-width: 576px) {
  .brand { height: 60px; }
}

/* Nápis vedle loga */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-label {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  padding-top: 10px;
  gap: 2px;
}
.brand-label-top {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.brand-label-main {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  color: #006d58;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
}
html[lang="de"] .brand-label-main {
  font-size: 1.82rem;
}
@media (max-width: 576px) {
  .brand-label { display: none; }
}



/* ---- Swiper caption --------------------------------------- */

.varex {
  bottom: 60px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  color: white;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.03em;
  z-index: 1;
  pointer-events: none;
}

/* ---- Anotace ---------------------------------------------- */

.anotace {
  color: #006d58;
  font-size: 1.3em;
}

/* ---- Mapa ------------------------------------------------- */

#map {
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 768px) { #map { height: 300px; } }
@media only screen and (max-width: 576px) { #map { height: 200px; } }

/* ---- Tlačítka --------------------------------------------- */

.btn {
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  padding: 15.5px 28px;
  border-radius: 35px;
  font-weight: 700;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in;
  white-space: nowrap;
}
.btn:focus  { outline: 0; box-shadow: none !important; }
.btn:active { box-shadow: none; }
.btn-lg { font-size: 20px; padding: 19px 35px; }
.btn-md { font-size: 18px; padding: 17px 30px; }
.btn-sm { font-size: 12px; padding: 5px 20px; }

.btn-primary {
  background: #006d58;
  color: #fff;
  border-color: #005a47;
}
.btn-primary:active { background: #006d58; border-color: #005a47; }
.btn-primary:hover  { background: #4FA8FF; border-color: #4FA8FF; }
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #006d58;
  border-color: #005a47;
}

.btn-gray {
  background: #f5f6fa;
  color: #172231;
  border-color: #f5f6fa;
}
.btn-gray:active { background: #006d58 !important; border-color: #006d58; color: #fff; }
.btn-gray:hover  { background: #006d58;              border-color: #006d58; color: #fff; }
.btn-gray:not(:disabled):not(.disabled).active,
.btn-gray:not(:disabled):not(.disabled):active,
.show > .btn-gray.dropdown-toggle {
  color: #fff; background-color: #006d58; border-color: #006d58;
}

.btn-secondary {
  background: transparent;
  color: #172231;
  padding-left: 0;
  border: 0;
}
.btn-secondary:active { background: transparent !important; color: #006d58; }
.btn-secondary:hover  { background: transparent;              color: #006d58; }
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #006d58; background-color: transparent; border: 0;
}

.btn-primary-outline {
  background: transparent;
  color: #172231;
  border: 2px solid #172231;
}
.btn-primary-outline:active { background: #006d58; border-color: #006d58; color: #fff; }
.btn-primary-outline:hover  { background: #006d58; border-color: #006d58; color: #fff; }

.btn-light {
  background: #fff; color: #172231; border-color: #e7e7e7;
}
.btn-light:active { background: transparent !important; border-color: #fff; color: #fff; }
.btn-light:hover  { background: transparent;              border-color: #fff; color: #fff; }
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background: transparent; border-color: #fff; color: #fff;
}

.btn-light-alt:active { background: #006d58 !important; border-color: #006d58; color: #fff; }
.btn-light-alt:hover  { background: #006d58;              border-color: #006d58; color: #fff; }

.btn-light-outline {
  background: transparent; color: #fff; border: 2px solid #fff;
}
.btn-light-outline:active { background: #005a47 !important; border-color: #005a47; color: #fff; }
.btn-light-outline:hover  { background: #005a47;              border-color: #005a47; color: #fff; }

.btn-arrow { transition: 0.2s ease; }
.btn-arrow::before {
  position: absolute; content: ""; height: 8px; width: 8px;
  background: transparent; top: 50%; transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #000; border-bottom: 2px solid #000;
  left: calc(85% + 5px); transition: 0.2s ease;
}
.btn-arrow::after {
  position: absolute; content: ""; height: 2px; width: 15px;
  top: 50%; transform: translateY(-50%); background: #000;
  transition: 0.2s ease; left: 85%;
}
.btn-arrow:hover::before { left: calc(85% + 10px); border-color: #006d58; }
.btn-arrow:hover::after  { width: 20px; background: #006d58; }

/* ---- Hover ripple ----------------------------------------- */

.hover-ripple { transition: 0.2s ease-in; }
.hover-ripple:hover { transform: scale(0.97); }
.hover-ripple:hover::after { animation: sonarEffect 1s ease-out 50ms; }
.hover-ripple::after {
  pointer-events: none; position: absolute; width: 100%; height: 100%;
  content: ""; top: 0; left: 0; padding: 0; z-index: -1; opacity: 0;
  transform: scale(0.9); border-radius: inherit;
}
.hover-ripple.ripple-white:hover::after { animation: sonarEffectWhite 1s ease-out 50ms; }

@keyframes sonarEffect {
  0%   { opacity: 0.1; }
  40%  { opacity: 0.3; box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #006d58, 0 0 0 10px rgba(255,255,255,0.2); }
  100% { box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #006d58, 0 0 0 10px rgba(255,255,255,0.2); transform: scale(1.2); opacity: 0; }
}
@keyframes sonarEffectWhite {
  0%   { opacity: 0.1; }
  40%  { opacity: 0.3; box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.2); }
  100% { box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.2); transform: scale(1.2); opacity: 0; }
}

/* ---- Obecné barvy & třídy --------------------------------- */

body { background-color: #fff; overflow-x: hidden; }

::-moz-selection { background: #006d58; color: #fff; }
::selection      { background: #006d58; color: #fff; }

/* Preloader */
.preloader {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background-color: #fff; z-index: 999;
  display: flex; align-items: center; justify-content: center;
}
.spin {
  height: 50px; width: 50px; border-width: 5px; border-style: solid;
  border-color: #006d58 #006d58 rgba(79, 168, 255, 0.25) rgba(79, 168, 255, 0.25);
  border-radius: 100%; animation: clockwise 1s linear infinite;
}
@keyframes clockwise { to { transform: rotate(360deg) translatez(0); } }

ol, ul { list-style-type: none; margin: 0; }

a, a:hover, a:focus { text-decoration: none; }
a, button, select  { cursor: pointer; transition: 0.2s ease; }
a:focus, button:focus, select:focus { outline: 0; }
a:hover { color: #006d58; }
a.text-white:hover, a.text-light:hover, a.text-dark:hover { color: white !important; }

/* Sekce */
.section { padding-top: 150px; padding-bottom: 150px; }
@media (max-width: 767px) { .section { padding-top: 100px;  padding-bottom: 100px; } }
@media (max-width: 575px) { .section { padding-top: 80px;   padding-bottom: 80px;  } }
.section-sm { padding-top: 70px; padding-bottom: 70px; }
.section-title { margin-bottom: 40px; }
.section-bottom-lg { padding-bottom: 240px; }

/* Section title border — zelená */
.section-title-border {
  position: relative; height: 5px; width: 30px;
  background: #006d58; border-radius: 10px;
  margin-bottom: 20px; display: block;
}
.section-title-border::before {
  position: absolute; content: ""; height: 100%; width: 50%;
  background: #006d58; border-radius: 10px; right: -60%; top: 0;
}
.section-title-border::after {
  position: absolute; content: ""; height: 100%; width: 25%;
  background: #006d58; border-radius: 10px; right: -100%; top: 0;
}
.section-title-border.border-center   { margin-left: calc(50% - 27px); }
.section-title-border.border-white    { background: #fff; }
.section-title-border.border-white::before { background: #fff; }
.section-title-border.border-white::after  { background: #fff; }
.section-title-border.border-inline   { display: inline-block; margin-bottom: 5px; }

/* Section title border white */
.section-title-border-white {
  position: relative; height: 5px; width: 30px;
  background: #fff; border-radius: 10px;
  margin-bottom: 20px; display: block;
}
.section-title-border-white::before {
  position: absolute; content: ""; height: 100%; width: 50%;
  background: #fff; border-radius: 10px; right: -60%; top: 0;
}
.section-title-border-white::after {
  position: absolute; content: ""; height: 100%; width: 25%;
  background: #fff; border-radius: 10px; right: -100%; top: 0;
}
.section-title-border-white.border-center { margin-left: calc(50% - 27px); }
.section-title-border-white.border-inline { display: inline-block; margin-bottom: 5px; }

/* Overlay — zelená */
.overlay { position: relative; padding-top: 2em; padding-bottom: 1.5em; }
.overlay::before {
  position: absolute; content: ""; height: 100%; width: 100%;
  top: 0; left: 0; background: #006d58;
}
.overlay-secondary { position: relative; }
.overlay-secondary::before {
  position: absolute; content: ""; height: 100%; width: 100%;
  top: 0; left: 0; background: #252d39; opacity: 0.85;
}

/* Pozadí — primární a sekundární = zelená */
.bg-primary   { background: #006d58 !important; }
.bg-secondary { background: #006d58 !important; }
.bg-minus     { background: rgb(245, 246, 250) !important; }
.bg-secondary-darken { background: #1f2630 !important; }
.bg-gray       { background: #f5f6fa !important; }
.bg-gray-white { background-image: linear-gradient(to right, #f5f6fa 45%, #fff 0%); }
.bg-white-gray { background-image: linear-gradient(to right, #fff 45%, #f5f6fa 0%); }
.bg-white2-gray{ background-image: linear-gradient(to right, #fff 70%, #f5f6fa 0%); }

.text-primary { color: #fff !important; }
.text-color   { color: #818385; }
.text-light   { color: #fff !important; }
.text-dark    { color: #172231; }

/* Ostatní utility */
.outline-0        { outline: 0 !important; }
.d-unset          { display: unset !important; }
.hilighted        { background: #252d39; padding: 0 5px; border-radius: 2px; color: #fff; }
.letter-spacing   { letter-spacing: 2px; }
.mb-50  { margin-bottom: 50px !important; }
.mb-60  { margin-bottom: 60px !important; }
.mb-70  { margin-bottom: 70px !important; }
.mb-80  { margin-bottom: 80px !important; }
.mb-90  { margin-bottom: 90px !important; }
.mb-100 { margin-bottom: 100px !important; }
.zindex-1     { z-index: 1; }
.zindex-0     { z-index: 0; }
.overflow-hidden  { overflow: hidden; }
.min-height-400   { min-height: 400px; }
.border-color     { border-color: #e7e7e7 !important; }
.border-muted     { border-color: #404751 !important; }
.rounded-top-0    { border-top-left-radius: 0; border-top-right-radius: 0; }
.flex-basis-33    { flex-basis: 33.333333%; }
.icon    { font-size: 40px; }
.icon-sm { font-size: 34px; }
.icon-xs { font-size: 22px; }
.icon-lg { font-size: 56px; }
.box-shadow { box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1); }
.translate-top { transform: translateY(-100px); }
.service-wrapper { transform: translateY(-200px); }
.transition    { transition: 0.2s ease; }
.font-size-30  { font-size: 30px; }
.fw-semebold   { font-weight: 600 !important; }
.text-decoration-none        { text-decoration: none !important; }
.text-decoration-none:hover  { text-decoration: none !important; }
.border-md-end { border-right: 1px solid; }
@media (max-width: 767px) { .border-md-end { border: 0; } }
.media { display: flex; align-items: start; }
.media > div:nth-child(1) { flex-shrink: 0; }
.media > div:nth-child(2) { flex: 1; }
.card-title { color: #172231; }

/* ---- Navigace --------------------------------------------- */

.navigation {
  box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.09);
  position: relative; z-index: 1;
}
@media (min-width: 992px) {
  .navigation { height: 130px; display: flex; align-items: center; }
}
.navbar { padding: 0; }
.navbar-collapse { padding-bottom: 10px; transition: 0.2s ease; }
.navbar, .navbar-collapse { z-index: 9999; }
.navbar .nav-item .nav-link { text-transform: uppercase; font-weight: 600; font-size: 1.1em; font-family: "Outfit", sans-serif; }
.navbar .dropdown:hover .dropdown-menu { visibility: visible; opacity: 1; transform: scaleX(1); }
.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.12); padding: 15px; border: 0;
  top: 100px; left: -25px; border-radius: 0; display: block;
  visibility: hidden; transition: 0.3s ease; opacity: 0;
  transform: scale(0.8); background: #fff;
}
@media (max-width: 991px) {
  .navbar .dropdown-menu { display: none; opacity: 1; visibility: visible; transform: scale(1); transform-origin: unset; }
}
.navbar .dropdown-menu.show { visibility: hidden; }
@media (max-width: 991px) {
  .navbar .dropdown-menu.show { visibility: visible; display: block; }
}
.navbar .dropdown-item {
  position: relative; color: #172231;
  transition: 0.2s ease; font-family: "Outfit", sans-serif;
}
@media (max-width: 991px) { .navbar .dropdown-item { text-align: center; } }
.navbar .dropdown-item:not(:last-child) { margin-bottom: 10px; }
.navbar .dropdown-item:hover { color: #006d58; background: transparent; }
.navbar-light .navbar-nav .nav-link { color: #172231; }
.navbar-light .navbar-nav .nav-link:hover { color: #006d58; }
.navbar-expand-lg .navbar-nav .nav-link { padding: 40px 15px; }
@media (max-width: 1200px) { .navbar-expand-lg .navbar-nav .nav-link { padding: 40px 10px; } }
@media (max-width: 991px)  { .navbar-expand-lg .navbar-nav .nav-link { padding: 10px; } }
.navbar-nav .dropdown-menu { z-index: 9999; }

/* ---- Hover bg dark ---------------------------------------- */

.hover-bg-dark:hover, .hover-bg-dark.active {
  background: linear-gradient(180deg, #005a47 0%, #006d58 100%);
}
.hover-bg-dark:hover *, .hover-bg-dark.active * { color: #fff !important; }

.hover-bg-dark-2 { border: 4px solid #ffffff !important; }
.hover-bg-dark-2:hover, .hover-bg-dark-2.active { background: #006d58; }
.hover-bg-dark-2:hover *, .hover-bg-dark-2.active * { color: #fff !important; }

/* ---- Karty etap ------------------------------------------- */

.card-icon {
  position: absolute; height: 60px; width: 60px; border-radius: 50%;
  background: #006d58; text-align: center; line-height: 60px;
  color: #fff; font-size: 32px; left: 15px; top: -90px;
}

/* Karty etap Ohře — vlastní design */
.hover-bg-dark-2 {
  border-radius: 12px !important;
  overflow: visible !important;
  background: #fff !important;
  border: none !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
  padding: 12px !important;
}
.hover-bg-dark-2:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.16) !important;
  background: #fff !important;
}
.hover-bg-dark-2 .card-img-top {
  border-radius: 8px !important;
  overflow: hidden;
  display: block;
}
.hover-bg-dark-2 img {
  border-radius: 8px !important;
  transition: transform 0.35s ease;
}
.hover-bg-dark-2:hover img {
  transform: scale(1.03);
}
.hover-bg-dark-2 .card-body {
  padding: 14px 4px 4px 4px !important;
  border-top: none !important;
}
.hover-bg-dark-2:hover * {
  color: inherit !important;
}
.hover-bg-dark-2:hover h4 {
  color: #006d58 !important;
}

/* ---- Hover overlay ---------------------------------------- */

.hover-overlay {
  position: absolute; height: 100%; width: 100%; top: 0; left: 0;
  text-align: center; background: #006d58; transition: 0.4s ease; opacity: 0;
}
.hover-overlay a {
  position: relative; font-size: 46px; color: #fff;
  top: 50%; transform: translateY(-50%) scale(0);
  transition: 0.4s ease; display: inline-block;
}

/* ---- Hover icon ------------------------------------------- */

.hover-icon {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: #006d58; transition: 0.2s ease; transform: scale(0.8); z-index: 3; opacity: 0;
}
.hover-icon .social-icon a { transform: scale(0); }

/* ---- Sociální ikony --------------------------------------- */

.social-icon li a {
  display: inline-block; height: 45px; width: 45px; border-radius: 50%;
  color: #fff; border: 1px solid #fff; background: transparent;
  line-height: 45px; text-align: center;
}
.social-icon li a:hover { color: #006d58; background: #fff; }

.social-icon-alt li a {
  display: inline-block; height: 80px; width: 80px; border-radius: 50%;
  color: #fff; border: 1px solid #fff; background: transparent;
  line-height: 80px; text-align: center; font-size: 2em;
}
.social-icon-alt li a:hover { color: #006d58; background: #fff; border-color: #fff; }

/* ---- Breadcrumb ------------------------------------------- */
.breadcrumb-item + .breadcrumb-item::before { color: #fff; }

/* ---- Formuláře -------------------------------------------- */
.form-control { height: 55px; padding: 0 30px; }
.form-control-sm { height: 45px; }
.form-control:focus { box-shadow: 0px 15px 39px 0px rgba(8,18,109,0.1); border-color: #006d58 !important; }
.focus-shadow-none { box-shadow: none !important; }
textarea.form-control { height: 150px; }
textarea.form-control-sm { height: 100px; }

/* ---- Footer — list styled --------------------------------- */
.list-styled { padding-left: 0; }
.list-styled li {
  position: relative; padding-left: 20px;
  font-size: 1.5em; font-family: "Outfit", sans-serif !important; color: black !important;
}
.list-styled li::before {
  position: absolute; content: "\f105"; font-family: "FontAwesome";
  font-size: 15px; left: 0; top: 6px; color: #006d58; transition: 0.3s ease;
}
.list-styled li:hover::before { color: #006d58 !important; }
.list-styled li:hover a { text-decoration: underline !important; }
.list-styled li.text-light::before { color: #fff; }
.list-styled.style-circle li::before { content: "\f10c"; }

/* ---- Výškový profil (leaflet-elevation) ------------------- */

/* Plocha pod profilem */
.steelblue-theme .area {
  fill: rgba(0, 109, 88, 0.55) !important;
  stroke: none !important;
}

/* Linie profilu */
.steelblue-theme .line {
  stroke: #004d3e !important;
  stroke-width: 3px !important;
  fill: none !important;
}

/* Křížek / bod při hover */
.steelblue-theme .mouse-focus-line,
.steelblue-theme .elevation-polyline {
  stroke: #006d58 !important;
}

/* Tečka na profilu při hover */
.steelblue-theme circle.mouse-focus-location {
  fill: #006d58 !important;
  stroke: #fff !important;
  stroke-width: 2px !important;
}

/* Osa X a Y — tick čáry */
.steelblue-theme .axis line,
.steelblue-theme .axis path {
  stroke: #aaa !important;
}

/* Text os */
.steelblue-theme .axis text {
  fill: #555 !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 11px !important;
}

/* Kontejner profilu */
.leaflet-control-elevation {
  background: #fff !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10) !important;
  border: none !important;
  padding: 10px 14px 6px !important;
}

/* Summary statistiky pod grafem */
.steelblue-theme .elevation-summary {
  font-family: "Outfit", sans-serif !important;
  font-size: 12px !important;
  color: #555 !important;
}
.steelblue-theme .elevation-summary span {
  color: #006d58 !important;
  font-weight: 700 !important;
}

/* Mřížka v grafu */
.steelblue-theme .grid line {
  stroke: #e8e8e8 !important;
}

/* ---- Ostatní ---------------------------------------------- */

.section-title-border.border-center { margin-left: calc(50% - 27px); }

.icos {
  max-width: 68px !important;
  color: #006d58 !important;
}

/* Výběr textu */
::-moz-selection { background: #006d58; color: #fff; }
::selection      { background: #006d58; color: #fff; }

/* ============================================================
   RESPONSIVE OPTIMIZATIONS — Mobile & Tablet
   ============================================================ */

/* Section bottom lg — menší odsazení na mobilech */
@media (max-width: 767px) {
  .section-bottom-lg { padding-bottom: 80px; }
}
@media (max-width: 575px) {
  .section-bottom-lg { padding-bottom: 40px; }
}

/* Service wrapper — eliminace přetékání na mobilech */
@media (max-width: 991px) {
  .service-wrapper { transform: translateY(-80px); }
}
@media (max-width: 767px) {
  .service-wrapper { transform: none; }
}

/* Translate-top — deaktivace na mobilech */
@media (max-width: 767px) {
  .translate-top { transform: none; }
}

/* Banner feature wrapper */
@media (max-width: 991px) {
  .banner-feature-wrapper { transform: translateY(-60px); }
}
@media (max-width: 767px) {
  .banner-feature-wrapper { transform: none; }
}

/* Formulářová pole — menší výška na mobilech */
@media (max-width: 575px) {
  .form-control    { height: 48px; padding: 0 16px; }
  .form-control-sm { height: 40px; }
  textarea.form-control    { height: 120px; }
  textarea.form-control-sm { height: 90px; }
}

/* Tlačítka — přirozená velikost na mobilech */
@media (max-width: 575px) {
  .btn    { font-size: 13px; padding: 12px 20px; }
  .btn-lg { font-size: 16px; padding: 14px 26px; }
  .btn-md { font-size: 14px; padding: 13px 22px; }
}

/* Navigace — touch-friendly tap targets */
@media (max-width: 991px) {
  .navbar .nav-item .nav-link { min-height: 44px; display: flex; align-items: center; }
  .navigation { padding: 10px 0; }
}

/* Varex caption — pozice na malých obrazovkách */
@media (max-width: 575px) {
  .varex { bottom: 20px; }
}

/* Bg split-gradient — deaktivace na mobilech */
@media (max-width: 767px) {
  .bg-gray-white  { background-image: none; background: #f5f6fa; }
  .bg-white-gray  { background-image: none; background: #f5f6fa; }
  .bg-white2-gray { background-image: none; background: #f5f6fa; }
}

/* Social icon alt — menší na mobilech */
@media (max-width: 575px) {
  .social-icon-alt li a { height: 60px; width: 60px; line-height: 60px; font-size: 1.5em; }
}

/* Tag list — kompaktnější na mobilech */
@media (max-width: 575px) {
  .tag-list a { padding: 8px 16px; margin-bottom: 8px; font-size: 13px; }
}

/* Mapa #map_canvas — pokud by se používala */
@media (max-width: 767px) {
  #map_canvas { height: 350px; }
}
@media (max-width: 575px) {
  #map_canvas { height: 250px; }
}

/* Výškový profil — responzivní */
@media (max-width: 575px) {
  .leaflet-control-elevation { padding: 8px 10px 4px !important; }
}
