/* Inner-page additions for the supplied Kitchnox section structures. */
.salko-inner-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 600;
}
.salko-fact-value {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
}
.salko-process-visual {
  min-height: 430px;
}
.salko-process-visual .bg-layer {
  background-position: center;
  opacity: .18;
}
.salko-process-visual .content-box {
  position: relative;
  z-index: 1;
  padding: 35px 0;
}
.salko-process-visual .content-box h2,
.salko-process-visual .content-box h3,
.salko-process-visual .content-box p {
  color: #1d2a28;
}
.salko-process-image {
  overflow: hidden;
}
.salko-process-image img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.salko-function-section {
  padding-bottom: 110px;
}
.salko-function-section .sec-title p {
  max-width: 600px;
  margin: 16px auto 0;
  line-height: 1.65;
}
.salko-function-section .team-block-one .image-box {
  margin-bottom: 0;
}
.salko-function-section .team-block-one .image-box img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.salko-function-section .team-block-one .lower-content {
  min-height: 150px;
}
.salko-function-section .team-block-one .designation {
  display: block;
  max-width: 280px;
  margin: 8px auto 0;
  line-height: 1.5;
}
.service-style-two .service-block-two .inner-box {
  height: 100%;
  padding: 32px 25px;
}
.service-style-two .service-block-two h3 {
  margin: 20px 0 12px;
}
.service-style-two .service-block-two .icon-box img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.service-style-two .service-block-two .link {
  margin-top: 18px;
}
.service-style-two .service-block-two .link a {
  color: #4a3823;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.service-style-two .service-block-two p {
  line-height: 1.55;
}
.salko-terms-page .project-details-content {
  max-width: 900px;
  margin: 0 auto;
}
.salko-terms-page .content-one > .sub-title {
  display: block;
  margin-bottom: 12px;
  color: #806a4c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.salko-terms-page .content-two {
  margin-top: 30px;
}
.salko-terms-page .list-style-one li {
  margin-bottom: 16px;
  line-height: 1.65;
}
.salko-terms-page .content-three {
  margin-top: 35px;
}
.salko-details-page {
  background: #fff;
}
.salko-details-page .project-details-content {
  padding-right: 35px;
}
.salko-details-page .content-one > .sub-title,
.salko-details-page .content-one > h2 {
  display: block;
}
.salko-details-page .content-one p,
.salko-details-page .content-two p,
.salko-details-page .content-three p {
  max-width: 620px;
  line-height: 1.75;
}
.salko-details-page .content-two,
.salko-details-page .content-three {
  margin-top: 36px;
}
.salko-details-page .content-two h3,
.salko-details-page .content-three h3 {
  margin-bottom: 15px;
}
.salko-details-page .list-style-one {
  margin-top: 18px;
}
.salko-details-page .image-box {
  position: sticky;
  top: 30px;
}
.salko-details-page .image-box figure {
  margin-bottom: 0;
}
.salko-details-page .image-box img {
  display: block;
  width: 100%;
  height: 610px;
  object-fit: cover;
}
.salko-details-note {
  padding: 14px 18px;
  color: #59615b;
  background: #f5eee4;
  font-size: 14px;
  line-height: 1.5;
}

.salko-faq-page {
  padding: 110px 0 95px;
  background: #fff;
}
.salko-faq-page .sec-title {
  max-width: 760px;
  margin-bottom: 45px;
}
.salko-faq-page .sec-title p {
  margin-top: 16px;
  line-height: 1.65;
}
.salko-faq-page .accordion-column {
  margin-bottom: 20px;
}
.salko-faq-page .accordion-box {
  margin: 0;
}
.salko-faq-page .accordion-box .accordion {
  border-bottom: 1px solid #ded8cd;
}
.salko-faq-page .accordion-box .acc-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 76px;
  padding: 18px 46px 18px 18px;
  color: #26302d;
}
.salko-faq-page .accordion-box .acc-btn h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.35;
}
.salko-faq-page .accordion-box .acc-btn .icon-outer {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--theme-color);
}
.salko-faq-page .accordion-box .acc-btn .icon-box {
  position: absolute;
  right: 18px;
  color: var(--theme-color);
  font-size: 23px;
  font-weight: 400;
}
.salko-faq-page .accordion-box .acc-content {
  padding: 0 46px 20px 39px;
}
.salko-faq-page .accordion-box .acc-content p {
  margin: 0;
  line-height: 1.65;
}

.salko-contact-page {
  padding: 110px 0;
  background: #fff;
}
.salko-contact-page .contact-info {
  padding-right: 38px;
}
.salko-contact-page .contact-info > p,
.salko-contact-card p {
  line-height: 1.7;
}
.salko-contact-page .contact-info > p a {
  color: #4a3823;
  text-decoration: underline;
}
.salko-contact-list {
  margin-top: 32px;
}
.salko-contact-list li {
  display: grid;
  grid-template-columns: 35px 1fr;
  column-gap: 12px;
  row-gap: 2px;
  margin-bottom: 21px;
}
.salko-contact-list .icon {
  grid-row: span 2;
  color: var(--theme-color);
  font-size: 18px;
}
.salko-contact-list strong {
  font-size: 17px;
}
.salko-contact-list a {
  color: #4a3823;
  text-decoration: underline;
  overflow-wrap: anywhere;
}
.salko-contact-card {
  min-height: 250px;
  padding: 42px;
  background: #f5eee4;
}
.salko-contact-card h3 {
  margin-bottom: 13px;
  font-size: 29px;
}
.salko-map-section {
  background: #f5eee4;
}
.salko-map-section .map-inner {
  height: clamp(330px, 42vw, 530px);
  min-height: 330px;
}
.salko-map-section #salko-office-map {
  width: 100%;
  height: 100%;
  background: #e9e5de;
}
.salko-map-section .map-inner { position: relative; }
.salko-map-unavailable {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(90%, 440px);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 22px;
  background: #f5eee4;
}
.salko-map-loaded + .salko-map-unavailable { display: none; }
.salko-map-section .leaflet-container { z-index: 0; }
.salko-map-directions {
  padding: 24px 0;
}
.salko-map-directions p {
  margin: 0;
  text-align: center;
}
.salko-map-directions a {
  display: inline-block;
  margin-left: 12px;
  color: #4a3823;
  text-decoration: underline;
}
.salko-contact-card .theme-btn {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .salko-details-page .project-details-content,
  .salko-contact-page .contact-info {
    padding-right: 0;
  }
  .salko-details-page .image-box {
    position: static;
    margin-top: 45px;
  }
  .salko-contact-page .form-column {
    margin-top: 35px;
  }
}
@media (max-width: 575px) {
  .salko-details-page .image-box img {
    height: 390px;
  }
  .salko-process-image img {
    height: 250px;
  }
  .salko-contact-card {
    padding: 28px;
  }
  .salko-faq-page {
    padding: 75px 0 60px;
  }
}