:root {
  --kc-green: #398b24;
  --kc-green-dark: #1f7419;
  --kc-ink: #060908;
  --kc-text: #111716;
  --kc-muted: #59635f;
  --kc-line: rgba(6, 12, 10, .12);
  --kc-soft: #f5f7f3;
  --kc-shadow: 0 18px 46px rgba(7, 15, 13, .12);
  --kc-font: Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.knowledge-centre-v1,
.knowledge-centre-v1 * {
  box-sizing: border-box;
}

.knowledge-centre-v1 {
  overflow: hidden;
  color: var(--kc-text);
  background: #fff;
  font-family: var(--kc-font);
}

.page-template-page-knowledge-centre .site-footer,
.page-template-page-knowledge-centre-php .site-footer,
.knowledge-centre-template .site-footer,
.kc-footer + .site-footer {
  display: none;
}

.kc-shell {
  width: min(100% - 72px, 1450px);
  margin-inline: auto;
}

.kc-hero {
  position: relative;
  min-height: 474px;
  padding: 102px 0 62px;
  color: #fff;
  background: #030706;
}

.kc-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .98) 0%, rgba(0, 0, 0, .82) 36%, rgba(0, 0, 0, .3) 66%, rgba(0, 0, 0, .1)), linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .74)), url("../images/resorts-hospitality/gallery-walkways.jpg");
  background-repeat: no-repeat;
  background-size: auto, auto, cover;
  background-position: center, center, right center;
}

.kc-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(500px, 700px) minmax(340px, 430px);
  gap: 92px;
  align-items: end;
}

.kc-breadcrumb {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 22px;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
}

.kc-breadcrumb a {
  color: inherit;
}

.kc-breadcrumb span:nth-child(even) {
  color: #71ca43;
}

.kc-hero h1,
.kc-detail-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 4.9vw, 5rem);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.kc-hero h1 span,
.kc-detail-hero h1 span {
  color: var(--kc-green);
}

.kc-hero__copy > p {
  max-width: 690px;
  margin: 20px 0 0;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.72;
  font-weight: 500;
}

.kc-hero__icons {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 42px;
  margin-top: 36px;
}

.kc-hero__icons span,
.kc-help-cta article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
}

.kc-icon,
.kc-hero__icons i,
.kc-category-cards i,
.kc-help-cta i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 2px solid #64bc35;
  border-radius: 12px;
  color: #65bd3d;
  font-size: .58rem;
  font-style: normal;
  font-weight: 900;
}

.kc-hero-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 36px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 8px;
  background: rgba(5, 12, 13, .76);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .3);
  backdrop-filter: blur(9px);
}

.kc-hero-card h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.03rem;
  line-height: 1.35;
}

.kc-hero-card p {
  margin: 0;
  color: #fff;
  font-size: .86rem;
  line-height: 1.6;
}

.kc-filter-panel {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 220px minmax(280px, 1fr) auto 1fr;
  gap: 22px;
  align-items: center;
  margin-top: -54px;
  padding: 30px 34px;
  border: 1px solid rgba(6, 14, 12, .08);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 13px 38px rgba(5, 10, 9, .12);
}

.kc-filter-panel select,
.kc-filter-panel input,
.kc-newsletter input,
.kc-modal input,
.kc-modal textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--kc-line);
  border-radius: 7px;
  color: var(--kc-ink);
  background: #fff;
  font: inherit;
  font-size: .85rem;
  font-weight: 700;
}

.kc-filter-panel select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #111 50%), linear-gradient(135deg, #111 50%, transparent 50%);
  background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.kc-search {
  position: relative;
}

.kc-search:after {
  content: "Q";
  position: absolute;
  right: 16px;
  top: 16px;
  color: #17211f;
  font-size: .82rem;
  font-weight: 900;
}

.kc-topic-row {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
}

.kc-topic-row strong {
  color: var(--kc-ink);
  font-size: .82rem;
}

.kc-topic-row button {
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid var(--kc-line);
  border-radius: 6px;
  color: #17211f;
  background: #fff;
  font-size: .8rem;
  font-weight: 800;
  cursor: pointer;
}

.kc-topic-row button.is-active,
.kc-category-cards button.is-active {
  border-color: var(--kc-green);
  box-shadow: inset 0 -4px 0 var(--kc-green);
}

