.gap8 {
  gap: 8px;
}
.gap12 {
  gap: 12px;
}
.gap16 {
  gap: 16px;
}
.gap24 {
  gap: 24px;
}
.w30 {
  width: 30%;
  max-width: 30%;
}
.w40 {
  width: 40%;
  max-width: 40%;
}
.w50 {
  width: 50%;
  max-width: 50%;
}
.w70 {
  width: 70%;
  max-width: 70%;
}
.w100 {
  width: 100%;
  max-width: 100%;
}
.j-c-c {
  justify-content: center;
}
.mt-40 {
  margin-top: 40px;
}
.text-lg {
  font-size: clamp(18px, 3vw, 20px);
}
.hrc-num {
  display: inline-flex;
  font-size: 18px;
  padding: 8px;
  border-radius: 5px;
  line-height: 1;
  border: 1px solid #b5a478;
  color: #b5a478;
}
.hrc-section {
  align-items: start;
  margin: 55px 0;
}
.hrc-section button {
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  border-radius: 5px;
}
h2,
h1 {
  font-family: "PFDinDisplayPro-Reg";
  text-align: left;
  line-height: 1.1em;
  margin: 20px 0;
  color: #444444;
  font-weight: 700;
}
h1 {
  font-weight: normal;
  font-size: clamp(34px, 5vw, 50px);
  margin-bottom: 45px;
}
.accent-h1 {
  color: #83681b;
  font-weight: 300;
}
.about h1 {
  font-size: clamp(40px, 5vw, 80px);
  line-height: 0.96;
  font-weight: 300;
  margin-top: 0;
}
.hrc-image {
  width: 40%;
  object-fit: contain;
  border-radius: 12px;
  overflow: hidden;
  line-height: 0;
}
.hrc-icons {
  display: flex;
  margin: 45px 0 0;
  align-items: start;
  gap: 10px;
}
.hrc-colored {
  background: #f7f5f1;
  padding: 30px 0;
}
.hrc-colored .hrc-section {
  align-items: stretch;
  margin: 55px 0 0;
}
.hrc-icons li {
  width: 135px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  gap: 12px;
  align-items: center;
}
.hrc-icon svg {
  height: 45px;
  color: #83681b;
}
.hrc-icon {
  background: #fff;
  border-radius: 14px;
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid #dfdfdf;
  color: #968a74;
}
.hrc-text > p {
  max-width: 500px;
}
.hrc-map {
  position: relative;
  width: 50%;
  min-width: 50%;
  min-height: 440px;
  background: url("../../_img/horeca/map.png") no-repeat center center / contain;
}
.hrc-map ul {
  display: flex;
  margin: 115px 0 0;
  align-items: center;
  gap: 40px;
}
.hrc-map .hrc-icon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.hrc-map .hrc-icon::after {
  display: block;
  width: 97px;
  left: 100%;
  position: absolute;
  height: 1px;
  background: #b5a478;
  content: "";
}
.hrc-map .hrc-icon-point::before {
  content: "";
  background: url("../../_img/horeca/point.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 50px;
  height: 36px;
  display: block;
  z-index: 0;
}
.hrc-map .no-line:before {
  content: "";
  background: url("../../_img/horeca/point1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 50px;
  height: 36px;
  display: block;
  z-index: 0;
}
.hrc-map .no-line::after {
  display: none;
}
.hrc-point {
  position: absolute;
  z-index: -1;
  width: fit-content !important;
}
.hrc-point:first-of-type {
  top: -30px;
  left: 20px;
}
.hrc-point:last-of-type {
  bottom: 10px;
  right: 20px;
}
.hrc-form h2 {
  font-size: clamp(18px, 5vw, 28px);
  margin: 0;
}
.hrc-form .hrc-icon {
  border-radius: 100%;
  padding: 10px;
  width: 80px;
  height: 80px;
}

.hrc-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 70%;
}
.hrc-form input,
.hrc-form textarea {
  padding: 12px 16px;
  height: 40px;
  color: #101010;
  margin: 0;
  font-size: 16px;
  font-family:
    "PFDinDisplayPro-Reg", "Arial", "Helvetica", sans-serif !important;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
}
.hrc-form textarea {
  min-height: 98px;
  resize: none;
  grid-row: span 2 / span 2;
  grid-row-start: 2;
}
.hrc-form input:nth-last-of-type(3) {
  grid-row-start: 2;
}
.hrc-form .btn {
  border-radius: 5px;
  grid-row-start: 3;
  margin-top: 0 !important;
}
.hrc-form ul {
  width: fit-content;
  span {
    color: #83681b;
  }
}
.hrc-form ul span {
  color: #83681b;
}
.about {
  padding-bottom: 40px;
}
.about .hrc-image {
  width: 50%;
  height: 100%;
  border-radius: 0 0 0 90px;
}
.about .hrc-text > p {
  max-width: 100%;
}
.about .hrc-icons {
  gap: 24px;
}
.about .hrc-icon {
  background: transparent;
  width: 68px;
  height: 68px;
  border: none;
}
.title-line {
  text-align: center;
}
.title-line:after {
  content: "";
  background: #83681b;
  height: 1px;
  width: 50px;
  display: block;
  margin: 20px auto 40px;
}
.about-info {
  padding-bottom: 60px;
}
.about-info .text-lg {
  text-align: center;
  max-width: 790px;
  margin: 0 auto;
}
.stats {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stats li {
  border-right: 1px solid #b5a478;
  text-align: center;
  padding: 4px 24px;
}
.stats li:last-of-type {
  border: none;
}
.stats li span {
  font-size: clamp(18px, 3vw, 30px);
  line-height: 1;
  color: #83681b;
  font-weight: 400;
}
.services-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.services-cards .card {
  min-height: 430px;
  height: 100%;
}
.services-cards .card img {
  object-fit: cover;
}
.services-cards .card-info {
  border: 1px solid #83681b;
  border-top: none;
  padding: 24px;
  flex: 1;
}
.services-cards .hrc-icon {
  width: 34px;
  height: 34px;
  border: none;
  padding: 0;
  border-radius: 0;
}
.services-cards span {
  font-weight: 600;
  text-transform: uppercase;
}
.steps {
  padding-bottom: 40px;
}
.steps h2 {
  margin-top: 0;
}
.steps ul {
  margin-top: 40px;
}
.steps .hrc-image {
  width: 50%;
  height: 100%;
}
.step-num {
  font-size: clamp(18px, 3vw, 24px);
  color: #83681b;
}
.step p:first-of-type {
  font-weight: 600;
}
.why {
  padding-bottom: 40px;
  padding-top: 40px;
}
.why h2 {
  margin-top: 0;
}
.why .hrc-icons {
  gap: 16px;
}
.why .hrc-icon {
  border: none;
  padding: 0;
  border-radius: 0;
  width: 34px;
    height: 34px;
}
.why .hrc-icons li {
  align-items: start;
  text-align: start;
  border-right: 1px solid #b5a478;
  padding: 2px 10px;
  width: 200px;
  justify-content: space-between;
  height: auto;
  min-height: 125px;
}
.why .hrc-icons li:last-of-type {
  border-right: none;
}
.why .hrc-text > p {
  max-width: 100%;
}
.why .hrc-image {
  width: 50%;
}
.portfolio .text-lg {
  text-align: center;
  margin: 0 auto;
}
.portfolio-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin: 26px 0;
}
.tab {
  border: 1px solid transparent;
  background: transparent !important;
  padding: 10px 22px;
  border-radius: 999px !important;
  text-transform: uppercase !important;
  font-size: 12px;
  letter-spacing: 0.06em;
  cursor: pointer;
  margin-top: 0 !important;
}
.tab.active,
.tab:hover {
  background: #ebe5df !important;
  border-color: #dacdc1;
}
.portfolio-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.portfolio-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.34;
  border-radius: 5px;
}
.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72);
  transition: 0.35s ease;
}
.portfolio-item:hover img {
  transform: scale(1.04);
}
.portfolio-item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 18px 14px;
  color: #ffffff;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.56));
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.portfolio .btn {
  margin: 40px auto 0;
  border-radius: 5px;
}

