*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

/* CSS Variables */

:root {
  /* Background Colors */
  --background: #f59e0b;
  --foreground: #111827;
  --card: #fff;
  --card-foreground: #111827;
  --popover: #fff;
  --popover-foreground: #111827;
  /* Primary Colors */
  --primary: #DDB657;
  --primary-foreground: #fff;
  /* Title Colors */
  --title: #b29441;
  --title-foreground: #fff;
  /* Secondary Colors */
  --secondary: #bbaa8e;
  --secondary-foreground: #111827;
  /* Muted Colors */
  --muted: #f3f4f6;
  --muted-foreground: #6b7280;
  /* Accent Colors */
  --accent: #b29441;
  --accent-foreground: #111827;
  /* Black Colors */
  --black: #000000;
  --black-90: #121212;
  /* Gray Colors */
  --gray: #808080;
  --silver: #d9d9d9;
  /* Status Colors */
  --destructive: #ef4444;
  --destructive-foreground: #fff;
  /* Border & Input Colors */
  --border: #e5e7eb;
  --input: #e5e7eb;
  --ring: #f59e0b;
  /* Border Radius */
  --radius: 0.5rem;
  /* Font Sizes */
  --font-size-2xs: 0.625rem;
  --font-size-xs: 0.6875rem;
  --font-size-sm: 0.75rem;
  --font-size-base: 0.875rem;
  --font-size-lg: 0.9375rem;
  --font-size-xl: 1rem;
  --font-size-2xl: 1.25rem;
  --font-size-3xl: 2.25rem;
  --font-size-4xl: 2.5rem;
}

/* Base Element Styles */

/* Fonts are loaded separately in fonts.css with defer */

/* Optional: set up some utility classes or custom font stacks */

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 120px;
}

@media (min-width: 768px) {
  [id] {
    scroll-margin-top: 140px;
  }
}

@media (min-width: 1024px) {
  [id] {
    scroll-margin-top: 160px;
  }
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  overflow-x: hidden;
  max-width: 100vw;
  font-family: 'Fz Poppins', 'Poppins', sans-serif;
}

