@charset "UTF-8";
* {
  font-family: "Poppins", sans-serif;
}

.bridge {
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px;
  color: #F5F1EA;
}
.bridge.bottom {
  bottom: -1px;
}
.bridge.top {
  top: -1px;
}

h1 {
  font-size: 70px;
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
  margin-bottom: 50px;
  color: white;
}
h1 strong {
  font-weight: 600;
  display: block;
}

h2 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
  color: #303043;
}
h2 strong {
  font-weight: 600;
}

h3 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 10px;
}
h3 strong {
  font-weight: 500;
}

.subheading {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px;
}
.subheading.light {
  color: white;
}
.subheading.dark {
  color: #303043;
}

p {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  font-weight: 300;
  font-size: 14px;
  color: #303043;
}

.philosophy {
  padding: 50px 0 80px 0;
  text-align: center;
  background-color: #5C534B;
}
.philosophy .subheading {
  color: white;
}
.philosophy h2 {
  color: white;
  margin-bottom: 0;
}
.philosophy h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: white;
  margin: 20px auto 40px auto;
}
.philosophy p {
  color: #cecfcf;
  max-width: 800px;
  margin: 0 auto 10px auto;
}
.philosophy p:last-child {
  margin-bottom: 0;
}

.architects {
  padding: 0 0 50px 0;
  background-color: #F5F1EA;
}
.architects h2 {
  color: #303043;
  margin-bottom: 0;
}
.architects h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #303043;
  margin: 20px auto 40px auto;
}
.architects p {
  margin-bottom: 40px;
}

.login-page {
  padding: 50px 0;
  background-color: #5C534B;
}
.login-page h2 {
  color: white;
  margin-bottom: 0;
}
.login-page h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: white;
  margin: 20px auto 40px auto;
}
.login-page form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.login-page form .contact-form-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.login-page form .contact-form-row label {
  color: white;
  font-weight: 500;
  font-size: 14px;
}
.login-page form .contact-form-row input,
.login-page form .contact-form-row textarea {
  padding: 6px 20px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  color: white;
  font-size: 15px;
  resize: none;
  border: 2px solid transparent;
  /* 🔹 Placeholder */
  /* 🔹 Zrušení žlutého autofillu v Chrome */
}
.login-page form .contact-form-row input:focus-visible,
.login-page form .contact-form-row textarea:focus-visible {
  border: 2px solid transparent;
  outline: none;
}
.login-page form .contact-form-row input::placeholder,
.login-page form .contact-form-row textarea::placeholder {
  color: white;
  opacity: 1;
}
.login-page form .contact-form-row input::-webkit-input-placeholder,
.login-page form .contact-form-row textarea::-webkit-input-placeholder {
  color: white;
}
.login-page form .contact-form-row input::-moz-placeholder,
.login-page form .contact-form-row textarea::-moz-placeholder {
  color: white;
  opacity: 1;
}
.login-page form .contact-form-row input:-webkit-autofill, .login-page form .contact-form-row input:-webkit-autofill:hover, .login-page form .contact-form-row input:-webkit-autofill:focus, .login-page form .contact-form-row input:-webkit-autofill:active,
.login-page form .contact-form-row textarea:-webkit-autofill,
.login-page form .contact-form-row textarea:-webkit-autofill:hover,
.login-page form .contact-form-row textarea:-webkit-autofill:focus,
.login-page form .contact-form-row textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.4) inset !important;
  -webkit-text-fill-color: white !important;
  transition: background-color 9999s ease-in-out 0s;
}

.gdpr-content {
  padding: 50px 0;
  background-color: #F5F1EA;
}
.gdpr-content h2 {
  color: #303043;
  margin-bottom: 0;
}
.gdpr-content h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #303043;
  margin: 20px auto 40px auto;
}
.gdpr-content h3 {
  color: #303043;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
}
.gdpr-content h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #B08D57;
  margin: 10px auto 30px auto;
}
.gdpr-content h4 {
  color: #303043;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
.gdpr-content h4:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #B08D57;
  margin: 10px auto 20px auto;
}
.gdpr-content p {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.gdpr-content p strong {
  font-weight: 500;
}
.gdpr-content ul:not(.navbar-nav) li {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0 auto 10px auto;
  max-width: 600px;
  width: 100%;
}
.gdpr-content ul:not(.navbar-nav) li strong {
  font-weight: 500;
}
.gdpr-content ul:not(.navbar-nav) li svg {
  display: none;
}
.gdpr-content a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 991px) {
  h1 {
    font-size: 60px;
  }
  .bridge {
    height: 60px;
  }
  h2 {
    font-size: 34px;
  }
  .subheading {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 28px;
  }
  .bridge {
    height: 40px;
  }
  .philosophy {
    padding: 50px 0;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 38px;
  }
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  color: white;
  z-index: 1000;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}