@media screen and (max-width: 1599px) {
  .hrc-colored .hrc-section {
    gap: 20px;
  }
  .hrc-colored .hrc-text {
    max-width: 50%;
  }
}
@media screen and (max-width: 1280px) {
  .services-cards, .portfolio-cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .why .hrc-icons {
    flex-wrap: wrap;
  }
  .why .hrc-icons li {
    width: 45%;
    min-height: auto;
  }
  .why .hrc-icons li:nth-of-type(2) {
    border-right: none;
  }
}
@media screen and (max-width: 1120px) {
  .hrc-map .hrc-icon {
    width: 70px;
    height: 70px;
  }
  .hrc-map .hrc-icon::after {
    width: 70px;
  }
}
@media screen and (max-width: 1099px) {
  .hrc-colored .hrc-text {
    max-width: 45%;
  }
}
@media screen and (max-width: 940px) {
  h1 {
    margin-bottom: 40px;
  }
  .hrc-section {
    margin-top: 40px;
  }
  .hrc-colored .hrc-section {
    margin: 20px 0;
    flex-direction: column;
    gap: 40px;
  }
  .hrc-colored .hrc-text {
    max-width: 100%;
    width: 100%;
  }
  .hrc-map {
    max-width: 100%;
    width: 100%;
  }
  .hrc-text p {
    max-width: 100%;
  }
  .hrc-map .hrc-icon {
    width: 80px;
    height: 80px;
  }
  .hrc-map .hrc-icon::after {
    width: 97px;
  }
  .hrc-form {
    flex-direction: column;
  }
  .hrc-form .w30,
  .hrc-form .w70 {
    width: 100%;
    max-width: 100%;
  }
  .hrc-form ul {
    align-items: start;
  }
  .hrc-section .hrc-text {
    width: 60%;
    max-width: 60%;
  }
  .about .hrc-section,
   .approach .hrc-section {
    flex-direction: row;
    gap: 20px;
  }
  .about .hrc-text {
    width: 60%;
    max-width: 60%;
  }
  .steps {
    padding-bottom: 0;
  }
  .why {
    padding-bottom: 20px;
  }
  .why .hrc-text {
    width: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .hrc-section {
    flex-direction: column;
  }
  .hrc-section .hrc-image {
    width: 100%;
  }
  .hrc-section .hrc-text {
    width: 100%;
    max-width: 100%;
  }
  .hrc-map ul {
    margin-right: 30px;
    margin-left: 30px;
  }
  .hrc-form {
    gap: 40px;
  }
  .hrc-form .rev-wrap {
    flex-direction: column-reverse;
  }
  .hrc-form form,
  .hrc-form ul {
    width: 100%;
  }
  .hrc-form form {
    display: flex;
    flex-direction: column;
  }
  .about .hrc-section, .approach .hrc-section {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .about .hrc-text,
  .about .hrc-image,
  .approach .w50, .why .w50 {
    width: 100%;
    max-width: 100%;
  }
  .about .hrc-image {
    border-top-right-radius: 90px;
  }
  .stats {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 0;
  }
  .stats li {
    padding: 4px 16px;
  }
  .stats li:nth-of-type(2) {
    border: none;
  }
  .services-cards {
    grid-template-columns: 1fr;
  }
  .services-cards .card {
    min-height: auto;
  }
  .services-cards .card img {
    height: 230px;
    object-position: 0 top;
  }
  .steps .step .gap16 {
    gap: 12px;
  }
  .portfolio-cards {
  grid-template-columns: repeat(2, 1fr);
}
.portfolio-tabs {
  gap: 8px;
}
.why .hrc-icons {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 551px) {
  .hrc-map {
    min-height: 250px;
  }
  .hrc-map ul {
    margin-top: 60px;
  }
  .hrc-map .hrc-icon {
    width: 60px;
    height: 60px;
  }
  .hrc-map .hrc-icon-point::before,
  .hrc-map .no-line:before {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .hrc-icons {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
  }
  .hrc-icons li {
    width: 45%;
  }
  .hrc-map ul {
    margin-top: 40px;
  }
  .hrc-map ul li {
    width: 100%;
    flex-direction: row;
  }
  .hrc-map ul li span:last-of-type {
    min-width: 90px;
    text-align: left;
  }
  .hrc-map .hrc-icon::after {
    width: 1px;
    left: auto;
    height: 130%;
    top: 100%;
  }
  .hrc-form .hrc-icon {
    width: 60px;
    height: 60px;
  }
    .portfolio-cards {
  grid-template-columns: 1fr;
}
}