.kc-category-cards {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
  padding: 32px 0 26px;
}

.kc-category-cards button {
  display: grid;
  min-height: 132px;
  justify-items: center;
  align-content: center;
  gap: 10px;
  border: 1px solid var(--kc-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 9px 26px rgba(7, 16, 15, .05);
  cursor: pointer;
}

.kc-category-cards strong {
  color: var(--kc-ink);
  font-size: .78rem;
  font-weight: 900;
  text-align: center;
}

.kc-category-cards span {
  color: #26312e;
  font-size: .7rem;
  font-weight: 700;
}

.kc-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 30px;
  align-items: start;
}

.kc-section-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin: 4px 0 20px;
}

.kc-section-row h2,
.kc-sidebar-card h2,
.kc-help-cta h2,
.kc-detail-body h2,
.kc-detail-card h2 {
  margin: 0;
  color: var(--kc-ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.12;
  font-weight: 900;
}

.kc-section-row a,
.kc-feature-large a,
.kc-feature-small a,
.kc-perspective-card a {
  color: var(--kc-green-dark);
  font-size: .8rem;
  font-weight: 900;
  text-decoration: none;
}

.kc-feature-grid {
  display: grid;
  grid-template-columns: minmax(340px, .92fr) minmax(300px, .68fr);
  gap: 18px;
}

.kc-feature-large {
  position: relative;
  min-height: 548px;
  overflow: hidden;
  border-radius: 8px;
  background: #07100e;
}

.kc-feature-large:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .92));
}

.kc-feature-large img,
.kc-feature-small img,
.kc-perspective-card img,
.kc-popular-item img,
.kc-detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kc-feature-large > div {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  padding: 28px;
  color: #fff;
}

.kc-feature-large > div > span {
  display: inline-block;
  margin-bottom: 190px;
  padding: 7px 13px;
  border-radius: 5px;
  background: linear-gradient(135deg, #62b83a, #2d861e);
  font-size: .68rem;
  font-weight: 900;
}

.kc-feature-large h3 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(1.65rem, 2.5vw, 2.36rem);
  line-height: 1.16;
  font-weight: 900;
}

.kc-feature-large p:not(.kc-meta) {
  margin: 0 0 16px;
  color: #fff;
  line-height: 1.62;
}

.kc-feature-list {
  display: grid;
  gap: 13px;
}

.kc-feature-small {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 17px;
  min-height: 122px;
  padding: 12px;
  border: 1px solid var(--kc-line);
  border-radius: 8px;
  background: #fff;
}

.kc-feature-small img {
  border-radius: 7px;
}

.kc-feature-small h3,
.kc-perspective-card h3 {
  margin: 7px 0 12px;
  color: var(--kc-ink);
  font-size: .98rem;
  line-height: 1.25;
  font-weight: 900;
}

.kc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  color: #1f7419;
  font-size: .68rem;
  font-weight: 900;
}

.kc-meta i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #26312e;
}

.kc-sidebar {
  display: grid;
  gap: 16px;
}

.kc-sidebar-card {
  padding: 26px;
  border: 1px solid var(--kc-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(7, 16, 15, .06);
}

.kc-popular-list {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}

.kc-popular-item {
  display: grid;
  grid-template-columns: 28px 82px 1fr;
  gap: 14px;
  align-items: center;
  color: var(--kc-ink);
}

.kc-popular-item strong {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--kc-green-dark);
  font-size: .75rem;
}

.kc-popular-item img {
  height: 66px;
  border-radius: 6px;
}

.kc-popular-item span {
  font-size: .82rem;
  line-height: 1.28;
  font-weight: 900;
}

.kc-popular-item small {
  display: block;
  margin-top: 4px;
  color: #4c5853;
  font-size: .72rem;
}