.navbar .navbar-brand img {
  width: auto;
  height: 100px;
  transition: height 0.3s ease-in-out;
}
.navbar .navbar-brand img:focus-visible {
  outline: none;
  box-shadow: none;
}
.navbar .navbar-brand:focus-visible {
  outline: none;
  box-shadow: none;
}
.navbar .navbar-toggler {
  padding: 0;
  border: none;
}
.navbar .navbar-toggler svg {
  width: 30px;
  height: 30px;
  color: white;
  transition: color 0.2s ease-in-out;
}
.navbar .navbar-toggler:focus, .navbar .navbar-toggler:focus-visible {
  outline: none;
  box-shadow: none;
}
.navbar .navbar-toggler:hover svg {
  color: #B08D57;
}
.navbar.scrolled {
  background-color: #2F2F2F;
}
.navbar.scrolled .navbar-brand img {
  height: 80px;
}

.navbar-nav .nav-item {
  margin-right: 20px;
}
.navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar-nav .nav-link {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
.navbar-nav .nav-link:hover {
  color: rgb(192.3117408907, 164.5384615385, 121.6882591093);
}
.navbar-nav .nav-link.active {
  color: #B08D57;
}

.aqua-logo .nav-link {
  padding: 8px;
}

.offcanvas-footer {
  display: none;
}

@media (max-width: 991px) {
  .navbar .navbar-brand img {
    height: 80px;
  }
  .navbar.scrolled .navbar-brand img {
    height: 60px;
  }
  .aqua-logo .nav-link {
    padding: 7px 0;
  }
  .aqua-logo .nav-link img {
    height: 25px;
  }
}
@media (max-width: 767px) {
  .navbar .offcanvas {
    background-color: #2F2F2F;
    max-width: 200px;
  }
  .navbar .offcanvas .btn-close-custom {
    background-color: transparent;
    color: white;
    margin-left: auto;
    box-shadow: none;
    outline: none;
    border: none;
    transition: color 0.2s ease-in-out;
  }
  .navbar .offcanvas .btn-close-custom:hover {
    color: #B08D57;
  }
  .navbar-nav {
    padding-left: 16px;
  }
  .navbar-nav .nav-item {
    margin-right: 0;
  }
  .aqua-logo {
    display: none;
  }
  .offcanvas-footer {
    display: flex;
    justify-content: center;
    padding: 8px;
  }
}
.page-hero {
  width: 100%;
  height: 136px;
  position: relative;
}
.page-hero .hero-content {
  padding: 0;
}

.hero {
  width: 100%;
  height: 100vh;
  min-height: fit-content;
  position: relative;
}

.hero-bg {
  background-image: url("../images/terramo1-lInRFr8.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  min-height: fit-content;
}
@supports (-webkit-touch-callout: none) {
  .hero-bg {
    background-attachment: scroll;
  }
}

.hero-content {
  padding: 130px 0;
  width: 100%;
  height: 100%;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}
.hero-content h1 {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7), 0 0 15px rgba(0, 0, 0, 0.7);
}
.hero-content p {
  margin-bottom: 0;
  font-size: 20px;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7), 0 0 15px rgba(0, 0, 0, 0.7);
}

