/* =========================================================
   KYRGYZ WONDERS FOOTER
   CLEAN LUXURY REFERENCE
   Replace old footer CSS with this block
   ========================================================= */

.kw-global-footer,
.kw-global-footer * {
  box-sizing: border-box;
}

.kw-global-footer {
  --kw-gold: #d49a39;
  --kw-gold-light: #e6b65d;

  --kw-navy: #06243a;
  --kw-navy-dark: #031a2a;
  --kw-navy-deep: #021522;

  --kw-white: #ffffff;
  --kw-text: rgba(255, 255, 255, 0.92);
  --kw-muted: rgba(255, 255, 255, 0.68);
  --kw-line: rgba(255, 255, 255, 0.16);

  position: relative;
  isolation: isolate;
  clear: both;
  overflow: hidden;

  width: 100%;

  color: var(--kw-white);

  background:
    radial-gradient(
      circle at 82% 2%,
      rgba(40, 98, 130, 0.36) 0,
      rgba(19, 61, 88, 0.14) 27%,
      transparent 50%
    ),
    radial-gradient(
      circle at 12% 30%,
      rgba(11, 58, 88, 0.25),
      transparent 36%
    ),
    linear-gradient(
      180deg,
      #082c46 0%,
      #06253c 35%,
      #041e31 66%,
      #031927 100%
    );

  border-top: 1px solid rgba(212, 154, 57, 0.35);
}


/* Mountain artwork is admin-controlled only.
   The old generated CSS mountain/diagonal illustration was removed. */
.kw-global-footer::before,
.kw-global-footer::after {
  content: none !important;
  display: none !important;
}

.kw-global-footer a {
  color: inherit;
  text-decoration: none;
}


/* =========================================================
   MAIN
   ========================================================= */

.kw-footer-main {
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;

  padding: 56px 0 34px;

  display: grid;

  grid-template-columns:
    1.18fr
    0.88fr
    1.16fr
    1.28fr;

  align-items: stretch;
}


.kw-footer-main > section {
  min-width: 0;
  position: relative;

  padding: 0 36px;
}


.kw-footer-main > section:first-child {
  padding-left: 0;
}


.kw-footer-main > section:last-child {
  padding-right: 0;
}


.kw-footer-main > section + section {
  border-left: 1px solid rgba(212, 154, 57, 0.42);
}


/* =========================================================
   BRAND
   ========================================================= */

.kw-footer-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  width: 282px;
  max-width: 100%;
  height: 142px;

  margin: -18px 0 0;
}


.kw-footer-logo img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: left center;
}


.kw-footer-brand-rule {
  display: block;

  width: 45px;
  height: 2px;

  margin: -5px 0 25px 110px;

  border-radius: 50px;

  background: var(--kw-gold);
}


.kw-footer-desc {
  max-width: 330px;

  margin: 0;

  color: rgba(255,255,255,.75);

  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72;
}


/* social */

.kw-footer-social {
  display: flex;
  align-items: center;
  gap: 14px;

  margin-top: 24px;
}


.kw-footer-social a {
  display: grid;
  place-items: center;

  width: 44px;
  height: 44px;

  flex: 0 0 44px;

  border: 1px solid rgba(212,154,57,.86);
  border-radius: 50%;

  color: var(--kw-gold-light);

  font-size: 15px;

  background: rgba(2, 22, 36, 0.12);

  transition:
    background .2s ease,
    color .2s ease,
    transform .2s ease,
    border-color .2s ease;
}


.kw-footer-social a:hover {
  color: #071f31;

  background: var(--kw-gold-light);
  border-color: var(--kw-gold-light);

  transform: translateY(-2px);
}


/* optional slogan below socials */

.kw-footer-brand::after {
  content: "EXPLORE  •  DISCOVER  •  BELONG";

  display: block;

  margin-top: 24px;

  color: rgba(255,255,255,.68);

  font-family: Marcellus, Georgia, serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .24em;
  line-height: 1.3;
}


/* =========================================================
   HEADINGS
   ========================================================= */

.kw-footer-heading {
  display: block;

  margin: 4px 0 30px;

  color: var(--kw-gold-light);

  font-family: Manrope, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;

  letter-spacing: .08em;
  text-transform: uppercase;
}


