@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  padding-top: 122px;
}

.container-fluid {
  padding: 0 80px;
}

.center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  font-family: "Playfair Display", sans-serif;
}

h1.line:before,
h2.line:before,
h3.line:before,
h4.line:before,
h5.line:before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #38592D;
  display: block;
}

h1.line:before,
h2.line:before {
  margin-bottom: 30px;
}

h3.line:before {
  margin-bottom: 25px;
}

h4.line:before,
h5.line:before {
  margin-bottom: 20px;
}

h1.line-60:before,
h2.line-60:before,
h3.line-60:before,
h4.line-60:before,
h5.line-60:before {
  width: 60px;
}

h1.line-center,
h2.line-center,
h3.line-center,
h4.line-center,
h5.line-center {
  text-align: center;
}


h1.line-center:before,
h2.line-center:before,
h3.line-center:before,
h4.line-center:before,
h5.line-center:before {
  margin: auto;
}

h1.line-center:before,
h2.line-center:before {
  margin-bottom: 30px;
}

h3.line-center:before {
  margin-bottom: 25px;
}

h4.line-center:before,
h5.line-center:before {
  margin-bottom: 20px;
}

.nadpis-h1 {
  padding-top: 80px;
}

.banner.subpage .breadcrumbs {
  text-align: center !important;
  margin-bottom: 0 !important;
}

.breadcrumbs {
  font-size: 0.8em;
  color: #F4F0E9;
  margin-top: 25px;
  margin-bottom: -44px;
  text-align: right;
}

.breadcrumbs>a {
  color: #F4F0E9;
}

.breadcrumbs>a:hover {
  text-decoration: none;
}

.breadcrumbs>i {
  padding: 0 5px 0 5px;
}

a,
button {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

html,
body {
  overflow-x: hidden;
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 1400px) {
  main {
    padding-top: 98px;
  }
}

@media (max-width: 991px) {
  .container-fluid {
    padding: 0 20px;
  }

  .container {
    /*padding: 0 20px;*/
    padding-left: 20px;
    padding-right: 20px;
  }

  .breadcrumbs {
    text-align: center;
  }
}

.btn-my {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 15px;
  background-color: transparent;
  padding: 0 30px;
  text-align: center;
}

.btn-my:hover {
  text-decoration: none !important;
}

.btn-my.lh-60 {
  line-height: 60px;
}

.btn-my.lh-50 {
  line-height: 50px;
}

.btn-my.lh-40 {
  line-height: 40px;
}

.btn-my.w-160 {
  width: 160px;
}

.btn-my.w-270 {
  width: 270px;
}

.btn-my.w-240 {
  width: 240px;
}

.btn-my-blue {
  background-color: #38592D;
  color: #FFFFFF;
}

.btn-my-blue:hover {
  background-color: #665029;
  color: #FFFFFF;
}

.btn-my-dark {
  color: #665029;
  background-color: #F4F0E9;
}

.btn-my-dark:hover {
  background-color: #665029;
  color: #F4F0E9;
}

.error label {
  color: red !important;
}

.error input[type='text'],
.error input[type='email'],
.error textarea {
  border: 1px solid red !important;
}

.nav-item.poptavka .count {
  color: white;
  display: inline-block;
  background-color: #002f4c;
  border-radius: 50%;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-weight: bold;
  margin-left: 10px;
}

.banner.subpage {
  color: #fff;
  background-size: cover;
  min-height: 250px;
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  background-image: url("/template/img/sekce-3/slide1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  position: relative;
}

.banner.subpage::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: transparent linear-gradient(90deg, #1A1A1A 0%, #1A1A1A 100%) 0% 0% no-repeat padding-box;
}

.banner.subpage h1 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  font-family: "Playfair Display", sans-serif;
}

.banner.subpage .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90vw;
}

span.badge {
  display: block;
  position: relative;
  color: #665029;
  font-weight: 500;
  font-size: 18px;
  margin: auto;
  width: fit-content;
  text-align: center;
  margin-bottom: 10px !important;
}

span.badge::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #665029;
  top: 50%;
  left: -70px;
  transform: translate(-0%, -50%);
}

span.badge::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #665029;
  top: 50%;
  right: -70px;
  transform: translate(-0%, -50%);
}

.photos .col-lg-3,
.photos .col-lg-6 {
  padding: 0;
}

.photos img {
  height: 480px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.jizdni-rad-container {
  margin: 0 auto;
}

.jizdni-rad-header {
  text-align: center;
  margin-bottom: 50px;
}

.jizdni-rad-year {
  font-size: 14px;
  color: #9d8b7a;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.jizdni-rad-year::before,
.jizdni-rad-year::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: #F4F0E9;
}

.jizdni-rad-year::before {
  right: calc(100% + 15px);
}

.jizdni-rad-year::after {
  left: calc(100% + 15px);
}

.jizdni-rad-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a1613;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
}