@media (max-width: 991px) {
  .hero-content {
    padding: 110px 0;
  }
  .hero-content p {
    font-size: 18px;
  }
  .page-hero {
    height: 124px;
  }
}
@media (max-width: 575px) {
  .hero-content {
    padding: 90px 0;
  }
  .hero-content p {
    font-size: 16px;
  }
}
.about-page {
  background-color: #F5F1EA;
  padding: 80px 0 150px 0;
  text-align: start;
  position: relative;
}
.about-page .bridge {
  color: #5C534B;
}
.about-page h2 {
  color: #303043;
  margin-bottom: 0;
}
.about-page h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #303043;
  margin: 20px auto 40px auto;
}
.about-page p {
  text-align: start;
}
.about-page p strong {
  font-weight: 500;
}
.about-page p a {
  color: #303043;
  text-decoration: none;
  transition: 0.3s all;
}
.about-page p a:hover {
  color: #B08D57;
}
.about-page ul {
  margin-bottom: 16px;
}
.about-page ul li {
  padding-left: 30px;
  font-weight: 500;
  position: relative;
  margin-bottom: 6px;
}
.about-page ul li svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
.about-page ul li:last-child {
  margin-bottom: 0;
}
.about-page .img-o-nas {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.about-main {
  background-color: #F5F1EA;
  padding: 50px 0;
  text-align: center;
}
.about-main h2 {
  color: #303043;
  margin-bottom: 0;
}
.about-main h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #303043;
  margin: 20px auto 40px auto;
}
.about-main p {
  font-size: 14px;
  color: #372D2B;
  max-width: 800px;
  margin: 0 auto 10px auto;
}
.about-main .btn-primary {
  margin-top: 30px;
}

.about-page-includes .architects {
  padding: 80px 0 50px 0;
}

@media (max-width: 991px) {
  .about-page {
    padding: 80px 0 110px 0;
  }
}
@media (max-width: 575px) {
  .about-page {
    padding: 50px 0 90px 0;
  }
}
.product-detail-page {
  background-color: #F5F1EA;
  padding: 50px 0;
}
.product-detail-page nav {
  margin-bottom: 50px;
  font-size: 14px;
  text-align: center;
}
.product-detail-page nav a {
  color: #303043;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.product-detail-page nav a:hover {
  color: #B08D57;
}