.kw-footer-heading::after {
  content: "";

  display: block;

  width: 40px;
  height: 2px;

  margin-top: 17px;

  border-radius: 10px;

  background: var(--kw-gold);
}


/* =========================================================
   MENU
   ========================================================= */

.kw-footer-menu {
  display: flex;
  flex-direction: column;

  gap: 18px;
}


.kw-footer-menu a {
  display: flex;
  align-items: center;
  gap: 17px;

  color: rgba(255,255,255,.91);

  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;

  transition:
    color .2s ease,
    transform .2s ease;
}


.kw-footer-menu a::before {
  content: "›";

  width: 13px;

  color: var(--kw-gold-light);

  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: .7;
}


.kw-footer-menu a:hover {
  color: var(--kw-gold-light);

  transform: translateX(3px);
}


/* =========================================================
   CUSTOM TRAVEL
   ========================================================= */

.kw-footer-custom h2 {
  max-width: 330px;

  margin: 0;

  color: #fff;

  font-family: Marcellus, Georgia, serif;
  font-size: clamp(35px, 2.4vw, 43px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.015em;
}


.kw-footer-rule {
  display: none;
}


.kw-footer-custom p {
  max-width: 330px;

  margin: 30px 0 0;

  color: rgba(255,255,255,.70);

  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}


.kw-footer-cta {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 28px;

  width: 100%;
  max-width: 316px;
  min-height: 54px;

  margin-top: 27px;
  padding: 0 26px;

  border: 1px solid rgba(232,178,82,.95) !important;
  border-radius: 7px !important;

  color: #092238 !important;

  background:
    linear-gradient(
      180deg,
      #e7b65a 0%,
      #d79b38 100%
    ) !important;

  box-shadow:
    0 10px 26px rgba(0,0,0,.15),
    inset 0 1px 0 rgba(255,255,255,.22) !important;

  font-family: Manrope, Arial, sans-serif;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1;

  text-transform: uppercase;

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    filter .2s ease;
}


.kw-footer-cta i {
  font-size: 19px !important;
}


.kw-footer-cta:hover {
  transform: translateY(-2px);

  filter: brightness(1.04);

  box-shadow:
    0 14px 32px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.28) !important;
}


/* =========================================================
   CONTACT
   ========================================================= */

.kw-footer-contact-row {
  display: grid;

  grid-template-columns: 44px minmax(0, 1fr);

  align-items: center;

  gap: 16px;

  min-height: 61px;

  border-bottom: 1px solid rgba(255,255,255,.16);
}


.kw-footer-contact-row i {
  display: grid;
  place-items: center;

  width: 38px;
  height: 38px;

  color: var(--kw-gold-light);

  border: 1px solid rgba(212,154,57,.66);
  border-radius: 50%;

  font-size: 16px !important;
}


.kw-footer-contact-row span,
.kw-footer-contact-row a {
  color: rgba(255,255,255,.93) !important;

  font-family: Manrope, Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.42;
}


.kw-footer-contact-row a:hover {
  color: var(--kw-gold-light) !important;
}


.kw-footer-hours span {
  display: flex;
  flex-direction: column;

  gap: 3px;
}


.kw-footer-hours small {
  color: rgba(255,255,255,.57);

  font-size: 11px;
}


/* =========================================================
   TRUST BAR
   ========================================================= */

.kw-footer-trust-wrap {
  width: min(1320px, calc(100% - 64px));

  margin: 0 auto 14px;

  position: relative;

  border: 1px solid rgba(212,154,57,.72);
  border-radius: 13px;

  background:
    linear-gradient(
      180deg,
      rgba(6,37,59,.85) 0%,
      rgba(3,27,44,.94) 100%
    );

  box-shadow:
    0 16px 38px rgba(0,0,0,.10),
    inset 0 1px 0 rgba(255,255,255,.025);

  overflow: hidden;
}


.kw-footer-trust-inner {
  min-height: 132px;

  padding: 0 26px;

  display: grid;

  grid-template-columns:
    1.13fr 1px
    1.18fr 1px
    1fr 1px
    1fr 1px
    1.08fr;

  align-items: center;

  gap: 22px;
}


