:root {
    --tet-crimson: #d32f2f;
    --tet-red-deep: #990000;
    --tet-gold-light: #fff3b0;
    --tet-gold-deep: #bf953f;
    --tet-cream: #fffdf5;
    --tet-border: #bf953f;
}

.tet-theme {
    --primary-color: var(--tet-red-deep);
    --bs-body-bg: var(--tet-cream);
}

.tet-theme body {
    background-color: var(--tet-cream);
    background-image: none !important;
}

/* Category Header */
.tet-theme .category-header {
    border-bottom: 2px solid var(--tet-gold-deep) !important;
}

.category-title {
    color: var(--tet-crimson) !important;
    font-weight: 800 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0 !important;
    text-align: left;
}

.category-title::after {
    display: none !important;
}

/* Buttons */
.btn-tet,
.btn-cat-action.btn-tet,
.btn-premium-action.btn-tet {
    background: linear-gradient(135deg, var(--tet-crimson) 0%, #7a0000 100%) !important;
    border: 1px solid var(--tet-gold-deep) !important;
    color: var(--tet-gold-light) !important;
    font-weight: 700 !important;
    padding: 8px 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none !important;
}

.btn-tet:hover,
.btn-cat-action.btn-tet:hover,
.btn-premium-action.btn-tet:hover {
    background: linear-gradient(135deg, #a50000 0%, #5a0000 100%) !important;
    color: #fff !important;
    border-color: var(--tet-gold-light) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(153, 0, 0, 0.25) !important;
}

/* View All Link */
.view-all-link {
    background: transparent !important;
    color: var(--tet-crimson) !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

.view-all-link:hover {
    color: #b71c1c !important;
}

/* Modals */
.swal2-popup {
    background-color: var(--tet-cream) !important;
    border: 2px solid var(--tet-gold-deep) !important;
}

.swal2-title {
    color: var(--tet-crimson) !important;
}

.swal2-confirm {
    background: linear-gradient(135deg, var(--tet-crimson) 0%, #7a0000 100%) !important;
    border: 1px solid var(--tet-gold-deep) !important;
}

.tet-theme .modal-content {
    background-color: var(--tet-cream) !important;
    border: 1px solid var(--tet-gold-deep) !important;
}

.tet-theme .modal-header {
    border-bottom: 1px solid var(--tet-gold-deep) !important;
}

.tet-theme .modal-footer {
    border-top: 1px solid var(--tet-gold-deep) !important;
}

/* Auth Tabs */
.tet-theme .auth-tabs {
    background: rgba(191, 149, 63, 0.1) !important;
    border: 1px solid var(--tet-border) !important;
}

.tet-theme .auth-tab-btn.active {
    background: var(--tet-crimson) !important;
    color: var(--tet-gold-light) !important;
}

/* Dropdowns */
.tet-theme .dropdown-menu {
    background-color: var(--tet-cream) !important;
    border: 1px solid var(--tet-gold-deep) !important;
    background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M20 40L0 20 20 0l20 20z" fill="%23bf953f" fill-opacity=".02"/></svg>') !important;
}

.tet-theme .dropdown-item {
    color: #333 !important;
}

.tet-theme .dropdown-item:hover,
.tet-theme .dropdown-item:focus {
    background: var(--tet-crimson) !important;
    color: var(--tet-gold-light) !important;
}

.tet-theme .dropdown-item.active,
.tet-theme .dropdown-item:active {
    background: linear-gradient(135deg, var(--tet-crimson) 0%, #7a0000 100%) !important;
    color: var(--tet-gold-light) !important;
}

.tet-theme .dropdown-item:hover i,
.tet-theme .dropdown-item.active i,
.tet-theme .dropdown-item:active i {
    color: inherit !important;
}

/* Navigation Links */
.tet-theme .nav-link {
    color: #333 !important;
}

.tet-theme .nav-link:hover,
.tet-theme .nav-link.active,
.tet-theme .nav-link.show {
    color: var(--tet-crimson) !important;
    background-color: rgba(153, 0, 0, 0.05) !important;
    border-radius: var(--bs-border-radius);
}

.tet-theme .show>.nav-link {
    color: var(--tet-crimson) !important;
    background-color: rgba(153, 0, 0, 0.05) !important;
}

.tet-theme .nav-link:hover i,
.tet-theme .nav-link.active i,
.tet-theme .nav-link.show i,
.tet-theme .show>.nav-link i {
    color: var(--tet-crimson) !important;
}

/* Mega Menu & Nav Blob */
.tet-theme .nav-blob {
    background: rgba(153, 0, 0, 0.05) !important;
}

.tet-theme .mega-menu {
    border: 1px solid var(--tet-gold-deep) !important;
    background-color: var(--tet-cream) !important;
    background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M20 40L0 20 20 0l20 20z" fill="%23bf953f" fill-opacity=".02"/></svg>') !important;
}

.tet-theme .mega-item:hover {
    background: rgba(153, 0, 0, 0.08) !important;
    color: var(--tet-crimson) !important;
}

.tet-theme .mega-item:hover .mega-text {
    color: var(--tet-crimson) !important;
}

/* Header Icons */
.tet-theme .nav-icon-btn {
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid var(--tet-gold-deep) !important;
    color: var(--tet-crimson) !important;
    box-shadow: 0 2px 5px rgba(191, 149, 63, 0.1);
}

.tet-theme .nav-icon-btn:hover,
.tet-theme .nav-icon-btn.show {
    background: var(--tet-gold-deep) !important;
    color: var(--tet-cream) !important;
    box-shadow: 0 5px 15px rgba(191, 149, 63, 0.3) !important;
    border-color: var(--tet-gold-deep) !important;
    transform: translateY(-2px);
}

.tet-theme .nav-badge-count {
    background: var(--tet-crimson) !important;
    border: 1px solid var(--tet-gold-light) !important;
    color: var(--tet-gold-light) !important;
}

/* User Profile */
.tet-theme .glass-panel h5.text-primary {
    color: var(--tet-crimson) !important;
    text-transform: uppercase;
}

.tet-theme .glass-panel img.rounded-circle {
    border-color: var(--tet-gold-deep) !important;
}

.tet-theme .glass-panel .bg-light {
    background: transparent !important;
    border: 1px solid var(--tet-gold-deep) !important;
}

.tet-theme .glass-panel .bg-light .text-secondary {
    color: #666 !important;
    text-transform: uppercase;
    font-size: 0.7rem !important;
    font-weight: 700;
}

.tet-theme .glass-panel .bg-light .text-success,
.tet-theme .glass-panel .bg-light .text-primary,
.tet-theme .glass-panel .bg-light .text-danger {
    color: var(--tet-crimson) !important;
    font-weight: 800 !important;
    font-size: 1rem !important;
}

.tet-theme .glass-panel .bg-primary-subtle {
    background: linear-gradient(135deg, var(--tet-gold-deep) 0%, #d4af37 100%) !important;
    border: none !important;
    color: white !important;
    box-shadow: 0 4px 10px rgba(191, 149, 63, 0.3);
}

.tet-theme .glass-panel .bg-primary-subtle .text-primary {
    color: var(--tet-cream) !important;
}

.tet-theme .list-group-item {
    background: transparent !important;
    color: #333 !important;
    font-weight: 600;
    transition: all 0.3s;
    border-color: rgba(191, 149, 63, 0.2) !important;
}

.tet-theme .list-group-item:hover {
    background: rgba(153, 0, 0, 0.05) !important;
    color: var(--tet-crimson) !important;
    transform: translateX(5px);
}

.tet-theme .list-group-item i {
    color: #999;
}

.tet-theme .list-group-item:hover i {
    color: var(--tet-crimson) !important;
}

.tet-theme .list-group-item.active,
.tet-theme .list-group-item.active-tet {
    background: linear-gradient(135deg, var(--tet-crimson) 0%, #7a0000 100%) !important;
    color: var(--tet-gold-light) !important;
    border: none !important;
    box-shadow: 0 5px 15px rgba(153, 0, 0, 0.2);
}

.tet-theme .list-group-item.active i,
.tet-theme .list-group-item.active-tet i {
    color: var(--tet-gold-light) !important;
}

.tet-theme .list-group-item:hover:not(.active):not(.active-tet) i {
    color: var(--tet-crimson) !important;
}

/* Tet Couplets */
.tet-couplet {
    position: fixed;
    top: 110px;
    z-index: 1000;
    pointer-events: none;
    background: #a91b0d;
    color: #ffeb3b;
    padding: 20px 5px 30px 5px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    border: 3px solid #f8c946;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    width: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="1" fill="%23f8c946" fill-opacity="0.3"/></svg>');
}

.tet-couplet::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 40px;
    background: #d4af37;
}

.tet-couplet::after {
    content: '◈';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    color: #d4af37;
    font-size: 20px;
    background: #8b0000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #d4af37;
    z-index: 1;
}

.tet-couplet-left {
    left: 20px;
    animation: gentle-sway 4s infinite ease-in-out;
    transform-origin: top center;
}

.tet-couplet-right {
    right: 20px;
    animation: gentle-sway 3s infinite ease-in-out;
    animation-delay: -2s;
    transform-origin: top center;
}

@keyframes gentle-sway {

    0%,
    100% {
        transform: rotate(-3deg);
    }

    50% {
        transform: rotate(3deg);
    }
}

.tet-couplet .couplet-content div {
    display: block;
    margin-bottom: 5px;
    text-shadow: 1px 1px 0 #800000;
}

/* Footer & Banh Chung */
.tet-theme footer {
    background-color: var(--tet-cream) !important;
    border-top: 5px solid var(--tet-gold-deep) !important;
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}

.tet-theme footer::before {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 2%;
    width: 150px;
    height: 150px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%234CAF50" d="M10 10h80v80H10z"/><path fill="none" stroke="%2381C784" stroke-width="5" d="M30 10v80M50 10v80M70 10v80M10 30h80M10 50h80M10 70h80"/><rect x="35" y="35" width="30" height="30" fill="%23FFC107" rx="5"/><text x="50" y="55" text-anchor="middle" font-size="12" fill="%23D32F2F" font-weight="bold" dy=".3em">TET</text></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.95;
    z-index: 0;
    pointer-events: none;
    transform: rotate(10deg);
}

.tet-theme footer h4,
.tet-theme footer h6 {
    color: var(--tet-crimson) !important;
    text-transform: uppercase;
}

.tet-theme footer p,
.tet-theme footer li a,
.tet-theme footer div,
.tet-theme footer small {
    color: #555 !important;
}

.tet-theme footer li a:hover {
    color: var(--tet-crimson) !important;
    padding-left: 5px;
}

.tet-theme footer .social-btn {
    border: 2px solid var(--tet-gold-deep) !important;
    color: var(--tet-crimson) !important;
    background: transparent !important;
    box-shadow: none !important;
}

.tet-theme footer .social-btn:hover {
    background: var(--tet-gold-deep) !important;
    color: var(--tet-cream) !important;
    transform: translateY(-3px);
}

/* 15. Li Xi Button Hover Effect */
.btn-tet {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-tet::after {
    content: '🧧';
    position: absolute;
    bottom: -30px;
    right: 15px;
    font-size: 18px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
}

.btn-tet:hover {
    padding-right: 40px !important;
}

.btn-tet:hover::after {
    bottom: 8px;
    /* Slide up position */
    opacity: 1;
    transform: rotate(-10deg);
}

/* 16. Card Purchasing Section (Fixed Water Drop/Blue Issues) */
.tet-theme .provider-item,
.tet-theme .denomination-item {
    border: 1px solid #e0e0e0;
    transition: all 0.3s;
}

.tet-theme .provider-item:hover,
.tet-theme .denomination-item:hover {
    border-color: var(--tet-gold-deep) !important;
    background: rgba(153, 0, 0, 0.03);
}

.tet-theme .provider-item.active,
.tet-theme .denomination-item.active {
    border-color: var(--tet-crimson) !important;
    box-shadow: 0 0 0 1px var(--tet-crimson) !important;
    background: rgba(153, 0, 0, 0.05) !important;
    position: relative;
    overflow: hidden;
}

.tet-theme .provider-item.active::after,
.tet-theme .denomination-item.active::after {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: var(--tet-crimson);
    transform: rotate(45deg);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/* Fix text colors inside active items if needed */
.tet-theme .denomination-item.active .amount {
    color: var(--tet-crimson) !important;
}

.tet-theme .btn-primary {
    background: linear-gradient(135deg, var(--tet-crimson) 0%, #7a0000 100%) !important;
    border-color: var(--tet-crimson) !important;
    box-shadow: 0 4px 10px rgba(153, 0, 0, 0.3);
}

.tet-theme .btn-primary:hover {
    background: linear-gradient(135deg, #b71c1c 0%, #990000 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(153, 0, 0, 0.4);
}

.tet-theme .btn-outline-secondary {
    border-color: var(--tet-gold-deep) !important;
    color: var(--tet-crimson) !important;
}

.tet-theme .btn-outline-secondary:hover {
    background: var(--tet-gold-deep) !important;
    color: var(--tet-cream) !important;
}



/* 17. Mobile Bottom Navigation (Tet Water Drop) */
.tet-theme .mobile-nav-item.active {
    color: var(--tet-crimson) !important;
}

.tet-theme .mobile-nav-item.active::before {
    background: rgba(153, 0, 0, 0.05) !important;
    border: 1px solid var(--tet-crimson) !important;
    /* Custom Water Drop Shape if needed, but styling active state primarily */
    border-radius: 12px !important;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(153, 0, 0, 0.2);
}

.tet-theme .mobile-nav-item i {
    transition: all 0.3s;
}

.tet-theme .mobile-nav-item.active i {
    color: var(--tet-crimson) !important;
    transform: scale(1.1);
}

/* Nav Badge in Mobile Footer */
.tet-theme .mobile-bottom-nav .nav-badge {
    background: var(--tet-crimson) !important;
    border: 1px solid var(--tet-gold-light) !important;
}



/* 17. Mobile Bottom Navigation (Tet Water Drop) - REVISED */
/* Override active text color */
.tet-theme .mobile-nav-item.active {
    color: var(--tet-crimson) !important;
}

.tet-theme .mobile-nav-item.active i {
    color: var(--tet-crimson) !important;
}

/* Style the moving indicator (The Water Drop) */
.tet-theme .nav-indicator {
    background-color: rgba(153, 0, 0, 0.08) !important;
    /* Light crimson background */
    border: 1px solid var(--tet-gold-deep) !important;
    /* Gold border */
    box-shadow: 0 4px 12px rgba(153, 0, 0, 0.15) !important;
}

/* Remove the pseudo-element if it was causing double backgrounds */
.tet-theme .mobile-nav-item.active::before {
    display: none !important;
}



/* 16. Card Purchasing Section (Fixed with correct selectors) */
/* Override the Grid Blob (The background moving part) */
.tet-theme .grid-blob {
    background: linear-gradient(135deg, rgba(211, 47, 47, 0.05) 0%, rgba(191, 149, 63, 0.1) 100%) !important;
    border: 1px solid var(--tet-gold-deep) !important;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.8), 0 4px 12px rgba(153, 0, 0, 0.15) !important;
}

/* Card Select Items */
.tet-theme .card-select {
    border: 1px solid #e0e0e0;
    transition: all 0.3s;
    background: white;
    /* Ensure base background is white */
}

.tet-theme .card-select:hover {
    border-color: var(--tet-gold-deep) !important;
}

.tet-theme .card-select.active {
    border-color: var(--tet-crimson) !important;
    background: transparent !important;
    /* Let blob show through or set separate bg */
}

/* Add Water Drop / Corner Mark to Active Card */
.tet-theme .card-select.active::after,
.tet-theme .btn-amount.active::after {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    background: var(--tet-crimson);
    transform: rotate(45deg);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/* Denomination Buttons */
.tet-theme .btn-amount {
    border: 1px solid #e0e0e0;
    font-weight: 600;
}

.tet-theme .btn-amount:hover {
    border-color: var(--tet-gold-deep) !important;
}

.tet-theme .btn-amount.active {
    color: var(--tet-crimson) !important;
    border-color: var(--tet-crimson) !important;
    font-weight: 800 !important;
}

.tet-theme .btn-amount.active .discount-label {
    color: var(--tet-red-deep) !important;
}



/* Fix Overlapping Corner Marks */
.tet-theme .card-select,
.tet-theme .btn-amount {
    position: relative !important;
    overflow: hidden !important;
}

.tet-theme .card-select.active::after,
.tet-theme .btn-amount.active::after {
    top: -12px !important;
    right: -12px !important;
    width: 24px !important;
    height: 24px !important;
    transform: rotate(45deg);
    box-shadow: none !important;
    z-index: 1 !important;
}

/* Ensure the checkmark icon or text is above the corner mark if valid */
.tet-theme .card-select img,
.tet-theme .btn-amount span {
    position: relative;
    z-index: 2;
}



/* 18. Fix Card Selection (Remove borders/corner marks, match Mobile Blob) */

/* Hide the red corner triangle completely */
.tet-theme .card-select.active::after,
.tet-theme .btn-amount.active::after {
    display: none !important;
}

/* Remove the Red border on active items so it doesn't clash with the Blob */
.tet-theme .card-select.active,
.tet-theme .btn-amount.active {
    border-color: transparent !important;
    background: transparent !important;
    /* Let the blob behind it show */
}

/* Ensure the Blob 'Water Drop' matches Mobile Footer Style exactly */
.tet-theme .grid-blob {
    background-color: rgba(153, 0, 0, 0.08) !important;
    /* Light crimson like mobile */
    background-image: none !important;
    /* Remove gradient if differ from mobile */
    border: 1px solid var(--tet-gold-deep) !important;
    /* Gold border */
    box-shadow: 0 4px 12px rgba(153, 0, 0, 0.15) !important;
    border-radius: 12px !important;
    /* Rounded corners for the drop */
}

/* Ensure Hover doesn't add a conflicting border */
.tet-theme .card-select:hover,
.tet-theme .btn-amount:hover {
    border-color: rgba(0, 0, 0, 0.1) !important;
    /* Neutral hover or transparent */
}



/* 19. Notification Bar (Tet Theme) */
.tet-theme .notify-item {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid var(--tet-gold-deep) !important;
    color: #333 !important;
    box-shadow: 0 4px 12px rgba(153, 0, 0, 0.1) !important;
}

.tet-theme .notify-item b {
    color: var(--tet-crimson) !important;
}

.tet-theme .notify-item i {
    color: var(--tet-gold-deep) !important;
}

.tet-theme .notify-highlight {
    color: var(--tet-red-deep) !important;
    font-weight: 800 !important;
}

/* Category Detail Tabs Override */
.tet-theme .nav-pills {
    background: var(--tet-cream) !important;
    border: 1px solid var(--tet-gold-deep) !important;
}

.tet-theme .nav-pills .nav-link {
    color: #a91b0d !important;
}

.tet-theme .nav-pills .nav-link.active {
    background: linear-gradient(135deg, var(--tet-crimson) 0%, #7a0000 100%) !important;
    color: var(--tet-gold-light) !important;
    box-shadow: 0 4px 12px rgba(153, 0, 0, 0.3) !important;
}

/* General Blue Color Overrides for Tet Theme */
.tet-theme .text-primary,
.tet-theme .link-primary {
    color: var(--tet-crimson) !important;
}

.tet-theme .bg-primary {
    background-color: var(--tet-crimson) !important;
}

.tet-theme .border-primary {
    border-color: var(--tet-gold-deep) !important;
}

.tet-theme .btn-primary {
    background: linear-gradient(135deg, var(--tet-crimson) 0%, #7a0000 100%) !important;
    border-color: var(--tet-gold-deep) !important;
    color: var(--tet-gold-light) !important;
}

.tet-theme .btn-outline-primary {
    border-color: var(--tet-crimson) !important;
    color: var(--tet-crimson) !important;
}

.tet-theme .btn-outline-primary:hover {
    background: var(--tet-crimson) !important;
    color: var(--tet-gold-light) !important;
}

.tet-theme .pagination .page-item.active .page-link {
    background: linear-gradient(135deg, var(--tet-crimson) 0%, #7a0000 100%) !important;
    border-color: var(--tet-gold-deep) !important;
    color: var(--tet-gold-light) !important;
}

.tet-theme .pagination .page-link {
    color: var(--tet-crimson) !important;
    border-color: rgba(191, 149, 63, 0.2) !important;
}

.tet-theme .pagination .page-link:hover {
    background: var(--tet-gold-light) !important;
    color: #7a0000 !important;
}

/* Account & Forms Tet Theme */
.tet-theme .text-tet {
    color: var(--tet-red-deep) !important;
}

.tet-theme .bg-tet-cream {
    background-color: var(--tet-cream) !important;
}

.tet-theme .border-tet-soft {
    border-color: rgba(191, 149, 63, 0.4) !important;
}

.tet-theme .btn-outline-tet {
    border: 2px solid var(--tet-crimson);
    color: var(--tet-crimson);
    background: transparent;
    transition: all 0.3s ease;
}

.tet-theme .btn-outline-tet:hover {
    background: var(--tet-crimson);
    color: var(--tet-gold-light);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(153, 0, 0, 0.2);
}

.tet-theme .bg-tet-crimson {
    background-color: var(--tet-crimson) !important;
}

.tet-theme .text-tet-gold-light {
    color: var(--tet-gold-light) !important;
}

.tet-theme .active-tet {
    background: linear-gradient(135deg, var(--tet-crimson) 0%, #7a0000 100%) !important;
    color: var(--tet-gold-light) !important;
    border: none !important;
}

.tet-click {
    position: fixed;
    bottom: 20px;
    left: 10px;
}

.tet-click img {
    width: 150px;
}

.tet-click button {
    background: #b71c1c;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    font-size: 13px;
}

@media (max-width: 750px) {
    .tet-click {
        bottom: 100px;
    }

    .tet-click img {
        width: 100px;
    }
}

@media (max-width: 991px) {
    #mobileMenu .dropdown-menu {
        background: transparent !important;
        background-image: none !important;
        border: none !important;
        border-left: 2px solid var(--tet-gold-deep, #bf953f) !important;
        margin-left: 20px !important;
        padding: 5px 0 5px 10px !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        display: none;
    }

    #mobileMenu .dropdown-menu.show {
        display: block;
    }

    #mobileMenu .dropdown-item {
        background: transparent !important;
        color: inherit !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-width: 100% !important;
        display: block !important;
        padding: 8px 10px !important;
        font-size: 0.9rem !important;
    }

    #mobileMenu .dropdown-item:hover,
    #mobileMenu .dropdown-item:active {
        color: var(--tet-crimson, #d32f2f) !important;
        background: rgba(191, 149, 63, 0.05) !important;
    }

    .tet-theme #mobileMenu .dropdown-menu {
        border-left-color: var(--tet-gold-deep) !important;
    }
}