.product-detail-description h1 {
  font-size: 40px;
  text-align: start;
  color: #303043;
  margin-bottom: 0;
  font-weight: 500;
}
.product-detail-description h1:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #303043;
  margin: 20px auto 0 0;
}
.product-detail-description div {
  text-align: start;
  font-size: 14px;
  color: #303043;
  line-height: 1.6;
}
.product-detail-description ul {
  list-style: none;
  padding: 0;
}
.product-detail-description ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 6px;
  color: #303043;
}
.product-detail-description ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #303043;
}
.product-detail-description ol {
  margin: 0;
  padding-left: 20px;
}
.product-detail-description ol li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 6px;
  font-size: 14px;
  color: #303043;
}
.product-detail-description blockquote {
  margin: 0;
  padding: 0 0 0 20px;
  border-left: 4px solid #B08D57;
  font-size: 14px;
  color: #303043;
}
.product-detail-description a {
  color: #303043;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}
.product-detail-description a:hover {
  color: #B08D57;
}

.products-filter {
  background-color: #5C534B;
  padding: 20px 0;
}
.products-filter .filter-button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.products-filter .filter-button-group .filter-btn {
  color: white;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 2px solid white;
  padding: 6px 20px;
  border-radius: 5px;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.products-filter .filter-button-group .filter-btn svg {
  width: 20px;
  height: 20px;
}
.products-filter .filter-button-group .filter-btn:hover {
  background-color: white;
  color: #5C534B;
  opacity: 0.8;
}
.products-filter .filter-button-group .filter-btn.active {
  background-color: white;
  color: #5C534B;
  opacity: 1;
}

.products {
  background-color: #F5F1EA;
  padding: 50px 0;
}
.products h2 {
  color: #303043;
  margin-bottom: 0;
}
.products h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #303043;
  margin: 20px auto 40px auto;
}
.products .product-item {
  height: 100%;
  color: #303043;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  transition: box-shadow 0.2s ease-in-out;
}
.products .product-item .product-media {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.products .product-item .product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.products .product-item .product-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.products .product-item .product-info .product-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.products .product-item .product-info .product-action {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 6px 20px;
  border-radius: 5px;
  border: 2px solid #303043;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.products .product-item:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
.products .product-item:hover .product-info .product-action {
  color: #B08D57;
  border-color: #B08D57;
}

.product-categories {
  position: relative;
  padding: 150px 0;
  text-align: center;
  background-image: url("../images/terramo2-fKQCcCO.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-categories:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.product-categories .bridge.bottom {
  color: #5C534B;
}
.product-categories .product-content {
  position: relative;
  overflow-x: hidden; /* ořízne přetékání .row */
}
.product-categories h2 {
  color: white;
  margin-bottom: 0;
}
.product-categories h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: white;
  margin: 20px auto 40px auto;
}
.product-categories .product-item {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  flex-wrap: nowrap;
  gap: 20px;
  color: white;
  text-decoration: none;
  text-align: left;
}
.product-categories .product-item svg {
  width: 50px;
  height: 50px;
}
.product-categories .product-item h3 {
  font-size: 20px;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}
.product-categories .product-item p {
  color: #cecfcf;
  text-align: left;
  margin-bottom: 0;
}
.product-categories .product-item:hover h3 {
  color: #B08D57;
}

@media (max-width: 991px) {
  .product-categories {
    padding: 110px 0;
  }
  .product-detail-description h1 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .product-categories {
    padding: 110px 0;
  }
  .product-categories .product-item h3 {
    font-size: 18px;
  }
  .product-detail-description h1 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .product-categories {
    padding: 90px 0;
  }
  .product-detail-description h1 {
    font-size: 28px;
  }
}
.gallery-main {
  padding: 80px 0;
  background-color: #F5F1EA;
}
.gallery-main h2 {
  color: #303043;
  margin-bottom: 0;
}
.gallery-main h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #303043;
  margin: 20px auto 40px auto;
}
.gallery-main p {
  margin-bottom: 20px;
}
.gallery-main .btn-primary {
  margin-bottom: 40px;
}
.gallery-main .gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0;
  justify-content: center;
}
.gallery-main .gallery-wrapper a {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
}
.gallery-main .gallery-wrapper a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.gallery-main .gallery-wrapper a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) scale(0.9);
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
  pointer-events: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m21 21l-4.343-4.343m0 0A8 8 0 1 0 5.343 5.343a8 8 0 0 0 11.314 11.314M11 8v6m-3-3h6'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m21 21l-4.343-4.343m0 0A8 8 0 1 0 5.343 5.343a8 8 0 0 0 11.314 11.314M11 8v6m-3-3h6'/%3E%3C/svg%3E") no-repeat center/contain;
}
.gallery-main .gallery-wrapper a:hover::before {
  opacity: 1;
}
.gallery-main .gallery-wrapper a:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.gallery-main .gallery-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 575px) {
  .gallery-main {
    padding: 50px 0;
  }
}
#kontakt, #poptavka {
  scroll-margin-top: 100px;
  position: relative;
}

.contact-page-banner {
  padding: 80px 0;
  background-color: #F5F1EA;
}
.contact-page-banner .contact-banner-item {
  color: #303043;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.2s ease-in-out;
}
.contact-page-banner .contact-banner-item svg {
  width: 50px;
  height: 50px;
}
.contact-page-banner .contact-banner-item:hover {
  color: #B08D57;
}