h1{
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px){
  h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h2{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px){
  h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h3{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h4{
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  h4{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h5{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px){
  h5{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

h6{
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px){
  h6{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

p{
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px){
  p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1240px){
  .container{
    max-width: 1240px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1128px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1128px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1128px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* ========================================================================
           Common Section Styles
       ======================================================================== */

.title-section {
  font-family: 'Playfair Display', serif;
}

.header-navbar-desktop>.header-navbar-link:has(.title-section) {
  overflow: visible;
}

.header-navbar-link>.title-section:first-child:hover #language-dropdown {
  display: block;
}

.header-navbar-link>.title-section:last-child:hover #user-dropdown {
  display: block;
}

.header-navbar-mobile-icons>.title-section:hover #user-dropdown-mobile {
  display: block;
}

.header-navbar-mobile-icons>.title-section:hover #language-dropdown-mobile {
  display: block;
}

.header-navbar-mobile-icons>.title-section {
  position: relative;
  overflow: visible;
}

.title-section{
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .title-section{
    font-size: 40px;
  }
}

/* ========================================================================
       BACKGROUND SECTION: Các thuộc tính cho Background Section
       ======================================================================== */

.bg-gradient-primary{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #F4DB89 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 219 137 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #DDB657 var(--tw-gradient-to-position);
}

/* ========================================================================
       BUTTON STYLES: Các thuộc tính cho Button
       ======================================================================== */

.btn{
  display: inline-flex;
  height: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: var(--radius);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  animation-duration: 200ms;
}

.btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn:disabled{
  cursor: not-allowed;
  opacity: 0.5;
}

.btn:focus{
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: transparent;
}

.btn:disabled{
  cursor: not-allowed;
  opacity: 0.5;
}

/* Button Custom */

.header-navbar-desktop>.header-navbar-link:has(.btn-primary) {
  overflow: visible;
}

.header-navbar-link>.btn-primary:first-child:hover #language-dropdown {
  display: block;
}

.header-navbar-link>.btn-primary:last-child:hover #user-dropdown {
  display: block;
}

.header-navbar-mobile-icons>.btn-primary:hover #user-dropdown-mobile {
  display: block;
}

.header-navbar-mobile-icons>.btn-primary:hover #language-dropdown-mobile {
  display: block;
}

.header-navbar-mobile-icons>.btn-primary {
  position: relative;
  overflow: visible;
}

.btn-primary{
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border-color: transparent;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #F4DB89 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 219 137 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #DDB657 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  animation-duration: 300ms;
}

.btn-primary:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-primary:active{
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* .btn-primary::before {
        content: '';
        @apply absolute inset-0 bg-gradient-to-r from-white/0 via-white/20 to-white/0 translate-x-[-100%] transition-transform duration-700;
    } */

/* 
    .btn-primary:hover::before {
        @apply translate-x-[100%];
    } */

/* Button Sizes */

/* ========================================================================
       LABEL GROUP: Các thuộc tính cho Label
       ======================================================================== */

.label{
  margin-bottom: 0.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(9 7 7 / var(--tw-text-opacity, 1));
  font-size: var(--font-size-base);
}

/* ========================================================================
       INPUT GROUP: Các thuộc tính cho Input
       ======================================================================== */

.input {
  font-family: 'Fz Poppins', 'Poppins', sans-serif;
  width: 100%;
  border-radius: var(--radius);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(236 236 240 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(221 182 87 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px){
  .input{
    font-size: 15px;
  }
}

.input:focus::-moz-placeholder{
  color: var(--primary);
}

.input:focus::placeholder{
  color: var(--primary);
}

input[type="checkbox"]:checked{
  accent-color: var(--accent);
  outline: none !important;
  box-shadow: none !important;
}

input[type="checkbox"]:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type="radio"]{
  border-color: var(--accent);
  accent-color: var(--accent);
}

/* ========================================================================
       TEXTAREA GROUP: Các thuộc tính cho Textarea
       ======================================================================== */

.textarea {
  font-family: 'Fz Poppins', 'Poppins', sans-serif;
  width: 100%;
  resize: none;
  border-radius: var(--radius);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(236 236 240 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(221 182 87 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px){
  .textarea{
    font-size: 15px;
  }
}

/* ========================================================================
       BADGE STYLES: Các thuộc tính cho Badge
       ======================================================================== */

/* ========================================================================
        Product Card Styles
    ======================================================================== */

/* .product-card__button {
           @apply w-full bg-[#090707] text-white py-2 px-4 rounded-lg text-[13px] hover:bg-[#1a1816] transition-all duration-300;
       } */

/* ========================================================================
        Course Card Styles
    ======================================================================== */

/* 
           Nếu muốn dạng scroll ngang (nội dung tràn sẽ cuộn theo chiều ngang), dùng như sau: 
       */

/* .course-card__button {
           @apply w-full bg-gradient-to-r from-accent to-[#c9a961] border-transparent text-white hover:from-[#c9a961] hover:to-accent py-3.5 rounded-full transition-all duration-300 text-[15px] shadow-[0_4px_20px_rgba(174,135,62,0.4)] hover:shadow-[0_6px_30px_rgba(174,135,62,0.6)] hover:scale-[1.02] active:scale-[0.98] flex items-center justify-center gap-2 relative overflow-hidden;
       }
   
       .course-card__button::before {
           content: '';
           @apply absolute inset-0 bg-gradient-to-r from-white/0 via-white/20 to-white/0 translate-x-[-100%] transition-transform duration-700;
       } */

/* ========================================================================
        Review Card Styles
    ======================================================================== */

/* ========================================================================
        Noise Overlay Effect
    ======================================================================== */

.noise-overlay-2 {
  position: relative;
  /* Separate from child blend modes */
}

.noise-overlay-2::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='dots' x='0' y='0' width='150' height='150' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='8' cy='12' r='0.4' fill='%23FEFFE5'/%3E%3Ccircle cx='28' cy='5' r='0.35' fill='%23FEFFE5'/%3E%3Ccircle cx='52' cy='18' r='0.45' fill='%23FEFFE5'/%3E%3Ccircle cx='75' cy='8' r='0.4' fill='%23FEFFE5'/%3E%3Ccircle cx='98' cy='22' r='0.35' fill='%23FEFFE5'/%3E%3Ccircle cx='122' cy='15' r='0.45' fill='%23FEFFE5'/%3E%3Ccircle cx='142' cy='28' r='0.4' fill='%23FEFFE5'/%3E%3Ccircle cx='15' cy='35' r='0.35' fill='%23FEFFE5'/%3E%3Ccircle cx='38' cy='42' r='0.45' fill='%23FEFFE5'/%3E%3Ccircle cx='62' cy='38' r='0.4' fill='%23FEFFE5'/%3E%3Ccircle cx='85' cy='48' r='0.35' fill='%23FEFFE5'/%3E%3Ccircle cx='108' cy='45' r='0.45' fill='%23FEFFE5'/%3E%3Ccircle cx='132' cy='52' r='0.4' fill='%23FEFFE5'/%3E%3Ccircle cx='5' cy='58' r='0.35' fill='%23FEFFE5'/%3E%3Ccircle cx='25' cy='65' r='0.45' fill='%23FEFFE5'/%3E%3Ccircle cx='48' cy='72' r='0.4' fill='%23FEFFE5'/%3E%3Ccircle cx='72' cy='68' r='0.35' fill='%23FEFFE5'/%3E%3Ccircle cx='95' cy='78' r='0.45' fill='%23FEFFE5'/%3E%3Ccircle cx='118' cy='75' r='0.4' fill='%23FEFFE5'/%3E%3Ccircle cx='138' cy='82' r='0.35' fill='%23FEFFE5'/%3E%3Ccircle cx='12' cy='88' r='0.45' fill='%23FEFFE5'/%3E%3Ccircle cx='35' cy='95' r='0.4' fill='%23FEFFE5'/%3E%3Ccircle cx='58' cy='92' r='0.35' fill='%23FEFFE5'/%3E%3Ccircle cx='82' cy='102' r='0.45' fill='%23FEFFE5'/%3E%3Ccircle cx='105' cy='98' r='0.4' fill='%23FEFFE5'/%3E%3Ccircle cx='128' cy='108' r='0.35' fill='%23FEFFE5'/%3E%3Ccircle cx='145' cy='115' r='0.45' fill='%23FEFFE5'/%3E%3Ccircle cx='18' cy='122' r='0.4' fill='%23FEFFE5'/%3E%3Ccircle cx='42' cy='128' r='0.35' fill='%23FEFFE5'/%3E%3Ccircle cx='65' cy='135' r='0.45' fill='%23FEFFE5'/%3E%3Ccircle cx='88' cy='132' r='0.4' fill='%23FEFFE5'/%3E%3Ccircle cx='112' cy='142' r='0.35' fill='%23FEFFE5'/%3E%3Ccircle cx='135' cy='138' r='0.45' fill='%23FEFFE5'/%3E%3Ccircle cx='22' cy='148' r='0.4' fill='%23FEFFE5'/%3E%3Ccircle cx='48' cy='152' r='0.35' fill='%23FEFFE5'/%3E%3Ccircle cx='72' cy='145' r='0.45' fill='%23FEFFE5'/%3E%3Ccircle cx='95' cy='155' r='0.4' fill='%23FEFFE5'/%3E%3Ccircle cx='118' cy='148' r='0.35' fill='%23FEFFE5'/%3E%3Ccircle cx='142' cy='158' r='0.45' fill='%23FEFFE5'/%3E%3Ccircle cx='32' cy='25' r='0.3' fill='%23FEFFE5'/%3E%3Ccircle cx='68' cy='32' r='0.25' fill='%23FEFFE5'/%3E%3Ccircle cx='92' cy='28' r='0.3' fill='%23FEFFE5'/%3E%3Ccircle cx='125' cy='38' r='0.25' fill='%23FEFFE5'/%3E%3Ccircle cx='38' cy='55' r='0.3' fill='%23FEFFE5'/%3E%3Ccircle cx='75' cy='58' r='0.25' fill='%23FEFFE5'/%3E%3Ccircle cx='112' cy='62' r='0.3' fill='%23FEFFE5'/%3E%3Ccircle cx='25' cy='78' r='0.25' fill='%23FEFFE5'/%3E%3Ccircle cx='62' cy='82' r='0.3' fill='%23FEFFE5'/%3E%3Ccircle cx='98' cy='88' r='0.25' fill='%23FEFFE5'/%3E%3Ccircle cx='132' cy='92' r='0.3' fill='%23FEFFE5'/%3E%3Ccircle cx='15' cy='105' r='0.25' fill='%23FEFFE5'/%3E%3Ccircle cx='55' cy='112' r='0.3' fill='%23FEFFE5'/%3E%3Ccircle cx='88' cy='118' r='0.25' fill='%23FEFFE5'/%3E%3Ccircle cx='125' cy='125' r='0.3' fill='%23FEFFE5'/%3E%3Ccircle cx='45' cy='142' r='0.25' fill='%23FEFFE5'/%3E%3Ccircle cx='82' cy='148' r='0.3' fill='%23FEFFE5'/%3E%3Ccircle cx='118' cy='152' r='0.25' fill='%23FEFFE5'/%3E%3Ccircle cx='18' cy='62' r='0.55' fill='%23FEFFE5'/%3E%3Ccircle cx='78' cy='85' r='0.5' fill='%23FEFFE5'/%3E%3Ccircle cx='108' cy='108' r='0.55' fill='%23FEFFE5'/%3E%3Ccircle cx='32' cy='115' r='0.5' fill='%23FEFFE5'/%3E%3Ccircle cx='72' cy='125' r='0.55' fill='%23FEFFE5'/%3E%3Ccircle cx='125' cy='68' r='0.5' fill='%23FEFFE5'/%3E%3Ccircle cx='52' cy='105' r='0.55' fill='%23FEFFE5'/%3E%3Ccircle cx='95' cy='135' r='0.5' fill='%23FEFFE5'/%3E%3Ccircle cx='138' cy='142' r='0.55' fill='%23FEFFE5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='150' height='150' fill='url(%23dots)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 150px 150px;
  opacity: 0.85;
  z-index: 1;
  pointer-events: none;
}

/* ========================================================================
          SELECT STYLES: Các thuộc tính cho Select
          ======================================================================== */

/* Option đã được chọn */

select option:checked,
    select option[selected],
    select option:hover,
    select option:focus,
    select option:active {
  background-color: var(--primary) !important;
  color: #fff !important;
}

/* ========================================================================
        Scrollbar Hide Styles
    ======================================================================== */

/* Ẩn scrollbar trên các trình duyệt phổ biến */

/* ========================================================================
        Tabs System Styles
    ======================================================================== */

.tabs .tab-menu.active{
  --tw-border-opacity: 1;
  border-color: rgb(174 135 62 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(174 135 62 / var(--tw-text-opacity, 1));
}

.tabs .tab-content.active{
  display: block;
}

/* ========================================================================
        Tabs-btn System Styles (for products grid, orders, etc.)
    ======================================================================== */

.tabs-btn .tab-menu.active{
  --tw-border-opacity: 1;
  border-color: rgb(174 135 62 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(174 135 62 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tabs-btn .tab-menu.active:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(201 169 97 / var(--tw-bg-opacity, 1));
}

.tabs-btn .tab-content.active{
  display: block;
}

/* ========================================================================
        Pagination Styles
    ======================================================================== */

/* ========================================================================
        Modal Styles (jModal)
    ======================================================================== */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.location-card.active{
  border-color: var(--primary);
}

/* ========================================================================
        Feedback Slider Styles
    ======================================================================== */

.feedback-slider__dot.active{
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(174 135 62 / var(--tw-bg-opacity, 1));
}

.feedback-slider__dot.active:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(201 169 97 / var(--tw-bg-opacity, 1));
}

/* ========================================================================
        Feedback Images Auto-Scroll Slider
    ======================================================================== */

@keyframes feedbackScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-160px * 8 - 8px * 7));
  }
}

/* ========================================================================
        Font Size Utility Classes
    ======================================================================== */

.right-form{
  order: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}

@media (min-width: 640px){
  .right-form{
    padding-top: 200px;
  }
}

@media (min-width: 1024px){
  .right-form{
    order: 2;
    width: 70%;
    justify-content: flex-start;
  }
}

.rounded-frame {
  width: 350px;
  padding: 6px;
  background: white;
  border-radius: 0 35% 0 35%;
  border: 4px double #d7c9b4;
  /* background: linear-gradient(135deg, #F4DB89 0%, #DDB657 50%, #F4DB89 100%); */
  /* hiệu ứng viền kép giống hình 2 */
  overflow: hidden;
}

.rounded-frame img {
  width: 100%;
  display: block;
  border-radius: 0 35% 0 35%;
  /* bo góc ảnh khớp khung */
}

/* ========================================================================
       HEADER LAYOUT GROUP: Header Layout Properties
       ======================================================================== */

.header-wrapper{
  display: flex;
  width: 100%;
  flex-direction: column;
  /* Custom header gradient background and box-shadow */
  background: linear-gradient(180deg, #F4DB89 -42.5%, #FFF 86.37%);
  box-shadow: 0 4px 12px 0 rgba(187, 170, 142, 0.20);
}

/* ========================================================================
       TOPBAR GROUP: Topbar Banner Styles
       ======================================================================== */

.header-topbar{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #F4DB89 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 219 137 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #DDB657 var(--tw-gradient-to-position);
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px){
  .header-topbar{
    gap: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 768px){
  .header-topbar{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.header-topbar .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

@media (min-width: 640px){
  .header-topbar .container{
    gap: 1.5rem;
  }
}

.header-navbar-mobile .container>.header-topbar-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.header-topbar-text{
  flex: 1 1 0%;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(20 20 20 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .header-topbar-text{
    font-size: 13px;
    line-height: 1.375;
  }
}

@media (min-width: 768px){
  .header-topbar-text{
    font-size: 14px;
  }
}

.header-topbar-text {
  line-height: 1.2;
  max-width: calc(100% - 120px);
  word-wrap: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-clamp: 2;
}

/* Override for marquee to work properly - only on mobile */

marquee.header-topbar-text {
  white-space: nowrap !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  line-clamp: unset !important;
  text-overflow: unset !important;
  max-width: none !important;
  word-wrap: normal !important;
}

@media (max-width: 640px) {
  .header-topbar-text {
    font-size: 10px;
    line-height: 1.3;
    max-width: calc(100% - 80px);
  }
}

@media (min-width: 641px) {
  .header-topbar-text {
    max-width: calc(100% - 150px);
  }
}

/* Tablet-specific topbar optimizations (768px - 1023px) */

@media (min-width: 768px) and (max-width: 1023px) {
  .header-topbar {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .header-topbar-text {
    font-size: 12px;
    max-width: calc(100% - 140px);
  }

  .header-topbar-language-button {
    font-size: 12px;
    width:32px;
    height: 32px;
    margin: 0 auto !important;
  }

  .header-topbar-language-icon {
    width: 1rem;
    height: 1rem;
  }

  .header-topbar-language-chevron {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.header-topbar-link{
  --tw-text-opacity: 1;
  color: rgb(20 20 20 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-topbar-link:hover{
  --tw-text-opacity: 1;
  color: rgb(174 135 62 / var(--tw-text-opacity, 1));
}

.header-topbar-lang{
  flex-shrink: 0;
  padding: 0.25rem;
}

.header-topbar-language-button{
  display: flex;
  cursor: pointer;
  align-items: center;
  border-width: 0px;
  background-color: transparent;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(20 20 20 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-topbar-language-button:hover{
  --tw-text-opacity: 1;
  color: rgb(174 135 62 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .header-topbar-language-button{
    font-size: 13px;
  }
}

@media (min-width: 768px){
  .header-topbar-language-button{
    font-size: 14px;
  }
}

.header-topbar-language-icon{
  height: 1.25rem;
  width: 1.25rem;
}

.header-topbar-language-text{
  white-space: nowrap;
}

@media (max-width: 480px) {
  .header-topbar-language-text {
    display: none;
  }
}

.header-topbar-language-chevron{
  height: 0.625rem;
  width: 0.625rem;
}

@media (min-width: 640px){
  .header-topbar-language-chevron{
    height: 0.75rem;
    width: 0.75rem;
  }
}

@media (min-width: 768px){
  .header-topbar-language-chevron{
    height: 1rem;
    width: 1rem;
  }
}

/* Language Dropdown Topbar */

#language-dropdown-topbar {
  position: absolute !important;
  z-index: 9999 !important;
  top: 70% !important;
  right: 0 !important;
  display: none !important;
}

/* Ensure topbar lang container doesn't clip dropdown */

.header-topbar-lang {
  overflow: visible !important;
  z-index: 10;
}

/* Show language dropdown on hover */

.header-topbar-lang:hover #language-dropdown-topbar,
    #language-toggle-topbar:hover~#language-dropdown-topbar {
  display: block !important;
}

/* Keep language dropdown visible when hovering over it */

#language-dropdown-topbar:hover {
  display: block !important;
}

/* Ensure dropdown text is always dark */

#language-dropdown-topbar * {
  color: #333 !important;
}

/* ========================================================================
       NAVBAR GROUP: Navigation Bar Styles
       ======================================================================== */

.header-navbar-desktop>.header-navbar-link:has(.header-navbar-desktop) {
  overflow: visible;
}

.header-navbar-link>.header-navbar-desktop:first-child:hover #language-dropdown {
  display: block;
}

.header-navbar-link>.header-navbar-desktop:last-child:hover #user-dropdown {
  display: block;
}

.header-navbar-mobile-icons>.header-navbar-desktop:hover #user-dropdown-mobile {
  display: block;
}

.header-navbar-mobile-icons>.header-navbar-desktop:hover #language-dropdown-mobile {
  display: block;
}

.header-navbar-mobile-icons>.header-navbar-desktop {
  position: relative;
  overflow: visible;
}

.header-navbar-desktop{
  position: relative;
  display: none;
  min-height: 90px;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
  white-space: nowrap;
  border-radius: var(--radius);
  border-color: transparent;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #f8e8b1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 232 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  animation-duration: 300ms;
}

@media (min-width: 768px){
  .header-navbar-desktop{
    display: flex;
  }
}

/* Tablet-specific optimizations (768px - 1023px) */

@media (min-width: 768px) and (max-width: 1023px) {
  .header-navbar-desktop {
    min-height: 90px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-navbar-desktop .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-navbar-link {
    font-size: 14px;
    padding: 0.25rem 0;
  }

  .header-logo {
    max-height: 80px;
  }

  .header-navbar-desktop form {
    min-width: 180px;
    max-width: 200px;
  }

  .header-navbar-desktop form input {
    font-size: 13px;
    padding-left: 2.5rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .header-navbar-desktop form i {
    width: 1rem;
    height: 1rem;
    left: 0.75rem;
  }

  .header-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .header-navbar-desktop .container>div:first-child {
    flex-shrink: 1;
    min-width: 0;
  }
}

/* Center navigation links */

/* .header-navbar-desktop > div:first-child {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    } */

/* Ensure icons container stays on the right */

.header-navbar-desktop>div:last-child {
  position: relative;
  z-index: 9;
}

/* Ensure language dropdown container doesn't get clipped */

.header-navbar-desktop>.header-navbar-link:has(.relative) {
  overflow: visible !important;
}

.header-navbar-desktop>.header-navbar-link:has(.header-navbar-mobile) {
  overflow: visible;
}

.header-navbar-link>.header-navbar-mobile:first-child:hover #language-dropdown {
  display: block;
}

.header-navbar-link>.header-navbar-mobile:last-child:hover #user-dropdown {
  display: block;
}

.header-navbar-mobile-icons>.header-navbar-mobile:hover #user-dropdown-mobile {
  display: block;
}

.header-navbar-mobile-icons>.header-navbar-mobile:hover #language-dropdown-mobile {
  display: block;
}

.header-navbar-mobile-icons>.header-navbar-mobile {
min-height: 56px;  position: relative;
  overflow: visible;
}

.header-navbar-mobile{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #f8e8b1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 232 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position);
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  animation-duration: 300ms;
}

@media (min-width: 640px){
  .header-navbar-mobile{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px){
  .header-navbar-mobile{
    display: none;
  }
}

.header-navbar-mobile .container{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.nav-bg-blur .header-navbar-mobile-links a,
    .nav-bg-blur .header-navbar-mobile-links svg,
    .nav-bg-blur .header-navbar-mobile-links,
    .nav-bg-blur .header-navbar-mobile-toggle,
    .nav-bg-blur .header-icon-button {
  color: #fff !important;
}

.header-navbar-link{
  flex-shrink: 0;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-navbar-link:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.header-navbar-link {
  position: relative !important;
  overflow: visible !important;
}

/* Hover underline effect - black line animation */

.header-navbar-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: width 0.3s ease;
}

.header-navbar-link:hover::after {
  width: 100%;
}

/* Active state - darker black text and yellow underline */

.header-navbar-link.active{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  color: #000 !important;
}

.header-navbar-link.active::after {
  width: 100%;
  background-color: #DDB657;
  height: 2px;
}

.header-navbar-mobile-toggle{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  flex-shrink: 0;
  width: 24px;
  pointer-events: auto;
}

.header-navbar-mobile-icon{
  height: 1.5rem;
  width: 1.5rem;
  pointer-events: auto;
}

.header-navbar-mobile-toggle * {
  pointer-events: auto;
}

/* Logo Styles */

.header-logo-link{
  display: flex;
  align-items: center;
}

.header-logo{
  height: auto;
  max-height: 80px;
  width: auto;
}

@media (max-width: 640px) {
  .header-logo {
    max-height: 50px;
  }
}

/* Mobile Logo Centering */

.header-navbar-mobile .container>.flex-1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/* Header Icons */

.header-navbar-icons{
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-navbar-mobile-icons{
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  width: auto;
}

.header-icon-button{
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-icon-button:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.header-icon{
  height: 1.5rem;
  width: 1.5rem;
}

/* Language Dropdown */

#language-dropdown {
  position: absolute !important;
  z-index: 9999 !important;
  top: 100% !important;
  right: 0 !important;
  display: none !important;
}

/* Ensure dropdown text is always dark */

#language-dropdown *,
    #language-dropdown-mobile * {
  color: #333 !important;
}

/* Override nav-bg-blur for dropdown */

/* Show language dropdown on hover - only for language container */

.header-navbar-link>.relative:first-child:hover #language-dropdown,
    #language-toggle:hover~#language-dropdown {
  display: block !important;
}

/* Keep language dropdown visible when hovering over it */

#language-dropdown:hover {
  display: block !important;
}

/* Search Dropdown */

#search-dropdown {
  position: absolute !important;
  z-index: 9999 !important;
  top: 100% !important;
  right: 0 !important;
  display: none !important;
}

/* Ensure search dropdown text is always dark */

#search-dropdown * {
  color: #333 !important;
}

/* Override nav-bg-blur for search dropdown */

/* User Dropdown */

#user-dropdown {
  position: absolute !important;
  z-index: 9999 !important;
  top: 100% !important;
  right: 0 !important;
  display: none !important;
}

/* Ensure user dropdown text is always dark */

#user-dropdown * {
  color: #333 !important;
}

/* Override nav-bg-blur for user dropdown */

/* Show user dropdown on hover - only for user container */

.header-navbar-link>.relative:last-child:hover #user-dropdown,
    #user-toggle:hover~#user-dropdown {
  display: block !important;
}

/* Keep user dropdown visible when hovering over it */

#user-dropdown:hover {
  display: block !important;
}

/* User Dropdown Mobile */

#user-dropdown-mobile {
  position: absolute !important;
  z-index: 9999 !important;
  top: 100% !important;
  right: 0 !important;
  display: none !important;
}

