:root {
  --dark_color: #141414;
  --primary_color: #8c2f20;
  --secondary_color: #fffcf8;
  /* --secondary_color: #fff9f1; */

  --tertiary_color: #30501a;
  --accent_color: #8c2f20;
  --primary_soft_color: #8c2f201c;
  --soft_dark: #2f2727;
  --intro-height: 85vh;
}

body {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial,
    sans-serif;
  color: var(--dark_color);
  background: url(../images/top-line.png) top center no-repeat,
    url(../images/bottom-line.png) bottom center no-repeat;
  background-size: contain;
  background-color: var(--secondary_color);
  position: relative;
}

h1 {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial,
    sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--secondary_color);
}

h2 {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial,
    sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  margin-bottom: 1.25rem;
  color: var(--soft_dark);
}

h3 {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial,
    sans-serif;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  margin-bottom: 1rem;
  color: var(--soft_dark);
  text-align: center;
  font-weight: 600;
}

h4 {
  font-size: clamp(1.2rem, 1.9vw, 1.4rem);
}

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

/* Globální odrážky s ikonami listů */
ul li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 4px;
}

.contact-info ul li:before {
  display: none;
}

.nav__menu li:before {
  display: none !important;
}

.nav li:before {
  display: none !important;
}

ul li:before {
  content: "";
  background: url(../images/icons/leaf-4.png) no-repeat center;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0px;
  transform: rotate(35deg);
}

/* Odkazy a tlačítka s novou modrou barvou */
a {
  color: var(--accent_color);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--primary_color);
  text-decoration: underline;
}

/* Tlačítka */
.btn-primary {
  background-color: var(--accent_color);
  border-color: var(--accent_color);
}

.btn-primary:hover {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}

section {
  padding: 3vw;
  height: fit-content;
}

section h2 {
  text-align: center;
  font-weight: 700;
}

div {
  margin: auto;
}

.nav__menu {
  display: flex;
  gap: 6vw;
  justify-content: start;
  list-style-type: none;
  margin-left: 7vw;
  position: relative;
  z-index: 1040;
}

.nav__menu a {
  text-decoration: none;
  color: var(--dark_color);
  text-transform: uppercase;
  font-weight: 600;
}

.nav__menu .logo {
  width: 130px;
  display: none;
}

/* Fixní navigace po scrollování */
.nav.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--secondary_color);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1030;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  padding: 0.5rem 0;
}

.nav.fixed-nav .logo {
  display: block;
}

/* Kompenzace pro fixní navigaci */
body.nav-fixed {
  padding-top: 80px;
}

.uvod {
  color: var(--secondary_color);
  min-height: var(--intro-height);
  display: flex;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  align-items: center;
  background: url(../images/intro/room-interior-design-2.jpg) top center
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.uvod p {
  font-size: 1.3rem;
}

/* Oprava pro sekci service - přidání margin-top */
.offered-service {
  margin-top: var(--intro-height);
}

.uvod-div {
  text-align: center;
}

.uvod-div p {
  max-width: 670px;
  margin: auto;
}

/* Section separators */
.section-separator {
  position: relative;
}

.section-separator svg {
  display: block;
  width: 100%;
  height: auto;
}

.separator--top {
  margin-top: -2px;
}

.separator--bottom {
  margin-bottom: -2px;
}

.house {
  width: 20vw;
  height: auto;
  margin: auto;
  border-radius: 10px;
}

.kdo-jsme {
  background-color: var(--light-color);
}

.kdo-jsme h2,
.kdo-jsme h4 {
  text-align: center;
}

.service-types img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 250px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28), 0 6px 18px rgba(0, 0, 0, 0.18);
  margin: auto;
}

/* Accent typography block used for important lines */
.sentence {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial,
    sans-serif;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.2px;
}

/* Subtle divider under section headings */
.divider {
  width: 72px;
  height: 3px;
  background-color: var(--primary_color);
  border-radius: 999px;
  margin: 0.5rem auto 2rem auto;
}

/* Soft card for content blocks */
.feature-card {
  background: #8c2f201c;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  padding: 1.25rem 1.25rem 1rem 1.25rem;
}

/* Bez barevného pozadí pro kontakt */
.feature-card.contact-info {
  background: transparent;
}

.global_footer {
  color: var(--tertiary-color);
  text-align: center;
  font-weight: bold;
  padding: 1vw;
  /* min-height: 140px; */
}

.global_footer .inner {
  padding: 1vw;
  color: var(--bs-heading-color);
}

@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap");
/*     font-family: 'Nunito', sans-serif; */
/* Vertikální zarovnání textu vůči obrázku v blocích služeb */
.service-types .row {
  display: flex;
  align-items: center;
}

.service-types .row > [class*="col-"] {
  display: flex;
  align-items: center;
  margin: 0; /* přepíše globální div { margin: auto; } pro sloupce */
}

.service-types .row > [class*="col-"] > * {
  width: 100%;
}

/* Vizuální oddělení nadpisu a obsahu ve service-types */
.service-types h3 + .row {
  margin-top: 1.5rem;
}