.kw-footer-vline {
  width: 1px;
  height: 78px;

  background: rgba(255,255,255,.16);
}


/* =========================================================
   REVIEW
   ========================================================= */

.kw-footer-review-card {
  display: flex;
  align-items: center;

  gap: 15px;

  min-width: 0;
}


.kw-footer-review-logo,
.kw-footer-google .kw-footer-review-logo {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 54px;
  height: 54px;

  flex: 0 0 54px;
}


.kw-footer-review-logo img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;
}


.kw-footer-trip-logo,
.kw-footer-trip-logo img {
  width: 57px;
  height: 57px;
}


.kw-footer-trip-logo {
  flex: 0 0 57px;
}


.kw-footer-review-copy {
  display: flex;
  flex-direction: column;

  gap: 4px;
}


.kw-footer-review-copy strong {
  color: #fff;

  font-family: Manrope, Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.25;
}


.kw-footer-stars,
.kw-trip-stars {
  color: #ffb728 !important;

  font-size: 15px;
  line-height: 1;

  letter-spacing: .5px;
}


.kw-footer-review-copy small {
  display: flex;
  flex-direction: column;

  gap: 2px;

  color: rgba(255,255,255,.66);

  font-family: Manrope, Arial, sans-serif;
  font-size: 11px;
}


.kw-footer-review-copy small b {
  color: rgba(255,255,255,.91);

  font-size: 12px;
  font-weight: 600;
}


/* =========================================================
   AWARDS
   ========================================================= */

.kw-footer-award {
  display: flex;
  align-items: center;

  gap: 13px;

  min-width: 0;
}


.kw-footer-award img {
  display: block;

  width: 68px;
  height: 68px;

  flex: 0 0 68px;

  object-fit: contain;
}


.kw-footer-award span {
  display: flex;
  flex-direction: column;

  gap: 5px;
}


.kw-footer-award strong {
  color: rgba(255,255,255,.93);

  font-family: Manrope, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}


.kw-footer-award small {
  color: var(--kw-gold-light);

  font-family: Manrope, Arial, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
}


/* =========================================================
   SAFE TRAVELS
   ========================================================= */

.kw-footer-safe {
  display: flex;
  align-items: center;

  gap: 14px;
}


.kw-safe-icon {
  display: grid;
  place-items: center;

  width: 62px;
  height: 62px;

  flex: 0 0 62px;

  border: 1.5px solid var(--kw-gold);
  border-radius: 15px;

  color: var(--kw-gold-light);

  background: rgba(0,0,0,.04);
}


.kw-safe-icon,
.kw-safe-icon i {
  font-size: 25px !important;
}


.kw-footer-safe > span:last-child {
  display: flex;
  flex-direction: column;

  gap: 5px;
}


.kw-footer-safe strong {
  color: #fff;

  font-family: Manrope, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}


.kw-footer-safe small {
  color: rgba(255,255,255,.60);

  font-family: Manrope, Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.45;
}


/* =========================================================
   BOTTOM / LEGAL
   ========================================================= */

.kw-footer-legalbar {
  margin-top: 14px;

  border-top: 1px solid rgba(212,154,57,.54);

  background:
    linear-gradient(
      180deg,
      rgba(3,25,40,.82),
      rgba(2,20,32,.96)
    );
}


.kw-footer-legal-inner {
  width: min(1320px, calc(100% - 64px));

  min-height: 84px;

  margin: 0 auto;

  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;
}


.kw-footer-copyright {
  margin: 0;

  color: rgba(255,255,255,.68);

  font-family: Manrope, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
}


/* center decorative slogan */

.kw-footer-legal-inner::before {
  content: "⌁   THE SPIRIT OF KYRGYZSTAN   ⌁";

  position: absolute;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  color: rgba(230,182,93,.78);

  font-family: Marcellus, Georgia, serif;
  font-size: 10px;
  font-weight: 400;

  letter-spacing: .20em;

  white-space: nowrap;
}


.kw-footer-legal {
  display: flex;
  align-items: center;

  gap: 18px;
}


