@media (max-width: 768px) {
  .circle-image {
    display: none !important;
  }

  .shape1 {
    display: none;
  }
}

@media (min-width: 992px) {
    .video-column .text {
        padding-right: 120px;
    }
}

.form-check-input:checked{
 background-color: #CFAA80;
 border-color: #CFAA80;
}

.form-control:focus {
  border-color: #CFAA80;
  box-shadow: 0 0 0 0.2rem rgba(207, 170, 128, 0.4);
} 

form[name="contact_form"] .form-check {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

form[name="contact_form"] .form-check-input {
  float: none;
  margin: 0;   
}

form[name="contact_form"] .form-check-input:focus {
  border-color: #CFAA80; 
  box-shadow: 0 0 0 0.25rem rgba(207, 170, 128, 0.6);
  outline: none; 
}

#contact .section-bg {
  height: 700px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.consultation-section ul {
    list-style: none;
    margin: 20px 0 0;
    padding-left: 0;
}

.consultation-section ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.6;
}

.consultation-section ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #CFAA80; /* můžeš změnit podle palety */
    font-weight: bold;
    font-size: 16px;
}

.consultation-section ul ul {
    margin-left: 1.5rem;
    margin-top: 10px;
}

.consultation-section ul ul li::before {
    content: "•";
    color: #999;
    font-weight: normal;
    font-size: 20px;
}


.kurz-seznam h3,
.kurz-seznam h4 {
  margin-top: 1.2rem;
  margin-bottom: 1rem;
  color: #222;
}

.kurz-seznam ul {
  list-style: none;
  padding-left: 1.5rem;
  margin: 0 0 1rem;
}

.kurz-seznam ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.4rem;
}

/* vlastní tečky */
.kurz-seznam ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #CFAA80; /* červenohnědá, můžeš změnit */
  font-size: 1.2em;
  line-height: 1;
}

/* poznámka */
.kurz-seznam p {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #555;
}