.jizdni-rad-route {
  font-size: 16px;
  color: #6b6157;
  line-height: 1.6;
}

.jizdni-rad-date-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.jizdni-rad-arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background-color: #F4F0E9;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #665029;
  font-size: 16px;
}

.jizdni-rad-arrow-btn:hover {
  background-color: #efe5d9;
  transform: scale(1.05);
}

.jizdni-rad-current-date {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-align: center;
}

.jizdni-rad-schedule-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.jizdni-rad-schedule-item {
  background-color: #F4F0E9;
  border-radius: 12px;
  padding: 4px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
}

.jizdni-rad-status-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4a7c59;
  flex-shrink: 0;
}

.jizdni-rad-date-column {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  min-width: 120px;
}

.jizdni-rad-time-group {
  display: flex;
  gap: 50px;
  flex: 1;
}

.jizdni-rad-time-block {
  display: flex;
  align-items: center;
  gap: 8px;
}

.jizdni-rad-time {
  font-size: 18px;
  font-weight: 400;
  color: #333;
}

.jizdni-rad-label {
  font-size: 14px;
  color: #5E5E5E;
  font-weight: 400;
}

.jizdni-rad-reserve-btn {
  background-color: transparent;
  border: none;
  color: #38592D;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.jizdni-rad-reserve-btn:hover {
  background-color: rgba(74, 124, 89, 0.1);
}

.jizdni-rad-schedule-item:nth-child(even) {
  background-color: #fff;
}

.jizdni-rad-arrow-right {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.jizdni-rad-reserve-btn:hover .jizdni-rad-arrow-right {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .jizdni-rad-title {
    font-size: 32px;
  }

  .jizdni-rad-schedule-item {
    flex-wrap: wrap;
    padding: 18px 20px;
  }

  .jizdni-rad-time-group {
    gap: 20px;
    flex: 1 1 100%;
  }

  .jizdni-rad-date-column {
    min-width: auto;
  }
}

@media (max-width: 480px) {
  .jizdni-rad-title {
    font-size: 28px;
  }

  .jizdni-rad-time-group {
    flex-direction: column;
    gap: 8px;
  }

  .jizdni-rad-reserve-btn {
    margin-left: auto;
  }
}

/* Aktuální jízdní řád - přepínač směru a stavy (dynamická verze) */
.jizdni-rad-smer-prepinac {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.jizdni-rad-smer-btn {
  background-color: #F4F0E9;
  border: none;
  border-radius: 15px;
  padding: 10px 18px;
  cursor: pointer;
  color: #665029;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.jizdni-rad-smer-btn:hover {
  background-color: #efe5d9;
}

.jizdni-rad-smer-btn.active {
  background-color: #38592D;
  color: #fff;
}

.jizdni-rad-status-indicator.plno {
  background-color: #c0392b;
}

.jizdni-rad-full {
  color: #c0392b;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  padding: 8px 16px;
}

.jizdni-rad-empty {
  text-align: center;
  color: #5E5E5E;
  padding: 20px;
}

.jizdni-rad-arrow-btn:disabled {
  opacity: 0.4;
  cursor: default;
  transform: none;
}

/* Ceník - hlavní wrapper */
.cenik-wrapper {}

.cenik-container {
  max-width: 800px;
  margin: 0 auto;
}

/* Seznam položek ceníku */
.cenik-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Jednotlivé položky ceníku */
.cenik-item {
  background-color: #F4F0E9;
  border-radius: 12px;
  padding: 11px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
}



/* Střídání barev u sudých položek */
.cenik-item:nth-child(even) {
  background-color: #fff;
}



/* Zelený indikátor */
.cenik-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #38592D;
  flex-shrink: 0;
}

/* Text položky ceníku */
.cenik-text {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  flex: 1;
  line-height: 1.5;
}

/* Cena */
.cenik-price {
  font-size: 18px;
  color: #38592D;
  font-weight: 600;
  white-space: nowrap;
  min-width: 80px;
  text-align: right;
}

/* Zvýraznění "Zdarma" */
.cenik-price.free {
  color: #4a7c59;
  font-weight: 600;
}

/* Responzivita */
@media (max-width: 768px) {
  .cenik-item {
    padding: 14px 18px;
  }

  .cenik-text {
    font-size: 15px;
  }

  .cenik-price {
    font-size: 15px;
    min-width: 70px;
  }
}

@media (max-width: 480px) {
  .cenik-item {
    gap: 12px;
  }

  .cenik-text {
    font-size: 14px;
  }

  .cenik-price {
    font-size: 14px;
    min-width: 60px;
  }
}


.rezervace-form {
  background-color: #fff;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rezervace-container {
  background-color: white;
  border-radius: 8px;
  padding: 50px 0;
  max-width: 900px;
  width: 100%;
}

.rezervace-header {
  text-align: center;
  margin-bottom: 40px;
}

.rezervace-header-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.rezervace-header-subtitle {
  font-size: 13px;
  color: #999;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.rezervace-header h2 {
  font-size: 40px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 40px;
}

.rezervace-subtitle {
  font-size: 18px;
  color: #5E5E5E;
  font-weight: 500;
  margin-bottom: 80px;
  line-height: 1.5;
}

.rezervace-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 15px;
}

