@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300;1,400;1,600;1,700&display=swap&subset=latin-ext');

@-webkit-keyframes swing-in-top-fwd{0%{-webkit-transform:rotateX(-100deg);            transform:rotateX(-100deg);    -webkit-transform-origin:top;            transform-origin:top;    opacity:0;  }

100%{-webkit-transform:rotateX(0deg);            transform:rotateX(0deg);    -webkit-transform-origin:top;            transform-origin:top;    opacity:1;  }

}

@keyframes swing-in-top-fwd{0%{-webkit-transform:rotateX(-100deg);            transform:rotateX(-100deg);    -webkit-transform-origin:top;            transform-origin:top;    opacity:0;  }

100%{-webkit-transform:rotateX(0deg);            transform:rotateX(0deg);    -webkit-transform-origin:top;            transform-origin:top;    opacity:1;  }

}

body {font-family:'Titillium Web',sans-serif !important;background: #efefef !important;

background: -moz-linear-gradient(left,  #efefef 0%, #f9f9f9 50%, #efefef 100%) !important;

background: -webkit-linear-gradient(left,  #efefef 0%,#f9f9f9 50%,#efefef 100%) !important;

background: linear-gradient(to right,  #ffffff 0%,#f9f9f9 50%,#ffffff 100%) !important;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef',GradientType=1 ) !important;

}

.image-label {

  display: block;

  margin-top: 0px;

  width: 100%;

  font-size: 14px;

  font-weight: 500;

}

.btn-primary {
  background: #352c48 !important;
  border: 1px #352c48 !important;
}
a {

  color: #165ad8 !important;

  text-decoration: underline;

}



a:hover {

  text-decoration: none;

}

h1 {margin-bottom:0 !important;color:#000;}

h2 {margin-bottom:0 !important;font-weight:bold; color:#0071b8;}

h3 {text-align:center;margin-bottom:1rem !important;color:#0071b8 !important;}

.container-fluid {max-width:1400px !important;}

.fixed-top {-webkit-animation:swing-in-top-fwd 2s cubic-bezier(0.175,0.885,0.320,1.275) both;        animation:swing-in-top-fwd 2s cubic-bezier(0.175,0.885,0.320,1.275) both;}

.logoWs {width:25%;}

.uploader, .uploader2 {text-decoration:underline;color:#08a108 !important;border: 2px solid #cdd3d8;background-color:#f7f7f7 !important;cursor:pointer !important;}

.uploader:hover, .uploader2:hover {background:#e1e1e1;text-decoration:none !important;}

.uploader .text, .uploader2 .text {cursor:pointer !important;}

    .progressPage {width:100vw;height:100vh;top:0;left:0;position:fixed;z-index:1000;background:#e1e1e1;padding:15rem;background: #e1e1e1;

background: -moz-linear-gradient(180deg, #fff 0%, #e1e1e1 100%);

background: -webkit-linear-gradient(180deg, #fff 0%, #e1e1e1 100%);

background: linear-gradient(180deg, #fff 0%, #e1e1e1 100%);

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff",endColorstr="#e1e1e1",GradientType=1);}

.progress {height:auto !important;}

.progress-bar {padding:1rem;font-size:2rem;}

.black {color:#000 !important;}

.clanekArticle {background:#fff !important;
  box-shadow: 0 0rem 0.25rem rgb(0 0 0 / 40%) !important;

}

.clanekArticle h3 {text-align:left;}

#clanky h4 a {text-decoration:underline !important;}

#clanky h4 a:hover {text-decoration:none !important;}

#clanky article {border:1px dashed #e1e1e1 !important;border-radius:3px !important;padding:1rem !important;}

#blog article {border-radius:0 !important;border:0 !important;}

#blog article:nth-child(even) {background:#fff !important;}

#skola table {background:#fff;}

#skola table td {padding-left:.75rem;}

#skola iframe {border:1px solid #e1e1e1;}

#popis table {width:100% !important;}

.card, .card-header, .card-body {font-size:1rem;}

.card2 {border-radius:5px !important;}

.popis {margin-top:3rem;margin-bottom:2rem;text-align:center;font-size:1.5rem;}

.red {color:#08a108 !important;}

.green {color:#00b512 !important;}

.loader {

  border: 16px solid #01a0fe;

  border-top: 16px solid #553384;

  border-radius: 50%;

  width: 120px;

  height: 120px;

  animation: spin 2s linear infinite;

}



@keyframes spin {

  0% { transform: rotate(0deg); }

  100% { transform: rotate(360deg); }

}

.aktualityNadpis, .anketaOtazka {font-weight:600;}

.symbol img {width:250px;}

.note-editor.card {margin-top:0 !important;margin-bottom:0 !important;box-shadow: 0 0rem 0.25rem rgb(0 0 0 / 10%) !important;}

.note-editor .card-header {background:#efefef !important;border-color:#e1e1e1 !important;}

.note-editable.card-block {border-color:#e1e1e1 !important;}

ul.submenu li > a:hover, ul.submenu li.active > a {border:1px solid #08a108 !important;} 

#main_navbar {background:#fff !important;}

#main_navbar ul li > a, #main_navbar ul li > a:visited {color:#000 !important;margin-left:.25rem;margin-right:.25rem;border:1px solid #fff;border-radius:5px;}

#main_navbar ul li.active > a, #main_navbar ul li > a:hover, ul.submenu li > a:hover, ul.submenu li.active > a, .card-header, li.active .page-link, .page-link:hover {background: #08a108 !important;

background: -moz-linear-gradient(left,  #08a108 0%, #08a108 100%) !important;

background: -webkit-linear-gradient(left,  #08a108 0%,#08a108 100%) !important;

background: linear-gradient(to right,  #08a108 0%,#08a108 100%) !important;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08a108', endColorstr='#ff7e07',GradientType=1 ) !important;

color:#fff !important;text-shadow:1px 1px 0px #08a108 !important;border:1px solid #08a108 !important;

}

.badge-primary, .btn-primary, .page-link, .progress-bar {

background: -moz-linear-gradient(left,  #08a108 0%, #08a108 100%) !important;

background: -webkit-linear-gradient(left,  #08a108 0%,#08a108 100%) !important;

background: linear-gradient(to right,  #009619 0%,#08a108 100%) !important;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#352c48', endColorstr='#5680e9',GradientType=1 ) !important;

color:#fff !important;text-shadow:1px 1px 0px #000000 !important;

}

.dz-preview {display:none !important;}

.img-thumbnail {height:10rem !important;margin:0 auto;border:1px solid #e1e1e1 !important;}

.img-thumbnail:hover {border:1px solid #352c48 !important;}

.btn-primary:hover {

background: #352c48 !important;

background: -moz-linear-gradient(left,  #08a108 0%, #08a108 100%) !important;

background: -webkit-linear-gradient(left,  #08a108 0%,#08a108 100%) !important;

background: linear-gradient(to right,  #08a108 0%,#08a108 100%) !important;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#352c48', endColorstr='#5680e9',GradientType=1 ) !important;

color:#fff600 !important;text-shadow:1px 1px 0px #352c48 !important;border:1px solid #352c48 !important;

}

.deleteButton {cursor:pointer;}

.deleteButton:hover {text-decoration:underline;}

.card-header {border-radius:5px 5px 0px 0px !important;}

#main_navbar ul li ul li > a:hover, #main_navbar ul li ul li ul li > a:hover {background:#5ab9ea !important;

color:#fff !important;text-shadow:1px 1px 0px #08a108 !important;border-color:#08a108 !important;

}

.card-header, li.active .page-link, #main_navbar ul li ul li > a:hover, #main_navbar ul li ul li ul li > a:hover, ul.submenu li.active > a {font-weight:600;}

.mainContainer {margin-top:1.5rem;padding-bottom:1rem;background:transparent !important;border-color:transparent !important;}

.card-body {background:#fff !important;}

.card .card-body {border-radius:5px;}

.skolyHeader {margin-top:3rem;}

#searchBtn {margin-top:-5px;}



.mainContainer .card-body {background:transparent !important;border-bottom:1px dashed #e1e1e1 !important;}

.mainContainer .card {box-shadow:0 0 0 0 !important;-webkit-box-shadow:0 0 0 0 !important;}

li.list-group-item {background:#ffffff;
  box-shadow: 0 0rem 0.25rem rgb(0 0 0 / 20%) !important;

} 

li.list-group-item:nth-child(even) {background:#ffffff;} 

li.list-group-item img {margin:auto;}

li.list-group-item .col-lg-4 {text-align:center;}

ul.submenu li > a , .skolyHeader, article, #main_navbar ul li ul li > a, #main_navbar ul li ul li ul li > a {background: #5680e9 !important;

border:1px solid #e1e1e1 !important;color:#000 !important;text-shadow:0 0 0 !important;

}

.skolyHeader h2 {color:#000 !important;}

.loginSchool {padding:2rem;background: #00b512 !important;

background: -moz-linear-gradient(left,  #00b512 0%, #00a723 100%) !important;

background: -webkit-linear-gradient(left,  #00b512 0%,#00a723 100%) !important;

background: linear-gradient(to right,  #00b512 0%,#00a723 100%) !important;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b512', endColorstr='#00a723',GradientType=1 ) !important;

color:#fff !important;text-shadow:1px 1px 0px #006f0b !important;border:1px solid #00a723 !important;font-weight:500;border-radius:5px !important;text-decoration:none !important;

}

.loginSchool input[type="text"], .loginSchool input[type="email"], .loginSchool input[type="password"] {border:1px solid #00a723 !important;font-size:.9rem !important;}

.loginSchool .text-danger, .loginSchool .text-success {color:#fff600 !important;}



.btn-secondary {

background: #2F4858 !important;

color:#fff !important;border-color:#2F4858 !important;font-weight:500;border-radius:5px !important;text-decoration:none !important;

}



/* .btn-secondary {

background: #00b512 !important;

background: -moz-linear-gradient(left,  #00b512 0%, #00a723 100%) !important;

background: -webkit-linear-gradient(left,  #00b512 0%,#00a723 100%) !important;

background: linear-gradient(to right,  #00b512 0%,#00a723 100%) !important;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b512', endColorstr='#00a723',GradientType=1 ) !important;

color:#fff !important;text-shadow:1px 1px 0px #006f0b !important;border-color:#00a723 !important;font-weight:500;border-radius:5px !important;text-decoration:none !important;

}*/

#panel {margin-bottom:2.5rem !important;}

.btn-secondary:hover, #panel .active {

background: #352c48 !important;

background: -moz-linear-gradient(45deg,  #352c48 0%, #352c48 100%) !important;

background: -webkit-linear-gradient(45deg,  #352c48 0%,#352c48 100%) !important;

background: linear-gradient(45deg,  #352c48 0%,#352c48 100%) !important;

color:#fff !important;text-shadow:1px 1px 0px #352c48 !important;border-color:#352c48 !important;font-weight:500;border-radius:3px !important;text-decoration:none !important;

}

.cena {text-align:right;font-weight:bold;background: #00b512 !important;

background: -moz-linear-gradient(left,  #00b512 0%, #00a723 100%) !important;

background: -webkit-linear-gradient(left,  #00b512 0%,#00a723 100%) !important;

background: linear-gradient(to right,  #00b512 0%,#00a723 100%) !important;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b512', endColorstr='#00a723',GradientType=1 ) !important;

color:#fff !important;text-shadow:1px 1px 0px #006f0b !important;border-color:#00a723 !important;font-weight:500;border-radius:5px !important;text-decoration:none !important;

}

.sluzba {border:1px dashed #e1e1e1;padding:1rem;border-radius:3px;background:#f9f9f9;}

.sluzba2 {background:#fff5ca;}

.zlata {color:#ffcc00 !important;}

#logo {width:500px;}

footer {border-radius:0 !important;border-top:0 !important;background:#fff !important;padding:3rem !important;}

.alert a {text-decoration:none !important;font-weight:600;}

.breadcrumbs .card-body {border:0 !important;}

.card {margin-top:2.5rem !important;margin-bottom:2.5rem !important;}

.card.breadcrumbs {margin-top:0 !important;margin-bottom:1rem !important;}

.mainContainer input {color:#000 !important;}

.fotoSkoly {border:1px solid #e1e1e1;width:100%;}

.bold {font-weight:bold !important;}

.stitek {border:1px solid #e1e1e1;background:#e7eeff;border-radius:5px;padding:.25rem .5rem;margin-right:.5rem;margin-bottom:1rem !important;font-size:.9rem;line-height:2rem;}

.gold {background: #ffffff !important;
}

/*.gold {background: #fffda6 !important;

background: -moz-linear-gradient(top,  #fffda6 0%, #fffda6 50%, #fff959 100%) !important;

background: -webkit-linear-gradient(top,  #fffda6 0%,#fffda6 50%,#fff959 100%) !important;

background: linear-gradient(to bottom,  #fffda6 0%,#fffda6 50%,#fff959 100%) !important;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffda6', endColorstr='#fff959',GradientType=0 ) !important;

}*/

#clanky h3 {text-align:left;}

.search input {width:17rem;}

.search button {margin-top:-4px;}

.shadow-sm, .card, .card2, .img-thumbnail {box-shadow: 0 0rem 0.25rem rgb(0 0 0 / 40%) !important;}

#filtrace label {font-weight:bold;width:100%;}

#filtrace input, #filtrace button, #filtrace select {margin-top:.25rem;width:100%;}

#filtrace input[type="checkbox"] {width:auto !important;}

#filtrace .list-group label {font-weight:normal !important;margin-top:.2rem;cursor:pointer;width:auto !important;}

#filtrace .list-group label:hover {text-decoration:underline;}

#filtrace .list-group input[type="checkbox"] {margin-top:.6rem;}

#filtrace .list-group-item {padding:.15rem 2rem !important;}

#filtrace .list-group-item:nth-child(even) {background:#fff !important;}

#filtrace input[type="text"] {border: 1px solid rgba(0,0,0,.125) !important;border-radius:5px !important;padding:.5rem 1rem !important;}

#search {background:#fff;position:absolute;z-index:2;width:350px;margin-top:.8rem;margin-left:-.8rem;max-height:600px;overflow-y:scroll;}

#search p {margin-bottom:0;}

#search .list-group-item {padding:.75rem !important;}

.fb_iframe_widget_fluid {display:block !important;}

#main_navbar #search li > a, #main_navbar #search li > a:visited {background:none !important;border:0 !important;padding:0 !important;text-decoration:underline !important;font-size:.9rem !important;}

#main_navbar #search li > a:hover, #main_navbar #search li > a:visited:hover {text-decoration:none !important;color:#000 !important;text-shadow:0 0 0 !important;}

@media (max-width:768px){

#logo {width:100%;}

#main_navbar{border-radius:0px !important;}

.logoWs {width:100%;}

.search {width:90%;margin:0 auto;}

.search input {width:80%;}

}

@media (min-width:992px){

.list-group-item h4 {margin-top:.25rem;}

}

@media (min-width:768px) and (max-width:991px){

.list-group-item h4 {margin-top:1.5rem;}

}

@media (max-width:468px){

    /*.search {display:none !important;}*/

    #main_navbar .navbar-nav {margin-top:1rem !important;}

    h1 {font-size:2rem !important;}

    h2 {font-size:1.5rem !important;}

    .stitek {line-height:3rem;white-space:nowrap;}

    .img-thumbnail {height:7rem !important;}

}



/*
Nová stránka platby
*/


.main-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.platby-h3{
  font-size: 18px !important;
  font-weight:bold !important;
  color: black !important;
  margin: auto;
  text-align: center;
}

.main-container {
  background-color: rgba(155, 155, 155, 0);
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  margin: auto;
}

.pricing-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.pricing-card {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 300px;
  transition: transform 0.3s ease;
}

.small {
  min-height: 500px;
  z-index: 1;
}

.medium {
  min-height: 550px;
  margin-top: -25px;
  margin-bottom: -25px;
  z-index: 4 !important;
}

.image-container img {
  width: 100px;
  margin-bottom: 20px;
}

.price {
  font-size: 2.5em;
  font-weight:bold;
  color: black;
  margin-top: 5px;
}

.button-style {
  background-color: #08a108;
  color: white;
  padding: 10px 30px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  margin: 20px 0;
  display: inline-block;
  font-size: 1em;
  border: 2px solid #08a108;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  font-weight:bold;

}

.button-style:hover {
  background-color: white;
  color: #08a108;
  border-color: #08a108;
}
.button-style2 {
  background-color: white;
  color: #08a108;
  border-color: #08a108;
  padding: 10px 30px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  margin: 20px 0;
  display: inline-block;
  font-size: 0.9em;
  border: 2px solid #08a108;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  font-weight:bold;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);

}

.button-style2:hover {
  background-color: #08a108;
  color: white;
}

.a-platby {
  display: block;
  text-decoration: none;
  color: #ff5722;
  font-size: 0.9em;
}

.pricing-card:hover {
  transform: scale(1.05);
}

.custom-select {
  width: 200px;
  padding: 4px;
  padding-left: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  border-radius: 10px;
  appearance: none;
  background-color: white;
  background-size: 10px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.custom-select:hover {
  border-color: #08a108;
}

@media (max-width: 1200px) {
  .pricing-container {
      flex-direction: column;
      gap: 20px;
      align-items: center;
  }

  .pricing-card {
      width: 90%;
  }

  .medium {
      margin: 0;
  }
}

.nadpis-uvodni-strana{
  text-align: center;
  padding: 30px;
}


.newsletter-form-wrapper {
  position: fixed; /* Fixní pozice */
  top: 50%; /* Uprostřed vertikálně */
  left: 50%; /* Uprostřed horizontálně */
  transform: translate(-50%, -50%); /* Posunout o polovinu šířky a výšky, aby byl ve středu */
  padding: 20px;
  background-color: #ffffff;
  border: 2px solid #6f6f6f;
  border-radius: 8px;
  width: 100%;
  max-width: 500px;
  z-index: 1000; /* Zajištění, že bude nad ostatním obsahem */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Přidání jemného stínu pro estetiku */
}

.newsletter-form-button, .newsletter-form-close {
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #1f9c00;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.newsletter-form-button:hover {
  background-color: #17ae00;
}

.newsletter-form-close {
  background-color: #6c757d;
}

.newsletter-form-close:hover {
  background-color: #5a6268;
}
.centered-form {
  max-width: 300px;
  margin: 0 auto;
}
.unsubscribe-button {
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #08a108;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;

}

.unsubscribe-button:hover {
  background-color: #08a108;
}

.premiova-skola{
  font-size: 14px !important;
  font-weight: bold;
  color: #FFD700;
  float: right;
  border-radius: 2px;
  background-color: #08a108;
  padding: 3px 5px;
  margin-right: -13px;
  margin-top: -6px;
  box-shadow: 0 0rem 0.25rem rgb(0 0 0 / 40%) !important;

}
.standard-skola{
  font-size: 11px !important;
  font-weight: 200;
  color: #ffffff;
  float: right;
  border-radius: 2px;
  background-color: #67b8e9;
  padding: 1px 5px;
  margin-right: -13px;
  margin-top: -6px;
  box-shadow: 0 0rem 0.25rem rgb(0 0 0 / 40%) !important;

}

.social-links {
  display: flex;
  flex-direction: column; /* Sloupec */
  margin-top: 10px; /* Rozestup nad odkazy */
}

.social-link {
  display: flex;
  align-items: center; /* Vertikální zarovnání ikonky a textu */
  margin: 5px 0; /* Rozestup mezi jednotlivými odkazy */
  text-decoration: none; /* Odstranit podtržení */
  color: #000; /* Barva textu */
  transition: color 0.3s; /* Plynulý přechod barvy */
}

.social-link:hover {
  color: #007bff; /* Barva textu při najetí */
}

.social-icon {
  width: 24px; /* Šířka ikony */
  height: 24px; /* Výška ikony */
  margin-right: 10px; /* Rozestup mezi ikonou a textem */
}

.sleva-na-tarif-button {
  background-color: #17ae00; /* Pěkná zelená barva */
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 80px;
}

.sleva-na-tarif-button:hover {
  background-color: #45a049; /* Tmavší zelená barva při hoveru */
}



/* CATALOG */

.catalog-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.catalog-item img {
  max-width: 100%;
  height: auto;
  width: 40%;
  margin-right: 20px;
  object-fit: contain; /* Zajištění správného škálování obrázků */
}

.catalog-item-content {
  width: 55%;
}

.catalog-item h2 {
  font-size: 24px;
  margin: 0 0 10px;
}

.catalog-item p {
  margin: 10px 0;
}

.specs {
  font-weight: bold;
  margin: 10px 0;
}

.view-more {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #007BFF;
  color: #fff!important;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}
.view-more:hover {
  background-color: #0057b4;
}

/* Responsive */
@media (max-width: 950px) {
  .catalog-item {
      flex-direction: column;
  }

  .catalog-item img, .catalog-item-content {
      width: 100%;
      margin: 0 0 20px 0;
  }
}
p {font-size: 1.3rem;}

.nad-button-slevovy-kod{
  color:#00aa1c; 
  padding-left:18px; 
  padding-top:15px;

}

.button-slevovy-kod {
  display: block;
  margin: 0px 15px;
  padding: 10px 6px;
  width: 240px;
  font-size: 18px;
  font-family: Arial, sans-serif;
  color: white;
  background-color: #00aa1c;
  border: 4px solid #00aa1c;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 768px) {
  .nad-button-slevovy-kod {
    text-align: center; /* Textové zarovnání na střed */
    padding-left: 0; /* Zrušení levého odsazení */
  }

  .button-slevovy-kod {
    margin: 15px auto; /* Zarovnání tlačítka na střed s vertikálním odsazením */
  }
  p {
    /*text-align: justify !important;*/
  }
  p {font-size: 1.2rem;}

}
.button-slevovy-kod:hover {
  
  background-color: white;
  color: #00aa1c;

}
.promo-container {
  width: 100%;
  margin: 0px;
  margin-top: 14px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

.promo-text {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.promo-button {
  text-align: center;
  width: 110px;
  display: inline-block;
  padding: 10px 0px;
  text-decoration: none;
  color: white !important;
  background-color: #007BFF;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.promo-button:hover {
  background-color: #0056b3;
}






.promo-container-review {
  display: flex;
  width: 100%;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #f9f9f9;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  text-align: center; /* Zarovnání pro mobilní zobrazení */
  justify-content: center; /* Zajistí rovnoměrné rozložení, pokud má výšku */
  align-items: center;
}


.small-logo{
  width: 140px;
  display: table;
  margin: left;
}
.small-logo-img {
  width: 140px;
  display: table;
  margin: left;
}

/* Text */
.promo-text-review {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding: 0;

}


.promo-button-review {
  display: inline-block;
  padding: 10px 10px;
  text-decoration: none;
  color: white !important;
  background-color: #00aa1c;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  width: 110px;
  text-align: center;
}

.promo-button-review:hover {
  background-color: #00be19;
}

/* ✅ OPRAVA PRO DESKTOP - KDYŽ JE ŠÍŘKA NAD 800px */
@media (max-width: 800px) {
  .promo-container-review {
    display: block;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  .small-logo {
    width: 100px; /* Šířka divu */
    display: table; /* Umožní použití margin auto */
    margin: 0 auto; /* Zajistí, že celý div bude vycentrovaný */
    text-align: center; /* Zarovná obsah uvnitř */
}

.small-logo-img {
    width: 120px; /* Velikost obrázku */
    display: table; /* Odstraní jakýkoliv inline margin */
    margin: 0 auto; /* Zajistí, že obrázek je uvnitř divu centrovaný */
}

  .promo-text-review {
    display: block;
    width: 100%;
    text-align: center;
    flex-grow: 1;
    padding: 10px 0 10px 0;
  }
  .promo-button-review {
    display: block;
    margin: auto;
  }
  
}

.custom-button-container {
  display: none; /* 🔥 Skryjeme na desktopu */
}

/* ✅ Zobrazíme a přilepíme dole na mobilu */
@media (max-width: 800px) {
  .custom-button-container {
      display: flex; /* Aktivujeme na mobilech */
      flex-direction: row; /* Udržujeme logo + tlačítko vedle sebe */
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: 55px;
      position: fixed; /* 🔥 Přilepení ke spodní části */
      bottom: 0;
      left: 0;
      background-color: #f9f9f9;
      box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
      padding: 10px;
      z-index: 1000;
  }
  .custom-logo-img {
    max-width: 98%;
    max-height: 52px;
    width: auto; /* Umožní zachování poměru stran */
    height: auto; /* Přizpůsobí výšku podle poměru stran */
    display: block; /* Odstraní nežádoucí mezery */
    object-fit: contain; /* Zachová původní proporce SVG */
}
/* Pokud je obrázek SVG, nastavíme výšku ručně */
.custom-logo-img[src$=".svg"] {
  height: 35px !important;
}
  /* Levá část - Logo */
  .custom-logo-container {
      width: 25%;
      display: flex;
      justify-content: center;
      align-items: center;
  }



  /* Pravá část - Tlačítko */
  .custom-button-wrapper {
      width: 75%;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  @keyframes pulse-animation {
    0% { transform: scale(1); }
    50% { transform: scale(1.04); } /* Mírné zvětšení */
    100% { transform: scale(1); }
}

.custom-visit-button {
    display: flex; /* Použití flexboxu pro zarovnání obsahu */
    justify-content: center; /* 🔥 Zarovná text horizontálně */
    align-items: center; /* 🔥 Zarovná text vertikálně */
    
    background-color: #00aa1c;
    color: white !important;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
    height: 46px;
    width: 95%;
    text-align: center;
    border-radius: 5px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    text-decoration: none;

    animation: pulse-animation 1.2s ease-in-out 3; /* 🔥 Animace se opakuje 2x */
    animation-delay: 2s; /* ⏳ Počká 1 sekundu před spuštěním */
}


  .custom-visit-button:hover {
      background-color: #00be19;
      transform: scale(1.05);
  }
}
.recenze-text-info {
  margin-top: 100px;

  text-align: left;
  font-size: 16px;

  max-width: 1200px;
  
}
.affil-text {
  margin-top: 25px;

  text-align: left;
  font-size: 14px;
  color: #505050;

  max-width: 1200px;

}