.kc-download-list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.kc-download-list button,
.kc-detail-download {
  display: grid;
  grid-template-columns: 34px 1fr 24px;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 52px;
  padding: 8px 12px;
  border: 1px solid var(--kc-line);
  border-radius: 7px;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.kc-download-list i,
.kc-detail-download i {
  display: grid;
  width: 28px;
  height: 34px;
  place-items: center;
  border: 1px solid #ec8a74;
  border-radius: 4px;
  color: #df6146;
  font-size: .58rem;
  font-style: normal;
  font-weight: 900;
}

.kc-download-list strong,
.kc-detail-download span {
  display: block;
  color: var(--kc-ink);
  font-size: .78rem;
  font-weight: 900;
}

.kc-download-list small {
  color: #4b5753;
  font-size: .68rem;
  font-weight: 700;
}

.kc-download-list b,
.kc-detail-download b {
  color: var(--kc-green-dark);
  font-size: 1.2rem;
}

.kc-perspectives {
  padding: 38px 0 22px;
}

.kc-perspective-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.kc-perspective-card {
  overflow: hidden;
  border: 1px solid var(--kc-line);
  border-radius: 8px;
  background: #fff;
}

.kc-perspective-card img {
  height: 138px;
}

.kc-perspective-card > div {
  padding: 15px;
}

.kc-perspective-card p:not(.kc-meta) {
  margin: 0 0 14px;
  color: #28322f;
  font-size: .78rem;
  line-height: 1.55;
}

.kc-newsletter {
  margin-top: 16px;
  padding: 32px 32px 36px;
  border-radius: 8px;
  color: #fff;
  background: radial-gradient(circle at 92% 18%, rgba(75, 172, 42, .28), transparent 24%), linear-gradient(135deg, #020808, #071314);
}

.kc-newsletter h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.1;
}

.kc-newsletter p {
  margin: 0 0 20px;
  color: #fff;
  line-height: 1.55;
}

.kc-newsletter form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.kc-newsletter small,
.kc-newsletter [data-newsletter-message] {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, .84);
  font-size: .72rem;
}

.kc-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 26px;
  border: 1px solid rgba(31, 111, 22, .82);
  border-radius: 6px;
  color: var(--kc-green-dark);
  background: #fff;
  font: inherit;
  font-size: .82rem;
  font-weight: 900;
  cursor: pointer;
}

.kc-button--green {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #64b83a, #2d861e);
}

.kc-button--dark {
  color: #fff;
  border-color: #07100e;
  background: #07100e;
}

.kc-help-cta {
  display: grid;
  grid-template-columns: 136px 1fr 1.25fr auto;
  gap: 24px;
  align-items: center;
  margin: 34px auto 18px;
  padding: 28px 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #f3f7f0, #fff);
}

.kc-help-cta > i {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  font-size: 1.1rem;
}

.kc-help-cta p {
  margin: 8px 0 0;
  color: #27332f;
}

.kc-help-cta__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  gap: 16px;
}

.kc-help-cta article {
  color: var(--kc-ink);
}

.kc-help-cta article button {
  padding: 0;
  border: 0;
  color: var(--kc-ink);
  background: transparent;
  text-align: left;
  font-weight: 900;
  cursor: pointer;
}

.kc-help-cta article span {
  color: #4d5854;
  font-size: .72rem;
}

.kc-footer {
  padding: 34px 0 26px;
  color: rgba(255, 255, 255, .84);
  background: #030908;
}

.kc-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(5, 1fr);
  gap: 38px;
}

.kc-footer h3,
.kc-footer strong {
  margin: 0 0 14px;
  color: #fff;
}

.kc-footer a,
.kc-footer p {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .78);
  font-size: .82rem;
  line-height: 1.55;
}

.kc-footer h3 {
  color: #62bd38;
  font-size: .84rem;
  text-transform: uppercase;
}

.kc-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.kc-no-results {
  margin: 18px 0 0;
  padding: 22px;
  border: 1px dashed rgba(43, 129, 31, .34);
  border-radius: 8px;
  color: var(--kc-green-dark);
  background: #f3faef;
  font-weight: 900;
  text-align: center;
}

.kc-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10000;
  max-width: 440px;
  padding: 16px 18px;
  border-radius: 8px;
  color: #fff;
  background: #123d13;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .25);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.kc-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.kc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.kc-modal[hidden] {
  display: none;
}

.kc-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 8, .68);
  backdrop-filter: blur(8px);
}

.kc-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
  max-height: min(90vh, 760px);
  overflow: auto;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .3);
}

