﻿:root {
  --primary-color: #0c7c86;
  --secondary-color: #e65435;
  --heading-color: #17222b;
  --font-color: #5f6f7a;
  --bg-color: #ffffff;
  --bg-light: #f4f8fb;
  --border-color: #e5eaef;
  --shadow-color: rgba(16, 34, 48, .13);
}
html { scroll-behavior: smooth; }
body { letter-spacing: 0; background: var(--bg-color); }
.container { max-width: 1160px; }
header#site-header { backdrop-filter: blur(16px); background: rgba(255,255,255,.92); border-bottom: 1px solid var(--border-color); box-shadow: none; }
header#site-header.nav-fixed { box-shadow: 0 10px 30px rgba(20, 42, 56, .08); }
.navbar-brand { display: inline-flex; align-items: center; gap: 12px; font-size: 24px; font-weight: 800; color: var(--heading-color) !important; }
.navbar-brand:before { content: '游'; width: 38px; height: 38px; border-radius: 8px; display: inline-grid; place-items: center; color: #fff; background: linear-gradient(135deg, #0c7c86, #d89c35); font-weight: 900; }
.navbar .navbar-nav .nav-link { font-weight: 700; border-radius: 8px; padding: 10px 14px; color: #65737f; }
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-item.active .nav-link { color: #075d65; background: rgba(12,124,134,.1); }
.w3l-main-slider .banner-content, .w3l-main-slider #demo-1 { min-height: calc(100vh - 72px); }
.w3l-main-slider .demo-inner-content { min-height: calc(100vh - 72px); display: grid; align-items: end; background: linear-gradient(90deg, rgba(5,20,25,.64), rgba(5,20,25,.3) 58%, rgba(5,20,25,.04)); }
.banner-infhny { max-width: 780px; padding-bottom: 90px; }
.banner-infhny h3 { font-size: clamp(42px, 7vw, 78px); line-height: 1.06; letter-spacing: 0; max-width: 820px; }
.banner-infhny h6 { color: #b7f4f5; font-weight: 800; font-size: 18px; }
.best-rooms, .grids-1, .w3l-bottom, .w3l-clients .cusrtomer-layout { padding-top: 86px !important; padding-bottom: 86px !important; }
.hny-title { font-size: clamp(30px, 4vw, 46px); letter-spacing: 0; color: var(--heading-color); }
.section-headline p {
  color: var(--font-color);
  max-width: 720px;
  margin: 10px auto 0;
}
.sub-title { color: var(--primary-color); font-weight: 800; letter-spacing: 0; }
.maghny-grid, .grids-1 .column, .testimonial, .content-6-mian, .contact-form, .w3l-footer-16-main { border-radius: 8px; overflow: hidden; }
.maghny-grid, .grids-1 .column, .testimonial { box-shadow: 0 16px 36px var(--shadow-color); border: 1px solid var(--border-color); background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.maghny-grid:hover, .grids-1 .column:hover, .testimonial:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(16, 34, 48, .16); }
.maghny-grid img, .grids-1 .column img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; }
figure.effect-lily figcaption { background: linear-gradient(transparent, rgba(0,0,0,.72)); }
figure.effect-lily h4 { line-height: 1.45; font-weight: 800; letter-spacing: 0; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.grids-1 .info { padding: 0 18px 18px; }
.grids-1 .info h4 a { color: var(--heading-color); line-height: 1.45; font-weight: 800; }
.w3l-bottom { background: #0b3439; color: rgba(255,255,255,.88); }
.w3l-bottom .hny-title, .w3l-bottom p { color: #fff; }
.why-cruise {
  background: #071f22;
}

.why-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
}

.why-media {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .28);
}

.why-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 55%;
}

.why-badge {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 16px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  color: var(--heading-color);
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
}

.why-badge strong,
.why-badge span {
  display: block;
}

.why-badge span {
  color: var(--font-color);
  margin-top: 2px;
}

.why-copy .sub-title {
  color: #9ee8e9;
  margin-bottom: 8px;
}

.why-points {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.why-points div {
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.05);
}

.why-points strong,
.why-points span {
  display: block;
}

.why-points strong {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}

.why-points span {
  color: rgba(255,255,255,.76);
  line-height: 1.65;
}

@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-media,
  .why-media img {
    min-height: 280px;
  }
}
.w3l-clients { background: var(--bg-light); }
.owl-two.owl-carousel.owl-theme .owl-dots {
  margin-top: 34px;
}

.w3l-clients .testimonial blockquote {
  position: relative;
  color: var(--font-color);
  font-size: 16px;
  line-height: 1.78;
  padding: 28px 34px 16px;
  margin-bottom: 14px;
}

.w3l-clients .testimonial blockquote::before,
.w3l-clients .testimonial blockquote::after {
  position: absolute;
  color: var(--primary-color);
  opacity: .28;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  line-height: 1;
  pointer-events: none;
}

.w3l-clients .testimonial blockquote::before {
  content: "“";
  left: 10px;
  top: 8px;
}

.w3l-clients .testimonial blockquote::after {
  content: "”";
  right: 12px;
  bottom: 0;
}
.w3l-clients .testi-des {
  margin-top: 0;
}

.w3l-clients .testimonial .peopl {
  margin-top: 12px;
}

.w3l-clients .test-img {
  display: inline-grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(12, 124, 134, .14), rgba(230, 84, 53, .18));
  border: 1px solid rgba(12, 124, 134, .16);
  color: #075d65;
  font-size: 24px;
  font-weight: 800;
}

.w3l-clients .test-img::before {
  content: attr(data-initial);
}

.w3l-clients .test-img img {
  display: none;
}
.w3l-about-breadcrumb .breadcrumb-bg {
  min-height: 320px;
  display: grid;
  align-items: center;
  background-image: url('../images/banner2.jpg') !important;
  background-size: cover !important;
  background-position: center 48% !important;
  position: relative;
  isolation: isolate;
}
.w3l-about-breadcrumb .breadcrumb-bg:before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 18, 26, .64) 0%, rgba(4, 18, 26, .34) 44%, rgba(4, 18, 26, .08) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .06));
  z-index: -1;
}
.w3l-about-breadcrumb .title { font-size: clamp(36px, 5vw, 60px); font-weight: 800; letter-spacing: 0; }
.w3l-footer-16-main { background: #071317 !important; }
.w3l-footer .navs { color: #d8e5e8; font-weight: 700; }
.w3l-footer p { color: #9cafb5; }
#movetop { border-radius: 8px; background: var(--secondary-color); box-shadow: 0 12px 26px rgba(230,84,53,.28); }
.footer-logo {
  display: inline-block;
  width: 112px;
  height: auto;
  margin-left: 8px;
  vertical-align: middle;
  border-radius: 0 !important;
}
button.navbar-toggler { border-radius: 8px; }
@media (max-width: 991px) {
  .navbar-collapse { background: #fff; border: 1px solid var(--border-color); border-radius: 8px; padding: 10px; box-shadow: 0 18px 45px rgba(16,34,48,.12); }
  .banner-infhny { padding-bottom: 56px; }
}
@media (max-width: 640px) {
  .w3l-main-slider .banner-content, .w3l-main-slider #demo-1, .w3l-main-slider .demo-inner-content { min-height: 720px; }
  .best-rooms, .grids-1, .w3l-bottom, .w3l-clients .cusrtomer-layout { padding-top: 56px !important; padding-bottom: 56px !important; }
  .banner-infhny h3 { font-size: 42px; }
}
.navbar-toggler .navbar-toggler-icon { display: none !important; }
.navbar-toggler:after { content: '☰'; display: grid; place-items: center; width: 38px; height: 38px; color: #fff; font-size: 24px; line-height: 1; font-weight: 800; }
header.active .navbar-toggler:after { content: '×'; font-size: 30px; }
@media (max-width: 420px) {
  .navbar-brand { font-size: 21px; gap: 8px; }
  .navbar-brand:before { width: 34px; height: 34px; }
  .mobile-position { margin-left: auto; }
}
button.navbar-toggler.bg-gradient { background: #ffffff !important; border: 1px solid var(--border-color); }
.navbar-toggler:after { color: var(--heading-color); }
@media (max-width: 991px) {
  header.active .navbar-collapse { display: block !important; position: absolute; left: 20px; right: 20px; top: 74px; z-index: 30; }
}

.best-rooms .maghny-grid figure,
.best-rooms figure.effect-lily {
  position: relative;
  min-height: 100%;
}

.best-rooms .maghny-grid figure figcaption {
  display: flex;
  align-items: flex-end;
  padding: 18px !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .78) 100%) !important;
}

.best-rooms figure.effect-lily figcaption > div {
  position: static !important;
  width: 100%;
  transform: none !important;
}

.best-rooms figure.effect-lily h4,
.best-rooms figure.effect-lily:hover h4 {
  transform: none !important;
  opacity: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: clamp(15px, 1.8vw, 21px);
  line-height: 1.36;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ban-content-inf .maghny-gd-1.col-6 figure.effect-lily h4 {
  font-size: clamp(13px, 1.35vw, 16px);
  -webkit-line-clamp: 3;
}

.best-rooms figure.effect-lily img,
.best-rooms figure.effect-lily:hover img {
  transform: none !important;
}

@media (max-width: 640px) {
  .best-rooms .maghny-grid figure figcaption {
    padding: 14px !important;
  }

  .best-rooms figure.effect-lily h4,
  .ban-content-inf .maghny-gd-1.col-6 figure.effect-lily h4 {
    font-size: 14px;
    line-height: 1.35;
    -webkit-line-clamp: 4;
  }
}

.navbar-brand {
  min-width: 248px;
  height: 62px;
}

.navbar-brand:before {
  width: 248px !important;
  height: 62px !important;
  border-radius: 0 !important;
  background: url('../images/logo-yunzhong-transparent.png') center / contain no-repeat !important;
  color: transparent !important;
}

.navbar-brand .name {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media (max-width: 640px) {
  .navbar-brand {
    min-width: 190px;
    height: 52px;
  }

  .navbar-brand:before {
    width: 190px !important;
    height: 52px !important;
  }
}

@media (max-width: 380px) {
  .navbar-brand {
    min-width: 168px;
  }

  .navbar-brand:before {
    width: 168px !important;
  }
}
.quote-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(12, 124, 134, .1);
  color: var(--primary-color);
  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
}
.crumb-sep {
  display: inline-block;
  margin: 0 10px;
  color: rgba(255,255,255,.72);
  font-weight: 700;
}
.to-top-mark {
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
}

.quick-contact {
  background: #ffffff;
  border-bottom: 1px solid var(--border-color);
  box-shadow: 0 18px 45px rgba(16, 34, 48, .06);
}

.quick-contact .contact-inner {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, auto);
  gap: 14px;
  align-items: center;
  padding: 18px 0;
}

.quick-contact strong {
  display: block;
  color: var(--heading-color);
  font-size: 18px;
}

.quick-contact .contact-inner > div span {
  color: var(--font-color);
}

.contact-chip,
.floating-contact a,
.floating-contact button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  background: var(--bg-color);
  color: var(--heading-color);
  font-weight: 800;
  padding: 8px 14px;
  cursor: pointer;
}

.contact-chip:hover,
.contact-chip:focus,
.floating-contact a:hover,
.floating-contact a:focus,
.line-contact a:hover,
.line-contact a:focus,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.go:hover,
.go:focus {
  text-decoration: none !important;
}

.navbar-expand-lg .navbar-nav .nav-link::before,
.navbar-expand-lg .navbar-nav .nav-link:hover::before,
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::before,
header#site-header .navbar-nav .nav-link::before,
header#site-header .navbar-nav .nav-link:hover::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.contact-chip:hover,
.floating-contact a:hover,
.line-contact a:hover {
  border-color: rgba(12, 124, 134, .35);
  box-shadow: 0 12px 28px rgba(16, 34, 48, .1);
  transform: translateY(-1px);
}

.contact-icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: block;
}

.contact-chip span {
  color: var(--heading-color);
}

.contact-chip.primary,
.floating-contact a.primary {
  background: var(--bg-color);
  border-color: var(--border-color);
  color: var(--heading-color);
}

.contact-grid-refined {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 76px 20px;
}

.contact-card-refined {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 18px 45px rgba(16, 34, 48, .08);
}

.contact-card-refined small {
  display: block;
  color: var(--primary-color);
  font-weight: 800;
  margin-bottom: 8px;
}

.contact-card-refined strong {
  display: block;
  color: var(--heading-color);
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 10px;
}

.contact-card-refined a:hover {
  color: var(--primary-color);
}

.contact-card-refined p {
  margin-bottom: 0;
}

.refined-legal {
  width: min(980px, calc(100% - 36px));
  margin: 76px auto;
  padding: clamp(24px, 4vw, 42px);
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 34, 48, .08);
}

.refined-legal h3 {
  color: var(--heading-color);
  font-weight: 800;
  margin-bottom: 18px;
}

.refined-legal p {
  color: var(--font-color);
  line-height: 1.85;
}

.line-detail {
  background: var(--bg-light);
}

.line-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: start;
}

