/* H2 title style */
.page-id-265 #page {
  overflow: clip;
}
.about__title {
  color: #384021;
  font-family: "Trajan Pro 3", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 52.5px;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  border-top: 1px solid rgba(155, 185, 57, 0.3);
}
.about .acf-map {
  height: 337px;
}
/* Benefits row */
.about .benefits {
  flex-wrap: wrap;
}

.about .benefit-item {
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid rgba(155, 185, 57, 0.4);
}

.about .benefit-item span {
  color: #364114;
  font-size: clamp(16px, 0.9375vw, 18px);
}

.about .benefit-item svg {
  min-width: 32px;
  height: 32px;
}

.about .benefit-item svg path {
  stroke: #364114;
}

/* Section titles (Services, Map) */
.about__section-title {
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #364114;
}
.paragraph__18.about__description strong {
  color: #748b2b;
}

/* Services list */
.about-services {
  gap: 25px;
  flex-wrap: wrap;
}
.about-services__item {
  width: calc(50% - 12.5px);
}

.about-services__item strong {
  color: #364114;
  font-family: "Trajan Pro 3", serif;
  font-size: 18px;
  letter-spacing: -0.14px;
  font-weight: 600;
  text-transform: uppercase;
}
.about-services__item ul {
  padding-top: 20px;
  padding-left: 24px;
}
.about-services__item ul li {
  position: relative;
  color: #364114;
  font-size: clamp(16px, 0.9375vw, 18px);
  letter-spacing: -0.14px;
  padding-bottom: 10px;
}
.about-services__item ul li::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  width: 16px;
  height: 26px;
  background-image: url(../../../../assets/icons/checkmark-about.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
/* Map */
.about-map iframe {
  width: 100%;
  height: clamp(250px, 26vw, 400px);
  border: none;
  border-radius: 4px;
}
.paragraph__18.map-description strong {
  color: #2f3624;
  font-weight: 500;
}

/* Right column  */
.about-sidebar {
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
  margin-left: clamp(40px, 5.989583333333333vw, 115px);
  position: sticky;
  top: 20px;
}
.about-sidebar__image img {
  width: 100%;
  border-radius: 4px;
}

/* Right column - info items */
.about-sidebar__info {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 4px;
  overflow: hidden;
}

.about-sidebar__info-item {
  padding: 25px 0;
  border-bottom: 1px solid rgba(47, 54, 36, 0.1);
}

.about-sidebar__info-item:last-child {
  border-bottom: none;
}

.about-sidebar__info-item svg,
.about-sidebar__info-item img {
  min-width: 24px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.about-sidebar__info-title {
  color: #2f3624;
  font-family: "Trajan Pro 3", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.about-sidebar__info-desc {
  color: #2f3624;
  font-family: "Trajan Pro 3", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.sidebar__description {
  color: #191d23;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border-radius: 4px;
  background: #f5f8eb;
  padding: 15px;
  gap: 70px;
}

.sidebar__description a {
  color: #2f3624;
  font-size: 11px;
  font-weight: 600;
  line-height: 16.5px;
  text-decoration-line: underline;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ── Sidebar Booking Form ─────────────────────────────── */
/* Svi stilovi nasljeđeni iz hero-form.css — samo sidebar prilagodbe */
.about-sidebar__form {
  border-top: 1px solid rgba(47, 54, 36, 0.1);
  padding-top: 4px;
}

.about-sidebar__form .form-row {
  max-width: 100%;
  margin-left: 0;
  flex-wrap: wrap;
  margin-right: 0;
  margin-top: 20px;
  border: 1px solid rgba(47, 54, 36, 0.2);
  align-items: stretch;
}

.about-sidebar .form-group.submit {
  flex: unset;
  margin-top: 20px !important;
  width: 100%;
}
.about-sidebar__form .form-group {
  padding: 10px 10px 10px 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.about-sidebar__form .form-group.submit {
  margin-left: 0 !important;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
}

.about-sidebar__form .form-group.submit input {
  height: 100%;
  padding: 18px 16px;
}

.about-sidebar__form__desc {
  color: rgba(47, 54, 36, 0.7);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 12px;
}

@media only screen and (max-width: 1199px) {
  .about-sidebar {
    margin-left: clamp(20px, 3vw, 60px);
  }
}

@media only screen and (max-width: 991px) {
  .about {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .about-sidebar__form .form-group {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about .col-lg-6:last-child {
    margin-top: 40px;
  }

  .about-sidebar {
    margin-left: 0;
    position: static;
  }

  .about-sidebar__image img {
    max-height: 320px;
    object-fit: cover;
  }

  .sidebar__description {
    gap: 20px;
    flex-wrap: wrap;
  }

  .about-sidebar__form .form-row {
    flex-direction: column;
  }

  .about-sidebar__form .form-group:not(:first-child) {
    border-left: none;
    border-top: 1px solid rgba(47, 54, 36, 0.15);
  }

  .about-sidebar__form .form-group.submit {
    width: 100%;
  }

  .about-sidebar__form .form-group.submit input {
    width: 100%;
    padding: 16px;
    min-height: 52px;
  }

  .about-services {
    gap: 16px;
  }

  .about-services__item {
    width: 100%;
  }

  .about .benefit-item {
    padding: 10px 12px;
  }

  .about-map iframe,
  .about-map {
    height: clamp(200px, 40vw, 300px);
  }
}

@media only screen and (max-width: 767px) {
  .about {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .about__title {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }

  .about-sidebar {
    padding: 20px;
  }

  .about-sidebar__image img {
    max-height: 240px;
  }

  .sidebar__description {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .about .benefits {
    gap: 8px;
  }

  .about .benefit-item {
    padding: 8px 10px;
    font-size: 14px;
  }

  .about .benefit-item svg {
    min-width: 24px;
    height: 24px;
  }

  .about-sidebar__info-item {
    padding: 18px 0;
  }
}
