:root {
    --tg-primary: #029e9d;
    --tg-primary-dark: #00a99d;
    --tg-accent: #ff6a00;
    --tg-text: #0f172a;
    --tg-muted: #64748b;
    --tg-border: #e8edf5;
    --tg-soft: #f8fafc;
    --tg-green-soft: #ecfdf5;
    --tg-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
}
body,
body.site,
button,
input,
select,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}
.container-bottom-b {
   margin-bottom: -25px !important;
   margin-top: 20px;
}
.blog-featured .page-header {
  display: none;
}
/* =========================================================
   HealTrip China - Contact page
   ========================================================= */
.htc-contact {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 56px 0 84px;
  color: #12335f;
}

.htc-contact__edit {
  margin-bottom: 16px;
  text-align: right;
}

.htc-contact__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.35fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: stretch;
}

.htc-contact__details {
  min-height: 610px;
  padding: clamp(34px, 4vw, 54px);
  border-radius: 30px;
  background: #00a99d;
}

.htc-contact__detail + .htc-contact__detail {
  margin-top: 52px;
}

.htc-contact__detail-icon {
  display: flex;
  width: 34px;
  height: 34px;
  margin-bottom: 13px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.htc-contact__detail-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.htc-contact__detail h2 {
  margin: 0 0 9px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
}

.htc-contact__detail p,
.htc-contact__detail a,
.htc-contact__detail div {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.htc-contact__detail a {
  text-decoration: none;
}

.htc-contact__content {
  min-width: 0;
  padding: 8px 0;
}

.htc-contact__header {
  margin-bottom: 34px;
}

.htc-contact__eyebrow {
  margin: 0 0 8px;
  color: #173f7e !important;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.htc-contact__header h1 {
  margin: 0 0 15px;
  color: #173f7e;
  font-size: clamp(32px, 3vw, 43px);
  font-weight: 800;
  line-height: 1.15;
}

.htc-contact__header > p:last-child {
  max-width: 720px;
  margin: 0;
  color: #36577f;
  font-size: 16px;
  line-height: 1.75;
}

.htc-contact-form__grid {
  display: grid;
  gap: 20px;
}

.htc-contact-form__grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.htc-contact-form .control-group,
.htc-contact-form .field-spacer {
  min-width: 0;
  margin: 0 0 20px;
}

.htc-contact-form__grid .control-group {
  margin-bottom: 20px;
}

.htc-contact-form .control-label {
  margin-bottom: 8px;
}

.htc-contact-form label {
  color: #173f7e;
  font-size: 14px;
  font-weight: 600;
}

.htc-contact-form input[type="text"],
.htc-contact-form input[type="email"],
.htc-contact-form input[type="tel"],
.htc-contact-form select,
.htc-contact-form textarea,
.htc-contact-form joomla-field-fancy-select {
  width: 100%;
  max-width: none;
}

.htc-contact-form input[type="text"],
.htc-contact-form input[type="email"],
.htc-contact-form input[type="tel"],
.htc-contact-form select,
.htc-contact-form textarea {
  border: 1px solid #d8e2ed;
  border-radius: 12px;
  background-color: #fff;
  color: #183b68;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.htc-contact-form input[type="text"],
.htc-contact-form input[type="email"],
.htc-contact-form input[type="tel"],
.htc-contact-form select {
  min-height: 52px;
  padding: 0 16px;
}

.htc-contact-form select {
  position: relative;
  z-index: 2;
  pointer-events: auto !important;
  cursor: pointer;
}

.htc-contact-form joomla-field-fancy-select {
  position: relative;
  z-index: 2;
  display: block;
  pointer-events: auto !important;
}

.htc-contact-form joomla-field-fancy-select button,
.htc-contact-form joomla-field-fancy-select .choices,
.htc-contact-form joomla-field-fancy-select .choices__inner {
  pointer-events: auto !important;
}

.htc-contact-form textarea {
  height: 150px;
  padding: 14px 16px;
  resize: vertical;
}

.htc-contact-form input:focus,
.htc-contact-form select:focus,
.htc-contact-form textarea:focus {
  border-color: #00a99d;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(0, 169, 157, 0.12);
}

.htc-contact-form .form-text,
.htc-contact-form .form-control-feedback {
  margin-top: 6px;
  color: #6f839d;
  font-size: 12px;
}

.htc-contact-form__captcha {
  margin: 4px 0 24px;
}

.htc-contact-form__actions {
  margin-top: 8px;
}

.htc-contact-form .htc-contact-form__submit {
  min-width: 250px;
  min-height: 52px;
  padding: 13px 26px;
  border: 0;
  border-radius: 999px;
  background: #244b8e;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 12px 25px rgba(36, 75, 142, 0.2);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.htc-contact-form .htc-contact-form__submit:hover,
.htc-contact-form .htc-contact-form__submit:focus {
  background: #00a99d;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 169, 157, 0.22);
}

@media (max-width: 900px) {
  .htc-contact {
    width: min(100% - 32px, 720px);
    padding: 38px 0 64px;
  }

  .htc-contact__layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .htc-contact__details {
    min-height: 0;
  }
}

@media (max-width: 600px) {
  .htc-contact {
    width: min(100% - 24px, 520px);
  }

  .htc-contact__details {
    padding: 28px 24px;
    border-radius: 22px;
  }

  .htc-contact__detail + .htc-contact__detail {
    margin-top: 34px;
  }

  .htc-contact-form__grid--two {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .htc-contact__header h1 {
    font-size: 31px;
  }

  .htc-contact-form .htc-contact-form__submit {
    width: 100%;
    min-width: 0;
  }
}
.container-header {
    background: transparent !important;
    background-image: none !important;
}
.tgo-item-redesign .additional {
   display: none;
}
.tg-header {
    width: 100%;
    padding: 0;
    background: transparent;
    z-index: 1030;
}
.tg-topbar,
.tg-below-top,
.tg-header-inner,
.tg-mobile-panel {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}
.tg-topbar,
.tg-below-top {
    margin-bottom: 10px;
}
.tg-header-inner {
    min-height: 72px !important;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 34px;
    background: #ffffff;
    border-bottom: 1px solid rgba(232, 237, 245, 0.92);
    box-shadow: var(--tg-shadow);
}
.tg-header-left {
    flex: 0 0 auto;
    min-width: 160px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.tg-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--tg-text);
}
.tg-logo img,
.tg-logo .logo {
    display: block;
    max-height: 32px;
    width: auto;
}
.tg-logo span {
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
    color: var(--tg-text);
}
.tg-logo-desktop,
.tg-logo-mobile {
    display: inline-flex;
    align-items: center;
}
.tg-logo-mobile {
    display: none;
}
.tg-header-center {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}
.tg-header-center ul,
.tg-header-center ol,
.tg-header-center .mod-menu,
.tg-header-center .metismenu,
.tg-header-center .nav,
.tg-header-center .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 30px !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.tg-header-center li,
.tg-header-center .metismenu-item,
.tg-header-center .nav-item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
}
.tg-header-center a,
.tg-header-center span,
.tg-header-center button,
.tg-header-center .mod-menu__heading,
.tg-header-center .mm-toggler {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 8px 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--tg-text) !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    position: relative;
}
.tg-header-center li.active > a,
.tg-header-center li.current > a,
.tg-header-center a:hover,
.tg-header-center a:focus,
.tg-header-center button:hover,
.tg-header-center button:focus {
    color: var(--tg-primary) !important;
}
.tg-header-center li.active > a::after,
.tg-header-center li.current > a::after,
.tg-header-center a:hover::after,
.tg-header-center a:focus::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    background: var(--tg-accent);
    border-radius: 999px;
}
.tg-header-center .metismenu-item.parent,
.tg-header-center .metismenu-item.deeper,
.tg-header-center li.parent,
.tg-header-center li.deeper {
    position: relative !important;
}
.tg-header-center .metismenu-item.parent::before,
.tg-header-center .metismenu-item.deeper::before,
.tg-header-center li.parent::before,
.tg-header-center li.deeper::before {
    content: "";
    position: absolute;
    left: -18px;
    right: -18px;
    top: 100%;
    height: 22px;
    display: block;
    background: transparent;
    z-index: 1999;
}
.tg-header-center .mod-menu__sub,
.tg-header-center .mm-collapse,
.tg-header-center .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    z-index: 2000 !important;
    display: none !important;
    min-width: 220px !important;
    margin-top: 10px !important;
    padding: 10px !important;
    background: #ffffff !important;
    border: 1px solid rgba(232, 237, 245, 0.96) !important;
    border-radius: 16px !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12) !important;
    pointer-events: auto !important;
}
.tg-header-center .mod-menu__sub::before,
.tg-header-center .mm-collapse::before,
.tg-header-center .dropdown-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
    background: transparent;
}
.tg-header-center li:hover > .mod-menu__sub,
.tg-header-center li:hover > .mm-collapse,
.tg-header-center li:hover > .dropdown-menu,
.tg-header-center li:focus-within > .mod-menu__sub,
.tg-header-center li:focus-within > .mm-collapse,
.tg-header-center li:focus-within > .dropdown-menu {
    display: grid !important;
    gap: 4px !important;
}
.tg-header-center .mod-menu__sub li,
.tg-header-center .mm-collapse li,
.tg-header-center .dropdown-menu li {
    display: block !important;
    width: 100% !important;
}
.tg-header-center .mod-menu__sub a,
.tg-header-center .mm-collapse a,
.tg-header-center .dropdown-menu a {
    width: 100% !important;
    justify-content: flex-start !important;
    min-height: 38px !important;
    padding: 9px 12px !important;
    border-radius: 10px !important;
}
.tg-header-center .mod-menu__sub a:hover,
.tg-header-center .mm-collapse a:hover,
.tg-header-center .dropdown-menu a:hover {
    background: var(--tg-green-soft) !important;
    color: var(--tg-primary) !important;
}
.tg-header-right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    min-width: 160px;
}
.tg-header-tools {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tg-header-tools form,
.tg-mobile-tools form {
    margin: 0;
}
.tg-icon-btn,
.tg-tool-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tg-border);
    border-radius: 999px;
    background: #ffffff;
    color: var(--tg-text);
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    padding: 0;
}
.tg-tool-btn svg,
.tg-icon-btn svg {
    width: 20px;
    height: 20px;
    display: block;
}
.tg-icon-btn:hover,
.tg-icon-btn:focus,
.tg-tool-btn:hover,
.tg-tool-btn:focus,
.tg-tool-dropdown.is-open > .tg-tool-btn {
    color: var(--tg-primary);
    border-color: rgba(34, 197, 94, 0.28);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}
