/* ===== Contact Page ===== */
.vb-contact-hero__inner {
  display: flex;
  padding: 80px 80px 64px 80px;
  justify-content: center;
  align-items: flex-end;
  gap: 100px;
  background: linear-gradient(90deg, #7f6252 0%, #dcc2b7 100%);
}
.vb-contact-hero__title {
  color: #fff;
  text-align: center;
  font-family:
    "Baloo 2",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}
.vb-contact__section {
  background: #fff;
}

.vb-contact__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 20px 64px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 120px;
  align-items: start;
}

.vb-contact__h2 {
  margin: 0 0 32px;
  font-size: 40px;
  font-weight: 700;
  color: #2b2b2b;
}
@media (max-width: 900px) {
  .vb-contact__h2 {
    font-size: 28px;
  }
}
.vb-contact-hero__title {
  font-size: 32px;
}

/* Right blocks */
.vb-contact__block + .vb-contact__block {
  margin-top: 40px;
}

.vb-contact__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.vb-contact__item {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  align-items: start;
  color: #84726b;
  font-size: 14px;
}

.vb-contact__icon {
  line-height: 1.2;
  font-size: 14px;
}

.vb-contact__link {
  color: #84726b;
  text-decoration: none;
}

.vb-contact__link:hover {
  text-decoration: underline;
}

.vb-contact__hours {
  display: grid;
  gap: 10px;
}

.vb-contact__hours-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  font-size: 14px;
  color: #84726b;
}

.vb-contact__muted {
  font-size: 13px;
  color: #84726b;
  margin: 0;
}

/* ===== CF7 styling (kaip screenshot: apvalūs inputai, šviesus bg) ===== */
.vb-contact,
.vb-contact * {
  box-sizing: border-box;
}
.vb-contact__form .wpcf7 form {
  margin: 0;
}

.vb-contact__form .wpcf7 label {
  display: block;
  font-size: 12px;
  color: #6a6a6a;
  margin: 0 0 8px;
}

.vb-contact__form .wpcf7 input[type="text"],
.vb-contact__form .wpcf7 input[type="email"],
.vb-contact__form .wpcf7 input[type="tel"],
.vb-contact__form .wpcf7 textarea {
  width: 100%;
  border: 0;
  outline: none;
  border-radius: 18px;
  background: #f7f2ef;
  padding: 14px 16px;
  font-size: 14px;
  color: #333;
}
.vb-contact__form .wpcf7 input[type="text"],
.vb-contact__form .wpcf7 input[type="email"],
.vb-contact__form .wpcf7 input[type="tel"],
.vb-contact__form .wpcf7 textarea,
.vb-contact__form .wpcf7 select {
  max-width: 100%;
  box-sizing: border-box;
}
.vb-contact__form .wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
  border-radius: 18px;
}

.vb-contact__form .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 16px;
}

.vb-contact__form .wpcf7 form p {
  margin: 0 0 16px;
}

.vb-contact__form .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

/* Mygtukas (tamsus, apvalus) */
.vb-contact__form .wpcf7 input[type="submit"] {
  border: 0;
  cursor: pointer;
  border-radius: 100px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  background: #4b3f3b;
  color: #fff;
}

/* CF7 errors */
.vb-contact__form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 6px;
}

.vb-contact__form .wpcf7-response-output {
  margin: 16px 0 0;
  border-radius: 12px;
}

/* Responsive */
@media (max-width: 900px) {
  .vb-contact__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 34px 20px 64px;
  }

  .vb-contact__block + .vb-contact__block {
    margin-top: 28px;
  }
}
.contact-map-section {
  padding: 64px 20px 0px 20px;
}
.contact-map {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.contact-map iframe {
  max-width: 1240px;
  width: 100%;
}