.kc-modal__close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--kc-line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.kc-eyebrow {
  margin: 0 0 10px;
  color: var(--kc-green-dark);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.kc-modal form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.kc-modal label,
.kc-modal textarea,
.kc-modal p[role="alert"],
.kc-modal button[type="submit"] {
  grid-column: 1 / -1;
}

.kc-modal label {
  display: grid;
  gap: 7px;
  color: var(--kc-ink);
  font-size: .75rem;
  font-weight: 900;
}

.kc-modal textarea {
  min-height: 98px;
  padding: 12px 14px;
}

[data-blog-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 540ms ease, transform 540ms ease;
}

[data-blog-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.knowledge-centre-v1 :where(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 3px solid rgba(79, 167, 47, .3);
  outline-offset: 3px;
}

.kc-detail-hero {
  padding: 108px 0 58px;
  color: #fff;
  background: #030706;
}

.kc-detail-hero__grid {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 560px);
  gap: 54px;
  align-items: center;
}

.kc-detail-hero p {
  color: rgba(255, 255, 255, .88);
  font-size: 1.04rem;
  line-height: 1.72;
}

.kc-detail-hero img {
  aspect-ratio: 1.35 / 1;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
}

.kc-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0;
}

.kc-detail-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 6px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font-size: .78rem;
  font-weight: 900;
}

.kc-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  padding: 44px 0;
}

.kc-detail-body {
  color: var(--kc-text);
}

.kc-detail-body > p {
  margin: 0 0 28px;
  color: #27332f;
  font-size: 1.05rem;
  line-height: 1.75;
}

.kc-detail-body section {
  margin-bottom: 30px;
}

.kc-detail-body p,
.kc-detail-card p {
  color: #27332f;
  line-height: 1.76;
}

.kc-detail-card {
  margin-bottom: 20px;
  padding: 26px;
  border: 1px solid var(--kc-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(7, 16, 15, .06);
}

.kc-detail-card ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.kc-detail-card li {
  margin-bottom: 10px;
  font-weight: 800;
}

.kc-product-links {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.kc-product-links a {
  padding: 12px 14px;
  border: 1px solid rgba(47, 136, 31, .18);
  border-radius: 7px;
  color: var(--kc-green-dark);
  background: #f4faef;
  font-weight: 900;
}

.kc-detail-not-found {
  padding: 130px 0;
  text-align: center;
}

@media (max-width: 1240px) {
  .kc-shell {
    width: min(100% - 40px, 1450px);
  }

  .kc-hero__inner,
  .kc-main-grid,
  .kc-detail-hero__grid,
  .kc-detail-layout,
  .kc-help-cta {
    grid-template-columns: 1fr;
  }

  .kc-filter-panel {
    grid-template-columns: 1fr 1fr;
  }

  .kc-filter-panel .kc-topic-row {
    grid-column: 1 / -1;
  }

  .kc-category-cards,
  .kc-perspective-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .kc-footer__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .kc-shell {
    width: min(100% - 24px, 1450px);
  }

  .kc-hero,
  .kc-detail-hero {
    padding-top: 92px;
  }

  .kc-hero h1,
  .kc-detail-hero h1 {
    font-size: 3rem;
  }

  .kc-hero__icons,
  .kc-filter-panel,
  .kc-feature-grid,
  .kc-perspective-grid,
  .kc-newsletter form,
  .kc-help-cta__actions,
  .kc-footer__grid,
  .kc-footer__bottom,
  .kc-modal form {
    grid-template-columns: 1fr;
  }

  .kc-filter-panel {
    margin-top: -28px;
    padding: 18px;
  }

  .kc-category-cards {
    display: flex;
    overflow-x: auto;
    padding-bottom: 18px;
    scroll-snap-type: x mandatory;
  }

  .kc-category-cards button {
    min-width: 148px;
    scroll-snap-align: start;
  }

  .kc-feature-large {
    min-height: 430px;
  }

  .kc-feature-large > div > span {
    margin-bottom: 110px;
  }

  .kc-feature-small,
  .kc-popular-item {
    grid-template-columns: 90px 1fr;
  }

  .kc-feature-small img {
    min-height: 96px;
  }

  .kc-popular-item strong {
    display: none;
  }

  .kc-newsletter,
  .kc-help-cta {
    padding: 24px 18px;
  }

  .kc-modal {
    padding: 12px;
  }

  .kc-modal__panel {
    padding: 24px 16px;
  }

  .kc-toast {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  [data-blog-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}