.tg-cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--tg-accent);
    color: #ffffff;
    font-size: 11px;
    line-height: 18px;
    font-weight: 800;
    text-align: center;
}
.tg-signin-btn,
.tg-signin-btn a,
.tg-header-tools .mod-login a,
.tg-header-tools .login-greeting + a {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px 3px;
    border-radius: 22px;
    background: var(--tg-primary-dark);
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    border: 0;
}
.tg-signin-btn:hover,
.tg-signin-btn a:hover,
.tg-header-tools .mod-login a:hover,
.tg-header-tools .login-greeting + a:hover {
    background-color: var(--tg-primary-dark) !important;
    color: #ffffff;
}
.tg-member-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 16px;
    border-radius: 12px;
    background: var(--tg-primary-dark);
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    border: 0;
    cursor: pointer;
}
.tg-member-btn svg {
    width: 16px;
    height: 16px;
}
.tg-member-btn:hover,
.tg-member-btn:focus,
.tg-tool-dropdown.is-open > .tg-member-btn {
    color: #ffffff;
}
.tg-member-icon-btn {
    width: 58px;
    min-width: 58px;
    height: 32px;
    min-height: 30px;
    padding: 0;
    border-radius: 16px;
    gap: 4px;
}
.tg-member-icon-btn .tg-member-icon {
    width: 21px;
    height: 21px;
}
.tg-member-icon-btn .tg-member-chevron {
    width: 14px;
    height: 14px;
}
.tg-tool-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.tg-dropdown-panel {
    position: absolute;
    top: calc(100% + 16px);
    right: -50%;
    width: min(180px, calc(100vw - 32px));
    min-width: 180px;
    display: none;
    padding: 16px;
    background: #ffffff;
    border: 1px solid rgba(232, 237, 245, 0.96);
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.14);
    z-index: 2500;
}
.tg-dropdown-panel::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    height: 18px;
    background: transparent;
}
.tg-tool-dropdown.is-open > .tg-dropdown-panel,
.tg-tool-dropdown:hover > .tg-dropdown-panel {
    display: block;
}
.tg-cart-panel {
    min-height: 92px;
}
.tg-login-panel,
.tg-member-panel {
    min-width: 180px;
}
.tg-empty-panel {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tg-muted);
    font-size: 14px;
    font-weight: 700;
}
.tg-member-panel a,
.tg-login-panel a,
.tg-cart-panel a {
    color: var(--tg-text);
    text-decoration: none;
}
.tg-member-panel a:hover,
.tg-login-panel a:hover,
.tg-cart-panel a:hover {
    color: var(--tg-primary);
}
.com-users-login {
    max-width: 450px;
    margin: 0 auto 50px;
}
.tg-search-overlay {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 5000;
}
.tg-search-overlay.is-open {
    display: block;
}
.tg-search-overlay-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.52);
    backdrop-filter: blur(8px);
}
.tg-search-overlay-box {
    position: relative;
    width: min(820px, calc(100vw - 32px));
    margin: 12vh auto 0;
    padding: 34px;
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 30px 90px rgba(15, 23, 42, 0.28);
}
.tg-search-title {
    margin-bottom: 18px;
    color: var(--tg-text);
    font-size: 26px;
    line-height: 1.2;
    font-weight: 900;
}
.tg-search-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    color: var(--tg-text);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}
.tg-search-close:hover,
.tg-search-close:focus {
    background: #e8edf5;
}
.tg-search-wrap .mod-finder,
.tg-search-wrap .search,
.tg-search-wrap .finder,
.tg-search-overlay-content form,
.tg-search-form {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}
.tg-search-wrap input[type="search"],
.tg-search-wrap input[type="text"] {
    width: 160px;
    min-height: 40px;
    border-radius: 999px;
    border: 1px solid var(--tg-border);
    background: #ffffff;
    color: var(--tg-text);
    font-size: 13px;
    padding: 0 14px;
    box-shadow: none;
}
.tg-search-wrap button,
.tg-header-tools .btn,
.tg-mobile-tools .btn {
    min-height: 40px;
    border-radius: 999px;
}
.tg-search-overlay-content input[type="search"],
.tg-search-overlay-content input[type="text"],
.tg-search-form input[type="text"] {
    width: 100%;
    min-height: 58px;
    border: 1px solid var(--tg-border);
    border-radius: 16px;
    padding: 0 18px;
    color: var(--tg-text);
    background: #ffffff;
    font-size: 16px;
    outline: none;
}
.tg-search-overlay-content input[type="search"]:focus,
.tg-search-overlay-content input[type="text"]:focus,
.tg-search-form input[type="text"]:focus {
    border-color: rgba(34, 197, 94, 0.42);
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.08);
}
.tg-search-overlay-content button[type="submit"],
.tg-search-form button[type="submit"] {
    min-height: 58px;
	min-width: 90px;
    padding: 0 26px;
    border: 0;
    border-radius: 16px;
    background: var(--tg-primary);
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}
.tg-search-overlay-content button[type="submit"]:hover,
.tg-search-form button[type="submit"]:hover {
    background: var(--tg-primary-dark);
}
.tg-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--tg-border);
    border-radius: 14px;
    background: #ffffff;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}