/* Ensure user dropdown mobile text is always dark */

#user-dropdown-mobile * {
  color: #333 !important;
}

/* Override nav-bg-blur for user dropdown mobile */

/* Show user dropdown mobile on click/touch */

.header-navbar-mobile-icons>.relative:hover #user-dropdown-mobile,
    #user-toggle-mobile:hover~#user-dropdown-mobile {
  display: block !important;
}

/* Keep user dropdown mobile visible when hovering over it */

#user-dropdown-mobile:hover {
  display: block !important;
}

/* Language Dropdown Mobile */

#language-dropdown-mobile {
  position: absolute !important;
  z-index: 9999 !important;
  top: 100% !important;
  right: 0 !important;
  display: none !important;
}

/* Show mobile dropdown on hover */

.header-navbar-mobile-icons>.relative:hover #language-dropdown-mobile,
    #language-toggle-mobile:hover~#language-dropdown-mobile {
  display: block !important;
}

/* Ensure language dropdown container doesn't clip */

.header-navbar-link>div {
  position: relative !important;
  overflow: visible !important;
}

/* Ensure mobile language dropdown container doesn't clip */

.header-navbar-mobile-icons>.relative {
  position: relative !important;
  overflow: visible !important;
}

/* Ensure mobile links container can scroll */

