.kontakti-page {
  background: #fff;
  padding: 40px 0 70px;
}

.kontakti-page .kt-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.kontakti-page .kt-page-content {
  margin-bottom: 32px;
}

.kontakti-page .kt-intro {
  padding: 20px 0 10px;
}

.kontakti-page .kt-main-title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
  color: #111;
  text-transform: uppercase;
}

.kontakti-page .kt-shops {
  margin-bottom: 46px;
}

.kontakti-page .kt-shops-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.kontakti-page .kt-shop-card {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 28px 24px;
  text-align: center;
}

.kontakti-page .kt-shop-title {
  margin: 0 0 26px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
}

.kontakti-page .kt-info-list {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.kontakti-page .kt-info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  font-size: 15px;
  line-height: 1.65;
  color: #111;
}

.kontakti-page .kt-icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fc7e08;
  margin-top: 1px;
}

.kontakti-page .kt-hours-title {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  color: #111;
}

.kontakti-page .kt-notice {
  display: inline-block;
  margin: 0 0 14px;
  padding: 10px 14px;
  background: #fff3cd;
  color: #111;
  font-weight: 700;
  border-left: 4px solid #fc7e08;
}

.kontakti-page .kt-hours-list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.kontakti-page .kt-hours-list li {
  margin-bottom: 6px;
  color: #111;
  line-height: 1.6;
}

.kontakti-page .kt-parking {
  margin: 0;
  color: #111;
  line-height: 1.6;
}

.kontakti-page .kt-email {
  margin-top: 24px;
  font-size: 15px;
  color: #111;
}

.kontakti-page .kt-email a,
.kontakti-page .kt-info-item a,
.kontakti-page .kt-extra-contact a,
.kontakti-page .kt-shop-link a {
  color: inherit;
  text-decoration: underline;
}

.kontakti-page .kt-extra-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 0 0 56px;
}

.kontakti-page .kt-extra-contact__box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
  font-size: 16px;
  color: #111;
}

.kontakti-page .kt-shop-link {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #111;
}

.kontakti-page .kt-contact-form-section {
  margin-bottom: 56px;
}

.kontakti-page .kt-section-title {
  margin: 0 0 24px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
}

.kontakti-page .kt-section-title--center {
  text-align: center;
}

.kontakti-page .kt-contact-form-wrap {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 28px;
}

.kontakti-page .kt-contact-form-wrap input[type="text"],
.kontakti-page .kt-contact-form-wrap input[type="email"],
.kontakti-page .kt-contact-form-wrap input[type="tel"],
.kontakti-page .kt-contact-form-wrap textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #111;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 16px;
  box-sizing: border-box;
}

.kontakti-page .kt-contact-form-wrap textarea {
  min-height: 180px;
  resize: vertical;
}

.kontakti-page .kt-contact-form-wrap input[type="submit"],
.kontakti-page .kt-contact-form-wrap button,
.kontakti-page .kt-contact-form-wrap .wpcf7-submit {
  border: 0;
  background: #000000;
  color: #fff;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
  text-decoration: none;
}

.kontakti-page .kt-contact-form-wrap input[type="submit"]:hover,
.kontakti-page .kt-contact-form-wrap button:hover,
.kontakti-page .kt-contact-form-wrap .wpcf7-submit:hover {
  opacity: 0.9;
}

.kontakti-page .kt-map {
  margin-bottom: 24px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.kontakti-page .kt-map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

.kontakti-page .kt-location-section {
  margin-bottom: 56px;
}

.kontakti-page .kt-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.kontakti-page .kt-gallery a {
  display: block;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  background: #fff;
}

.kontakti-page .kt-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.kontakti-page .kt-gallery a:hover img {
  transform: scale(1.04);
}

@media (max-width: 1100px) {
  .kontakti-page .kt-shops-grid {
    grid-template-columns: 1fr;
  }

  .kontakti-page .kt-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .kontakti-page {
    padding: 24px 0 50px;
  }

  .kontakti-page .kt-main-title {
    font-size: 30px;
    margin-bottom: 28px;
  }

  .kontakti-page .kt-shop-card,
  .kontakti-page .kt-contact-form-wrap {
    padding: 22px;
  }

  .kontakti-page .kt-section-title {
    font-size: 26px;
  }

  .kontakti-page .kt-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .kontakti-page .kt-extra-contact__box {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}


.kontakti-page .kt-contact-form-wrap .kt-cf7-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.kontakti-page .kt-contact-form-wrap .kt-cf7-col,
.kontakti-page .kt-contact-form-wrap .kt-cf7-row {
  margin-bottom: 16px;
}

.kontakti-page .kt-contact-form-wrap .kt-cf7-submit-row {
  margin-bottom: 0;
}

.kontakti-page .kt-contact-form-wrap .wpcf7-form-control-wrap {
  display: block;
}

.kontakti-page .kt-contact-form-wrap input[type="text"],
.kontakti-page .kt-contact-form-wrap input[type="email"],
.kontakti-page .kt-contact-form-wrap input[type="tel"],
.kontakti-page .kt-contact-form-wrap textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #111;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
  box-sizing: border-box;
}

.kontakti-page .kt-contact-form-wrap textarea {
  min-height: 180px;
  resize: vertical;
}

.kontakti-page .kt-contact-form-wrap .wpcf7-submit {
  border: 0;
  background: #000;
  color: #fff;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
  text-decoration: none;
}

.kontakti-page .kt-contact-form-wrap .wpcf7-submit:hover {
  opacity: 0.9;
}

.kontakti-page .kt-contact-form-wrap .wpcf7-spinner {
  display: inline-block;
  margin-left: 10px;
}

.kontakti-page .kt-contact-form-wrap .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
}

.kontakti-page .kt-contact-form-wrap .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 14px;
}

@media (max-width: 700px) {
  .kontakti-page .kt-contact-form-wrap .kt-cf7-grid {
    grid-template-columns: 1fr;
  }
}


/* CF7 submit poga */
.kontakti-page .kt-contact-form-wrap .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;

  background: hsl(0, 0%, 0%);
  color: #fff;

  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;

  margin-top: 18px;
  text-decoration: underline;

  border: none;
  cursor: pointer;

  transition: opacity 0.2s ease;
}

.kontakti-page .kt-contact-form-wrap .wpcf7-submit:hover {
  opacity: 0.85;
}

.kontakti-page .kt-contact-form-wrap .wpcf7-submit:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.kt-company-details {
    margin: 0 0 40px;
}

.kt-company-details__card {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 28px;
    border-radius: 12px;
}

.kt-company-details .kt-info-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.kt-company-details .kt-info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.6;
}

.kt-company-details .kt-info-item a {
    color: inherit;
    text-decoration: underline;
}