.tg-menu-toggle span {
    width: 19px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: var(--tg-text);
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.tg-menu-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.tg-menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
}
.tg-menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
.tg-mobile-panel {
    display: none;
    margin-top: 12px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid rgba(232, 237, 245, 0.92);
    border-radius: 18px;
    box-shadow: var(--tg-shadow);
}
.tg-mobile-panel.is-open {
    display: block;
}
.tg-mobile-panel ul,
.tg-mobile-panel ol,
.tg-mobile-panel .mod-menu,
.tg-mobile-panel .metismenu,
.tg-mobile-panel .nav,
.tg-mobile-panel .navbar-nav {
    display: grid !important;
    gap: 4px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.tg-mobile-panel li,
.tg-mobile-panel .metismenu-item,
.tg-mobile-panel .nav-item {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.tg-mobile-panel .metismenu-item > a,
.tg-mobile-panel .metismenu-item > span,
.tg-mobile-panel .metismenu-item > button.mod-menu__heading,
.tg-mobile-panel .nav-item > a,
.tg-mobile-panel .nav-item > span,
.tg-mobile-panel li > a,
.tg-mobile-panel li > span {
    display: flex !important;
    align-items: center !important;
    min-height: 46px !important;
    width: 100% !important;
    padding: 11px 46px 11px 14px !important;
    border-radius: 12px !important;
    color: var(--tg-text) !important;
    background: transparent !important;
    text-decoration: none !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    border: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
}
.tg-mobile-panel .metismenu-item > a:hover,
.tg-mobile-panel .metismenu-item > a:focus,
.tg-mobile-panel .metismenu-item.current > a,
.tg-mobile-panel .metismenu-item.active > a,
.tg-mobile-panel li.current > a,
.tg-mobile-panel li.active > a {
    background: var(--tg-green-soft) !important;
    color: var(--tg-primary) !important;
}
.tg-mobile-panel .mm-toggler,
.tg-mobile-panel .mm-toggler-link {
    position: absolute !important;
    top: 4px !important;
    right: 4px !important;
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: rgba(34, 197, 94, 0.08) !important;
    color: var(--tg-text) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}
.tg-mobile-panel .mm-toggler::after,
.tg-mobile-panel .mm-toggler-link::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease;
}
.tg-mobile-panel li.mobile-submenu-open > .mm-toggler::after,
.tg-mobile-panel li.mobile-submenu-open > .mm-toggler-link::after,
.tg-mobile-panel li.mm-active > .mm-toggler::after,
.tg-mobile-panel li.mm-active > .mm-toggler-link::after {
    transform: rotate(-135deg) translateY(-2px);
}
.tg-mobile-panel .mod-menu__sub,
.tg-mobile-panel .mm-collapse,
.tg-mobile-panel .dropdown-menu {
    display: none !important;
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 3px 0 8px !important;
    padding: 6px 0 6px 14px !important;
    border: 0 !important;
    border-left: 2px solid rgba(34, 197, 94, 0.18) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}
.tg-mobile-panel li.mobile-submenu-open > .mod-menu__sub,
.tg-mobile-panel li.mobile-submenu-open > .mm-collapse,
.tg-mobile-panel li.mobile-submenu-open > .dropdown-menu,
.tg-mobile-panel li.mm-active > .mod-menu__sub,
.tg-mobile-panel li.mm-active > .mm-collapse,
.tg-mobile-panel li.mm-active > .dropdown-menu {
    display: grid !important;
    gap: 4px !important;
}
.tg-mobile-panel .mod-menu__sub a,
.tg-mobile-panel .mm-collapse a,
.tg-mobile-panel .dropdown-menu a {
    min-height: 40px !important;
    padding: 9px 12px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: var(--tg-muted) !important;
}
.tg-mobile-tools {
    display: grid;
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--tg-border);
}
.tg-mobile-tools input[type="search"],
.tg-mobile-tools input[type="text"] {
    width: 100%;
    min-height: 44px;
    border-radius: 999px;
    border: 1px solid var(--tg-border);
    padding: 0 14px;
}
.tg-mobile-search-button,
.tg-member-mobile-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tg-border);
    border-radius: 12px;
    background: #ffffff;
    color: var(--tg-text);
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
}
.tg-member-mobile-link {
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 14px;
}
.tg-member-mobile-link svg {
    width: 22px;
    height: 22px;
}
.bs-lang-switcher {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 10050;
}
.bs-lang-switcher summary {
    list-style: none;
}
.bs-lang-switcher summary::-webkit-details-marker {
    display: none;
}
.bs-lang-toggle {
    height: 32px;
    min-width: 82px;
    padding: 0 14px;
    border: 1px solid #e6ebf2;
    border-radius: 999px;
    background: #ffffff;
    color: var(--tg-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    cursor: pointer;
    transition: all 0.22s ease;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.bs-lang-toggle:hover,
.bs-lang-switcher[open] .bs-lang-toggle {
    border-color: rgba(34, 197, 94, 0.35);
    background: var(--tg-green-soft);
    color: var(--tg-primary);
}
.bs-lang-current-flag,
.bs-lang-item-flag {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    font-size: 16px;
    line-height: 1;
    flex: 0 0 24px;
}
.bs-lang-current-flag img {
   width: 14px;
}
.bs-lang-item-flag  img {
   width: 14px;
}
.bs-lang-current-label {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}
.bs-lang-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    transition: transform 0.22s ease;
}
.bs-lang-switcher[open] .bs-lang-arrow {
    transform: rotate(180deg);
}
.bs-lang-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    min-width: 190px;
    z-index: 10060;
}
.bs-lang-dropdown-inner {
    background: #ffffff;
    border: 1px solid #edf1f5;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.14);
    padding: 10px;
    overflow: hidden;
}
.bs-lang-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none;
    color: #111827;
    transition: all 0.2s ease;
}
.bs-lang-item:hover {
    background: var(--tg-green-soft);
    color: var(--tg-primary);
}
.bs-lang-name {
    flex: 1 1 auto;
    font-size: 15px;
    line-height: 1.3;
    white-space: nowrap;
}
.bs-lang-check {
    color: var(--tg-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.tg-mobile-bottom-nav {
    display: none;
}
.footer {
    background: #ffffff !important;
    background-image: none !important;
    color: var(--tg-text) !important;
    padding: 0 !important;
}
.footer .grid-child {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}
.tg-simple-footer {
    width: 100%;
    padding: 40px 26px 1px 46px;
    background: #032140;
    color: #ffffff;
}
.tg-simple-footer-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.45fr 1fr 1.2fr 1fr 1.25fr;
    gap: 44px;
    align-items: start;
}
.tg-footer-brand {
    padding-right: 32px;
}
.tg-footer-logo-text {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: 0.6px;
}
.tg-footer-logo-white {
    margin-left: -5px;
}
.tg-footer-logo-blue {
    color: var(--tg-primary);
}
.tg-footer-brand p {
    max-width: 300px;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 500;
}
.tg-footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}
.tg-footer-social a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.tg-footer-social a:hover {
    transform: translateY(-2px);
    opacity: 0.88;
}
.tg-footer-social img {
    width: 28px;
    height: 28px;
    display: block;
}
.tg-footer-col h3,
.tg-footer-contact h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
}
.tg-footer-col a,
.tg-footer-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none;
    transition: color 0.2s ease;
}
.tg-footer-col a {
    display: block;
}
.tg-footer-col a:hover,
.tg-footer-contact-item:hover {
    color: var(--tg-primary);
    text-decoration: none;
}
.tg-footer-contact {
    padding-left: 32px;
}
.tg-footer-contact-item {
    gap: 12px;
    margin-bottom: 12px;
}
.tg-footer-contact-icon {
    width: 20px;
    height: 20px;
    display: block;
    flex: 0 0 20px;
    object-fit: contain;
}
.tg-footer-bottom {
    max-width: 1320px;
    margin-bottom: 30px;
    padding-top: 18px;
    text-align: right;
    color: #8b95a5;
    font-size: 13px;
}
.tg-whatsapp-help {
    max-width: 1320px;
    margin: 36px auto 0px;
    padding: 22px 56px;
    border-radius: 14px;
    background: linear-gradient(90deg, #dcfce7 0%, #f0fdf4 52%, #e9fdf2 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.tg-whatsapp-help-left {
    display: flex;
    align-items: center;
    gap: 22px;
    min-width: 0;
}
.tg-whatsapp-help-icon {
    width: 72px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 72px;
}
.tg-whatsapp-help-icon img {
    width: 48px;
    height: 48px;
    display: block;
}
.tg-whatsapp-help-text h3 {
   /*
    margin: 0 0 4px;
    color: var(--tg-text);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
	*/
	display: none;
}
.tg-whatsapp-help-text p {
    margin: 0 0 2px;
    color: var(--tg-text);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}
.tg-whatsapp-help-text span {
    display: block;
    color: var(--tg-muted);
    font-size: 14px;
    line-height: 1.4;
}
.tg-whatsapp-help-button {
    height: 52px;
    min-width: 220px;
    padding: 0 28px;
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    color: var(--tg-primary-dark);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.tg-whatsapp-help-button:hover {
    background: #f8fafc;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}
.tg-whatsapp-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.tg-whatsapp-modal.is-open {
    display: flex;
}
.tg-whatsapp-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.48);
    backdrop-filter: blur(4px);
}
.tg-whatsapp-modal-box {
    position: relative;
    width: 100%;
    max-width: 420px;
    padding: 34px 28px 28px;
    border-radius: 24px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
    z-index: 2;
}
.tg-whatsapp-modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    color: #334155;
    font-size: 24px;
    line-height: 34px;
    cursor: pointer;
}
.tg-whatsapp-modal-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 18px;
    border-radius: 20px;
    background: var(--tg-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.tg-whatsapp-modal-icon img {
    width: 52px;
    height: 52px;
    display: block;
}
.tg-whatsapp-modal-box h3 {
    margin: 0 0 8px;
    color: var(--tg-text);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}
.tg-whatsapp-modal-box p {
    margin: 0 0 22px;
    color: var(--tg-muted);
    font-size: 15px;
    line-height: 1.5;
}
.tg-whatsapp-modal-action {
    width: 100%;
    height: 50px;
    border-radius: 12px;
    background: var(--tg-primary);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(34, 197, 94, 0.24);
}
.tg-whatsapp-modal-action:hover {
    background: var(--tg-primary-dark);
    color: #ffffff;
    text-decoration: none;
}
.tg-whatsapp-modal-cancel {
    margin-top: 12px;
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 12px;
    background: #f8fafc;
    color: var(--tg-muted);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}
@media (hover: none) {
    .tg-header-center li:hover > .mod-menu__sub,
    .tg-header-center li:hover > .mm-collapse,
    .tg-header-center li:hover > .dropdown-menu {
        display: none !important;
    }
}
@media (max-width: 1199.98px) {
    .tg-header-inner {
        gap: 18px;
        padding: 15px 20px;
    }
    .tg-header-center ul,
    .tg-header-center ol,
    .tg-header-center .mod-menu,
    .tg-header-center .metismenu,
    .tg-header-center .nav,
    .tg-header-center .navbar-nav {
        gap: 20px !important;
    }
    .tg-search-wrap input[type="search"],
    .tg-search-wrap input[type="text"] {
        width: 130px;
    }
}
@media (max-width: 991.98px) {
    .tg-logo-mobile:not(:empty) {
        display: inline-flex;
    }
    .tg-logo:has(.tg-logo-mobile:not(:empty)) .tg-logo-desktop {
        display: none;
    }
    .tg-header-center,
    .tg-header-menu,
    .tg-main-menu {
        display: none !important;
    }
   
    .tg-header .navbar-toggler:hover,
    .tg-menu-toggle:hover,
    .navbar-toggler:hover {
        background: var(--tg-green-soft) !important;
        border-color: #bbf7d0 !important;
        color: var(--tg-primary-dark) !important;
    }
    .tg-header .navbar-toggler-icon,
    .navbar-toggler-icon {
        width: 24px !important;
        height: 24px !important;
        background-size: 24px 24px !important;
    }
    .tg-header .navbar-toggler svg,
    .tg-menu-toggle svg {
        width: 26px !important;
        height: 26px !important;
    }
    .tg-search-overlay-box {
        margin-top: 8vh;
        padding: 26px 18px 20px;
        border-radius: 22px;
    }
    .tg-search-title {
        font-size: 22px;
    }
    .tg-search-overlay-content form,
    .tg-search-form {
        display: grid;
        gap: 10px;
    }
    .bs-lang-toggle {
        height: 34px;
        min-width: 76px;
        padding: 0 12px;
    }
    .bs-lang-current-label,
    .bs-lang-name {
        font-size: 14px;
    }
    .bs-lang-dropdown {
        right: 0;
        min-width: 170px;
    }
    .bs-lang-dropdown-inner {
        border-radius: 16px;
        padding: 8px;
    }
    .bs-lang-item {
        min-height: 42px;
        padding: 9px 10px;
    }
    .tg-mobile-bottom-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: calc(68px + env(safe-area-inset-bottom));
        padding: 6px 0 env(safe-area-inset-bottom);
        background: #ffffff;
        border-top: 1px solid #edf1f5;
        box-shadow: 0 -6px 24px rgba(15, 23, 42, 0.06);
        z-index: 99990;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: stretch;
    }
    .tg-mobile-bottom-nav .tg-mobile-nav-item {
        width: 100%;
        min-width: 0;
        height: 62px;
        min-height: 62px;
        margin: 0;
        padding: 5px 0 4px;
        border: 0;
        background: transparent;
        color: var(--tg-muted);
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 3px;
        font: inherit;
        cursor: pointer;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
        box-sizing: border-box;
    }
    .tg-mobile-bottom-nav .tg-mobile-nav-item:hover,
    .tg-mobile-bottom-nav .tg-mobile-nav-item.is-active,
    .tg-mobile-bottom-nav .tg-mobile-lang-button[aria-expanded="true"] {
        color: var(--tg-primary);
    }
    .tg-mobile-nav-icon {
        width: 28px;
        height: 28px;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .tg-mobile-nav-icon svg {
        width: 27px;
        height: 27px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2.1;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .tg-mobile-nav-label {
        font-size: 13px;
        line-height: 1.1;
        font-weight: 700;
        white-space: nowrap;
    }
    .tg-mobile-nav-badge {
        position: absolute;
        top: -7px;
        right: -9px;
        min-width: 20px;
        height: 20px;
        padding: 0 5px;
        border-radius: 999px;
        background: var(--tg-accent);
        color: #ffffff;
        font-size: 12px;
        line-height: 20px;
        font-weight: 800;
        text-align: center;
        border: 2px solid #ffffff;
    }
    .tg-mobile-lang {
        position: relative;
        padding: 0;
    }
    .tg-mobile-lang-button {
        width: 100%;
        height: 62px;
        min-height: 62px;
        margin: 0;
        padding: 5px 0 4px;
        border: 0;
        background: transparent;
        color: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 3px;
        font: inherit;
        cursor: pointer;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
        box-sizing: border-box;
        outline: none;
        box-shadow: none;
        appearance: none;
        -webkit-appearance: none;
    }
    .tg-mobile-lang-button:focus,
    .tg-mobile-lang-button:active {
        outline: none;
        box-shadow: none;
        background: transparent;
    }
    .tg-mobile-lang-panel {
        position: absolute;
        right: 8px;
        bottom: calc(100% + 12px);
        width: 188px;
        background: #ffffff;
        border: 1px solid #edf1f5;
        border-radius: 20px;
        padding: 10px;
        box-shadow: 0 18px 50px rgba(15, 23, 42, 0.18);
        z-index: 100000;
    }
    .tg-mobile-lang-panel::after {
        content: "";
        position: absolute;
        right: 30px;
        bottom: -7px;
        width: 14px;
        height: 14px;
        background: #ffffff;
        border-right: 1px solid #edf1f5;
        border-bottom: 1px solid #edf1f5;
        transform: rotate(45deg);
    }
    .tg-mobile-lang-option {
        min-height: 50px;
        padding: 9px 12px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        gap: 12px;
        color: var(--tg-text);
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        position: relative;
        z-index: 2;
    }
    .tg-mobile-lang-option:hover,
    .tg-mobile-lang-option:focus {
        background: #f0fdf4;
        color: var(--tg-primary);
    }
    .tg-mobile-lang-mark {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: var(--tg-green-soft);
        color: var(--tg-primary);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 800;
        flex: 0 0 34px;
        overflow: hidden;
    }
    .tg-mobile-lang-mark img {
        width: 24px;
        height: 16px;
        display: block;
        object-fit: cover;
        border-radius: 3px;
    }
    .tg-mobile-lang-option strong {
        font-weight: 800;
    }
    .tg-simple-footer {
        padding: 28px 30px calc(20px + env(safe-area-inset-bottom));
    }
    .tg-simple-footer-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }
    .tg-footer-brand,
    .tg-footer-contact {
        border: 0;
        padding: 0;
    }
    .tg-footer-brand,
    .tg-footer-contact {
        grid-column: 1 / -1;
    }
    .tg-footer-bottom {
        text-align: left;
        margin-top: 24px;
    }
    .tg-whatsapp-help {
        padding: 18px;
        border-radius: 16px;
    }
}
@media (max-width: 575.98px) {
    .tg-header-tools {
	 display: flex;
     align-items: center;
     gap: 6px;
	 margin-right: -10px;
	}
    .tg-header-inner {
        padding: 12px 14px;
    }
    .tg-simple-footer-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .tg-footer-brand,
    .tg-footer-contact {
        grid-column: auto;
    }
    .tg-whatsapp-help {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
		margin: 0px -10px -30px -10px;
    }
    .tg-whatsapp-help-left {
        gap: 14px;
    }
    .tg-whatsapp-help-icon {
        width: 58px;
        height: 58px;
        border-radius: 14px;
        flex-basis: 58px;
    }
    .tg-whatsapp-help-icon img {
        width: 40px;
        height: 40px;
    }
    .tg-whatsapp-help-text h3 {
        font-size: 19px;
    }
    .tg-whatsapp-help-text p {
        font-size: 15px;
    }
    .tg-whatsapp-help-button {
        width: 100%;
        min-width: 0;
        height: 48px;
    }
    .tg-whatsapp-modal-box {
        border-radius: 20px;
        padding: 32px 22px 24px;
    }
}
@media (max-width: 991.98px) {
    .tg-header {
        position: relative;
        z-index: 60;
        width: 100%;
        padding: 0;
        background: #ffffff;
        border-bottom: 1px solid #edf1f5;
        box-shadow: none;
    }
    .tg-header-inner,
    .container-header .container-nav,
    .container-header .grid-child {
        width: 100% !important;
        max-width: none !important;
        min-height: 64px !important;
        height: 64px !important;
        margin: 0 !important;
        padding: 0 18px !important;
        border-radius: 0 !important;
        background: #ffffff !important;
        box-shadow: none !important;
        border: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    .tg-header-left {
        min-width: 0 !important;
        flex: 1 1 auto !important;
        display: flex !important;
        align-items: center !important;
    }
    .tg-logo,
    .navbar-brand,
    .brand-logo {
        display: inline-flex !important;
        align-items: center !important;
        max-width: 180px !important;
        min-width: 0 !important;
        text-decoration: none !important;
    }
    .tg-logo img,
    .navbar-brand img,
    .brand-logo img,
    .logo img {
        width: auto !important;
        max-width: 90px !important;
        display: block !important;
        object-fit: contain !important;
        transform: none !important;
    }
    .tg-header-right {
        min-width: 0 !important;
        flex: 0 0 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }
    .tg-header-center,
    .tg-header-menu,
    .tg-main-menu {
        display: none !important;
    }
    .tg-menu-toggle,
    .tg-header .navbar-toggler,
    .navbar-toggler {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 12px !important;
        background: #f8fafc !important;
        color: #0f172a !important;
        box-shadow: none !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .tg-menu-toggle:hover,
    .tg-header .navbar-toggler:hover,
    .navbar-toggler:hover {
        background: #ecfdf5 !important;
        color: #00a99d !important;
    }
    .tg-menu-toggle span {
        width: 22px;
        height: 2px;
        background: currentColor;
        border-radius: 999px;
    }
    .tg-header .navbar-toggler-icon,
    .navbar-toggler-icon {
        width: 24px !important;
        height: 24px !important;
        background-image: none !important;
        position: relative !important;
    }
    .tg-header .navbar-toggler-icon::before,
    .navbar-toggler-icon::before {
        content: "";
        position: absolute;
        left: 1px;
        top: 5px;
        width: 22px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        box-shadow: 0 7px 0 currentColor, 0 14px 0 currentColor;
    }
    .tg-mobile-panel {
        width: calc(100% - 24px);
        margin: 10px 12px 0;
        padding: 14px;
        border-radius: 16px;
        background: #ffffff;
        border: 1px solid #edf1f5;
        box-shadow: 0 14px 36px rgba(15, 23, 42, 0.10);
    }
    .tg-mobile-panel.is-open {
        display: block;
    }
}
@media (max-width: 575.98px) {
    .tg-home-banner-content {
        padding-top: 34px;
    }
}
/* popular services */
.tg-popular-services {
    max-width: 1320px;
    margin: 28px auto 0;
    padding: 0 24px;
}
.tg-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}
.tg-section-head h2 {
    margin-left: 3px;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}
.tg-section-head a {
    color: #00a99d;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}
.tg-section-head a:hover {
    color: #ff6a00;
    text-decoration: none;
}
.tg-service-scroll {
    display: grid;
    grid-template-columns: repeat(8, minmax(110px, 1fr));
    gap: 18px;
}
.tg-service-card {
    min-height: 126px;
    padding: 18px 12px 16px;
    border-radius: 24px;
    background: #ffffff;
    color: #0f172a;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(232, 237, 245, 0.8);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.tg-service-card:hover {
    transform: translateY(-3px);
    color: #0f172a;
    text-decoration: none;
    border-color: rgba(34, 197, 94, 0.28);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.10);
}
.tg-service-card img {
    width: 52px;
    height: 52px;
    display: block;
    object-fit: contain;
}
.tg-service-card span {
    color: #0f172a;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
    text-align: center;
}
@media (max-width: 991.98px) {
    .tg-popular-services {
        margin-top: 24px;
        padding: 0 16px;
    }
    .tg-service-scroll {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        padding: 2px 2px 14px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .tg-service-scroll::-webkit-scrollbar {
        display: none;
    }
    .tg-service-card {
        min-width: 104px;
        min-height: 112px;
        border-radius: 20px;
        padding: 16px 10px 14px;
        scroll-snap-align: start;
    }
    .tg-service-card img {
        width: 46px;
        height: 46px;
    }
    .tg-service-card span {
        font-size: 13px;
    }
}
@media (max-width: 575.98px) {
    .tg-section-head h2 {
        font-size: 20px;
    }
    .tg-section-head a {
        font-size: 14px;
    }
    .tg-service-card {
        min-width: 96px;
    }
}
/* dj */
#djorder-mini-cart + a,
.tg-cart-panel a[href*="view=cart"]{
    display:block;
    width:160px;
    margin:15px auto 5px;
    text-align:center;
    background:#00a99d;
    color:#fff !important;
    padding:10px 15px;
    border-radius:6px;
    text-decoration:none;
    font-weight:600;
    transition:.2s;
}
#djorder-mini-cart + a:hover,
.tg-cart-panel a[href*="view=cart"]:hover{
    background:#00a99d;
    color:#fff !important;
}
.tg-cart-dropdown.is-open .tg-cart-panel{
    height:auto !important;
    max-height:1000px !important;
    overflow:visible !important;
}

/* HealTripChina Package Strip Before Footer */
.htc-package-strip {
  margin: 0;
  padding: 0;
  background: #082b4d;
}

.htc-package-inner {
  max-width: none;
  margin: 0;
  padding: 42px max(7vw, 70px);
  display: grid;
  grid-template-columns: 300px 1fr 280px;
  gap: 36px;
  align-items: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 169, 157, 0.28), rgba(0, 169, 157, 0) 36%),
    linear-gradient(90deg, #082b4d 0%, #06345f 52%, #082b4d 100%);
}

.htc-package-price {
  position: relative;
  padding: 26px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.htc-package-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(0, 169, 157, 0.22);
  color: #9ff7ef;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.htc-package-price strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}

.htc-package-price small {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}

.htc-package-content h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
}

.htc-package-content p {
  max-width: 720px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.7;
}

.htc-package-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.htc-package-items span {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.htc-package-items span::before {
  content: "✓";
  margin-right: 7px;
  color: #31e0d4;
  font-weight: 900;
}

.htc-package-action {
  text-align: right;
}

.htc-package-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 14px;
  background: #00a99d;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 16px 35px rgba(0, 169, 157, 0.28);
  transition: 0.25s ease;
  white-space: nowrap;
}

.htc-package-btn:hover {
  background: #008d86;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.htc-package-action p {
  max-width: 260px;
  margin: 14px 0 0 auto;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .htc-package-inner {
    grid-template-columns: 1fr;
    padding: 38px 24px;
    gap: 24px;
    text-align: left;
  }

  .htc-package-action {
    text-align: left;
  }

  .htc-package-action p {
    margin-left: 0;
  }

  .htc-package-price strong {
    font-size: 36px;
  }

  .htc-package-content h2 {
    font-size: 26px;
  }
}

@media (max-width: 560px) {
  .htc-package-inner {
    padding: 34px 18px;
  }

  .htc-package-price {
    padding: 22px 20px;
  }

  .htc-package-price strong {
    font-size: 32px;
  }

  .htc-package-items {
    display: grid;
    grid-template-columns: 1fr;
  }

  .htc-package-btn {
    width: 100%;
  }
}

/* =========================================================
   TimorGo Member Center
   ========================================================= */
.tg-member-sections,
.tg-member-sections *,
.tg-member-sections *::before,
.tg-member-sections *::after {
  box-sizing: border-box;
}

.tg-member-sections {
  --tg-mc-primary: #00a99d;
  --tg-mc-primary-dark: #008d86;
  --tg-mc-text: #0f172a;
  --tg-mc-muted: #64748b;
  --tg-mc-border: #e5eaf1;
  --tg-mc-surface: #ffffff;
  --tg-mc-soft: #ecfdf9;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}

.tg-mc-group {
  width: 100%;
  margin: 0 0 24px;
}

.tg-mc-group:last-child {
  margin-bottom: 0;
}

.tg-mc-grid {
  display: grid;
  width: 100%;
  gap: 18px;
  align-items: stretch;
}

.tg-mc-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tg-mc-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tg-mc-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 180px;
  padding: 28px 24px 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--tg-mc-border);
  border-radius: 22px;
  background: var(--tg-mc-surface);
  color: var(--tg-mc-text);
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease;
}

.tg-mc-card:hover,
.tg-mc-card:focus-visible {
  border-color: rgba(0, 169, 157, 0.42);
  background: #ffffff;
  color: var(--tg-mc-text);
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.11);
  transform: translateY(-4px);
}