.kw-footer-legal a {
  color: rgba(255,255,255,.82) !important;

  font-family: Manrope, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;

  transition: color .2s ease;
}


.kw-footer-legal a:hover {
  color: var(--kw-gold-light) !important;
}


.kw-footer-legal span {
  width: 1px;
  height: 17px;

  background: rgba(212,154,57,.75);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1180px) {

  .kw-footer-main {
    width: min(960px, calc(100% - 48px));

    grid-template-columns: 1fr 1fr;

    padding: 48px 0;

    row-gap: 48px;
  }

  .kw-footer-main > section {
    padding: 0 30px;
  }

  .kw-footer-main > section:nth-child(3) {
    border-left: 0;
  }

  .kw-footer-trust-wrap {
    width: calc(100% - 48px);
  }

  .kw-footer-trust-inner {
    grid-template-columns: 1fr 1fr;

    min-height: auto;

    padding: 24px 30px;

    gap: 26px;
  }

  .kw-footer-trust-inner .kw-footer-vline {
    display: none;
  }

  .kw-footer-review-card,
  .kw-footer-award,
  .kw-footer-safe {
    min-height: 80px;
  }

  .kw-footer-legal-inner {
    width: calc(100% - 48px);
  }

  .kw-footer-legal-inner::before {
    display: none;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 720px) {

  .kw-footer-main {
    width: calc(100% - 34px);

    grid-template-columns: 1fr;

    padding: 38px 0 34px;

    gap: 34px;
  }

  .kw-footer-main > section,
  .kw-footer-main > section:first-child,
  .kw-footer-main > section:last-child {
    padding: 0;

    border-left: 0;
  }

  .kw-footer-logo {
    width: 245px;
    height: 116px;
  }

  .kw-footer-brand-rule {
    margin-left: 96px;
  }

  .kw-footer-desc {
    max-width: 100%;
  }

  .kw-footer-social {
    gap: 11px;
  }

  .kw-footer-social a {
    width: 42px;
    height: 42px;

    flex-basis: 42px;
  }

  .kw-footer-brand::after {
    font-size: 9px;
  }

  .kw-footer-custom h2 {
    font-size: 34px;
  }

  .kw-footer-custom p {
    margin-top: 20px;
  }

  .kw-footer-cta {
    max-width: 100%;
  }

  .kw-footer-contact-row {
    min-height: 58px;
  }

  .kw-footer-trust-wrap {
    width: calc(100% - 24px);

    border-radius: 12px;
  }

  .kw-footer-trust-inner {
    grid-template-columns: 1fr;

    padding: 8px 20px;

    gap: 0;
  }

  .kw-footer-trust-inner .kw-footer-vline {
    display: block;

    width: 100%;
    height: 1px;

    background: rgba(255,255,255,.13);
  }

  .kw-footer-review-card,
  .kw-footer-award,
  .kw-footer-safe {
    min-height: auto;

    padding: 20px 0;
  }

  .kw-footer-legal-inner {
    width: calc(100% - 34px);

    min-height: auto;

    padding: 24px 0;

    flex-direction: column;

    text-align: center;

    gap: 17px;
  }

  .kw-footer-legal {
    justify-content: center;

    flex-wrap: wrap;

    gap: 10px 16px;
  }

  .kw-footer-legal span {
    height: 14px;
  }
}
/* Admin-selected decorative mountain image. This replaces the generated old mountain art when set. */
/* Admin-selected decorative mountain image. */
.kw-footer-mountain-art {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: min(760px, 52vw);
  height: 340px;
  background-image: var(--kw-footer-mountain);
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .16;
  pointer-events: none;
}
.kw-footer-main,
.kw-footer-trust-wrap,
.kw-footer-legalbar {
  position: relative;
  z-index: 1;
}
/* Keep the custom-trip heading readable on every page template. */
.kw-global-footer .kw-footer-custom h2 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: 0 1px 1px rgba(0,0,0,.08);
}
.kw-global-footer .kw-footer-custom p {
  color: rgba(255,255,255,.74) !important;
}
@media (max-width: 720px) {
  .kw-footer-mountain-art {
    width: 100%;
    height: 220px;
    opacity: .11;
  }
}