.header-navbar-mobile-icons {
  overflow-x: visible !important;
  overflow-y: visible !important;
}

/* Mobile Drawer */

.header-mobile-drawer{
  pointer-events: none;
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 9999;
}

#main-navbar.header-mobile-drawer,
#mobile-navbar.header-mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  transition: all 0.3s ease;
}

.header-mobile-drawer {
  top: 0;
  height: 100vh;
}

.header-mobile-drawer.active{
  pointer-events: auto;
}

.header-mobile-drawer-overlay{
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.5);
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  animation-duration: 300ms;
  display: block;
}

.header-mobile-drawer.active .header-mobile-drawer-overlay{
  opacity: 1;
  display: block;
}

.header-mobile-drawer-content{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-duration: 300ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  overflow-y: auto;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
}

.header-mobile-drawer.active .header-mobile-drawer-content{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.header-mobile-drawer-header{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #f8e8b1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 232 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position);
  padding: 1rem;
}

@media (min-width: 640px){
  .header-mobile-drawer-header{
    padding: 1.5rem;
  }
}

.header-mobile-drawer-header {
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-mobile-drawer-close{
  cursor: pointer;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-mobile-drawer-close:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.header-mobile-drawer-close {
  flex-shrink: 0;
}

.header-mobile-drawer-close i{
  height: 1.5rem;
  width: 1.5rem;
}

.header-mobile-drawer-body{
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
}

.header-mobile-drawer-section{
  display: flex;
  flex-direction: column;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.header-mobile-drawer-section:last-child{
  border-bottom-width: 0px;
}

.header-mobile-drawer-link{
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-mobile-drawer-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* Mobile Search Input with Gradient Border */

.header-mobile-search-wrapper {
  position: relative;
  padding: 1px;
  background: linear-gradient(to bottom, #f4db89, #fff);
  border-radius: 0.5rem;
}

/* Desktop Search Input with Gradient Border */

.header-desktop-search-wrapper {
  position: relative;
  padding: 1px;
  background: linear-gradient(to bottom, #f4db89, #fff);
  border-radius: 9999px;
}

.header-mobile-search-input,
    .header-desktop-search-input {
  border: none;
  outline: none;
}

.header-mobile-search-input:focus,
    .header-desktop-search-input:focus {
  outline: none;
}

/* Social Media Icons */

.header-social-icon{
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-social-icon:hover{
  --tw-text-opacity: 1;
  color: rgb(174 135 62 / var(--tw-text-opacity, 1));
}

/* Cart Checkbox Styling */

.cart-item-checkbox,
    #cart-select-all {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cart-item-checkbox:checked,
    #cart-select-all:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* ========================================================================
       FOOTER LAYOUT GROUP: Footer Layout Properties
       ======================================================================== */

/* ========================================================================
       FOOTER BOTTOM GROUP: Footer Bottom Properties
       ======================================================================== */

/* ========================================================================
       FOOTER CONTACT GROUP: Footer Contact Properties
       ======================================================================== */

/* ========================================================================
       FOOTER CURRENCY GROUP: Footer Currency Selector
       ======================================================================== */

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-\[100\%\]{
  bottom: 100%;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-3{
  left: 0.75rem;
}

.right-0{
  right: 0px;
}

.right-\[-200px\]{
  right: -200px;
}

.top-1\/2{
  top: 50%;
}

.top-full{
  top: 100%;
}

.z-10{
  z-index: 10;
}

.z-\[10001\]{
  z-index: 10001;
}

.z-\[9999\]{
  z-index: 9999;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.m-0{
  margin: 0px;
}

.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.ml-1\.5{
  margin-left: 0.375rem;
}

.ml-auto{
  margin-left: auto;
}

.mr-20{
  margin-right: 5rem;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-32{
  height: 8rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-\[150px\]{
  height: 150px;
}

.h-\[80px\]{
  height: 80px;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.min-h-\[118px\]{
  min-height: 118px;
}

.min-h-screen{
  min-height: 100vh;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-\[1000px\]{
  width: 1000px;
}

.w-\[120px\]{
  width: 120px;
}

.w-\[55\%\]{
  width: 55%;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.min-w-0{
  min-width: 0px;
}

.min-w-\[150px\]{
  min-width: 150px;
}

.min-w-\[180px\]{
  min-width: 180px;
}

.max-w-\[307px\]{
  max-width: 307px;
}

.max-w-\[662px\]{
  max-width: 662px;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize-none{
  resize: none;
}

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

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

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.content-stretch{
  align-content: stretch;
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[16px\]{
  border-radius: 16px;
}

.rounded-\[22px\]{
  border-radius: 22px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: var(--radius);
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-t{
  border-top-width: 1px;
}

.border-none{
  border-style: none;
}

.border-\[\#ae873e\]{
  --tw-border-opacity: 1;
  border-color: rgb(174 135 62 / var(--tw-border-opacity, 1));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-primary{
  border-color: var(--primary);
}

.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.bg-\[\#121212\]{
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1a1a1a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F4DB89\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 219 137 / var(--tw-bg-opacity, 1));
}

.bg-\[\#c9a961\]{
  --tw-bg-opacity: 1;
  background-color: rgb(201 169 97 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fefcf4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 244 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\]\/90{
  background-color: rgb(255 255 255 / 0.9);
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.fill-current{
  fill: currentColor;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pr-4{
  padding-right: 1rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-\[Playfair_Display\]{
  font-weight: Playfair Display;
}

.font-bold{
  font-weight: 700;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.leading-relaxed{
  line-height: 1.625;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.text-\[\#000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-\[\#8A9904\]{
  --tw-text-opacity: 1;
  color: rgb(138 153 4 / var(--tw-text-opacity, 1));
}

.text-\[\#FFFCCF\]{
  --tw-text-opacity: 1;
  color: rgb(255 252 207 / var(--tw-text-opacity, 1));
}

.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-primary{
  color: var(--primary);
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

@keyframes enter{
  from{
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit{
  to{
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

.duration-300{
  animation-duration: 300ms;
}

/* Các thành phần dùng lại cho all trang ví dụ btn, tab, input, bg, color, text, card, badge, .v.v. */

/* ========================================================================
   GLOBALS.CSS - CSS Variables & Component Styles
   ======================================================================== */

/* ========================================================================
      @LAYER BASE - CSS Variables & Base Styles
      ======================================================================== */

/* ========================================================================
      @LAYER COMPONENTS - Reusable Component Styles
      ======================================================================== */

/* Các thành phần cho Header */

/* ========================================================================
   HEADER.CSS - Header Component Styles
   ======================================================================== */

/* ========================================================================
   Sticky Navigation Styles
   ======================================================================== */

/* When scroll down - background #f8f7f6 blur with transparency */

.nav-bg-blur {
  /* background-color: rgb(0 0 0 / 15%) !important; */
  /* backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important; */
  /* box-shadow: 0 2px 10px rgb(82 82 82) !important;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease; */
}

/* 
#main-navbar.nav-bg-blur {
    background-color: rgb(0 0 0 / 30%) !important;
  
    box-shadow: 0 2px 10px rgb(82 82 82) !important;

} */

.header-navbar-desktop.nav-bg-blur a,
.header-navbar-desktop.nav-bg-blur svg,
.header-navbar-desktop.nav-bg-blur button {
  color: #fff !important;
}

/* Fixed navbar styles */

#main-navbar.fixed,
#mobile-navbar.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10000 !important;
  transition: all 0.3s ease;
}

/* White background for fixed navbar */

.nav-bg-white {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  /* background-color: #f8f7f6 !important; */
  border-radius: 0 !important;
  max-height: 90px;
}

/* Ensure topbar is not fixed - it should scroll away */

.header-topbar {
  position: relative;
}

/* Mobile Menu Animation */

#mobile-menu {
  animation: fadeIn 0.25s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================================================
   @LAYER COMPONENTS - Header Specific Components
   ======================================================================== */

/* Các thành phần Blaze Slider */

.blaze-slider {
  --slides-to-show: 5;
  --slide-gap: 30px;
  direction: ltr;
  position: relative;
}

.blaze-container {
  position: relative
}

.blaze-track-container {
  overflow: hidden;
  margin: 0 auto;
}

.blaze-track {
  will-change: transform;
  touch-action: pan-y;
  display: flex;
  gap: var(--slide-gap);
  --slide-width: calc((100% - (var(--slides-to-show) - 1) * var(--slide-gap)) / var(--slides-to-show));
  box-sizing: border-box
}

.blaze-track>* {
  box-sizing: border-box;
  width: var(--slide-width);
  flex-shrink: 0
}

/* Custom styles for real estate slider */

.blaze-slider .blaze-track>* {
  padding: 0;
}

/* Each slide contains a single card */

.blaze-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.blaze-slide>div {
  width: 100%;
}

/* Pagination styles */

.blaze-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  min-height: 10px;
  margin-top: 24px;
}

.blaze-pagination button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background-color: #d1d5db;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}

.blaze-pagination button.active {
  background-color: var(--secondary);
}

/* Navigation button styles */

.blaze-prev,
.blaze-next {
  /* Mặc định ẩn (mobile) */
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border: none;
  background-color: var(--primary);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Hiển thị trên tablet & desktop (>= 640px) */

@media (min-width: 640px) {
  .blaze-prev,
    .blaze-next {
    display: flex;
  }
}

.blaze-prev {
  left: -24px;
}

.blaze-next {
  right: -24px;
}

.blaze-prev:hover,
.blaze-next:hover {
  background-color: var(--primary);
  transform: translateY(-50%);
}

.blaze-prev:disabled,
.blaze-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: translateY(-50%);
}

.blaze-prev:disabled:hover,
.blaze-next:disabled:hover {
  transform: translateY(-50%);
}

.bslider-image .blaze-prev {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0.5rem;
  transition: all 0.3s ease;
}

.bslider-image .blaze-prev:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.bslider-image .blaze-next {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0.5rem;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.bslider-image .blaze-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/* Responsive adjustments */

@media (max-width: 767px) {
  .blaze-slider {
    --slides-to-show: 1;
    --slide-gap: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .blaze-slider {
    --slides-to-show: 3;
    --slide-gap: 16px;
  }
}

/* =============================================================
   CLS FIXES - Mirror JS config in src/assets/js/sliders.js
   Declare CSS variables early so layout matches before JS runs
   ============================================================= */

/* bslider-6: 1 → 2 → 3 → 4 → 5 → 6 */

.bslider-6.blaze-slider {
  --slides-to-show: 1;
  --slide-gap: 16px;
}

@media (min-width: 500px) and (max-width: 768px) {
  .bslider-6.blaze-slider {
    --slides-to-show: 2;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bslider-6.blaze-slider {
    --slides-to-show: 3;
  }
}

@media (min-width: 1023px) and (max-width: 1360px) {
  .bslider-6.blaze-slider {
    --slides-to-show: 4;
  }
}

@media (min-width: 1360px) and (max-width: 1590px) {
  .bslider-6.blaze-slider {
    --slides-to-show: 5;
  }
}

@media (min-width: 1590px) {
  .bslider-6.blaze-slider {
    --slides-to-show: 6;
  }
}

/* bslider-5: 1 → 2 → 3 → 4 → 5 */

.bslider-5.blaze-slider {
  --slides-to-show: 1;
  --slide-gap: 16px;
}

@media (min-width: 500px) and (max-width: 768px) {
  .bslider-5.blaze-slider {
    --slides-to-show: 2;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bslider-5.blaze-slider {
    --slides-to-show: 3;
  }
}

@media (min-width: 1023px) and (max-width: 1360px) {
  .bslider-5.blaze-slider {
    --slides-to-show: 4;
  }
}

@media (min-width: 1360px) {
  .bslider-5.blaze-slider {
    --slides-to-show: 5;
  }
}

/* bslider-4: 1 → 2 → 3 → 4 */

.bslider-4.blaze-slider {
  --slides-to-show: 1;
  --slide-gap: 16px;
}

@media (min-width: 500px) and (max-width: 768px) {
  .bslider-4.blaze-slider {
    --slides-to-show: 2;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bslider-4.blaze-slider {
    --slides-to-show: 3;
  }
}

@media (min-width: 1023px) {
  .bslider-4.blaze-slider {
    --slides-to-show: 4;
  }
}

/* bslider-3: 1 → 2 (>=600) → 3 (>=1023) */

.bslider-3.blaze-slider {
  --slides-to-show: 1;
  --slide-gap: 16px;
}

@media (min-width: 600px) and (max-width: 1023px) {
  .bslider-3.blaze-slider {
    --slides-to-show: 2;
  }
}

@media (min-width: 1023px) {
  .bslider-3.blaze-slider {
    --slides-to-show: 3;
  }
}

/* bslider-feedback-testimonials: 1 → 2 (>=600) → 3 (>=1023) with autoplay */

.bslider-feedback-testimonials.blaze-slider {
  --slides-to-show: 1;
  --slide-gap: 16px;
}

@media (min-width: 600px) and (max-width: 1023px) {
  .bslider-feedback-testimonials.blaze-slider {
    --slides-to-show: 2;
  }
}

@media (min-width: 1023px) {
  .bslider-feedback-testimonials.blaze-slider {
    --slides-to-show: 3;
  }
}

/* Image pagination styles */

.blaze-pagination-image {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.blaze-pagination-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}

.blaze-pagination-item:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.blaze-pagination-item.active {
  border-color: var(--secondary);
  box-shadow: 0 0 0 2px var(--secondary);
}

.blaze-pagination-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease;
}

.blaze-pagination-item:hover img {
  opacity: 0.9;
}

/* Responsive image pagination */

@media (max-width: 640px) {
  .blaze-pagination-item {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 641px) and (max-width: 768px) {
  .blaze-pagination-item {
    width: 70px;
    height: 70px;
  }
}

/* ========================================================================
   Feedback Slider Styles
   ======================================================================== */

.blaze-slider.bslider-testimonials {
  overflow: visible;
}

.blaze-slider.bslider-testimonials .blaze-container {
  overflow: visible;
}

.blaze-slider.bslider-testimonials .blaze-track-container {
  overflow: visible;
  margin-left: 0;
  margin-right: 0;
}

.section_testimonials .blaze-next,
.section_testimonials .blaze-prev {
  display: none !important;
}

@media (min-width: 640px) {
  .section_testimonials .blaze-next,
    .section_testimonials .blaze-prev {
    display: flex !important;
  }
}

.section_testimonials .blaze-prev {
  left: -60px;
}

.section_testimonials .blaze-next {
  right: -60px;
}

/* Hero slider navigation buttons */

.blaze-slider.bslider-hero .blaze-prev {
  left: 0px;
  width: 48px;
  height: 48px;
  border-radius: 0;
}

.blaze-slider.bslider-hero .blaze-next {
  right: 0px;
  width: 48px;
  height: 48px;
  border-radius: 0;
}

/* Hero slider mobile navigation buttons */

.blaze-slider.bslider-hero-mobile .blaze-prev,
.blaze-slider.bslider-hero-mobile .blaze-next{
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #DDB657;
  color: #000;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.blaze-slider.bslider-hero-mobile .blaze-prev {
  left: 0px;
}

.blaze-slider.bslider-hero-mobile .blaze-next {
  right: 0px;
}

.blaze-slider.bslider-hero-mobile .blaze-prev:hover,
.blaze-slider.bslider-hero-mobile .blaze-next:hover {
  background-color: #F4DB89;
}

/* Feedback slider - Auto-scrolling image gallery */

.bslider-feedback.blaze-slider {
  --slides-to-show: 1;
  --slide-gap: 16px;
}

@media (min-width: 500px) and (max-width: 768px) {
  .bslider-feedback.blaze-slider {
    --slides-to-show: 2;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bslider-feedback.blaze-slider {
    --slides-to-show: 3;
  }
}

@media (min-width: 1023px) and (max-width: 1360px) {
  .bslider-feedback.blaze-slider {
    --slides-to-show: 4;
  }
}

@media (min-width: 1360px) and (max-width: 1590px) {
  .bslider-feedback.blaze-slider {
    --slides-to-show: 5;
  }
}

@media (min-width: 1590px) {
  .bslider-feedback.blaze-slider {
    --slides-to-show: 6;
  }
}

/* Hide navigation buttons for feedback slider */

.blaze-slider.bslider-feedback .blaze-prev,
.blaze-slider.bslider-feedback .blaze-next {
  display: none;
}

/* Các thành phần cho News Page */

/* News Page Styles */

/* Line clamp utility - Keep outside @apply as it uses webkit properties */

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* News Grid Section */

.news-grid-section{
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  min-height: calc(100vh - 200px);
}

.header-navbar-desktop>.header-navbar-link:has(.news-image-wrapper) {
  overflow: visible;
}

.header-navbar-link>.news-image-wrapper:first-child:hover #language-dropdown {
  display: block;
}

.header-navbar-link>.news-image-wrapper:last-child:hover #user-dropdown {
  display: block;
}

.header-navbar-mobile-icons>.news-image-wrapper:hover #user-dropdown-mobile {
  display: block;
}

.header-navbar-mobile-icons>.news-image-wrapper:hover #language-dropdown-mobile {
  display: block;
}

.header-navbar-mobile-icons>.news-image-wrapper {
  position: relative;
  overflow: visible;
}

.news-image-wrapper{
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}

.news-image-wrapper img{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  animation-duration: 300ms;
}

.news-title{
  line-height: 1.3;
  min-height: 3rem;
}

.news-excerpt{
  line-height: 1.6;
  min-height: 3rem;
}

.news-meta{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.news-meta i{
  height: 1rem;
  width: 1rem;
}

.section-title{
  line-height: 1.2;
}

/* Responsive adjustments */

@media (max-width: 640px) {
  .news-grid-section{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .news-title{
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 2.5rem;
  }

  .news-excerpt{
    font-size: 0.875rem;
    line-height: 1.25rem;
    min-height: 2.5rem;
  }

  .news-image-wrapper img{
    height: 180px;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .news-grid-section{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* News Sidebar */

.news-sidebar{
  position: sticky;
  overflow-y: auto;
  top: 100px;
  max-height: calc(100vh - 120px);
}

.sidebar-news-item{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}

.sidebar-news-item:last-child{
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

.sidebar-thumbnail{
  flex-shrink: 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.sidebar-thumbnail img{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  animation-duration: 300ms;
}

.sidebar-news-item:hover .sidebar-thumbnail img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sidebar-news-title{
  line-height: 1.4;
}

.sidebar-news-time{
  margin-top: 0.25rem;
}

/* Scrollbar styling for sidebar - Keep outside @apply as it uses webkit pseudo-elements */

.news-sidebar::-webkit-scrollbar {
  width: 6px;
}

.news-sidebar::-webkit-scrollbar-track{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  border-radius: 3px;
}

.news-sidebar::-webkit-scrollbar-thumb{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
  border-radius: 3px;
}

.news-sidebar::-webkit-scrollbar-thumb:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

/* Sidebar Categories */

.header-navbar-desktop>.header-navbar-link:has(.sidebar-category-item) {
  overflow: visible;
}

.header-navbar-link>.sidebar-category-item:first-child:hover #language-dropdown {
  display: block;
}

.header-navbar-link>.sidebar-category-item:last-child:hover #user-dropdown {
  display: block;
}

.header-navbar-mobile-icons>.sidebar-category-item:hover #user-dropdown-mobile {
  display: block;
}

.header-navbar-mobile-icons>.sidebar-category-item:hover #language-dropdown-mobile {
  display: block;
}

.header-navbar-mobile-icons>.sidebar-category-item {
  position: relative;
  overflow: visible;
}

.sidebar-category-item{
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  animation-duration: 300ms;
}

.sidebar-category-icon{
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  animation-duration: 300ms;
  color: #ae873e;
  transform: translateX(-8px);
}

.sidebar-category-item:hover{
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sidebar-category-item:hover .sidebar-category-icon{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.sidebar-category-item span {
  transition: margin-left 0.3s ease;
}

.sidebar-category-item:hover span {
  margin-left: 0.375rem;
}

/* Responsive adjustments for sidebar */

@media (max-width: 1024px) {
  .news-sidebar{
    position: static;
    margin-top: 2rem;
    max-height: none;
  }
}

/* Single News Page Styles */

.single-news-section {
  min-height: calc(100vh - 200px);
}

.single-news-header{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-bottom: 1.5rem;
}

.single-news-title{
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.single-news-meta{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.single-news-meta i{
  height: 1rem;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.single-news-featured-image{
  margin-bottom: 2rem;
}

.single-news-featured-image img{
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-news-image{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.single-news-image img{
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Article Content Styling */

.single-news-content{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.single-news-content h2{
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.single-news-content h3{
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.single-news-content p{
  margin-bottom: 1rem;
  line-height: 1.75rem;
}

.single-news-content ul{
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.single-news-content li{
  margin-bottom: 0.5rem;
  line-height: 1.75rem;
}

.single-news-content .lead{
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

/* Social Sharing */

.single-news-sharing{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.social-share-btn{
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  animation-duration: 200ms;
}

.social-share-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  transform: translateY(-2px);
}

.social-share-btn.facebook:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #1877f2;
}

.social-share-btn.zalo:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #0068ff;
}

.social-share-btn.copy-link:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #ae873e;
}

/* Single News Sidebar */

.single-news-sidebar{
  position: sticky;
  top: 100px;
}

.sidebar-widget{
  margin-bottom: 2rem;
}

.sidebar-widget:last-child{
  margin-bottom: 0px;
}

.sidebar-widget-title{
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

/* Author Card */

.author-card{
  border-radius: var(--radius);
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.author-avatar{
  flex-shrink: 0;
}

.author-name{
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.author-bio{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

/* Article Stats */

.article-stats{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.stat-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.stat-item i{
  height: 1rem;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

/* Featured News */

.featured-news-list{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.featured-news-item{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  animation-duration: 200ms;
}

.featured-news-item:hover{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.featured-number{
  display: flex;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.header-navbar-mobile .container>.featured-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.featured-content{
  flex: 1 1 0%;
}

.featured-title{
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.featured-meta{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

/* Categories */

.categories-list{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.category-tag{
  display: inline-block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  animation-duration: 200ms;
}

.category-tag:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #ae873e;
  transform: translateY(-2px);
}

/* Responsive adjustments for single news */

@media (max-width: 1024px) {
  .single-news-sidebar{
    position: static;
    margin-top: 2rem;
  }

  .single-news-title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .single-news-content h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .single-news-content h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (max-width: 640px) {
  .single-news-title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .single-news-content .lead{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .single-news-content h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .single-news-content h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .single-news-featured-image img{
    max-height: 300px;
  }

  .single-news-image img{
    max-height: 250px;
  }
}

/* Các thành phần cho Footer */

/* ========================================================================
   FOOTER.CSS - Footer Component Styles
   ======================================================================== */

/* ========================================================================
   @LAYER COMPONENTS - Footer Specific Components
   ======================================================================== */

.placeholder\:text-black::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.placeholder\:text-black::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.checked\:border-primary:checked{
  border-color: var(--primary);
}

.checked\:bg-primary:checked{
  background-color: var(--primary);
}

.hover\:rounded-\[9999px\]:hover{
  border-radius: 9999px;
}

.hover\:rounded-full:hover{
  border-radius: 9999px;
}

.hover\:border:hover{
  border-width: 1px;
}

.hover\:border-\[\#ae873e\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(174 135 62 / var(--tw-border-opacity, 1));
}

.hover\:border-primary:hover{
  border-color: var(--primary);
}

.hover\:border-red-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#FFF9F2\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#c9a552\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(201 165 82 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover{
  background-color: var(--primary);
}

.hover\:text-\[\#ae873e\]:hover{
  --tw-text-opacity: 1;
  color: rgb(174 135 62 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover{
  color: var(--primary);
}

.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[\#F4FFCF\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 255 207 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary:focus{
  --tw-ring-color: var(--primary);
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-\[\#ae873e\]{
  --tw-text-opacity: 1;
  color: rgb(174 135 62 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .sm\:bottom-\[50\%\]{
    bottom: 50%;
  }

  .sm\:mb-8{
    margin-bottom: 2rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:h-20{
    height: 5rem;
  }

  .sm\:h-6{
    height: 1.5rem;
  }

  .sm\:h-\[180px\]{
    height: 180px;
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:w-6{
    width: 1.5rem;
  }

  .sm\:w-\[55\%\]{
    width: 55%;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:gap-10{
    gap: 2.5rem;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pl-10{
    padding-left: 2.5rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-\[15px\]{
    font-size: 15px;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .md\:bottom-\[50\%\]{
    bottom: 50%;
  }

  .md\:mb-16{
    margin-bottom: 4rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-\[30\%\]{
    width: 30%;
  }

  .md\:w-\[55\%\]{
    width: 55%;
  }

  .md\:min-w-\[200px\]{
    min-width: 200px;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:gap-3{
    gap: 0.75rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px){
  .lg\:bottom-\[50\%\]{
    bottom: 50%;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:w-\[350px\]{
    width: 350px;
  }

  .lg\:w-\[55\%\]{
    width: 55%;
  }

  .lg\:min-w-\[250px\]{
    min-width: 250px;
  }

  .lg\:max-w-\[640px\]{
    max-width: 640px;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[2fr_1fr_1fr_2fr\]{
    grid-template-columns: 2fr 1fr 1fr 2fr;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-\[24px\]{
    gap: 24px;
  }

  .lg\:gap-\[30px\]{
    gap: 30px;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .xl\:gap-16{
    gap: 4rem;
  }
}