.rezervace-form-grid.three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 15px;
}

.rezervace-form-group {
  display: flex;
  flex-direction: column;
}

.rezervace-form-group.rezervace-full-width {
  grid-column: 1 / -1;
}

.rezervace-form-group.rezervace-two-cols {
  grid-column: span 2;
}

.rezervace-form-group label {
  font-size: 16px;
  color: #000;
  margin-bottom: 7px;
  font-weight: 500;
  padding-left: 20px;
}

.rezervace-input,
.rezervace-select,
.rezervace-textarea {
  padding: 14px 16px;
  border: none;
  background-color: #F4F0E9;
  border-radius: 15px;
  font-size: 18px;
  color: #5E5E5E;
  font-family: inherit;
  outline: none;
  transition: background-color 0.2s;
}

.rezervace-input:focus,
.rezervace-select:focus,
.rezervace-textarea:focus {
  background-color: #e8e5e0;
}

.rezervace-select {
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 6L11 1" stroke="%2338592D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
  padding-right: 40px;
  cursor: pointer;
}

.rezervace-input-wrapper-icons {
  position: relative;
}

.rezervace-input-wrapper-icons .rezervace-select {
  width: 100%;
  padding-right: 70px;
}

.rezervace-swap-btn {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.rezervace-swap-btn:hover {
  opacity: 1;
}

.rezervace-input-wrapper {
  position: relative;
}

.rezervace-input-wrapper .rezervace-input {
  width: 100%;
  padding-right: 45px;
}

.rezervace-dropdown-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rezervace-textarea {
  min-height: 90px;
  resize: vertical;
  font-family: inherit;
}

.rezervace-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.rezervace-privacy-text {
  font-size: 14px;
  color: #666666;
  flex: 1;
}

.rezervace-privacy-text a {
  color: #666666;
  text-decoration: underline;
}


@media (max-width: 600px) {
  .rezervace-form-grid {
    grid-template-columns: 1fr;
  }

  .rezervace-form-group.rezervace-two-cols {
    grid-column: span 1;
  }

  .rezervace-footer {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .rezervace-submit-btn {
    width: 100%;
  }
}

.mapa {
  position: relative;
  margin-bottom: -8px;
}

.mapa .dlazdice {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 15px;
  top: 50%;
  z-index: 9999;
  left: 260px;
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 260px;
  flex-direction: column;
  transform: translate(-0%, -50%);
}

.mapa .dlazdice.druha {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 15px;
  top: 50%;
  z-index: 9999;
  right: 260px;
  left: unset !important;
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 260px;
  flex-direction: column;
  transform: translate(-0%, -50%);
}

@media (max-width: 1900px) {
  .mapa .dlazdice.druha {
    right: 2% !important;
  }

  .mapa .dlazdice {
    left: 2% !important;
  }
}

@media (max-width: 1200px) {
  .mapa .dlazdice {
    display: none !important;
  }
}

.mapa .dlazdice h3 {
  font-size: 30px;
  color: #1A1A1A;
  font-family: "Playfair Display", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}

.mapa .dlazdice h3::before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #665029;
  display: block;
  margin: auto;
  margin-bottom: 20px !important;
}

.mapa .dlazdice p {
  text-align: center;
  font-size: 16px;
  color: #5E5E5E;
  line-height: 30px;
  margin-bottom: 30px;
}

.mapa .dlazdice a {
  color: #38592D;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
}

.mapa .dlazdice a i {
  margin-left: 10px;
  transition: all 0.3s;
}

.mapa .dlazdice a:hover i {
  margin-left: 15px;
}

@media (max-width: 991px) {
  .photos img {
    height: 300px;
  }

  .rezervace-container {
    max-width: 100% !important;
  }

  .rezervace-form-grid.three,
  .rezervace-form-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 575px) {
  .rezervace-header h2 {
    font-size: 30px !important;
  }

  .mapa .dlazdice {
    width: 80%;
    padding: 20px;
    height: auto;
  }
}

@media (max-width: 1400px) {
  .mapa .dlazdice {
    left: 80px;
  }
}

@media (max-width: 767px) {
  .mapa .dlazdice {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}