.contact-form {
  padding: 150px 0;
  position: relative;
  background-image: url("../images/terramo3-8Ng8Vfi.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.contact-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.contact-form h2 {
  color: white;
  margin-bottom: 0;
}
.contact-form h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: white;
  margin: 20px auto 40px auto;
}
.contact-form .contact-form-wrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.contact-form .contact-form-wrapper .form-gdpr-note {
  font-size: 12px;
  font-weight: 300;
  color: #cecfcf;
  text-align: center;
  margin-bottom: 10px;
}
.contact-form .contact-form-wrapper .form-gdpr-note a {
  color: #cecfcf;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}
.contact-form .contact-form-wrapper .form-gdpr-note a:hover {
  color: #B08D57;
}
.contact-form .contact-form-wrapper .contact-form-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-form .contact-form-wrapper .contact-form-row label {
  color: white;
  font-weight: 500;
  font-size: 14px;
}
.contact-form .contact-form-wrapper .contact-form-row input,
.contact-form .contact-form-wrapper .contact-form-row textarea {
  padding: 6px 20px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  color: white;
  font-size: 15px;
  resize: none;
  border: 2px solid transparent;
  /* 🔹 Placeholder */
  /* 🔹 Zrušení žlutého autofillu v Chrome */
}
.contact-form .contact-form-wrapper .contact-form-row input:focus-visible,
.contact-form .contact-form-wrapper .contact-form-row textarea:focus-visible {
  border: 2px solid transparent;
  outline: none;
}
.contact-form .contact-form-wrapper .contact-form-row input::placeholder,
.contact-form .contact-form-wrapper .contact-form-row textarea::placeholder {
  color: white;
  opacity: 1;
}
.contact-form .contact-form-wrapper .contact-form-row input::-webkit-input-placeholder,
.contact-form .contact-form-wrapper .contact-form-row textarea::-webkit-input-placeholder {
  color: white;
}
.contact-form .contact-form-wrapper .contact-form-row input::-moz-placeholder,
.contact-form .contact-form-wrapper .contact-form-row textarea::-moz-placeholder {
  color: white;
  opacity: 1;
}
.contact-form .contact-form-wrapper .contact-form-row input:-webkit-autofill, .contact-form .contact-form-wrapper .contact-form-row input:-webkit-autofill:hover, .contact-form .contact-form-wrapper .contact-form-row input:-webkit-autofill:focus, .contact-form .contact-form-wrapper .contact-form-row input:-webkit-autofill:active,
.contact-form .contact-form-wrapper .contact-form-row textarea:-webkit-autofill,
.contact-form .contact-form-wrapper .contact-form-row textarea:-webkit-autofill:hover,
.contact-form .contact-form-wrapper .contact-form-row textarea:-webkit-autofill:focus,
.contact-form .contact-form-wrapper .contact-form-row textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.4) inset !important;
  -webkit-text-fill-color: white !important;
  transition: background-color 9999s ease-in-out 0s;
}

@media (max-width: 991px) {
  .contact-form {
    padding: 110px 0;
  }
}
@media (max-width: 575px) {
  .contact-form {
    padding: 90px 0;
  }
  .contact-page-banner {
    padding: 50px 0;
  }
}
footer {
  background-color: #F5F1EA;
  padding: 50px 0 20px 0;
  overflow-x: hidden;
}
footer img {
  height: 100px;
  width: auto;
}
footer h4 {
  color: #303043;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: start;
}
footer h4:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #B08D57;
  margin: 10px auto 0 0;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer ul li b {
  font-weight: 500;
}
footer ul a {
  text-decoration: none;
  font-size: 14px;
  color: #372D2B;
  transition: color 0.2s ease-in-out;
}
footer ul a:hover {
  color: #B08D57;
}
footer ul .footer-contact-link {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
}
footer ul .footer-contact-link svg {
  width: 20px;
  height: 20px;
  color: #B08D57;
}

.copyright {
  font-size: 12px;
}

