.elementor-4969 .elementor-element.elementor-element-a25db8c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-3695f0c *//* ============================================================
   FOOTER — GLOBAL WRAPPER
   ============================================================ */
.ll-footer {
  background: #ffffff;
  padding: 50px 20px 40px;
  max-width: 1200px;
  margin: 0 auto;
  color: #1a242f;
  font-size: 16px;
  line-height: 1.6;
}


/* ============================================================
   ROW 1 — BOXED IDENTITY HERO
   ============================================================ */
.ll-header-identity-box {
  background: rgba(79,150,159,0.08);
  padding: 28px 24px;
  border-radius: 16px;
  max-width: 1100px;
  margin: 0 auto 40px;
  text-align: center;
}

/* Name */
.ll-header-name {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 14px;
  white-space: nowrap;
  text-align: center;
}

/* Mobile-only line break */
.ll-mobile-break {
  white-space: normal;
  display: inline;
}

@media (max-width: 768px) {
  .ll-header-name {
    white-space: normal;
    line-height: 1.3;
  }
  .ll-mobile-break {
    display: block;
  }
}

/* Motto Row */
.ll-header-motto-row {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 6px;
}

/* English Motto */
.ll-header-motto-en {
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
}

/* Chinese Motto Wrapper */
.ll-header-motto-zh-wrapper {
  display: flex;
  gap: 40px;
}

/* Chinese Columns */
.ll-header-motto-zh-col {
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .ll-header-motto-row {
    flex-direction: column;
    gap: 10px;
  }

  .ll-header-motto-en,
  .ll-header-motto-zh-wrapper,
  .ll-header-motto-zh-col {
    text-align: center;
    white-space: normal;
  }

  .ll-header-motto-zh-wrapper {
    flex-direction: column;
    gap: 4px;
  }
}


/* ============================================================
   ROW 2 — 3 COLUMN GRID
   ============================================================ */
.ll-footer-3col {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  gap: 40px;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.ll-footer-col h4 {
  font-size: 17px;
  margin-bottom: 8px;
  font-weight: 600;
}

.ll-footer-col p {
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 16px;
}

.ll-footer-col p a {
  color: #005f73;
  text-decoration: none;
}

.ll-footer-col p a:hover {
  text-decoration: underline;
}

/* Column separators */
.ll-sep {
  border-left: 1px solid rgba(0,0,0,0.08);
  padding-left: 28px;
}

@media (max-width: 900px) {
  .ll-footer-3col {
    grid-template-columns: 1fr;
  }
  .ll-sep {
    border-left: none;
    padding-left: 0;
  }
}


/* ============================================================
   CTA BLOCKS — BOOKING, E‑CARD, REFERRAL
   ============================================================ */

/* BOOKING CTA */
.ll-booking-cta {
  display: inline-block;
  margin: 6px 0 14px 0;
  padding: 8px 14px;
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 6px;
  background: rgba(0,0,0,0.04);
  transition: all 0.2s ease;
}

.ll-booking-cta a {
  font-weight: 600;
  font-size: 15px;
  color: #005f73;
  text-decoration: none;
}

.ll-booking-cta:hover {
  background: rgba(0,0,0,0.07);
  border-color: rgba(0,0,0,0.25);
}


/* E‑CARD CTA */
.ll-ecard-box {
  border: 1px solid rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.03);
  padding: 10px 14px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 6px;
}

.ll-ecard-box a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  color: #003366;
  text-decoration: none;
}

.ll-ecard-box:hover {
  background: rgba(0,0,0,0.06);
  border-color: rgba(0,0,0,0.25);
}

.ll-ecard-icon svg {
  position: relative;
  top: 1px;
}

.ll-ecard-sub {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
  line-height: 1.3;
}


/* REFERRAL CTA */
.ll-referral-box {
  border: 1px solid rgba(0,0,0,0.15);
  padding: 10px 14px;
  border-radius: 6px;
  background: rgba(0,0,0,0.03);
  display: inline-block;
  margin-top: 6px;
}

.ll-referral-link {
  font-weight: 600;
  font-size: 15px;
  color: #0033cc;
  text-decoration: none;
}

.ll-referral-sub {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}


/* ============================================================
   ICON ALIGNMENT
   ============================================================ */
.ll-map-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1.4;
}

.ll-map-link svg {
  position: relative;
  top: 1px;
}


/* ============================================================
   ROW 3 — LEGAL
   ============================================================ */
.ll-footer-legal {
  text-align: center;
  margin-top: 10px;
}

.ll-legal-small {
  font-size: 12px;
  line-height: 1.45;
  color: #555;
  margin: 4px 0;
}

.ll-footer-legal a {
  color: #003366;
  text-decoration: none;
}

.ll-footer-legal a:hover {
  text-decoration: underline;
}

/* -----------------------------------------
   MOBILE FOOTER COLUMN SEPARATORS
   ----------------------------------------- */
@media (max-width: 768px) {

  .ll-footer-3col {
    display: block;
  }

  .ll-footer-col {
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 60, 80, 0.18); /* faint teal-grey line */
  }

  /* Remove last separator */
  .ll-footer-col:last-child {
    border-bottom: none;
  }

  /* Remove desktop vertical separators on mobile */
  .ll-sep {
    border-left: none !important;
  }
}/* End custom CSS */