/* Oprava mezer na mobilu a prohození pořadí */
@media (max-width: 767.98px) {
  .service-types .row {
    flex-direction: column;
    gap: 1rem;
  }

  .service-types .row > [class*="col-"] {
    order: 1;
  }

  .service-types .row > [class*="col-"]:last-child {
    order: 0;
  }

  .contact-row {
    flex-direction: column;
    gap: 1rem;
  }
}

/* Prvky vedle sebe až od breakpointu 768px */
@media (min-width: 768px) {
  .service-types .row {
    flex-direction: row;
  }
}

/* Kontakt */
.contact {
  background-color: transparent;
}

.contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 70%;
  margin: auto;
  --bs-gutter-y: 0; /* zruší vertikální gutter Bootstrapu, který může posouvat obsah */
}

/* Zrušení globálního div { margin:auto; } uvnitř kontaktu */
.contact-row > [class*="col-"] > * {
  margin: 0 !important;
}

.contact .col-12.col-md-6 {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.contact .contact-photo,
.contact .contact-info {
  display: flex;
  align-items: center;
}

/* Přesné srovnání výšek sloupců */
.contact .col-12.col-md-6 {
  align-content: center;
}

.contact-photo img {
  max-width: 170px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.22), 0 0 18px rgba(0, 0, 0, 0.14);
  margin: 0;
  display: block;
  align-self: center;
}

.contact-info ul li + li {
  margin-top: 0.15rem;
}

.contact-info a {
  color: var(--primary_color);
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.contact-list {
  max-width: 520px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  line-height: 1.4;
  justify-content: flex-start;
}

.contact-info {
  text-align: left;
}

/* Odstranění spodní mezery v přímém obsahu textového sloupce */
.contact .col-12.col-md-6.contact-info > * {
  margin-bottom: 0;
}

.contact-item i {
  font-size: 1.25rem;
  color: var(--accent_color);
}

/* Recenze */
.reviews {
  background-color: var(--primary_soft_color);
}

/* Balíčky služeb */
.service-packages {
  background-color: #c3922b21;
  background: url(../images/top-line-reversed-soft-2.png) top center no-repeat,
    var(--primary_soft_color);
  background-size: contain;
  padding-top: 110px !important;
}

.package-card {
  background: var(--secondary_color);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  height: 100%;
  transition: all 0.2s ease;
}

.package-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.package-card h3 {
  color: var(--primary_color);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}

.package-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.package-card li {
  line-height: 1.6;
}

.package-card li:last-child {
  margin-bottom: 0;
}

.package-card ul ul li {
  font-size: 0.95rem;
}

.package-card strong {
  color: var(--accent_color);
  font-weight: 600;
}

.package-card div {
  margin-top: 1rem;
}

/* Ceník */
.pricing {
  background-color: var(--secondary_color);
}

/* Nový design ceníku s kartami */
.pricing-transplant .price-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: all 0.2s ease;
  height: 100%;
}

/* Hover efekt odebrán */

.pricing-transplant .price-header {
  background: var(--primary_color);
  color: white;
  padding: 2rem 1rem;
  text-align: center;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pricing-transplant .price-header h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.pricing-transplant .price-body {
  padding: 1.5rem;
}

.pricing-transplant .price-option {
  margin-bottom: 1.5rem;
  text-align: center;
}

.pricing-transplant .price-option:last-child {
  margin-bottom: 0;
}

.pricing-transplant .price-label {
  background: rgba(140, 47, 32, 0.1);
  color: var(--primary_color);
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.pricing-transplant .price-amount {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--dark_color);
  margin-bottom: 0.25rem;
}

.pricing-transplant .price-per-unit {
  color: #6b6b6b;
  font-size: 0.9rem;
}

/* Ostatní služby */
.pricing-others .price-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: all 0.2s ease;
  height: 100%;
}

.pricing-others .price-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.pricing-others .price-header {
  background: var(--primary_color);
  color: white;
  padding: 1rem;
  text-align: center;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pricing-others .price-header h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.plant-icon {
  width: 70px;
  height: 70px;
  margin-top: 0.5rem;
  filter: brightness(0) invert(1);
}

.pricing-others .price-body {
  padding: 1.5rem;
}

.pricing-others .service-description {
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 1rem;
  font-style: italic;
}

.pricing-others .price-option {
  margin-bottom: 1.5rem;
  text-align: center;
}

.pricing-others .price-option:last-child {
  margin-bottom: 0;
}

.pricing-others .price-option h4 {
  color: var(--primary_color);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-align: center;
}

.pricing-others .price-amount {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--dark_color);
}

.review-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.review-photo {
  margin-bottom: 1rem;
}

.review-photo img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

.review-content h4 {
  color: var(--primary_color);
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.review-text {
  color: var(--dark_color);
  line-height: 1.6;
  font-size: 0.95rem;
  text-align: left;
  flex-grow: 1;
  font-style: italic;
}

/* Carousel úpravy */
.carousel {
  padding: 0 2rem;
}

.carousel-inner {
  padding: 1rem 0;
}

/* Swiper wrapper spacing for pagination */
.reviews .swiper-wrapper {
  margin-bottom: 50px;
}

/* Na mobilu skrýt carousel indikátory a šipky */
@media (max-width: 767.98px) {
  .carousel-indicators,
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

/* Swiper pagination bullets */
.reviews .swiper-pagination-bullet-active {
  background: var(--primary_color);
}