.nerdigit {
  color: rgb(13, 110, 253);
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.nerdigit:hover {
  color: rgb(1.762295082, 87.2336065574, 213.237704918);
}

@media (max-width: 991px) {
  footer img {
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  footer h4 {
    text-align: center;
  }
  footer h4:after {
    margin: 10px auto 0 auto;
  }
  footer ul {
    align-items: center;
  }
  footer ul li {
    text-align: center;
  }
}
/* Prefix flash-toast-* kvůli nekolidování s Bootstrap .toast */
.flash-toast-container {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 90vw;
  width: 360px;
  pointer-events: none;
}
.flash-toast-container > * {
  pointer-events: auto;
}

.flash-toast {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.flash-toast.flash-toast-visible {
  opacity: 1;
  transform: translateX(0);
}
.flash-toast.flash-toast-hidden {
  opacity: 0;
  transform: translateX(100%);
  pointer-events: none;
}
.flash-toast .flash-toast-message {
  flex: 1;
  padding-right: 0.25rem;
}
.flash-toast .flash-toast-close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: inherit;
  opacity: 0.75;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.flash-toast .flash-toast-close:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.08);
}
.flash-toast .flash-toast-close:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.flash-toast .flash-toast-close svg {
  display: block;
}
.flash-toast.flash-toast-success {
  background: #f0f7f0;
  color: #1e4620;
  border-left: 4px solid #2e7d32;
}
.flash-toast.flash-toast-error, .flash-toast.flash-toast-danger {
  background: #fdf2f2;
  color: #7f1d1d;
  border-left: 4px solid #b91c1c;
}
.flash-toast.flash-toast-warning {
  background: #fffbeb;
  color: #78350f;
  border-left: 4px solid #d97706;
}
.flash-toast.flash-toast-info {
  background: #eff6ff;
  color: #1e3a8a;
  border-left: 4px solid #2563eb;
}
.flash-toast.flash-toast-success .flash-toast-close:hover {
  background: rgba(46, 125, 50, 0.15);
}
.flash-toast.flash-toast-error .flash-toast-close:hover, .flash-toast.flash-toast-danger .flash-toast-close:hover {
  background: rgba(185, 28, 28, 0.15);
}
.flash-toast.flash-toast-warning .flash-toast-close:hover {
  background: rgba(217, 119, 6, 0.15);
}
.flash-toast.flash-toast-info .flash-toast-close:hover {
  background: rgba(37, 99, 235, 0.15);
}

@media (max-width: 575px) {
  .flash-toast-container {
    left: 1rem;
    right: 1rem;
    width: auto;
    bottom: 1rem;
  }
}
.btn-primary {
  background-color: #B08D57;
  font-size: 14px;
  line-height: 1;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.btn-primary:hover {
  background-color: rgb(144.1943319838, 114.1538461538, 67.8056680162);
}

.contact-form-button {
  text-align: center;
}
.contact-form-button button {
  background-color: #B08D57;
  color: white;
  font-size: 14px;
  line-height: 1;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.contact-form-button button:hover {
  background-color: rgb(144.1943319838, 114.1538461538, 67.8056680162);
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background-color: #5C534B;
  color: white;
  padding: 16px 0;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15);
  font-family: "Poppins", sans-serif;
  transition: transform 0.3s ease-in-out;
}
.cookie-bar.cookie-bar--hidden {
  transform: translateY(100%);
  pointer-events: none;
}

.cookie-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cookie-bar-text {
  flex: 1;
  min-width: 200px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  text-align: start;
}
.cookie-bar-text p {
  margin: 0 0 6px 0;
}
.cookie-bar-text p:last-child {
  margin-bottom: 0;
}
.cookie-bar-text a {
  color: #B08D57;
  text-decoration: underline;
}
.cookie-bar-text a:hover {
  color: rgb(192.3117408907, 164.5384615385, 121.6882591093);
}

.cookie-bar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.cookie-bar-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.cookie-bar-btn:focus-visible {
  outline: 2px solid white;
  outline-offset: 2px;
}
.cookie-bar-btn--primary {
  background-color: #B08D57;
  color: white;
  border: none;
}
.cookie-bar-btn--primary:hover {
  background-color: rgb(144.1943319838, 114.1538461538, 67.8056680162);
}
.cookie-bar-btn--secondary {
  background-color: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.7);
}
.cookie-bar-btn--secondary:hover {
  border-color: white;
  color: white;
}

@media (max-width: 575px) {
  .cookie-bar {
    padding: 14px 0;
  }
  .cookie-bar-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .cookie-bar-text {
    text-align: center;
    min-width: 0;
  }
  .cookie-bar-actions {
    justify-content: center;
  }
}
.gdpr-content .gdpr-cookie-settings {
  max-width: 800px;
  margin: 24px auto 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}
.gdpr-content .gdpr-cookie-settings-label {
  margin: 0 0 12px 0;
  font-size: 14px;
  font-weight: 500;
  color: #303043;
}
.gdpr-content .gdpr-cookie-settings-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.gdpr-content .gdpr-cookie-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.gdpr-content .gdpr-cookie-btn:focus-visible {
  outline: 2px solid #B08D57;
  outline-offset: 2px;
}
.gdpr-content .gdpr-cookie-btn--primary {
  background-color: #B08D57;
  color: white;
  border: none;
}
.gdpr-content .gdpr-cookie-btn--primary:hover {
  background-color: rgb(144.1943319838, 114.1538461538, 67.8056680162);
}
.gdpr-content .gdpr-cookie-btn--secondary {
  background-color: transparent;
  color: #303043;
  border: 2px solid #5C534B;
}
.gdpr-content .gdpr-cookie-btn--secondary:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/*# sourceMappingURL=main.css-iPoDpvq.map */
