@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: disc;
    margin: 20px 0 0;
    padding-left: 0;
}

.consultation-section ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}

.consultation-section ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #CFAA80;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.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;
}

.kurz-seznam p {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #555;
}

.no-mask-img {
    border-radius: 30px;
    overflow: hidden;
    -webkit-mask-image: none !important;
    mask-image: none !important;
}

.no-mask-img img {
    -webkit-mask-image: none !important;
    mask-image: none !important;
}

.input-error {
    border: 2px solid #e63946 !important;
    background-color: #ffe5e5 !important;
}

.input-error::placeholder {
    color: #b00000;
}



.contact-details__info {
    display: flex;
    flex-direction: column;
    align-items: center; /* celý blok na střed */
}

    .contact-details__info li {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 420px; /* nebo kolik chceš */
    }

    .contact-details__info .icon {
        margin-right: 12px;
        flex-shrink: 0;
    }