.tg-mc-card:focus-visible {
  outline: 3px solid rgba(0, 169, 157, 0.22);
  outline-offset: 3px;
}

.tg-mc-action-card {
  min-height: 196px;
  padding-right: 32px;
  padding-left: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 169, 157, 0.12), transparent 40%),
    #ffffff;
}

.tg-mc-icon {
  display: inline-flex;
  width: 62px;
  height: 62px;
  margin: 0 0 18px;
  flex: 0 0 62px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--tg-mc-soft);
  color: var(--tg-mc-primary);
  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease;
}

.tg-mc-card:hover .tg-mc-icon,
.tg-mc-card:focus-visible .tg-mc-icon {
  background: var(--tg-mc-primary);
  color: #ffffff;
  transform: scale(1.04);
}

.tg-mc-icon svg {
  display: block;
  width: 32px;
  height: 32px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tg-mc-title {
  display: block;
  width: 100%;
  margin: 0;
  color: var(--tg-mc-text);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.tg-mc-sub {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 8px auto 0;
  color: var(--tg-mc-muted);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.tg-member-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  padding: 24px;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    visibility 0s linear 0.2s,
    opacity 0.2s ease;
}

.tg-member-modal:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.tg-member-modal-bg {
  position: absolute;
  inset: 0;
  display: block;
  background: rgba(8, 43, 77, 0.68);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.tg-member-modal-box {
  position: relative;
  z-index: 1;
  width: min(100%, 600px);
  max-height: calc(100vh - 48px);
  padding: 34px;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 24px;
  background: #ffffff;
  color: var(--tg-mc-text);
  box-shadow: 0 28px 80px rgba(8, 43, 77, 0.28);
  transform: translateY(14px) scale(0.98);
  transition: transform 0.2s ease;
}

.tg-member-modal:target .tg-member-modal-box {
  transform: translateY(0) scale(1);
}

.tg-member-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #f1f5f9;
  color: #334155 !important;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.tg-member-modal-close:hover,
.tg-member-modal-close:focus-visible {
  background: #e2e8f0;
  color: #0f172a !important;
}

.tg-member-modal-box h3 {
  margin: 0 48px 18px 0;
  color: var(--tg-mc-text);
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

.tg-member-modal-box p {
  margin: 0 0 14px;
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
}

.tg-member-modal-btn {
  display: inline-flex;
  min-height: 48px;
  margin-top: 10px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--tg-mc-primary);
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(0, 169, 157, 0.25);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.tg-member-modal-btn:hover,
.tg-member-modal-btn:focus-visible {
  background: var(--tg-mc-primary-dark);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 169, 157, 0.3);
}

@media (max-width: 991.98px) {
  .tg-mc-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tg-mc-card {
    min-height: 170px;
  }
}

@media (max-width: 680px) {
  .tg-member-sections {
    padding: 18px 14px 36px;
  }

  .tg-mc-grid,
  .tg-mc-grid-4,
  .tg-mc-grid-2 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tg-mc-group {
    margin-bottom: 18px;
  }

  .tg-mc-card,
  .tg-mc-action-card {
    min-height: 0;
    padding: 18px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }

  .tg-mc-icon {
    width: 54px;
    height: 54px;
    margin: 0 16px 0 0;
    flex-basis: 54px;
    border-radius: 16px;
  }

  .tg-mc-icon svg {
    width: 28px;
    height: 28px;
  }

  .tg-mc-title,
  .tg-mc-sub {
    text-align: left;
  }

  .tg-mc-title {
    font-size: 17px;
  }

  .tg-mc-sub {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.45;
  }

  .tg-member-modal {
    padding: 14px;
    align-items: flex-end;
  }

  .tg-member-modal-box {
    width: 100%;
    max-height: calc(100vh - 28px);
    padding: 28px 22px 24px;
    border-radius: 22px;
  }

  .tg-member-modal-box h3 {
    font-size: 22px;
  }

  .tg-member-modal-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tg-mc-card,
  .tg-mc-icon,
  .tg-member-modal,
  .tg-member-modal-box,
  .tg-member-modal-btn {
    transition: none;
  }
}

/* =========================================================
   HealTripChina Smart Search
   ========================================================= */
.ht-finder,
.ht-finder *,
.ht-finder *::before,
.ht-finder *::after {
  box-sizing: border-box;
}

.ht-finder {
  --ht-search-primary: #00a99d;
  --ht-search-primary-dark: #008d86;
  --ht-search-navy: #082b4d;
  --ht-search-text: #0f172a;
  --ht-search-muted: #64748b;
  --ht-search-border: #e4ebf2;
  padding: 56px 24px 80px;
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 169, 157, 0.08), transparent 28rem),
    linear-gradient(180deg, #f7fbfc 0, #ffffff 300px);
}

.ht-finder__shell {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.ht-finder__header {
  margin: 0 0 24px;
}

.ht-finder__eyebrow {
  display: block;
  width: 48px;
  height: 5px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--ht-search-primary);
}

.ht-finder__header h1 {
  margin: 0;
  color: var(--ht-search-navy);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.ht-finder__form {
  padding: 24px;
  border: 1px solid rgba(0, 169, 157, 0.13);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(8, 43, 77, 0.09);
}

.ht-finder-search fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.ht-finder-search__label {
  display: block;
  margin: 0 0 10px;
  color: var(--ht-search-text);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
}

.ht-finder-search__bar {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: stretch;
}

.ht-finder-search__icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 20px;
  color: #94a3b8;
  font-size: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}

.ht-finder-search__bar .form-control {
  min-width: 0;
  height: 58px;
  padding: 0 22px 0 54px;
  border: 1px solid var(--ht-search-border);
  border-right: 0;
  border-radius: 15px 0 0 15px;
  background: #f8fafc;
  color: var(--ht-search-text);
  font-size: 17px;
  box-shadow: none;
}

.ht-finder-search__bar .form-control:focus {
  position: relative;
  z-index: 1;
  border-color: var(--ht-search-primary);
  background: #ffffff;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(0, 169, 157, 0.12);
}

.ht-finder-search__button {
  display: inline-flex;
  min-width: 132px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 0 15px 15px 0;
  background: var(--ht-search-primary);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  box-shadow: none;
  transition: background-color .2s ease, transform .2s ease;
}

.ht-finder-search__button:hover,
.ht-finder-search__button:focus-visible {
  background: var(--ht-search-primary-dark);
  color: #ffffff;
}

.ht-finder-search__button:focus-visible {
  outline: 3px solid rgba(0, 169, 157, 0.25);
  outline-offset: 3px;
}

.ht-finder__results {
  margin-top: 30px;
}

.ht-finder__summary {
  display: flex;
  margin: 0 0 15px;
  align-items: center;
  gap: 10px;
  color: var(--ht-search-muted);
  font-size: 14px;
  font-weight: 700;
}

.ht-finder__summary-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ht-search-primary);
  box-shadow: 0 0 0 5px rgba(0, 169, 157, 0.1);
}

