:root {
    --tg-primary: #22c55e;
    --tg-primary-dark: #16a34a;
    --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.site {
    box-shadow: none;
}

.container-header {
    background: transparent !important;
    background-image: none !important;
}

.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: 38px;
    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: 30px;
    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: 0;
    width: min(240px, calc(100vw - 32px));
    min-width: 280px;
    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: 240px;
}

.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;
    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;
    margin-top: 40px !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: 20px 26px 16px 46px;
    background: #ffffff;
    color: var(--tg-text);
}

.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;
    border-right: 1px solid #edf1f5;
}

.tg-footer-logo-text {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: -0.8px;
}

.tg-footer-logo-orange {
    color: var(--tg-accent);
}

.tg-footer-logo-green {
    color: var(--tg-primary);
}

.tg-footer-brand p {
    max-width: 300px;
    margin: 0;
    color: var(--tg-text);
    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: var(--tg-text);
    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: #374151;
    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;
    border-left: 1px solid #edf1f5;
}

.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: 34px auto 0;
    padding-top: 18px;
    border-top: 1px solid #edf1f5;
    text-align: center;
    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;
}

.tg-home-banner {
    position: relative;
    width: 100%;
    min-height: 460px;
    background-color: #cbd5e1;
    background-image: url("/images/banners/timorgo-hero.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.tg-home-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.18) 0%, rgba(15, 23, 42, 0.20) 42%, rgba(15, 23, 42, 0.30) 100%);
    z-index: 1;
}

.tg-home-banner-content {
    position: relative;
    z-index: 2;
    max-width: 1080px;
    margin: 0 auto;
    padding: 58px 24px 28px;
    text-align: center;
}

.tg-home-banner h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(22px, 5vw, 38px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -1.4px;
    text-shadow: 0 4px 18px rgba(15, 23, 42, 0.35);
}

.tg-home-banner h1 .tg-word-timor {
    color: var(--tg-accent);
}

.tg-home-banner h1 .tg-word-go {
    color: var(--tg-primary);
}

.tg-home-banner p {
    margin: 10px 0 28px;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(18px, 2.5vw, 26px);
    line-height: 1.35;
    font-weight: 600;
    text-shadow: 0 3px 14px rgba(15, 23, 42, 0.35);
}

.tg-home-search {
    width: min(720px, 100%);
    height: 68px;
    margin: 0 auto 28px;
    padding: 0 18px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.24);
    display: flex;
    align-items: center;
    gap: 12px;
}

.tg-home-search button {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    color: var(--tg-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: 0 0 42px;
}

.tg-home-search button svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tg-home-search input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    background: transparent;
    color: var(--tg-text);
    font-size: 18px;
    font-weight: 500;
}

.tg-home-search input::placeholder {
    color: #6b7280;
}

.tg-home-category-grid {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.tg-home-category-card {
    min-height: 150px;
    padding: 24px 18px 20px;
    border-radius: 18px;
    background: #ffffff;
    color: var(--tg-text);
    text-decoration: none;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.20);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tg-home-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.26);
    color: var(--tg-text);
    text-decoration: none;
}

.tg-home-category-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tg-home-category-icon-2 {
    width: 87px;
    margin: 0 auto 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tg-home-category-icon-2 img {
    width: 87px;
    display: block;
    object-fit: contain;
}

.tg-home-category-icon img {
    width: 72px;
    height: 72px;
    display: block;
    object-fit: contain;
}

.tg-home-category-card strong {
    display: block;
    color: var(--tg-text);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
}

.tg-home-category-card span {
    display: block;
    color: #374151;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
}

@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) {
    body {
        padding-bottom: calc(66px + env(safe-area-inset-bottom));
    }

    .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-tools,
    .tg-header-menu,
    .tg-main-menu {
        display: none !important;
    }

    .tg-menu-toggle,
    .tg-header .navbar-toggler,
    .navbar-toggler {
        width: 52px !important;
        height: 52px !important;
        border-radius: 16px !important;
        border: 1px solid #e8edf5 !important;
        background: #ffffff !important;
        color: var(--tg-text) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08) !important;
        padding: 0 !important;
        margin: 0 !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: 44px;
        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;
    }

    .tg-home-banner {
        min-height: auto;
    }

    .tg-home-banner-content {
        padding: 46px 20px 24px;
    }

    .tg-home-search {
        height: 58px;
        border-radius: 14px;
        margin-bottom: 22px;
    }

    .tg-home-search input {
        font-size: 16px;
    }

    .tg-home-category-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }

    .tg-home-category-card {
        min-height: 124px;
        padding: 18px 10px 16px;
        border-radius: 16px;
    }

    .tg-home-category-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 10px;
    }
	
	.tg-home-category-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 10px;
    }

    .tg-home-category-icon img {
        width: 58px !important;
        height: 58px !important;
        max-width: 58px !important;
        max-height: 58px !important;
    }

    .tg-home-category-card strong {
        font-size: 16px;
    }

    .tg-home-category-card span {
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .tg-home-banner {
        background-image: none;
        background-color: #e9fff3;
        background: linear-gradient(180deg, #e9fff3 0%, #dff8ec 45%, #f8fafc 100%);
    }

    .tg-home-banner-overlay {
        background: none;
    }

    .tg-home-banner h1 {
        color: var(--tg-text);
        text-shadow: none;
    }

    .tg-home-banner p {
        color: #334155;
        text-shadow: none;
    }

    .tg-home-search {
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.10);
    }

    .tg-home-category-card {
        background: #ffffff;
        box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    }
}

@media (max-width: 575.98px) {
    .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;
    }

    .tg-home-banner-content {
        padding: 38px 16px 20px;
    }

    .tg-home-banner h1 {
        font-size: 22px;
        letter-spacing: -0.8px;
    }

    .tg-home-banner p {
        font-size: 17px;
        margin-bottom: 22px;
    }

    .tg-home-search {
        height: 54px;
        padding: 0 12px;
    }

    .tg-home-search button {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .tg-home-search button svg {
        width: 24px;
        height: 24px;
    }

    .tg-home-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .tg-home-category-card {
        min-height: 118px;
    }

    .tg-home-category-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 8px;
    }
	
	 .tg-home-category-icon-2 {
        width: 58px;
        height: 58px;
        margin-bottom: 2px;
    }
     .tg-home-category-icon-2 img {
        width: 62px !important;
        height: 62px !important;
        max-width: 62px !important;
        max-height: 62px !important;
    }
    .tg-home-category-icon img {
        width: 52px !important;
        height: 52px !important;
        max-width: 52px !important;
        max-height: 52px !important;
    }
}



@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-tools,
    .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: #16a34a !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: #16a34a;
    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;
    }
}