.line-media,
.line-copy {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(16, 34, 48, .08);
}

.line-media img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.line-copy {
  padding: clamp(24px, 4vw, 38px);
}

.line-copy h4 {
  margin-top: 22px;
  color: var(--heading-color);
  font-weight: 800;
}

.itinerary-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}

.itinerary-list li {
  padding: 12px 14px;
  border-radius: 8px;
  background: var(--bg-light);
  color: var(--heading-color);
  font-weight: 650;
}

.line-contact {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}

.line-contact span,
.line-contact a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid rgba(12, 124, 134, .22);
  border-radius: 8px;
  background: rgba(12, 124, 134, .08);
  color: var(--primary-color);
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

.line-contact span:nth-child(2),
.line-contact a:nth-child(2) {
  min-width: 214px;
}

@media (max-width: 900px) {
  .line-detail-grid {
    grid-template-columns: 1fr;
  }

  .line-media img {
    min-height: 240px;
  }

  .line-contact {
    display: grid;
    grid-template-columns: 1fr;
  }

  .line-contact span,
  .line-contact a,
  .line-contact span:nth-child(2),
  .line-contact a:nth-child(2) {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 12px;
  color: #d8e5e8;
}

.footer-contact span {
  color: #d8e5e8;
}

.floating-contact {
  position: fixed;
  right: 18px;
  bottom: 86px;
  z-index: 35;
  display: grid;
  gap: 8px;
  width: 224px;
}

.floating-contact a,
.floating-contact button {
  width: 100%;
  box-shadow: 0 16px 34px rgba(16, 34, 48, .14);
  display: grid;
  grid-template-columns: 26px 1fr;
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
  line-height: 1.22;
  text-align: left;
  white-space: normal;
}

.floating-contact .contact-icon {
  grid-row: 1 / 3;
  width: 26px;
  height: 26px;
}

.floating-contact .label {
  display: block;
  grid-column: 2;
  font-size: 13px;
  opacity: .82;
}

.floating-contact .value {
  display: block;
  grid-column: 2;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 900px) {
  body {
    padding-bottom: 0;
  }

  .quick-contact .contact-inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px 0;
  }

  .contact-chip {
    width: 100%;
    justify-content: flex-start;
    min-height: 44px;
    padding: 10px 12px;
  }

  .contact-chip span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .contact-grid-refined {
    grid-template-columns: 1fr;
    padding: 52px 16px;
  }

  .floating-contact {
    position: static;
    width: min(100% - 24px, 560px);
    margin: 0 auto;
    padding: 16px 0 0;
    display: flex;
    gap: 8px;
  }

  footer {
    display: flex;
    flex-direction: column;
    background: #071317;
  }

  footer .floating-contact {
    order: 1;
  }

  footer .w3l-footer {
    order: 2;
  }

  .floating-contact a,
  .floating-contact button {
    flex: 1 1 0;
    min-width: 0;
    min-height: 52px;
    padding: 8px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    text-align: center;
    border-color: rgba(12, 124, 134, .2);
    background: rgba(255, 255, 255, .96);
  }

  .floating-contact .contact-icon {
    grid-row: auto;
    width: 22px;
    height: 22px;
  }

  .floating-contact .label {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 900;
    opacity: 1;
  }

  .floating-contact .value {
    display: none;
  }

  .w3l-footer-16-main {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .w3l-footer .row {
    margin-left: 0;
    margin-right: 0;
  }

  .w3l-footer .col-lg-6.column {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .w3l-footer .nav_items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    flex-wrap: initial;
  }

  .w3l-footer .nav_items > .column {
    max-width: none;
    padding: 0;
    margin-top: 0 !important;
  }

  .w3l-footer .nav_items > .column:last-child {
    grid-column: 1 / -1;
  }

  .w3l-footer .navs {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    color: #d8e5e8;
    font-size: 15px;
    background: rgba(255, 255, 255, .04);
  }

  .w3l-footer .below-section {
    margin-top: 22px !important;
    padding-top: 18px !important;
  }

  .w3l-footer .columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-align: center;
  }

  .w3l-footer .columns br {
    display: none;
  }

  .w3l-footer .columns p {
    margin: 0;
    width: 100%;
  }

  .w3l-footer .columns p:first-of-type {
    order: 3;
    font-size: 13px;
    line-height: 1.55;
  }

  .w3l-footer .columns p:nth-of-type(2) {
    order: 2;
    font-size: 13px;
  }

  .footer-contact {
    order: 1;
    justify-content: center;
    gap: 8px;
    margin-top: 0;
  }

  .footer-contact span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    background: rgba(255,255,255,.04);
    font-size: 12px;
    line-height: 1.2;
  }

  #movetop {
    bottom: 18px;
  }
}

@media (max-width: 420px) {
  .quick-contact strong {
    font-size: 16px;
  }

  .quick-contact .contact-inner > div span,
  .contact-chip {
    font-size: 14px;
  }

  .floating-contact {
    gap: 6px;
  }

  .footer-logo {
    display: none;
  }
}