.ht-finder-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 16px;
  list-style: none;
}

.ht-finder-card {
  display: flex;
  margin: 0;
  padding: 25px;
  gap: 22px;
  border: 1px solid var(--ht-search-border);
  border-radius: 19px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ht-finder-card:hover {
  border-color: rgba(0, 169, 157, 0.32);
  box-shadow: 0 18px 42px rgba(8, 43, 77, 0.1);
  transform: translateY(-2px);
}

.ht-finder-card__image {
  width: 150px;
  margin: 0;
  flex: 0 0 150px;
  overflow: hidden;
  border-radius: 14px;
}

.ht-finder-card__image img {
  width: 100%;
  height: 110px;
  display: block;
  object-fit: cover;
}

.ht-finder-card__body {
  min-width: 0;
  flex: 1 1 auto;
}

.ht-finder-card__heading {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.ht-finder-card__type {
  display: inline-flex;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #e9fbf8;
  color: var(--ht-search-primary);
}

.ht-finder-card__file-icon {
  display: block;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ht-finder-card .result__title {
  width: 100%;
  margin: 2px 0 0;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 850;
}

.ht-finder-card .result__title-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--ht-search-navy);
  text-decoration: none;
}

.ht-finder-card .result__title-link:hover {
  color: var(--ht-search-primary-dark);
  text-decoration: none;
}

.ht-finder-card__arrow {
  color: var(--ht-search-primary);
  font-size: 23px;
  transition: transform .2s ease;
}

.ht-finder-card:hover .ht-finder-card__arrow {
  transform: translateX(4px);
}

.ht-finder-card__description {
  margin: 14px 0 0 52px;
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
}

.ht-finder-card__footer {
  display: flex;
  margin: 17px 0 0 52px;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px 16px;
}

.ht-finder-card__date {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ht-search-muted);
  font-size: 13px;
  font-weight: 650;
}

