@charset "UTF-8";
header nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: rgba(131, 138, 165, 0.4588235294);
  flex-wrap: wrap;
  padding: 10px 20px;
}
header nav img {
  margin-right: 40px;
  max-width: 160px;
  height: auto;
}
header nav ul {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  gap: 45px;
  padding: 0;
  margin: 0;
}
header nav ul li {
  list-style: none;
}
header nav ul li a {
  font-family: "Roboto";
  color: #003366;
  font-size: 1.5em;
  display: block;
  line-height: 1.2;
  text-decoration: none; /* odstraní podtržítko */
}
header nav ul li a:hover {
  color: #000;
  text-decoration: underline;
}
header .podklad {
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  min-height: 80vh; /* dostatečná výška pro desktop */
  background-image: url(../img/uvodka/uvodka3.png);
  background-size: cover; /* desktop */
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
}
header .podklad::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  z-index: 1;
  pointer-events: none;
}
header .podklad > * {
  position: relative;
  z-index: 2;
}
header .podklad .hlavni-text {
  color: #fff;
  font-size: clamp(2rem, 8vw, 8rem);
  font-style: italic;
  text-align: left;
  letter-spacing: 0px;
  display: inline-block;
  padding-bottom: 8px;
  max-width: 100%;
  white-space: normal;
}
header {
  /* ---------- TABLET ---------- */
}
@media (max-width: 1024px) {
  header nav {
    flex-direction: column;
    align-items: center;
  }
  header nav ul {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  header .podklad {
    min-height: 60vh;
  }
}
header {
  /* ---------- MOBIL ---------- */
}
@media (max-width: 768px) {
  header nav {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  header nav img {
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 140px;
  }
  header nav ul {
    flex-direction: column;
    gap: 8px;
  }
  header nav ul li a {
    font-size: 1.3em;
  }
  header .podklad {
    min-height: 50vh; /* nastavujeme výšku, aby obrázek byl vidět */
    padding-left: 20px;
    justify-content: center;
    background-size: contain; /* celý obrázek na mobilu */
    background-position: center;
  }
  header .podklad .hlavni-text {
    font-size: 2.2rem;
    text-align: center;
  }
}
header {
  /* ---------- MALÝ MOBIL ---------- */
}
@media (max-width: 480px) {
  header nav ul {
    gap: 10px;
  }
  header nav ul li a {
    font-size: 1.2em;
  }
  header .podklad {
    min-height: 27vh; /* stále zajistí prostor pro obrázek */
    background-size: contain;
  }
  header .podklad .hlavni-text {
    font-size: 1.8rem;
    max-width: 90%;
  }
}

.foto-tym {
  display: flex;
  flex-direction: column;
}
.foto-tym .tym {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px; /* mezera mezi obrázky */
}
.foto-tym .tym .obrazek {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 260px; /* default desktop */
}
.foto-tym .tym .obrazek img {
  border-radius: 50%;
}
.foto-tym .tym .obrazek .text {
  display: flex;
  flex-direction: column;
}
.foto-tym .tym .obrazek .text h2 {
  text-align: center;
  font-size: 23px;
  margin-top: 1.5rem;
  color: #003366;
}
.foto-tym .tym .obrazek .text h3 {
  text-align: center;
  font-size: 20px;
  color: #003366;
  margin-top: 10px;
}
.foto-tym .tym .obrazek .text .telefon {
  text-align: center;
  font-size: 17px;
  margin-top: 15px;
}
.foto-tym .tym .obrazek .text .email {
  text-align: center;
  font-size: 17px;
  margin: 0 0 17px;
  word-break: break-word; /* zalomí dlouhé slovo */
  overflow-wrap: break-word; /* moderní řešení */
}

/* ----------- MOBIL 320px – 759px (2 obrázky) ----------- */
@media (max-width: 759px) {
  .foto-tym .tym .obrazek {
    width: calc(50% - 10px);
  }
}
/* ----------- TABLET 760px – 1170px (3 obrázky) ----------- */
@media (min-width: 760px) and (max-width: 1170px) {
  .foto-tym .tym .obrazek {
    width: calc(33.333% - 14px);
  }
}
/* ----------- DESKTOP >1170px (všichni vedle sebe) ----------- */
@media (min-width: 1171px) {
  .foto-tym .tym {
    flex-wrap: nowrap;
  }
  .foto-tym .tym .obrazek {
    width: 260px;
  }
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/roboto-v30-latin_latin-ext-regular.woff2") format("woff2"), url("./fonts/roboto-v30-latin_latin-ext-regular.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* =====================================
   📐 GALERIE – KARTY (3 / 2 / 1 sloupec)
===================================== */
.sold-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
  background: #f9f9f9;
}
@media (max-width: 1024px) {
  .sold-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .sold-gallery {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

/* =====================================
   🎥 DRON VIDEA – 2 VEDLE SEBE
===================================== */
.dronvideoprodane {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .dronvideoprodane {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.dronvideoprodane video {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.dronvideoprodane video:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);
}

/* =====================================
   🏷 KARTY NEMOVITOSTÍ
===================================== */
.sold-card {
  width: 100%;
}
.sold-card figure {
  position: relative;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.sold-card figure:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}
.sold-card figure {
  /* ===== MEDIA WRAPPER (POMĚR DRŽÍ KONTEJNER) ===== */
}
.sold-card figure .media {
  width: 100%;
  aspect-ratio: 4/3;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sold-card figure img,
.sold-card figure video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.sold-card figure video {
  background: #000;
}
.sold-card figure {
  /* ===== ŠTÍTEK (Pronájem / Prodáno) ===== */
}
.sold-card figure .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 6px 0;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  color: #fff;
  backdrop-filter: blur(4px);
}
.sold-card figure .caption--primary {
  background-color: rgba(100, 134, 167, 0.9);
}
.sold-card figure .caption--accent {
  background-color: rgba(218, 223, 233, 0.9);
  color: #000;
}
.sold-card figure {
  /* ===== POPIS POD OBRÁZKEM ===== */
}
.sold-card figure .meta {
  padding: 14px 16px;
  text-align: center;
}
.sold-card figure .meta h3 {
  font-size: 1.1rem;
  margin: 0 0 6px;
  color: #003366;
  line-height: 1.4;
}
.sold-card figure .meta .type {
  font-size: 1.3rem;
  color: #c40000;
  font-weight: 600;
}

/* ==========================   SLUZBY – PRVNI SEKCE   ================== */
.sluzby {
  padding: 42px 20px;
}

/* ===== NADPISY ===== */
.sluzby h4,
.sluzby h5 {
  color: #1a3d7c; /* barevné nadpisy */
  font-weight: 600;
  text-align: center;
}

.sluzby h4 {
  font-size: 32px;
  margin-bottom: 40px;
}

.sluzby h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* ===== SEKCE 1 – NAŠE SLUŽBY ===== */
.sluzbyjedna {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
  flex-direction: row-reverse;
  background-color: rgba(131, 138, 165, 0.4588235294); /* podklad pod obrázkem i textem */
  padding: 30px;
  border-radius: 12px;
  /* obrázek a text stejné výšky */
  align-items: stretch;
}

.textsluzby {
  flex: 1;
  color: #333;
  text-align: justify; /* text do bloku */
}

.textsluzby ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.textsluzby li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 19px;
  text-align: justify;
}

.textsluzby li i {
  color: #1a3d7c; /* barva šipek */
  font-size: 14px;
}

.fotosluzby {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(131, 138, 165, 0.4588235294);
  padding: 20px;
  border-radius: 12px;
}
.fotosluzby img {
  max-height: 100%; /* KLÍČOVÉ – nepřesáhne výšku textu */
  width: auto; /* zachová proporce */
  max-width: 47%;
  border-radius: 6px;
  -o-object-fit: contain;
     object-fit: contain; /* žádné ořezávání */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fotosluzby img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* ===== SEKCE 2 – PRODEJ NEMOVITOSTI ===== */
.container {
  max-width: 1100px;
  margin: auto;
}

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

.krok {
  margin-bottom: 35px;
}

.krok p {
  line-height: 1.7;
  font-size: 17px;
  text-align: justify; /* text do bloku */
}

/* ===== VIDEO ===== */
.dronvideo {
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.dronvideo video {
  width: 100%;
  height: 250px; /* jednotná výška */
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover; /* video vyplní prostor */
}

/* ===== OBRÁZKY 3D ===== */
.dron {
  margin: 34px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.dron img {
  width: 100%;
  height: 250px; /* jednotná výška */
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.dron img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* ===== POSLEDNÍ TEXTOVÁ SEKCE ===== */
.sluzby p {
  max-width: 750px;
  margin: 20px auto;
  line-height: 1.8;
  font-size: 18px;
  text-align: justify;
  color: #333;
}

/* ===== NADPIS S TEČKAMI ===== */
.nadpis {
  text-align: center;
  margin: 40px 0;
}

.nadpis h4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 15px;
}

.nadpis span {
  position: relative;
  padding-left: 16px;
  color: #1a3d7c;
}

/* TEČKA */
.nadpis span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #1a3d7c;
  border-radius: 50%;
}

/* ===== POSLEDNÍ OBRÁZEK ===== */
.dronkonec {
  margin-top: 60px;
  text-align: center;
}

.dronkonec img {
  max-width: 400px; /* pevnější a hezčí než % */
  width: 100%;
  height: 250px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dronkonec img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* ===== MOBIL ===== */
@media (max-width: 600px) {
  .nadpis h4 {
    flex-direction: column;
    align-items: stretch;
  }
  .nadpis span {
    display: block;
    text-align: justify;
    padding-left: 18px;
  }
  .dronkonec img {
    height: auto;
  }
}
/* ===================== RESPONSIVE ===================== */
/* TABLET */
@media (max-width: 900px) {
  .sluzbyjedna {
    flex-direction: column;
    text-align: center;
    background-color: rgba(131, 138, 165, 0.4588235294); /* podklad pod obrázkem i textem */
    padding: 20px;
    align-items: center;
  }
  .textsluzby li {
    justify-content: flex-start;
  }
  .dronvideo,
  .dron {
    grid-template-columns: 1fr 1fr;
  }
  .fotosluzby img {
    height: auto; /* obrázek přizpůsobí výšku textu při sloupcích */
  }
}
/* MOBIL */
@media (max-width: 600px) {
  .sluzby {
    padding: 21px 15px;
  }
  .sluzby h4 {
    font-size: 26px;
  }
  .krok h5 {
    font-size: 18px;
  }
  .krok p {
    font-size: 16px;
  }
  .textsluzby li {
    font-size: 16px;
    justify-content: flex-start;
  }
  .fotosluzby {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 12px;
  }
  .dronvideo,
  .dron {
    grid-template-columns: 1fr;
  }
  .fotosluzby img,
  .dron img,
  .dronkonec img {
    /*  max-width:100%; */
    height: auto;
  }
  .nadpis span {
    display: block; /* na mobilu každé slovo pod sebou */
  }
}
.ref {
  display: flex;
  justify-content: center;
}
.ref img {
  margin: 20px;
  border-radius: 12px;
  width: 500px;
  height: 300px;
}

@media (max-width: 1190px) {
  .ref {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ref img {
    width: 90vw;
    height: auto;
  }
}
.soc {
  display: flex;
  font-size: 40px;
  justify-content: center;
  margin-bottom: 62px;
  padding: 5px;
}
.soc .fb {
  padding: 36px;
}
.soc .fb i {
  color: #000;
}
.soc .fb i:hover {
  color: #2e70f3;
}
.soc .yut {
  padding: 36px;
}
.soc .yut i {
  color: #000;
}
.soc .yut i:hover {
  color: #fa1717;
}
.soc .ins {
  padding: 36px;
}
.soc .ins i {
  color: #000;
}
.soc .ins i:hover {
  color: #f0339b;
}

p {
  font-size: 1.2rem;
  margin: 20px 0 5px 0;
  text-align: justify;
  padding: 5px;
}
p span {
  color: #003366;
  font-weight: bold;
}

.pob {
  display: flex;
  justify-content: center;
}
.pob .infojedna {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.pob .infojedna img {
  margin: 0;
  border-radius: 12px;
  width: 100%;
  max-width: 700px;
  height: auto;
  padding: 39px;
}
.pob .infojedna .popis {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 10px 0 0 0;
  text-align: center;
}
.pob .infojedna .popis time,
.pob .infojedna .popis h2,
.pob .infojedna .popis h3 {
  font-size: 1.8em;
  margin: 5px;
  font-weight: bold;
  color: #003366;
}

.linka {
  height: 1px;
  width: 60vw;
  background: #003366;
  margin: 0 auto;
}

/* ------------ Breakpointy ------------ */
@media (max-width: 1024px) {
  .pob .infojedna {
    flex-direction: column;
  }
  .pob .infojedna .popis {
    text-align: center;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
  p span {
    font-size: 18px;
  }
  .pob .infojedna img {
    padding: 20px;
    max-width: 90%;
  }
}
@media (max-width: 500px) {
  p {
    margin: 10px 0;
    font-size: 15px;
  }
  p span {
    font-size: 16px;
  }
  .pob {
    padding: 20px 5px;
  }
  .pob .infojedna .popis {
    margin: 10px 0;
  }
  .pob .infojedna .popis time,
  .pob .infojedna .popis h2,
  .pob .infojedna .popis h3 {
    margin-bottom: 5px;
    font-size: 4.5vw;
  }
}
main {
  font-family: calibri;
  color: #333;
}
main .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
main .kontakt {
  padding: 3rem 1rem;
}
main .kontakt .kontakt-wrapper {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .kontakt .kontakt-wrapper .kontakt-info {
  flex: 1 1 300px;
  font-size: 1rem;
}
main .kontakt .kontakt-wrapper .kontakt-info p {
  margin: 1.6rem 0;
  font-size: 21px;
}
main .kontakt .kontakt-wrapper .kontakt-info p i {
  margin-right: 0.5rem;
  color: #0056b3;
}
main .kontakt .kontakt-wrapper .kontakt-info p a {
  color: #0056b3;
  text-decoration: none;
}
main .kontakt .kontakt-wrapper .kontakt-info p a:hover {
  text-decoration: underline;
}
main .kontakt .kontakt-wrapper .kontakt-form {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .kontakt .kontakt-wrapper .kontakt-form .hero-image {
  max-width: 100%;
  height: 430px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
main .kontakt .kontakt-wrapper .kontakt-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main .kontakt .kontakt-wrapper .kontakt-form form input,
main .kontakt .kontakt-wrapper .kontakt-form form textarea {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}
main .kontakt .kontakt-wrapper .kontakt-form form button {
  background-color: #0056b3;
  color: white;
  padding: 0.75rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}
main .kontakt .kontakt-wrapper .kontakt-form form button:hover {
  background-color: rgb(0, 61.4972067039, 128);
}
main h1 {
  font-family: "Calibri", sans-serif;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  color: #003366;
  display: inline-block;
  border-bottom: 3px solid #003366;
  padding-bottom: 0.3em;
  margin: 0 auto 1rem;
}
main .hero-banner {
  padding: 1rem 0;
  background-color: white;
}
main .hero-banner .hero-images {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}
main .hero-banner .hero-images .hero-image {
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
main .reference-banner {
  text-align: center;
  padding: 1rem 1rem;
}
main .reference-banner h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #0056b3;
}
main .reference-banner img {
  max-width: 100%;
  width: 700px;
  height: 350px;
  border-radius: 6px;
}

/* --- Mobilní úpravy (do 768px) --- */
@media (max-width: 768px) {
  main .kontakt .kontakt-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
  }
  main .kontakt .kontakt-wrapper .kontakt-info {
    font-size: 0.95rem;
  }
  main .kontakt .kontakt-wrapper .kontakt-form {
    width: 100%;
    max-width: 500px;
  }
  main .kontakt .kontakt-wrapper .kontakt-form .hero-image {
    width: 90%;
    height: auto;
    margin: -20px;
  }
  main .hero-banner .hero-images .hero-image {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
  main .reference-banner img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  main h1 {
    font-size: 30px;
    margin: 10px 0 10px;
  }
  main .kontakt .kontakt-info {
    font-size: 16px;
  }
}
/* --- Extra malé zařízení (do 480px) --- */
@media (max-width: 480px) {
  main h1 {
    font-size: 26px;
  }
  main .kontakt .kontakt-info {
    font-size: 15px;
  }
  main .hero-banner .hero-images .hero-image {
    max-width: 90%;
  }
}
/* --- Střední zařízení (do 1024px) --- */
@media (max-width: 1024px) {
  .kontakt .container {
    flex-direction: column;
    align-items: center;
  }
  .hero-banner .hero-images {
    flex-direction: column;
    align-items: center;
  }
}
.copy {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background-color: #dadfe9; */
  border-top: 1px solid #ccc;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.75rem 1rem;
}
.copy p {
  margin: 0;
  font-size: 1.5rem;
  color: #003366;
}

.property-offer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
  max-width: 700px;
  margin: 0 auto;
  /* --- GALERIE --- */
}
.property-offer .gallery-container {
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
}
.property-offer .gallery-container .gallery {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: transform 0.5s ease;
}
.property-offer .gallery-container .gallery img {
  display: none;
  width: 100%;
  border-radius: 12px;
  transition: opacity 0.3s ease-in-out;
}
.property-offer .gallery-container .gallery img.active {
  display: block;
}
.property-offer .gallery-container .arrow {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 2.5rem;
  padding: 0.3rem 1rem;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: background-color 0.3s ease;
}
.property-offer .gallery-container .arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.property-offer .gallery-container .arrow.left {
  left: 0.5rem;
}
.property-offer .gallery-container .arrow.right {
  right: 0.5rem;
}
.property-offer {
  /* --- NADPIS + CENA --- */
}
.property-offer .nadpis {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}
.property-offer .nadpis h2 {
  font-size: 1.8rem;
  color: #003366;
}
.property-offer .nadpis .cena {
  font-size: 1.5rem;
  /*font-weight: 700; */
  color: #d10000;
}
.property-offer {
  /* --- INFORMACE --- */
}
.property-offer .info-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}
.property-offer .info-container p {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 0rem;
  color: #333;
}
.property-offer .info-container {
  /* --- KONTEJNER PRO UL --- */
}
.property-offer .info-container .info-list {
  margin: 1rem 0;
  padding: 3.5rem 1rem;
  border-radius: 8px;
}
.property-offer .info-container .info-list ul {
  list-style: disc;
  margin-left: 2rem;
  padding: 0.5rem 0;
}
.property-offer .info-container .info-list ul li {
  margin-bottom: 0.5rem;
  color: #003366;
  font-size: 1.1rem;
}
.property-offer .info-container .contact-btn {
  padding: 0.8rem 1.5rem;
  background-color: #003366;
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.property-offer .info-container .contact-btn:hover {
  background-color: #003f7d;
}

/* --- SKRYTÝ NADPIS --- */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* --- ODDĚLOVACÍ LINKA --- */
.linkanabidka {
  height: 1px;
  background: #1362d2;
  margin: 45px;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
  .property-offer {
    padding: 1rem;
  }
  .property-offer .gallery-container,
  .property-offer .info-container {
    width: 100%;
  }
  .property-offer .gallery-container {
    margin-bottom: 1.5rem;
  }
  .property-offer .gallery-container .arrow {
    font-size: 2rem;
    padding: 0.2rem 0.7rem;
  }
  .property-offer .info-container p, .property-offer .info-container ul {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .property-offer {
    padding: 0.5rem;
  }
  .property-offer .gallery-container .arrow {
    font-size: 1.5rem;
    padding: 0.1rem 0.5rem;
  }
  .property-offer .info-container p, .property-offer .info-container ul {
    font-size: 0.9rem;
  }
}
.cr-cenik {
  padding: 1rem 1rem;
  background: #f8f9fa;
}
.cr-cenik-container {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  padding: 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.cr-cenik-popis {
  width: 100%;
}
.cr-cenik-popis h1.cr-cenik-nadpis {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 3.1rem;
  color: #003366;
  letter-spacing: 0.01em;
  text-align: center;
}
.cr-cenik-popis .cr-cenik-podnadpis {
  font-size: 1.3rem;
  font-weight: 0;
  margin: 1.7rem 0 0.6rem 0;
  color: #003366;
  border-left: 3px solid #003366;
  padding-left: 0.7rem;
  padding-top: 0.5rem;
  padding-bottom: 0.6rem;
  background: #dadfe9;
  border-radius: 12px;
}
.cr-cenik-popis p {
  margin: 0.4rem 0;
  font-size: 1.08rem;
  color: #2a3b5a;
  line-height: 1.55;
}
.cr-cenik-popis p span.cr-cenik-label {
  font-weight: 600;
  color: #1362d2;
}
.cr-cenik-links {
  margin: 1rem 0;
}
.cr-cenik-img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  margin-bottom: 4.5rem;
}
@media (max-width: 700px) {
  .cr-cenik-container {
    padding: 1rem;
  }
  .cr-cenik-img {
    max-width: 100%;
    height: auto;
  }
}

html {
  font-family: "calibri";
}

.foto {
  height: 80%;
  width: 100%;
}

.container {
  width: 1000px;
  margin: auto;
  margin-top: -27px;
}

/*

*/
.nadpis {
  text-align: center;
  margin-top: 39px;
  margin-bottom: 39px;
}

.nadpis h1 {
  font-family: "Calibri", sans-serif;
  font-size: 2em;
  font-weight: bold;
  color: #003366;
  display: inline-block; /* aby border byl jen pod textem */
  border-bottom: 1.8px solid #003366; /* podtržení */
  padding-bottom: 0em; /* mezera mezi textem a čarou */
  margin-right: 20px; /* mezera vedle sebe */
  margin-bottom: 10px; /* mezera když jsou pod sebou */
}

/* mobil */
@media (max-width: 768px) {
  .nadpis h1 {
    font-size: 1.5em;
  }
}
.linka {
  height: 1px;
  width: 60vw;
  background: #003366;
  margin: 45px auto;
}

@media (max-width: 1200px) {
  .container {
    width: 80vw;
  }
}/*# sourceMappingURL=style.css.map */