.ht-finder-card__taxonomy {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.ht-finder-card__taxonomy .result__taxonomy-item {
  margin: 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
}

.ht-finder-card__taxonomy .result__taxonomy-item span {
  color: #94a3b8;
}

.ht-finder mark {
  padding: 0 .12em;
  border-radius: .2em;
  background: #fff0b8;
  color: inherit;
}

.ht-finder__navigation {
  margin-top: 28px;
}

.ht-finder__navigation .pagination {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.ht-finder__navigation .page-link {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ht-search-border);
  border-radius: 11px !important;
  background: #ffffff;
  color: var(--ht-search-navy);
  font-weight: 750;
}

.ht-finder__navigation .active > .page-link,
.ht-finder__navigation .page-link:hover {
  border-color: var(--ht-search-primary);
  background: var(--ht-search-primary);
  color: #ffffff;
}

.ht-finder-empty {
  padding: 60px 24px;
  border: 1px solid var(--ht-search-border);
  border-radius: 20px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
}

.ht-finder-empty__icon {
  display: inline-flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e9fbf8;
  color: var(--ht-search-primary);
  font-size: 27px;
}

.ht-finder-empty h2 {
  margin: 20px 0 10px;
  color: var(--ht-search-navy);
  font-size: 25px;
  font-weight: 850;
}

.ht-finder-empty p {
  margin: 0;
  color: var(--ht-search-muted);
  line-height: 1.7;
}

@media (max-width: 767.98px) {
  .ht-finder {
    padding: 34px 14px 56px;
  }

  .ht-finder__form {
    padding: 16px;
    border-radius: 18px;
  }

  .ht-finder-search__bar {
    display: grid;
    gap: 10px;
  }

  .ht-finder-search__bar .form-control {
    width: 100%;
    border: 1px solid var(--ht-search-border);
    border-radius: 13px;
  }

  .ht-finder-search__button {
    width: 100%;
    min-height: 52px;
    border-radius: 13px;
  }

  .ht-finder-card {
    padding: 19px;
    gap: 15px;
  }

  .ht-finder-card__image {
    width: 100px;
    flex-basis: 100px;
  }

  .ht-finder-card__image img {
    height: 90px;
  }

  .ht-finder-card .result__title {
    font-size: 18px;
  }

  .ht-finder-card__description,
  .ht-finder-card__footer {
    margin-left: 0;
  }
}

@media (max-width: 520px) {
  .ht-finder-card {
    display: block;
  }

  .ht-finder-card__image {
    width: 100%;
    margin-bottom: 16px;
  }

  .ht-finder-card__image img {
    height: 165px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ht-finder-card,
  .ht-finder-card__arrow,
  .ht-finder-search__button {
    transition: none;
  }
}

/* =========================================================
   HealTripChina Joomla Article
   ========================================================= */
.com-content-article.item-page {
  --ht-article-primary: #00a99d;
  --ht-article-primary-dark: #008d86;
  --ht-article-navy: #082b4d;
  --ht-article-text: #243447;
  --ht-article-muted: #64748b;
  --ht-article-border: #e3ebf1;
  width: min(calc(100% - 32px), 1120px);
  margin: 48px auto 78px;
  color: var(--ht-article-text);
}

.com-content-article.item-page > .page-header {
  margin: 0;
  padding: 0;
  border: 0;
}

.com-content-article.item-page > .page-header h1,
.com-content-article.item-page > .page-header h2 {
  position: relative;
  margin: 0;
  padding: 0 0 17px;
  color: var(--ht-article-navy);
  font-size: clamp(32px, 4.4vw, 50px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.com-content-article.item-page > .page-header h1::after,
.com-content-article.item-page > .page-header h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 5px;
  border-radius: 999px;
  background: var(--ht-article-primary);
}

.com-content-article.item-page > .article-info {
  display: flex;
  margin: 18px 0 24px;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.com-content-article.item-page > .article-info dt {
  display: none;
}

.com-content-article.item-page > .article-info dd {
  display: inline-flex;
  min-height: 34px;
  margin: 0;
  padding: 6px 12px;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  background: #eff6f8;
  color: #52677c;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.com-content-article.item-page > .article-info a {
  color: var(--ht-article-primary-dark);
  text-decoration: none;
}

.com-content-article.item-page .com-content-article__body {
  overflow: hidden;
  border: 1px solid var(--ht-article-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(8, 43, 77, 0.09);
}
.com-content-article.item-page .com-content-article__body > :last-child:not(.htc-about) {
  margin-bottom: 42px;
}

.com-content-article.item-page .com-content-article__body p,
.com-content-article.item-page .com-content-article__body li {
  font-size: 16px;
  line-height: 1.82;
}

.com-content-article.item-page .com-content-article__body p {
  margin-top: 0;
  margin-bottom: 18px;
}

.com-content-article.item-page .com-content-article__body h2,
.com-content-article.item-page .com-content-article__body h3,
.com-content-article.item-page .com-content-article__body h4 {
  font-weight: 900;
  letter-spacing: -0.02em;
}

.com-content-article.item-page .com-content-article__body h2 {
  margin: -3px 0 15px;
  font-size: clamp(24px, 3vw, 31px);
  line-height: 1.25;
}

.com-content-article.item-page .com-content-article__body h3 {
  margin: 30px 0 12px;
  font-size: 22px;
}

.com-content-article.item-page .com-content-article__body a {
  color: var(--ht-article-primary-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.com-content-article.item-page .com-content-article__body a:hover {
  color: #ff6a00;
}

.com-content-article.item-page .com-content-article__body mark {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

.com-content-article.item-page .com-content-article__body img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.com-content-article.item-page .com-content-article__body blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  border: 0;
  border-left: 5px solid var(--ht-article-primary);
  border-radius: 0 16px 16px 0;
  background: #effbf9;
  color: #315668;
}

/* About Us article content */
.htc-about {
  width: 100%;
}

.htc-about-hero {
  position: relative;
  padding: clamp(38px, 6vw, 72px);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 15%, rgba(0, 169, 157, .17), transparent 22rem),
    radial-gradient(circle at 8% 100%, rgba(255, 196, 117, .13), transparent 18rem),
    linear-gradient(135deg, #fffdf8 0%, #f4fbfa 55%, #e7f7f5 100%);
  color: var(--ht-article-text);
  border-bottom: 1px solid rgba(0, 169, 157, .14);
}

.htc-about-hero::after {
  content: "+";
  position: absolute;
  right: clamp(24px, 6vw, 70px);
  bottom: -35px;
  color: rgba(0, 169, 157, .09);
  font-size: clamp(150px, 22vw, 270px);
  line-height: .8;
  font-weight: 300;
}

.htc-about-hero > * {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.htc-about-hero .htc-about-label {
  display: inline-flex;
  width: auto;
  margin: 0 0 18px;
  padding: 8px 13px;
  border: 1px solid rgba(0, 169, 157, .2);
  border-radius: 999px;
  background: rgba(0, 169, 157, .09);
  color: var(--ht-article-primary-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
  text-align: center;
  line-height: 20px;
}

.htc-about-hero h1 {
  margin: 0 0 18px !important;
  color: var(--ht-article-navy) !important;
  font-size: clamp(34px, 5vw, 56px) !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  letter-spacing: -.04em !important;
}

.htc-about-hero > p:last-child {
  margin: 0;
  color: #52677c;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.72;
}

.htc-about-content {
  padding: clamp(32px, 5vw, 58px) clamp(24px, 6vw, 72px);
}

.htc-about-content > section {
  position: relative;
  padding: 0 0 34px 28px;
  border-left: 2px solid #dce9ed;
}

.htc-about-content > section:not(:first-child) {
  padding-top: 2px;
}

.htc-about-content > section:not(:last-child) {
  margin-bottom: 34px;
}

.htc-about-content > section::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -7px;
  width: 12px;
  height: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: var(--ht-article-primary);
  box-shadow: 0 0 0 3px rgba(0, 169, 157, .15);
}

.htc-about-content > section > h2:first-child {
  margin-top: 0;
}

.htc-about-content ul {
  display: grid;
  margin: 20px 0 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.htc-about-content li {
  position: relative;
  padding: 12px 16px 12px 43px;
  border: 1px solid #e7eef3;
  border-radius: 12px;
  background: #f8fafc;
}

.htc-about-content li::before {
  content: "✓";
  position: absolute;
  top: 14px;
  left: 16px;
  display: inline-flex;
  width: 19px;
  height: 19px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d9f8f3;
  color: var(--ht-article-primary-dark);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.htc-about-content .htc-about-cta {
  margin-top: 12px;
  padding: 34px !important;
  border: 0;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 169, 157, .14), transparent 17rem),
    #f0faf9;
}

.htc-about-content .htc-about-cta::before {
  display: none;
}

.htc-about-cta h2 {
  margin-top: 0 !important;
}

.htc-about-cta p:last-child {
  display: flex;
  margin: 24px 0 0;
  flex-wrap: wrap;
  gap: 12px;
}

.htc-about-cta p:last-child a {
  display: inline-flex;
  min-height: 48px;
  padding: 0 21px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ht-article-primary);
  border-radius: 13px;
  background: #ffffff;
  color: var(--ht-article-primary-dark);
  font-weight: 850;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.htc-about-cta p:last-child a:first-child {
  background: var(--ht-article-primary);
  color: #ffffff;
  box-shadow: 0 12px 25px rgba(0, 169, 157, .22);
}

.htc-about-cta p:last-child a:hover {
  background: var(--ht-article-primary-dark);
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 767.98px) {
  .com-content-article.item-page {
    width: min(calc(100% - 24px), 1120px);
    margin-top: 30px;
    margin-bottom: 52px;
  }

  .com-content-article.item-page .com-content-article__body {
    border-radius: 19px;
  }

  .htc-about-content {
    padding-right: 22px;
    padding-left: 22px;
  }

  .htc-about-content > section {
    padding-left: 22px;
  }

  .htc-about-content .htc-about-cta {
    margin-left: -8px;
    padding: 25px 20px !important;
  }

  .htc-about-cta p:last-child {
    display: grid;
  }

  .htc-about-cta p:last-child a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .htc-about-cta p:last-child a {
    transition: none;
  }
}
/* faq */
/* HealTripChina FAQ and Help Center */
.htc-support-page {
  --htc-navy: #062c50;
  --htc-blue: #174d82;
  --htc-teal: #05aa9f;
  --htc-teal-dark: #07877f;
  --htc-ink: #18354f;
  --htc-muted: #61758a;
  --htc-line: #dce8ee;
  --htc-soft: #f3f9f9;
  --htc-white: #fff;
  width: min(1120px, calc(100% - 32px));
  margin: 54px auto 80px;
  color: var(--htc-ink);
  font-size: 16px;
  line-height: 1.75;
}

.htc-support-page *,
.htc-support-page *::before,
.htc-support-page *::after {
  box-sizing: border-box;
}

.htc-support-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 6vw, 64px);
  border: 1px solid #d8ebe9;
  border-radius: 28px;
  background: linear-gradient(120deg, #f9fcfb 0%, #e9f8f6 60%, #d5f2ef 100%);
}

.htc-support-hero::after {
  content: "?";
  position: absolute;
  right: 5%;
  bottom: -88px;
  color: rgba(5, 170, 159, .09);
  font-size: 260px;
  font-weight: 900;
  line-height: 1;
}

.htc-support-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--htc-teal-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}

.htc-support-page h1,
.htc-support-page h2,
.htc-support-page h3 {
  margin-top: 0;
  color: var(--htc-navy);
  line-height: 1.2;
}

.htc-support-hero h1 {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 58px);
}

.htc-support-hero p {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  color: var(--htc-muted);
  font-size: clamp(16px, 2vw, 19px);
}

.htc-support-intro {
  margin: 22px 0;
  padding: 18px 22px;
  border-left: 4px solid var(--htc-teal);
  border-radius: 6px 16px 16px 6px;
  background: var(--htc-soft);
}

.htc-accordion {
  display: grid;
  gap: 13px;
  margin-top: 28px;
}

.htc-accordion details {
  overflow: hidden;
  border: 1px solid var(--htc-line);
  border-radius: 16px;
  background: var(--htc-white);
  box-shadow: 0 8px 30px rgba(6, 44, 80, .045);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.htc-accordion details[open] {
  border-color: rgba(5, 170, 159, .45);
  box-shadow: 0 12px 34px rgba(6, 44, 80, .08);
}

.htc-accordion summary {
  position: relative;
  padding: 20px 62px 20px 24px;
  color: var(--htc-navy);
  font-weight: 750;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.htc-accordion summary::-webkit-details-marker {
  display: none;
}

.htc-accordion summary::before,
.htc-accordion summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: var(--htc-teal-dark);
  transform: translateY(-50%);
}

.htc-accordion summary::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform .2s ease;
}

.htc-accordion details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.htc-answer {
  padding: 0 24px 22px;
  border-top: 1px solid #edf3f5;
  color: var(--htc-muted);
}

.htc-answer p:first-child,
.htc-answer ul:first-child,
.htc-answer ol:first-child {
  margin-top: 18px;
}

.htc-answer p:last-child,
.htc-answer ul:last-child,
.htc-answer ol:last-child {
  margin-bottom: 0;
}

.htc-answer a,
.htc-support-page a {
  color: var(--htc-teal-dark);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.htc-help-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 42px;
  padding: 14px;
  border: 1px solid var(--htc-line);
  border-radius: 18px;
  background: var(--htc-white);
}

.htc-help-nav a {
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--htc-soft);
  text-decoration: none;
}

.htc-help-nav a:hover,
.htc-help-nav a:focus-visible {
  color: var(--htc-white);
  background: var(--htc-teal-dark);
}

.htc-help-section {
  margin: 52px 0;
  scroll-margin-top: 120px;
}

.htc-help-heading {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
}

.htc-help-heading > span {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: var(--htc-white);
  background: var(--htc-teal);
  font-weight: 850;
}

.htc-help-heading h2 {
  margin-bottom: 5px;
  font-size: clamp(24px, 3vw, 32px);
}

.htc-help-heading p {
  margin: 0;
  color: var(--htc-muted);
}

.htc-support-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 48px;
  padding: clamp(26px, 5vw, 46px);
  border-radius: 24px;
  background: var(--htc-navy);
}

.htc-support-cta h2,
.htc-support-cta p {
  color: var(--htc-white);
}

.htc-support-cta h2 {
  margin-bottom: 8px;
}

.htc-support-cta p {
  margin: 0;
  opacity: .82;
}

.htc-support-cta .htc-support-kicker {
  color: #69ddd4;
}

.htc-support-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 24px;
  border-radius: 999px;
  color: var(--htc-navy) !important;
  background: var(--htc-white);
  text-decoration: none !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.htc-support-button:hover,
.htc-support-button:focus-visible {
  background: #dff7f4;
  transform: translateY(-1px);
}

@media (max-width: 720px) {
  .htc-support-page {
    width: min(100% - 22px, 1120px);
    margin-top: 14px;
  }

  .htc-support-hero {
    border-radius: 20px;
  }

  .htc-support-hero::after {
    right: -12px;
    font-size: 190px;
  }

  .htc-accordion summary {
    padding: 18px 52px 18px 18px;
  }

  .htc-accordion summary::before,
  .htc-accordion summary::after {
    right: 19px;
  }

  .htc-answer {
    padding: 0 18px 20px;
  }

  .htc-help-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .htc-help-nav a {
    text-align: center;
  }

  .htc-support-cta {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .htc-support-page *,
  .htc-support-page *::before,
  .htc-support-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
/* DJ-Classifieds checkbox custom fields: Select all / Clear all */
#dj-classifieds .dj-additem .djcf-checkbox-bulk-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin: 0 0 14px;
}

#dj-classifieds .dj-additem .djcf-checkbox-bulk-button {
  min-height: 36px;
  padding: 7px 15px;
  border: 1px solid #0caaa0;
  border-radius: 999px;
  background: #fff;
  color: #063b64;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

#dj-classifieds .dj-additem .djcf-checkbox-bulk-button:hover,
#dj-classifieds .dj-additem .djcf-checkbox-bulk-button:focus-visible {
  border-color: #078f87;
  background: #0caaa0;
  color: #fff;
  outline: none;
}

#dj-classifieds .dj-additem .djcf-checkbox-bulk-button:focus-visible {
  box-shadow: 0 0 0 3px rgba(12, 170, 160, .2);
}

@media (max-width: 575.98px) {
  #dj-classifieds .dj-additem .djcf-checkbox-bulk-controls {
    gap: 7px;
    margin-bottom: 12px;
  }

  #dj-classifieds .dj-additem .djcf-checkbox-bulk-button {
    flex: 1 1 calc(50% - 4px);
  }
}
