@charset "UTF-8";
@import "./../fonts/poppins/stylesheet.css";
*, ::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: rgba(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: rgba(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;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.\!static{
  position: static !important;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-2{
  bottom: -0.5rem;
}
.-left-3{
  left: -0.75rem;
}
.-right-3{
  right: -0.75rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-12{
  bottom: 3rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.bottom-\[50\%\]{
  bottom: 50%;
}
.end-0{
  inset-inline-end: 0px;
}
.end-1{
  inset-inline-end: 0.25rem;
}
.left-0{
  left: 0px;
}
.left-3{
  left: 0.75rem;
}
.left-5{
  left: 1.25rem;
}
.left-6{
  left: 1.5rem;
}
.left-\[5px\]{
  left: 5px;
}
.right-0{
  right: 0px;
}
.right-3{
  right: 0.75rem;
}
.right-5{
  right: 1.25rem;
}
.right-6{
  right: 1.5rem;
}
.start-0{
  inset-inline-start: 0px;
}
.start-1{
  inset-inline-start: 0.25rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-12{
  top: 3rem;
}
.top-24{
  top: 6rem;
}
.top-3{
  top: 0.75rem;
}
.top-full{
  top: 100%;
}
.isolate{
  isolation: isolate;
}
.-z-10{
  z-index: -10;
}
.z-0{
  z-index: 0;
}
.z-1{
  z-index: 1;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[2\]{
  z-index: 2;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.col-auto{
  grid-column: auto;
}
.float-start{
  float: inline-start;
}
.float-left{
  float: left;
}
.clear-both{
  clear: both;
}
.m-0{
  margin: 0px;
}
.m-1{
  margin: 0.25rem;
}
.m-16{
  margin: 4rem;
}
.m-2{
  margin: 0.5rem;
}
.m-7{
  margin: 1.75rem;
}
.m-auto{
  margin: auto;
}
.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.\!mb-5{
  margin-bottom: 1.25rem !important;
}
.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-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.me-1{
  -webkit-margin-end: 0.25rem;
          margin-inline-end: 0.25rem;
}
.me-2{
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.ms-1{
  -webkit-margin-start: 0.25rem;
          margin-inline-start: 0.25rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.box-content{
  box-sizing: content-box;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.\!inline{
  display: inline !important;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.table-caption{
  display: table-caption;
}
.table-cell{
  display: table-cell;
}
.table-column{
  display: table-column;
}
.table-row{
  display: table-row;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.list-item{
  display: list-item;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.aspect-\[21\/9\]{
  aspect-ratio: 21/9;
}
.aspect-\[265\/243\]{
  aspect-ratio: 265/243;
}
.aspect-\[387\/234\]{
  aspect-ratio: 387/234;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-\[567\/486\]{
  aspect-ratio: 567/486;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.size-2{
  width: 0.5rem;
  height: 0.5rem;
}
.size-8{
  width: 2rem;
  height: 2rem;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[39px\]{
  height: 39px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[64px\]{
  height: 64px;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.max-h-\[400px\]{
  max-height: 400px;
}
.max-h-\[520px\]{
  max-height: 520px;
}
.\!min-h-\[auto\]{
  min-height: auto !important;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.min-h-\[600px\]{
  min-height: 600px;
}
.w-1{
  width: 0.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-48{
  width: 12rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.w-\[1\/2\]{
  width: 1/2;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[39px\]{
  width: 39px;
}
.w-\[80\%\]{
  width: 80%;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-\[40px\]{
  min-width: 40px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink{
  flex-shrink: 1;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.table-fixed{
  table-layout: fixed;
}
.border-collapse{
  border-collapse: collapse;
}
.\!translate-x-0{
  --tw-translate-x: 0px !important;
  transform: translate(0px, 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)) !important;
  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)) !important;
}
.\!translate-y-0{
  --tw-translate-y: 0px !important;
  transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  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)) !important;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) 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: 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-x-full{
  --tw-translate-x: 100%;
  transform: translate(100%, 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: 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-4{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), 1rem) 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: 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));
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.content-between{
  align-content: space-between;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[3\.75rem\]{
  gap: 3.75rem;
}
.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * 0);
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - 0));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * 0);
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - 0));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - 0));
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * 0);
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - 0));
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * 0);
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - 0));
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * 0);
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - 0));
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * 0);
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - 0));
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * 0);
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, 1);
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity, 1));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[25px\]{
  border-radius: 25px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-\[\#C17F59\]{
  --tw-border-opacity: 1;
  border-color: rgba(193, 127, 89, 1);
  border-color: rgba(193, 127, 89, var(--tw-border-opacity, 1));
}
.border-\[\#e7edf3\]{
  --tw-border-opacity: 1;
  border-color: rgba(231, 237, 243, 1);
  border-color: rgba(231, 237, 243, var(--tw-border-opacity, 1));
}
.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, 1);
  border-color: rgba(191, 219, 254, var(--tw-border-opacity, 1));
}
.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, 1);
  border-color: rgba(96, 165, 250, var(--tw-border-opacity, 1));
}
.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, 1);
  border-color: rgba(59, 130, 246, var(--tw-border-opacity, 1));
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, 1);
  border-color: rgba(37, 99, 235, var(--tw-border-opacity, 1));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, 1);
  border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, 1);
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}
.border-gray-50\/50{
  border-color: rgba(249, 250, 251, 0.5);
}
.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, 1);
  border-color: rgba(74, 222, 128, var(--tw-border-opacity, 1));
}
.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, 1);
  border-color: rgba(248, 113, 113, var(--tw-border-opacity, 1));
}
.border-slate-100{
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, 1);
  border-color: rgba(241, 245, 249, var(--tw-border-opacity, 1));
}
.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, 1);
  border-color: rgba(226, 232, 240, var(--tw-border-opacity, 1));
}
.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, 1);
  border-color: rgba(203, 213, 225, var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}
.border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, 1);
  border-color: rgba(253, 224, 71, var(--tw-border-opacity, 1));
}
.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, 1);
  border-color: rgba(250, 204, 21, var(--tw-border-opacity, 1));
}
.\!bg-transparent{
  background-color: transparent !important;
}
.bg-\[\#4c739a\]{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 115, 154, 1);
  background-color: rgba(76, 115, 154, var(--tw-bg-opacity, 1));
}
.bg-\[\#D68E63\]{
  --tw-bg-opacity: 1;
  background-color: rgba(214, 142, 99, 1);
  background-color: rgba(214, 142, 99, var(--tw-bg-opacity, 1));
}
.bg-\[\#E3E3E3\]{
  --tw-bg-opacity: 1;
  background-color: rgba(227, 227, 227, 1);
  background-color: rgba(227, 227, 227, var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, 1);
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}
.bg-\[\#F6F6F6\]{
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 246, 1);
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity, 1));
}
.bg-\[\#d9d9d99e\]{
  background-color: #d9d9d99e;
}
.bg-\[\#f3f4f6\]{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}
.bg-black\/0{
  background-color: rgba(0, 0, 0, 0);
}
.bg-black\/50{
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, 1);
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity, 1));
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, 1);
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity, 1));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, 1);
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, 1);
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, 1);
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, 1);
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, 1);
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity, 1));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, 1);
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity, 1));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, 1);
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity, 1));
}
.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgba(224, 233, 255, 1);
  background-color: rgba(224, 233, 255, var(--tw-bg-opacity, 1));
}
.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgba(77, 95, 239, 1);
  background-color: rgba(77, 95, 239, var(--tw-bg-opacity, 1));
}
.bg-primary-800{
  --tw-bg-opacity: 1;
  background-color: rgba(30, 42, 138, 1);
  background-color: rgba(30, 42, 138, var(--tw-bg-opacity, 1));
}
.bg-primary2{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 84, 48, 1);
  background-color: rgba(250, 84, 48, var(--tw-bg-opacity, 1));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, 1);
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity, 1));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, 1);
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, 1);
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity, 1));
}
.bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, 1);
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity, 1));
}
.bg-secondary-400{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 140, 60, 1);
  background-color: rgba(255, 140, 60, var(--tw-bg-opacity, 1));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, 1);
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity, 1));
}
.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, 1);
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.bg-white\/20{
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-white\/90{
  background-color: rgba(255, 255, 255, 0.9);
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, 1);
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity, 1));
}
.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, 1);
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity, 1));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-primary-900\/80{
  --tw-gradient-from: rgba(15, 22, 84, 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(15, 22, 84, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900\/95{
  --tw-gradient-from: rgba(15, 22, 84, 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(15, 22, 84, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary-400{
  --tw-gradient-from: #ff8c3c var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 140, 60, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-900\/80{
  --tw-gradient-from: rgba(15, 23, 42, 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(15, 23, 42, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-gray-50{
  --tw-gradient-to: rgba(249, 250, 251, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white{
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white\/20{
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-secondary-500{
  --tw-gradient-to: #ff7316 var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.bg-\[length\:1rem_1rem\]{
  background-size: 1rem 1rem;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-16{
  padding: 4rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-7{
  padding: 1.75rem;
}
.p-8{
  padding: 2rem;
}
.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pe-2{
  -webkit-padding-end: 0.5rem;
          padding-inline-end: 0.5rem;
}
.pe-3{
  -webkit-padding-end: 0.75rem;
          padding-inline-end: 0.75rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.ps-3{
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-8{
  padding-top: 2rem;
}
.\!text-left{
  text-align: left !important;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.align-middle{
  vertical-align: middle;
}
.font-family{
  font-family: "Be Vietnam Pro", sans-serif;
}
.\!text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.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-\[800\]{
  font-weight: 800;
}
.font-\[900\]{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.ordinal{
  --tw-ordinal: ordinal;
  font-feature-settings: ordinal var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: ordinal var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.\!text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, 1) !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}
.text-\[\#0d141b\]{
  --tw-text-opacity: 1;
  color: rgba(13, 20, 27, 1);
  color: rgba(13, 20, 27, var(--tw-text-opacity, 1));
}
.text-\[\#374151\]{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}
.text-\[\#4b5563\]{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, 1);
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}
.text-\[\#4c739a\]{
  --tw-text-opacity: 1;
  color: rgba(76, 115, 154, 1);
  color: rgba(76, 115, 154, var(--tw-text-opacity, 1));
}
.text-\[\#6b7280\]{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
.text-\[\#9ca3af\]{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}
.text-\[\#ff8c00\]{
  --tw-text-opacity: 1;
  color: rgba(255, 140, 0, 1);
  color: rgba(255, 140, 0, var(--tw-text-opacity, 1));
}
.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.text-\[\#ffffff\]{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.text-\[var\(--color-primary1\)\]{
  color: #9c1c1f;
  color: var(--color-primary1);
}
.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, 1);
  color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, 1);
  color: rgba(29, 78, 216, var(--tw-text-opacity, 1));
}
.text-blue-900{
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, 1);
  color: rgba(30, 58, 138, var(--tw-text-opacity, 1));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, 1);
  color: rgba(229, 231, 235, var(--tw-text-opacity, 1));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, 1);
  color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, 1);
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, 1);
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, 1);
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, 1);
  color: rgba(34, 197, 94, var(--tw-text-opacity, 1));
}
.text-primary-600{
  --tw-text-opacity: 1;
  color: rgba(61, 74, 228, 1);
  color: rgba(61, 74, 228, var(--tw-text-opacity, 1));
}
.text-primary1{
  --tw-text-opacity: 1;
  color: rgba(156, 28, 31, 1);
  color: rgba(156, 28, 31, var(--tw-text-opacity, 1));
}
.text-primary2{
  --tw-text-opacity: 1;
  color: rgba(250, 84, 48, 1);
  color: rgba(250, 84, 48, var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, 1);
  color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}
.text-secondary-400{
  --tw-text-opacity: 1;
  color: rgba(255, 140, 60, 1);
  color: rgba(255, 140, 60, var(--tw-text-opacity, 1));
}
.text-slate-200{
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, 1);
  color: rgba(226, 232, 240, var(--tw-text-opacity, 1));
}
.text-slate-400{
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, 1);
  color: rgba(148, 163, 184, var(--tw-text-opacity, 1));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, 1);
  color: rgba(100, 116, 139, var(--tw-text-opacity, 1));
}
.text-slate-600{
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, 1);
  color: rgba(71, 85, 105, var(--tw-text-opacity, 1));
}
.text-slate-700{
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, 1);
  color: rgba(51, 65, 85, var(--tw-text-opacity, 1));
}
.text-slate-900{
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, 1);
  color: rgba(15, 23, 42, var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.text-white\/90{
  color: rgba(255, 255, 255, 0.9);
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, 1);
  color: rgba(250, 204, 21, var(--tw-text-opacity, 1));
}
.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, 1);
  color: rgba(161, 98, 7, var(--tw-text-opacity, 1));
}
.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, 1);
  color: rgba(133, 77, 14, var(--tw-text-opacity, 1));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.overline{
  -webkit-text-decoration-line: overline;
          text-decoration-line: overline;
}
.line-through{
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-40{
  opacity: 0.4;
}
.\!shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  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;
}
.outline{
  outline-style: solid;
}
.ring{
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur{
  --tw-blur: blur(8px);
  filter: blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) grayscale(100%) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(100%) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: blur(12px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: blur(12px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: blur(4px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: blur(4px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  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-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.scrollbar-custom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #f5f5f5;
  }
.scrollbar-custom::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
  }
.scrollbar-custom::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(94, 94, 94, 0.1);
    background-color: #ff7a18;
  }
.\[a\:action\]{
  a: action;
}
.\[a\:com\]{
  a: com;
}
.\[a\:comx\]{
  a: comx;
}
.\[a\:lang\]{
  a: lang;
}
.\[hostname\:port\]{
  hostname: port;
}
.\[i\:h\]{
  i: h;
}
.\[i\:id\]{
  i: id;
}
.\[i\:w\]{
  i: w;
}
.\[i\:z\]{
  i: z;
}
.\[lang\:lang\]{
  lang: lang;
}
:root {
  --color-primary1: #9c1c1f;
  --color-primary2: #fa5430;
  /* Primary - Dark Navy Blue (from hero section) */
  --color-primary-50: #f0f4ff;
  --color-primary-100: #e0e9ff;
  --color-primary-200: #c7d7fe;
  --color-primary-300: #a5b9fc;
  --color-primary-400: #8191f8;
  --color-primary-500: #4d5fef;
  --color-primary-600: #3d4ae4;
  --color-primary-700: #2e3ac8;
  --color-primary-800: #1e2a8a;
  /* Dark blue from hero */
  --color-primary-900: #0f1654;
  /* Very dark navy */
  --color-primary-950: #0a0e2e;
  /* Almost black - top bar */
  /* Secondary - Orange/Gold (from CTAs and highlights) */
  --color-secondary-50: #fff8ed;
  --color-secondary-100: #ffefd5;
  --color-secondary-200: #ffdaa;
  --color-secondary-300: #ffb974;
  --color-secondary-400: #ff8c3c;
  /* Main orange from buttons */
  --color-secondary-500: #ff7316;
  --color-secondary-600: #f05a0c;
  --color-secondary-700: #c7410c;
  --color-secondary-800: #9e3412;
  --color-secondary-900: #7f2d12;
  /* Accent - Cyan (for tech elements, icons) */
  --color-accent-400: #22d3ee;
  --color-accent-500: #06b6d4;
  --color-accent-600: #0891b2;
  /* Brown - Footer background */
  --color-brown-700: #5d4037;
  --color-brown-800: #4e342e;
  --color-brown-900: #3e2723;
  /* Font Families */
  --font-family: "Be Vietnam Pro", sans-serif;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.font-sub {
  font-family: "Fz Poppins", sans-serif;
}

body.loading .lds-dual-ring span {
  display: inline-block;
}
body.loading .lds-dual-ring {
  position: fixed;
  top: 0;
  display: block;
  z-index: 1345;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
body.loading {
  overflow: hidden;
}
body.loading:after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1111;
  left: 0;
  top: 0;
}

.lds-dual-ring {
  display: none;
  width: 80px;
  height: 80px;
}
.lds-dual-ring .inner:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.d-none {
  display: none;
}

.bg-xprimary {
  background-color: #fa5430;
  background-color: var(--color-primary2);
}

.xmap iframe {
  width: 100% !important;
  height: 100% !important;
}

.fw-bold {
  font-weight: 900;
}

.border-xprimary {
  border-color: #fa5430;
  border-color: var(--color-primary2);
}

.scrollToTop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 9999;
}
.scrollToTop i {
  font-size: 24px;
  color: #fff;
  background-color: #fa5430;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.color-gradient {
  background: linear-gradient(144.72deg, #FA5430 0%, #F9C311 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
}

.gradient-text {
  background: linear-gradient(144.72deg, #FA5430 0%, #F9C311 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
}

.custom-btn {
  background: linear-gradient(112.06deg, #fa5430 17.17%, #f9c311 85.58%);
  border-radius: 30px;
  padding: 10px 20px;
  padding-right: 10px;
  font-weight: 500;
}
.custom-btn span {
  background: #fff;
  width: 20px;
  height: 20px;
  color: #111;
  border-radius: 50%;
  display: flex;
  font-size: 15px;
  align-items: center;
  justify-content: center;
}

.bg-gradient {
  background: linear-gradient(112.06deg, #fa5430 17.17%, #f9c311 85.58%) !important;
}

.bg-gradient-hover{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  border: 1px solid #fa5430;
  border: 1px solid var(--color-primary2);
  background: linear-gradient(144.72deg, #FA5430 0%, #F9C311 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
}

.bg-gradient-hover:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: linear-gradient(112.06deg, #fa5430 17.17%, #f9c311 85.58%) !important;
}

.with-bg {
  position: relative;
  background-image: url(../../images/bg-circle.png);
  background-position: 160% 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}

.nav-menu {
  width: 100%;
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  list-style: none;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .nav-menu {
    justify-content: start;
    word-wrap: wrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 1rem;
  }
}
.nav-menu > li {
  position: relative;
  z-index: 1;
  padding: 0;
  display: inline-block;
  display: flex;
  flex-wrap: nowrap;
  flex: 1 0 auto;
  width: auto;
}
.nav-menu > li a {
  color: #cdcbcb;
  display: block;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.nav-menu > li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fa5430;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.nav-menu > li a:hover, .nav-menu > li a.active {
  color: #fa5430;
}
.nav-menu > li a:hover::after, .nav-menu > li a.active::after {
  opacity: 1;
}

/* ========================================
   Mega Menu Styles
   ======================================== */
.mega-menu-item {
  display: inline-block;
  /* Show dropdown on hover */
}
.mega-menu-item:hover .mega-menu-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-menu-item:hover .nav-link {
  color: #fa5430;
}
.mega-menu-item:hover .nav-link::after {
  opacity: 1;
}

.mega-menu-dropdown{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0%;
  transform: translateY(10px);
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  margin-top: 0;
  /* Prevent dropdown from closing when hovering over it */
}
.mega-menu-dropdown:hover {
  opacity: 1;
  visibility: visible;
}

.mega-menu-content{
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.mega-menu-column{
  display: flex;
  flex-direction: column;
}

.mega-menu-title{
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, 1);
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
  border-bottom: 2px solid #fa5430;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mega-menu-list{
  margin: 0px;
  list-style-type: none;
}

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

.mega-menu-list{
  padding: 0px;
}

.mega-menu-link{
  display: block;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, 1);
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  position: relative;
  padding-left: 0;
}
.mega-menu-link:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 140, 60, 1);
  color: rgba(255, 140, 60, var(--tw-text-opacity, 1));
  padding-left: 8px;
}
.mega-menu-link:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #fa5430;
  border-radius: 50%;
}

.mega-menu-view-more{
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 140, 60, 1);
  color: rgba(255, 140, 60, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.mega-menu-view-more:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 115, 22, 1);
  color: rgba(255, 115, 22, var(--tw-text-opacity, 1));
}
.mega-menu-view-more:hover i {
  transform: translateX(4px);
}
.mega-menu-view-more i {
  transition: transform 0.2s ease;
}

/* Primary Button - Orange */
.btn-primary{
  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));
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 140, 60, 1);
  background-color: rgba(255, 140, 60, var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  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;
}
.btn-primary:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), -0.125rem) 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: 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: rgba(255, 115, 22, 1);
  background-color: rgba(255, 115, 22, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Secondary Button - Outlined */
.btn-secondary{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(77, 95, 239, 1);
  background-color: rgba(77, 95, 239, var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  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;
}
.btn-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 74, 228, 1);
  background-color: rgba(61, 74, 228, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Outline Button - White border (for hero) */
.btn-outline{
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-outline:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(30, 42, 138, 1);
  color: rgba(30, 42, 138, var(--tw-text-opacity, 1));
}

/* Small Button */
.btn-sm{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* Large Button */
.btn-lg{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* ========================================
   Card Components
   ======================================== */
.card{
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  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;
}
.card:hover{
  --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(1.05) scaleY(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));
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-image{
  height: 12rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-body{
  padding: 1.5rem;
}

.card-title{
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, 1);
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.card-text{
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, 1);
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.card-link{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 140, 60, 1);
  color: rgba(255, 140, 60, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.card-link:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 115, 22, 1);
  color: rgba(255, 115, 22, var(--tw-text-opacity, 1));
}

/* ========================================
   Hero Section
   ======================================== */
.hero{
  position: relative;
  display: flex;
  min-height: 600px;
  align-items: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(30, 42, 138, 1);
  background-color: rgba(30, 42, 138, var(--tw-bg-opacity, 1));
  padding-top: 8rem;
  padding-bottom: 8rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.hero-overlay{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgba(15, 22, 84, 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(15, 22, 84, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

@supports (color: rgb(0 0 0 / 0)){
.hero-overlay{
    --tw-gradient-to: rgb(30 42 138 / 0.7) var(--tw-gradient-to-position);
  }
}

.hero-content{
  width: 100%;
}

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

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

@media (min-width: 1024px){
  .hero-content{
    max-width: 1024px;
  }
}

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

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

.hero-content{
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero-title{
  margin-bottom: 1.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}

@media (min-width: 1024px){
  .hero-title{
    font-size: 3.75rem;
    line-height: 1;
  }
}

.hero-subtitle{
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, 1);
  color: rgba(229, 231, 235, var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .hero-subtitle{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* Container */
.container{
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Badge */
.badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

.badge-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(77, 95, 239, 1);
  background-color: rgba(77, 95, 239, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.badge-secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 140, 60, 1);
  background-color: rgba(255, 140, 60, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

/* Divider */
.divider{
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, 1);
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

/* ========================================
   Form Elements
   ======================================== */
.input{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.input:focus{
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 95, 239, var(--tw-ring-opacity, 1));
}

.textarea{
  width: 100%;
  resize: none;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.textarea:focus{
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 95, 239, var(--tw-ring-opacity, 1));
}

.select{
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.select:focus{
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 95, 239, var(--tw-ring-opacity, 1));
}

/* ========================================
   Alert Components (from Bootstrap migration)
   ======================================== */
.alert{
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  padding: 1rem;
}

.alert-success{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, 1);
  border-color: rgba(74, 222, 128, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, 1);
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, 1);
  color: rgba(21, 128, 61, var(--tw-text-opacity, 1));
}

.alert-danger{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, 1);
  border-color: rgba(248, 113, 113, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, 1);
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, 1);
  color: rgba(185, 28, 28, var(--tw-text-opacity, 1));
}

.alert-info{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, 1);
  border-color: rgba(96, 165, 250, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, 1);
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, 1);
  color: rgba(29, 78, 216, var(--tw-text-opacity, 1));
}

.alert-warning{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, 1);
  border-color: rgba(250, 204, 21, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, 1);
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, 1);
  color: rgba(161, 98, 7, var(--tw-text-opacity, 1));
}

/* ========================================
   Progress Bar (from Bootstrap migration)
   ======================================== */
.progress{
  height: 0.625rem;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, 1);
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.progress-bar{
  height: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.progress-bar-success{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, 1);
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity, 1));
}

.progress-bar-danger{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, 1);
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
}

.progress-bar-striped{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  background-size: 1rem 1rem;
  animation: progress-bar-stripes 1s linear infinite;
}

@supports (color: rgb(0 0 0 / 0)){
.progress-bar-striped{
    --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
}

/* ========================================
   Animations
   ======================================== */
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in {
  animation: fade-in 0.6s ease-out;
}

/* Selection color */
::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 140, 60, 1);
  background-color: rgba(255, 140, 60, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
::selection{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 140, 60, 1);
  background-color: rgba(255, 140, 60, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

/* ========================================
   Breadcrumb Styles
   ======================================== */
.breadcrumb-wrapper ol,
.breadcrumb-wrapper ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb-wrapper li {
  display: inline-flex;
  align-items: center;
}
.breadcrumb-wrapper li:not(:last-child)::after {
  /* content: "/"; */
  /* margin-left: 0.5rem; */
  /* opacity: 0.7; */
  /* color: white; */
}
.breadcrumb-wrapper a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumb-wrapper a:hover {
  color: #ff8c00;
}
.breadcrumb-wrapper span {
  color: rgba(255, 255, 255, 0.9);
}
.breadcrumb-wrapper {
  /* Active item usually is just text or span */
}
.breadcrumb-wrapper .active {
  color: rgba(255, 255, 255, 0.9);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

/* ========================================
   Title Global - Nổi bật và đẹp mắt
   ======================================== */
.title-global {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: #9c1c1f;
  color: var(--color-primary1);
  margin-bottom: 1rem;
  margin-top: 1rem;
  position: relative;
  padding-bottom: 1rem;
  letter-spacing: -0.02em;
  /* Responsive */
}
@media (max-width: 1024px) {
  .title-global {
    font-size: 2.25rem;
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 768px) {
  .title-global {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.875rem;
  }
  .title-global::after {
    width: 60px;
    height: 3px;
  }
}
@media (max-width: 640px) {
  .title-global {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
    margin-top: 1rem;
  }
  .title-global::after {
    width: 50px;
    height: 3px;
  }
  .title-global::before {
    height: 30px;
  }
}

/* Animation for underline */
@keyframes slideIn {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 80px;
    opacity: 1;
  }
}
/* ========================================
   Custom Swiper Navigation Buttons
   ======================================== */
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.social-icons svg {
  width: 75%;
}
.social-icons svg path {
  fill: #fff !important;
}

.hover-zoom {
  overflow: hidden;
  display: block;
}
.hover-zoom img {
  transition: all 0.3s ease;
}
.hover-zoom:hover img {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(122, 181, 29, 0.3);
}

.custom-swiper-button {
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 10;
  margin-top: 0;
  position: absolute;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) 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: 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));
}
.custom-swiper-button::after {
  font-size: 16px;
  font-weight: 700;
  color: #fa5430;
  color: var(--color-primary2);
  transition: color 0.3s ease;
}
.custom-swiper-button:hover {
  background: #fa5430;
  background: var(--color-primary2);
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(122, 181, 29, 0.3);
}
.custom-swiper-button:hover::after {
  color: white;
}
.custom-swiper-button:active {
  transform: scale(0.95);
}
.custom-swiper-button.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.custom-swiper-button.swiper-button-disabled:hover {
  transform: scale(1);
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.custom-swiper-button {
  /* Positioning */
}
.custom-swiper-button.swiper-button-prev {
  left: 10px;
}
.custom-swiper-button.swiper-button-next {
  right: 10px;
}
.custom-swiper-button {
  /* Responsive */
}
@media (max-width: 768px) {
  .custom-swiper-button {
    width: 36px;
    height: 36px;
  }
  .custom-swiper-button::after {
    font-size: 14px;
  }
  .custom-swiper-button.swiper-button-prev {
    left: 5px;
  }
  .custom-swiper-button.swiper-button-next {
    right: 5px;
  }
}
@media (max-width: 640px) {
  .custom-swiper-button {
    width: 32px !important;
    height: 32px !important;
  }
  .custom-swiper-button::after {
    font-size: 12px;
  }
}

.aspect-video {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Safari cũ */
.aspect-video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

/* Nội dung bên trong */
.aspect-video > * {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.aspect-video > * img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Browser mới */
@supports (aspect-ratio: 16/9) {
  .aspect-video {
    aspect-ratio: 16/9;
  }
  .aspect-video::before {
    display: none;
  }
}
.top-bar{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, 1);
  color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}

.main-header{
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (max-width: 768px) {
  .main-header{
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1000;
  }
}

.inner-page-detail .main-header{
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1000;
}

.nav-link{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-link:hover{
  --tw-text-opacity: 1;
  color: rgba(61, 74, 228, 1);
  color: rgba(61, 74, 228, var(--tw-text-opacity, 1));
}

.bg-header {
  background: rgba(17, 17, 17, 0.568627451);
  background-size: 100% 100%;
}

.nav-link:hover, .nav-link-active {
  color: #fa5430;
  color: var(--color-primary2);
}

#footer {
  background: url(../../images/bg-footer.png), linear-gradient(106.29deg, #e46c25 0%, #482008 93.99%);
  color: var(--color-white);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
#footer {
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
}
#footer .footer-title{
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(144.72deg, #fa5430 0.22%, #f9c311 109.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#footer .footer-link{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, 1);
  color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#footer .footer-link:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
#footer .footer-bottom{
  --tw-bg-opacity: 1;
  background-color: rgba(227, 227, 227, 1);
  background-color: rgba(227, 227, 227, var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #9c1c1f;
  color: var(--color-primary1);
}

/* ========================================
   Why Us Accordion Section
   ======================================== */
.accordion-item {
  border-top: 1px solid rgba(188, 178, 178, 0.2);
  padding: 2rem 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.accordion-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.accordion-item.active .accordion-title {
  background: linear-gradient(270deg, #F89D1C -32.02%, #FA5430 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.accordion-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-left {
  display: flex;
  gap: 1rem;
  flex: 1;
  padding-left: 0;
  transition: padding-left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-number {
  font-size: 1.125rem;
  font-weight: 600;
  min-width: 40px;
  flex-shrink: 0;
  background: linear-gradient(270deg, #F89D1C -32.02%, #FA5430 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.accordion-text {
  flex: 1;
}

.accordion-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.75rem 0;
  line-height: 1.4;
}

.accordion-description {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9375rem;
  line-height: 1.7;
  margin: 0;
  max-height: 3.4em;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
}
.accordion-item.active .accordion-description {
  max-height: 500px;
  color: rgba(255, 255, 255, 0.9);
}

.accordion-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-width: 48px;
}

.accordion-thumb {
  opacity: 0;
  transform: scale(0.9) translateX(20px);
  pointer-events: none;
  width: 0;
  overflow: hidden;
}
.accordion-item.active .accordion-thumb {
  opacity: 1;
  transform: scale(1) translateX(0);
  pointer-events: auto;
  width: 240px;
}
.accordion-thumb img {
  width: 240px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
  display: block;
}
.accordion-thumb img:hover {
  transform: scale(1.02);
}

.accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(112.06deg, #FA5430 17.17%, #F9C311 85.58%);
  border-radius: 50%;
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion-item.active .accordion-icon {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
  width: 0;
  overflow: hidden;
}
.accordion-item:hover:not(.active) .accordion-icon {
  background: #ff8c00;
  transform: scale(1.05);
}
.accordion-icon i {
  color: #111;
  font-size: 1rem;
  transition: transform 0.3s ease;
}

/* Responsive */
@media (max-width: 1024px) {
  .accordion-item.active .accordion-left {
    padding-left: 1.5rem;
  }
  .accordion-item.active .accordion-thumb {
    width: 220px;
  }
  .accordion-thumb img {
    width: 220px;
  }
}
@media (max-width: 768px) {
  .accordion-item {
    padding: 1.5rem 0;
  }
  .accordion-wrapper {
    gap: 1rem;
  }
  .accordion-title {
    font-size: 1.125rem;
  }
  .accordion-description {
    font-size: 0.875rem;
    max-height: 3em;
  }
  .accordion-item.active .accordion-description {
    max-height: 400px;
  }
  .accordion-item.active .accordion-thumb {
    width: 180px;
  }
  .accordion-thumb img {
    width: 180px;
  }
  .accordion-icon {
    width: 40px;
    height: 40px;
  }
  .accordion-icon i {
    font-size: 0.875rem;
  }
  .accordion-item.active .accordion-left {
    padding-left: 1rem;
  }
}
@media (max-width: 640px) {
  .accordion-item {
    padding: 1.25rem 0;
  }
  .accordion-left {
    gap: 0.75rem;
  }
  .accordion-number {
    font-size: 0.875rem;
    min-width: 30px;
  }
  .accordion-description {
    font-size: 0.8125rem;
  }
  .accordion-item.active .accordion-thumb {
    width: 100%;
    max-width: 100px;
    margin-top: 1rem;
  }
  .accordion-thumb img {
    width: 100%;
  }
  .accordion-icon {
    width: 36px;
    height: 36px;
    align-self: flex-start;
    transform: rotate(180deg);
  }
  .accordion-item.active .accordion-left {
    padding-left: 0.75rem;
  }
}
/* ========================================
   News Section Styles
   ======================================== */
.section-news {
  position: relative;
  /* Featured News - Large Items */
}
.section-news .news-featured-item{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: white;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.section-news .news-featured-item:hover {
  transform: translateY(-8px);
  /* box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15); */
}
.section-news .news-image-wrapper {
  position: relative;
  overflow: hidden;
}
.section-news .news-image-wrapper a {
  aspect-ratio: 580/280;
  display: block;
}
.section-news .news-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.news-featured-item:hover .section-news .news-image-wrapper img {
  transform: scale(1.1);
}
.section-news .news-date {
  position: absolute;
  bottom: 0rem;
  right: 1.5rem;
  padding: 0.5rem 1rem;
  border-radius: 8px 8px 0 0;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 10;
}
@media (max-width: 640px) {
  .section-news .news-date {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
  }
}
.section-news .news-content {
  padding: 1.5rem;
}
@media (max-width: 640px) {
  .section-news .news-content {
    padding: 1rem;
  }
}
.section-news .news-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.section-news .news-title a {
  color: #9c1c1f;
  transition: color 0.3s ease;
}
.section-news .news-title a:hover {
  color: #ff8c00;
}
@media (max-width: 768px) {
  .section-news .news-title {
    font-size: 1rem;
  }
}
.section-news .news-desc {
  color: #6b7280;
  font-size: 0.9375rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-news .news-desc {
    font-size: 0.875rem;
  }
}
.section-news {
  /* News Carousel - Small Items */
}
.section-news .news-carousel-wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .section-news .news-carousel-wrapper {
    padding: 0 2.5rem;
  }
}
@media (max-width: 640px) {
  .section-news .news-carousel-wrapper {
    padding: 0 2rem;
  }
}
.section-news .news-carousel-item {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}
.section-news .news-carousel-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}
.section-news .news-carousel-item .news-carousel-content {
  padding: 0 0.5rem;
  position: absolute;
  bottom: 50%;
  left: 0px;
  right: 0px;
  z-index: 1;
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), 50%) 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: 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));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.section-news .news-carousel-item .news-carousel-content a {
  color: #fff;
}
.section-news .news-carousel-item .news-carousel-content:hover a {
  color: #fa5430;
  color: var(--color-primary2);
  transform: translateY(-4px);
}
.section-news .news-carousel-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.section-news .news-carousel-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 300/250;
}
.section-news .news-carousel-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.news-carousel-item:hover .section-news .news-carousel-image img {
  transform: scale(1.08);
}
.section-news .news-carousel-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-news .news-carousel-title a {
  color: #1f2937;
  transition: color 0.3s ease;
}
.section-news .news-carousel-title a:hover {
  color: #9c1c1f;
}
.section-news {
  /* Swiper Navigation */
}
.section-news .news-prev,
.section-news .news-next {
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.section-news .news-prev:after,
.section-news .news-next:after {
  font-size: 1.25rem;
  color: #9c1c1f;
  font-weight: 700;
}
.section-news .news-prev:hover,
.section-news .news-next:hover {
  background: #9c1c1f;
  transform: scale(1.1);
}
.section-news .news-prev:hover:after,
.section-news .news-next:hover:after {
  color: white;
}
@media (max-width: 768px) {
  .section-news .news-prev,
  .section-news .news-next {
    width: 36px;
    height: 36px;
  }
  .section-news .news-prev:after,
  .section-news .news-next:after {
    font-size: 1rem;
  }
}
.section-news .news-prev {
  left: -3rem;
}
@media (max-width: 768px) {
  .section-news .news-prev {
    left: -10px;
  }
}
.section-news .news-next {
  right: -3rem;
}
@media (max-width: 768px) {
  .section-news .news-next {
    right: -10px;
  }
}

.category-list .active {
  color: #fa5430 !important;
  color: var(--color-primary2) !important;
  border-bottom-color: #fa5430;
  border-bottom-color: var(--color-primary2);
}

/* ========================================
   Topic Tags Component
   ======================================== */
.topic-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  .topic-tags-wrapper {
    gap: 0.75rem;
  }
}

.topic-tags-label {
  color: #fa5430;
  color: var(--color-primary2);
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .topic-tags-label {
    font-size: 0.875rem;
  }
}

.topic-tags {
  display: flex;
  gap: 0.75rem;
}
@media (max-width: 640px) {
  .topic-tags {
    gap: 0.5rem;
  }
}

.topic-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.25rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  color: #6b7280;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  background: white;
  cursor: pointer;
}
.topic-tag:hover {
  border-color: #fa5430;
  border-color: var(--color-primary2);
  color: #fa5430;
  color: var(--color-primary2);
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(122, 181, 29, 0.15);
}
.topic-tag.active {
  border-color: #fa5430;
  border-color: var(--color-primary2);
  color: #fa5430;
  color: var(--color-primary2);
  background: rgba(122, 181, 29, 0.05);
}
@media (max-width: 640px) {
  .topic-tag {
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
  }
}

/* ========================================
   Blogs Page Styles
   ======================================== */
.blogs-page {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  min-height: 100vh;
  min-height: 100dvh; /* iOS Safari fix */
  /* Hero Slider Section */
}
.blogs-page .hero-slider-section {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blogs-page .hero-slider-section {
    border-radius: 16px;
  }
}
.blogs-page .hero-swiper {
  width: 100%;
  height: auto;
  min-height: 400px;
}
@media (max-width: 768px) {
  .blogs-page .hero-swiper {
    min-height: auto;
  }
}
.blogs-page .hero-slide-item {
  height: 100%;
  width: 100%;
  min-height: 400px;
}
@media (max-width: 768px) {
  .blogs-page .hero-slide-item {
    min-height: auto;
  }
}
.blogs-page .hero-slide-image {
  height: 100%;
  min-height: 400px;
}
.blogs-page .hero-slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .blogs-page .hero-slide-image {
    min-height: 300px;
  }
}
.blogs-page .hero-content {
  color: #1f2937;
}
@media (max-width: 768px) {
  .blogs-page .hero-content {
    padding: 1.5rem !important;
  }
}
.blogs-page .hero-category {
  display: inline-block;
  background: #fa5430;
  background: var(--color-primary2);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 640px) {
  .blogs-page .hero-category {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
  }
}
.blogs-page .hero-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1f2937;
}
.blogs-page .hero-title a {
  color: #1f2937;
  transition: color 0.3s ease;
}
.blogs-page .hero-title a:hover {
  color: #fa5430;
  color: var(--color-primary2);
}
@media (max-width: 1024px) {
  .blogs-page .hero-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .blogs-page .hero-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  .blogs-page .hero-title {
    font-size: 1.25rem;
  }
}
.blogs-page .hero-desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #6b7280;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blogs-page .hero-desc {
    font-size: 0.875rem;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 640px) {
  .blogs-page .hero-desc {
    display: none;
  }
}
.blogs-page .hero-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .blogs-page .hero-meta {
    gap: 1rem;
  }
}
.blogs-page .hero-date {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
}
.blogs-page .hero-date i {
  font-size: 1rem;
}
@media (max-width: 640px) {
  .blogs-page .hero-date {
    font-size: 0.8125rem;
  }
}
.blogs-page .hero-btn {
  display: inline-flex;
  align-items: center;
  background: #fa5430;
  background: var(--color-primary2);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.blogs-page .hero-btn:hover {
  background: white;
  color: #fa5430;
  color: var(--color-primary2);
  border-color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(122, 181, 29, 0.3);
}
@media (max-width: 640px) {
  .blogs-page .hero-btn {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
}
.blogs-page {
  /* Swiper Pagination */
}
.blogs-page .hero-pagination {
  bottom: 1rem !important;
  text-align: left;
  padding-left: 0.75rem;
}
@media (max-width: 640px) {
  .blogs-page .hero-pagination {
    padding-left: 0;
    bottom: 0.5rem !important;
    text-align: center;
  }
}
.blogs-page .hero-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 3px;
  background: #fa5430;
  background: var(--color-primary2);
  opacity: 0.2;
  transition: all 0.3s ease;
  border-radius: 0;
}
@media (max-width: 640px) {
  .blogs-page .hero-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.blogs-page .hero-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 32px;
  border-radius: 0;
  background: #fa5430;
  background: var(--color-primary2);
}
@media (max-width: 640px) {
  .blogs-page .hero-pagination .swiper-pagination-bullet-active {
    width: 24px;
  }
}
.blogs-page {
  /* Swiper Navigation */
}
.blogs-page .hero-prev,
.blogs-page .hero-next {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.blogs-page .hero-prev::after,
.blogs-page .hero-next::after {
  font-size: 1.25rem;
  color: #fa5430;
  color: var(--color-primary2);
  font-weight: 700;
}
.blogs-page .hero-prev:hover,
.blogs-page .hero-next:hover {
  background: #fa5430;
  background: var(--color-primary2);
  transform: scale(1.1);
}
.blogs-page .hero-prev:hover::after,
.blogs-page .hero-next:hover::after {
  color: white;
}
@media (max-width: 768px) {
  .blogs-page .hero-prev,
  .blogs-page .hero-next {
    width: 40px;
    height: 40px;
  }
  .blogs-page .hero-prev::after,
  .blogs-page .hero-next::after {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .blogs-page .hero-prev,
  .blogs-page .hero-next {
    display: none;
  }
}
.blogs-page {
  /* Category Sections */
}
.blogs-page .categories-grid {
  position: relative;
}
.blogs-page .category-section {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
}
.blogs-page .category-section:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
@media (max-width: 640px) {
  .blogs-page .category-section {
    padding: 1.25rem;
  }
}
.blogs-page .category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f3f4f6;
}
.blogs-page .category-title-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blogs-page .category-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.25rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.category-section:hover .blogs-page .category-icon {
  transform: rotate(10deg) scale(1.1);
}
@media (max-width: 640px) {
  .blogs-page .category-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}
.blogs-page .category-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
@media (max-width: 768px) {
  .blogs-page .category-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 640px) {
  .blogs-page .category-title {
    font-size: 1.125rem;
  }
}
.blogs-page .category-view-all {
  color: #fa5430;
  color: var(--color-primary2);
  font-size: 0.9375rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.blogs-page .category-view-all:hover {
  color: #fa5430;
  color: var(--color-primary2);
  transform: translateX(4px);
}
@media (max-width: 640px) {
  .blogs-page .category-view-all {
    font-size: 0.875rem;
  }
}
.blogs-page .category-news-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.blogs-page .category-news-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.blogs-page .category-news-item:hover {
  background: #f9fafb;
  transform: translateX(8px);
}
.blogs-page .category-news-item:hover .news-bullet {
  color: #fa5430;
  color: var(--color-primary2);
  transform: translateX(4px);
}
.blogs-page .category-news-item:hover .news-item-title {
  color: #fa5430;
  color: var(--color-primary2);
}
.blogs-page .news-bullet {
  color: #9ca3af;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.blogs-page .news-item-title {
  color: #374151;
  font-size: 0.9375rem;
  line-height: 1.5;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 640px) {
  .blogs-page .news-item-title {
    font-size: 0.875rem;
  }
}

/* ========================================
   Product Card Styles
   ======================================== */
.product-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

/* Product Image */
.product-card-image {
  position: relative;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  overflow: hidden;
  background: #f9fafb;
}
.product-card-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease !important;
}
.product-card-image:hover img {
  transform: scale(1.08);
}

/* Product Body */
.product-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Product Title */
.product-card-title {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  /* Limit to 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 44px; /* 2 lines height */
}
.product-card-title a {
  color: #1f2937;
  text-decoration: none;
  transition: color 0.2s;
}
.product-card-title a:hover {
  color: #FA5430;
}

/* Product Description */
.product-card-desc {
  margin: 0 0 16px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
  flex: 1;
  /* Fixed 3 lines */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 67px; /* 3 lines height */
}

/* Action Buttons */
.product-card-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.product-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
  border: 1px solid transparent;
}
.product-btn i {
  font-size: 16px;
}
.product-btn span {
  white-space: nowrap;
}

/* Detail Button - Primary Orange */
.product-btn-detail {
  background: linear-gradient(135deg, #FA5430 0%, #ff7a50 100%);
  color: white;
  border-color: #FA5430;
}
.product-btn-detail:hover {
  background: linear-gradient(135deg, #e94820 0%, #FA5430 100%);
  box-shadow: 0 4px 12px rgba(250, 84, 48, 0.3);
  transform: translateY(-2px);
}
.product-btn-detail:active {
  transform: translateY(0);
}

/* Contact Button - Outline */
.product-btn-contact {
  background: white;
  color: #FA5430;
  border-color: #FA5430;
}
.product-btn-contact:hover {
  background: #FA5430;
  color: white;
  box-shadow: 0 4px 12px rgba(250, 84, 48, 0.2);
  transform: translateY(-2px);
}
.product-btn-contact:active {
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
  .product-card-body {
    padding: 16px;
  }
  .product-card-title {
    font-size: 15px;
  }
  .product-card-desc {
    font-size: 13px;
  }
  .product-btn {
    padding: 8px 12px;
    font-size: 13px;
  }
  .product-btn span {
    display: none; /* Hide text on mobile, show only icons */
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .product-card-title {
    font-size: 15px;
  }
  .product-btn {
    font-size: 13px;
    padding: 9px 14px;
  }
}
/* Loading State */
.product-card img.lazy {
  opacity: 0;
  transition: opacity 0.3s;
}

.product-card img.lazy.loaded {
  opacity: 1;
}

/* ========================================
   Product Detail Page Styles  
   ======================================== */
/* Product Detail Gallery */
.product-detail-gallery .main-image-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #f9fafb;
  margin-bottom: 16px;
}
.product-detail-gallery .main-image-wrapper a {
  display: block;
  position: relative;
}
.product-detail-gallery .thumbnail-gallery {
  position: relative;
  padding: 0 40px; /* Space for navigation buttons */
}
.product-detail-gallery .thumbnail-gallery .swiper-slide {
  width: auto;
}
.product-detail-gallery .thumbnail-gallery .thumbnail-item {
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
}
.product-detail-gallery .thumbnail-gallery .thumbnail-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail-gallery .thumbnail-gallery {
  /* Navigation Buttons */
}
.product-detail-gallery .thumbnail-gallery .thumb-prev,
.product-detail-gallery .thumbnail-gallery .thumb-next {
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s;
}
.product-detail-gallery .thumbnail-gallery .thumb-prev:after,
.product-detail-gallery .thumbnail-gallery .thumb-next:after {
  font-size: 14px;
  color: #4b5563;
}
.product-detail-gallery .thumbnail-gallery .thumb-prev:hover,
.product-detail-gallery .thumbnail-gallery .thumb-next:hover {
  background: #FA5430;
  border-color: #FA5430;
}
.product-detail-gallery .thumbnail-gallery .thumb-prev:hover:after,
.product-detail-gallery .thumbnail-gallery .thumb-next:hover:after {
  color: white;
}
.product-detail-gallery .thumbnail-gallery .thumb-prev.swiper-button-disabled,
.product-detail-gallery .thumbnail-gallery .thumb-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.product-detail-gallery .thumbnail-gallery .thumb-prev {
  left: 0;
}
.product-detail-gallery .thumbnail-gallery .thumb-next {
  right: 0;
}

.product-detail-desc {
  text-align: justify;
  text-justify: inter-word;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, 1);
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.product-detail-title {
  font-size: 28px;
  text-align: justify;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .product-detail-title {
    font-size: 25px;
    line-height: 1.3;
  }
}

/* Product Detail Info */
.product-detail-info .product-code {
  display: flex;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 16px;
}
.product-detail-info .product-code .value {
  font-weight: 600;
}
.product-detail-info .divider {
  height: 1px;
  background: #e5e7eb;
  margin: 20px 0;
}
.product-detail-info .product-short-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  max-height: 120px;
  overflow-y: auto;
  margin-bottom: 24px;
}
.product-detail-info .product-price-section {
  background: linear-gradient(135deg, #fff5f2 0%, #fff 100%);
  border: 2px solid #FA5430;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}
.product-detail-info .product-price-section .price-current {
  font-size: 32px;
  font-weight: 700;
  color: #FA5430;
}
.product-detail-info .product-price-section .price-old {
  font-size: 20px;
  color: #9ca3af;
  text-decoration: line-through;
}
.product-detail-info .product-price-section .price-discount {
  background: #FA5430;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}
.product-detail-info .contact-now-section {
  background: #f9fafb;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}
.product-detail-info .contact-now-section .contact-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px 0;
  display: flex;
  gap: 8px;
}
.product-detail-info .contact-now-section .contact-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.product-detail-info .contact-now-section .contact-btn {
  flex: 1;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 5px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  color: white;
  white-space: nowrap;
}
.product-detail-info .contact-now-section .contact-btn img {
  width: 24px;
  height: 24px;
}
.product-detail-info .contact-now-section .contact-btn:hover {
  transform: translateY(-2px);
}
.product-detail-info .contact-now-section .contact-zalo {
  background: #0068ff;
}
.product-detail-info .contact-now-section .contact-phone {
  background: #10b981;
}
.product-detail-info .contact-now-section .contact-facebook {
  background: #1877f2;
}

.share-section {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.share-section .share-buttons {
  display: flex;
  gap: 8px;
}
.share-section .share-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: white;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}
.share-section .share-btn:hover {
  border-color: #FA5430;
  color: #FA5430;
}

/* Product Tabs Section */
.product-tabs-section .tabs-header {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 32px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.product-tabs-section .tabs-header::-webkit-scrollbar {
  height: 4px;
}
.product-tabs-section .tabs-header::-webkit-scrollbar-track {
  background: #f3f4f6;
}
.product-tabs-section .tabs-header::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 2px;
}
.product-tabs-section .tabs-header .tab-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border: none;
  background: transparent;
  color: #6b7280;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
}
.product-tabs-section .tabs-header .tab-btn i {
  font-size: 18px;
  transition: transform 0.3s ease;
}
.product-tabs-section .tabs-header .tab-btn:hover {
  color: #FA5430;
  background: #fff5f2;
}
.product-tabs-section .tabs-header .tab-btn:hover i {
  transform: translateY(-2px);
}
.product-tabs-section .tabs-header .tab-btn.active {
  color: #FA5430;
  font-weight: 600;
  border-bottom-color: #FA5430;
  background: transparent;
}
.product-tabs-section .tabs-header .tab-btn.active i {
  color: #FA5430;
}
.product-tabs-section .tabs-header .tab-btn {
  /* Ripple effect on click */
}
.product-tabs-section .tabs-header .tab-btn:active {
  transform: scale(0.98);
}
.product-tabs-section .tabs-content .tab-pane {
  display: none;
  animation: fadeInUp 0.4s ease;
}
.product-tabs-section .tabs-content .tab-pane.active {
  display: block;
}

/* Fade in animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.downloads-section .download-item {
  display: flex;
  gap: 16px;
  padding: 16px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 12px;
}
.downloads-section .download-item .download-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff5f2;
  border-radius: 8px;
}
.downloads-section .download-item .download-icon i {
  font-size: 24px;
  color: #FA5430;
}
.downloads-section .download-item .download-info {
  flex: 1;
}
.downloads-section .download-item .download-info .download-name {
  font-weight: 600;
  margin: 0 0 4px 0;
}
.downloads-section .download-item .download-info .download-size {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}
.downloads-section .download-item .download-btn {
  display: flex;
  gap: 6px;
  padding: 10px 20px;
  background: #FA5430;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s;
}
.downloads-section .download-item .download-btn:hover {
  background: #e94820;
}

.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #9ca3af;
}
.empty-state i {
  font-size: 64px;
  margin-bottom: 16px;
}

/* ========================================
   Table of Contents (TOC) Styles
   ======================================== */
.box-toc .title {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.box-toc .title:active {
  transform: scale(0.98);
}
.box-toc .content {
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.box-toc .content.active {
  max-height: 1000px;
}
.box-toc .toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.box-toc .toc-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box-toc .toc-list li a {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  color: #374151;
  transition: all 0.3s ease;
  border-left: 2px solid transparent;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.box-toc .toc-list li a:before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: rgba(250, 84, 48, 0.4);
  transition: all 0.3s ease;
  margin-top: 0.5rem;
  flex-shrink: 0;
}
.box-toc .toc-list li a:hover {
  color: #fa5430;
  transform: translateX(0.25rem);
  font-weight: 600;
}
.box-toc .toc-list li a:hover:before {
  background-color: #fa5430;
  transform: scale(1.5);
}
.box-toc .toc-list li a:active {
  transform: translateX(0.5rem) scale(0.98);
}
.box-toc .toc-list li {
  /* Nested list styling (for h2, h3, etc.) */
}
.box-toc .toc-list li ul {
  list-style: none;
  padding-left: 1.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border-left: 2px solid rgba(250, 84, 48, 0.1);
}
.box-toc .toc-list li ul li a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
}
.box-toc .toc-list li ul li a:before {
  width: 0.25rem;
  height: 0.25rem;
  background-color: rgba(250, 84, 48, 0.3);
}
.box-toc .toc-list li ul li a:hover:before {
  background-color: rgba(250, 84, 48, 0.8);
}
.box-toc .toc-list li ul li {
  /* Third level nesting */
}
.box-toc .toc-list li ul li ul {
  padding-left: 1rem;
}
.box-toc .toc-list li ul li ul li a {
  font-size: 0.8125rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.box-toc .toc-list li ul li ul li a:before {
  width: 0.125rem;
  height: 0.125rem;
  background-color: rgba(250, 84, 48, 0.2);
}

/* Smooth scroll behavior for TOC links */
html {
  scroll-behavior: smooth;
}

/* Highlight target heading when jumped to from TOC */
:target {
  animation: highlight-flash 1.5s ease-out;
}

@keyframes highlight-flash {
  0%, 100% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(250, 84, 48, 0.1);
  }
}
.category-nav-wrapper {
  margin: 1.5rem 0;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.category-nav-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  max-width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.category-nav-scroll::-webkit-scrollbar {
  height: 6px;
}
.category-nav-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.category-nav-scroll::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 10px;
}
.category-nav-scroll::-webkit-scrollbar-thumb:hover {
  background: #a0aec0;
}

.category-nav-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #4a5568;
  font-weight: 500;
  font-size: 0.9375rem;
  white-space: nowrap;
  transition: all 0.3s ease;
  text-decoration: none;
}
.category-nav-item i {
  font-size: 1rem;
  color: #718096;
  transition: color 0.3s ease;
}
.category-nav-item:hover {
  background: #edf2f7;
  border-color: #cbd5e0;
  color: #2d3748;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.category-nav-item:hover i {
  color: #4a5568;
}
.category-nav-item.active {
  background: #fa5430;
  background: var(--color-primary2);
  border-color: #fa5430;
  border-color: var(--color-primary2);
  color: white;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(122, 181, 29, 0.3);
}
.category-nav-item.active i {
  color: white;
}
.category-nav-item.active:hover {
  background: #fa5430;
  background: var(--color-primary2);
  border-color: #fa5430;
  border-color: var(--color-primary2);
  transform: translateY(-2px);
}
@media (max-width: 640px) {
  .category-nav-item {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
  .category-nav-item i {
    font-size: 0.875rem;
  }
}

/* Search Section */
.search-section {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.search-container {
  max-width: 600px;
  width: 100%;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .search-container {
    padding: 0;
  }
}

.search-form {
  display: flex;
  gap: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  overflow: hidden;
}

.search-input {
  flex: 1;
  padding: 0.875rem 1.25rem;
  border: 1px solid #e2e8f0;
  border-right: none;
  font-size: 0.9375rem;
  color: #2d3748;
  background: white;
  transition: all 0.3s ease;
  outline: none;
}
.search-input::-moz-placeholder {
  color: #a0aec0;
}
.search-input::placeholder {
  color: #a0aec0;
}
.search-input:focus {
  border-color: #fa5430;
  border-color: var(--color-primary2);
  box-shadow: 0 0 0 3px rgba(122, 181, 29, 0.1);
}

.search-btn {
  padding: 0 2rem;
  background: #fa5430;
  background: var(--color-primary2);
  border: 1px solid #fa5430;
  border: 1px solid var(--color-primary2);
  color: white;
  font-size: 1.125rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn:hover {
  background: #fa5430;
  background: var(--color-primary2);
  border-color: #fa5430;
  border-color: var(--color-primary2);
}
.search-btn:active {
  transform: scale(0.98);
}
.search-btn i {
  font-size: 1.125rem;
}
@media (max-width: 640px) {
  .search-btn {
    padding: 0 1.5rem;
  }
  .search-btn i {
    font-size: 1rem;
  }
}

/* ========================================
   Section Styles
   ======================================== */
.section{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px){
  .section{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.section-title{
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, 1);
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .section-title{
    margin-bottom: 1.25rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.section-subtitle{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 48rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, 1);
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.mini-nav.light-bg .mini-nav-link {
  color: #1f2937;
}
.mini-nav.light-bg .mini-nav-link:hover {
  color: #ff8c42;
}
.mini-nav.light-bg .mini-nav-link.active {
  color: #ff8c42;
}
.mini-nav {
  position: fixed;
  top: 30%;
  right: 0;
  text-align: right;
  z-index: 999;
  transform: translateZ(0);
  align-items: center;
  justify-content: center;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .mini-nav {
    padding-right: 15px;
  }
}
.mini-nav .mini-nav-container {
  width: 100%;
  max-width: 1200px;
}
.mini-nav .mini-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .mini-nav .mini-nav-list {
    gap: 5px;
  }
}
.mini-nav .mini-nav-item {
  margin: 0;
}
.mini-nav .mini-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 6px 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .mini-nav .mini-nav-link {
    padding: 2px 0;
  }
}
.mini-nav .mini-nav-link:hover {
  color: #ff8c42;
}
.mini-nav .mini-nav-link.active {
  color: #ff8c42;
  font-weight: 500;
  transform: translateX(30px);
}
.mini-nav .mini-nav-link.active::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 3px;
  background-color: #ff8c42;
  flex-shrink: 0;
}

/* ========================================
   Hero Slider Styles
   ======================================== */
.hero-slider {
  font-family: "Fz Poppins", sans-serif;
  position: relative;
  width: 100%;
}

.hero-swiper {
  /* Desktop: full viewport height */
  width: 100%;
  height: 100vh;
  height: 100dvh; /* iOS Safari fix: avoid jump when URL bar shows/hides */
  min-height: 600px;
  /* Mobile: ratio 700x500 */
}
@media (max-width: 768px) {
  .hero-swiper {
    height: auto;
    min-height: 0;
    min-height: initial;
    aspect-ratio: 700/500;
  }
}

.hero-swiper .swiper-slide{
  position: relative;
  height: 100%;
  width: 100%;
}

.hero-slide-bg{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Swiper Navigation */
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  width: 50px;
  height: 50px;
}

.hero-swiper .swiper-button-prev:after,
.hero-swiper .swiper-button-next:after {
  font-size: 24px;
}

/* Swiper Pagination */
.hero-swiper .swiper-pagination{
  bottom: 2rem;
}

.hero-swiper .swiper-pagination-bullet{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  opacity: 0.5;
  width: 12px;
  height: 12px;
}

.hero-swiper .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 140, 60, 1);
  background-color: rgba(255, 140, 60, var(--tw-bg-opacity, 1));
  opacity: 1;
}

/* Hero Slide Content Animation */
.hero-slide-title,
.hero-slide-subtitle,
.hero-slide-description {
  animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-why-us {
  overflow: hidden;
  background: url(../../images/bg-why.jpg) no-repeat top left;
  background-size: auto 100%;
  position: relative;
  /*
    &:before {
      content: "";
      background: url(../../images/bg-why.png) no-repeat top left;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          pointer-events: none;
          background-size: auto;
          z-index: 1;
    }*/
}

.section-product {
  background: url(../../images/bg-lv.png) no-repeat top left, linear-gradient(100.4deg, #BD5619 0%, #421900 100%);
}

/*#linh-vuc-hoat-dong{
  background: url(../../images/bg-lv.jpg) no-repeat center !important;
}*/
.product-item-list:hover:after {
  opacity: 1;
}
.product-item-list:after {
  background: linear-gradient(144.72deg, #fa5430 0.22%, #f9c311 109.88%);
  opacity: 0;
  transition: 0.4s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.product-item-list{
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.75rem;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}
@media (min-width: 640px){
  .product-item-list{
    padding: 5px;
  }
}
.product-item-list .product-title{
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-weight: 700;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.product-item-list .product-image{
  aspect-ratio: 265/243;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.product-item-list .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .service-product-list {
    gap: 2rem;
  }
}
.service-product-list > .product-item-list {
  width: calc(50% - 0.5rem);
}
@media (min-width: 768px) {
  .service-product-list > .product-item-list {
    width: calc(33.333% - 0.6667rem);
  }
}
@media (min-width: 1024px) {
  .service-product-list > .product-item-list {
    width: calc(25% - 1.5rem);
  }
}

/* ========================================
   Project Section Styles
   ======================================== */
.section-project{
  overflow: hidden;
  position: relative;
  background-image: url(../../images/bg-circle-3.png);
  background-position: 0 -15%;
  background-repeat: no-repeat;
  background-size: 25%;
}

.project-item{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition: all 0.3s !important;
}
.project-item .project-title{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  background-color: #d9d9d99e;
  padding: 1rem;
  text-align: start;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  height: 84px;
}
.project-item .project-title a {
  color: #000;
}
@media (max-width: 768px) {
  .project-item .project-title {
    height: 65px;
    text-align: center;
    position: relative;
    padding: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    background: transparent !important;
  }
  .project-item .project-title a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #BD5619 !important;
  }
}
.project-item:hover .project-title {
  background: linear-gradient(121.59deg, rgba(250, 84, 48, 0.8) -17.89%, rgba(249, 195, 17, 0.8) 115.73%);
}
@media (max-width: 768px) {
  .project-item:hover .project-title{
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    background: transparent !important;
  }
  .project-item:hover .project-title a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #BD5619 !important;
  }
}
.project-item:hover .project-title a {
  color: #fff;
}

.project-item:hover{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), -0.5rem) 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: 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));
}

.project-image-wrapper{
  border-radius: 25px;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (max-width: 768px) {
  .project-image-wrapper{
    border-radius: 5px;
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
}

.project-image-wrapper:hover{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.project-content a:hover i{
  --tw-translate-x: 0.25rem;
  transform: translate(0.25rem, 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: 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));
  transition: transform 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .project-content {
    font-size: 14px;
  }
  .project-content a{
    justify-content: flex-start;
  }
}
/* ========================================
   Why Us Section Styles
   ======================================== */
.why-us-main-image {
  transition: transform 0.3s ease;
}

.why-us-main-image:hover {
  transform: scale(1.02);
}

/* ========================================
   Brand Section Styles
   ======================================== */
.section-brand {
  position: relative;
}
.section-brand .brand-row {
  margin-bottom: 4rem;
}
.section-brand .brand-row:last-child {
  margin-bottom: 0;
}
.section-brand .brand-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #fa5430;
  border-bottom: 2px solid var(--color-primary2);
}
@media (max-width: 768px) {
  .section-brand .brand-header {
    align-items: center;
    gap: 1rem;
  }
}
.section-brand .brand-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
@media (max-width: 768px) {
  .section-brand .brand-title {
    font-size: 1rem;
  }
}
.section-brand .brand-link {
  color: #ff8c00;
  font-weight: 600;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 3px 10px;
}
.section-brand .brand-link i {
  transition: transform 0.3s ease;
}
.section-brand .brand-link:hover {
  color: #ff6b00;
}
.section-brand .brand-link:hover i {
  transform: translateX(4px);
}
.section-brand .brand-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .section-brand .brand-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .section-brand .brand-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .section-brand .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-brand .brand-item {
  background: white;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #ccc;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  aspect-ratio: 220/122;
}
.section-brand .brand-item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-brand .brand-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .section-brand .brand-item {
    padding: 1rem;
  }
}
.section-brand {
  /* Secondary Row Styles */
}
.section-brand .brand-row-secondary {
  text-align: center;
  padding-top: 3rem;
}
.section-brand .brand-title-secondary {
  font-size: 2rem;
  font-weight: 800;
  color: #9c1c1f;
  margin: 0 0 2.5rem 0;
}
@media (max-width: 768px) {
  .section-brand .brand-title-secondary {
    font-size: 1.375rem;
    margin-bottom: 2rem;
  }
}
.section-brand .brand-grid-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .section-brand .brand-grid-secondary {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  .section-brand .brand-grid-secondary {
    gap: 1.5rem;
  }
}
.section-brand .brand-item-secondary {
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
  background: #fff;
}
.section-brand .brand-item-secondary img {
  margin: auto;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.section-brand .brand-item-secondary:hover {
  transform: scale(1.1);
}
.section-brand .brand-item-secondary:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* About Page Styles */
.about-page .partners-section {
  padding: 5rem 0;
  background-color: #f5f4f4;
  overflow: hidden;
  position: relative;
  background-image: url(../../images/bg-circle-3.png) !important;
  background-position: 0 -15% !important;
  background-repeat: no-repeat !important;
  background-size: 21% !important;
}
.about-page #nav-about {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.about-page #nav-about.nav-sticky {
  background: linear-gradient(105.91deg, #e46c25 -35.8%, #040707 119.23%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-color: transparent !important;
}
.about-page #nav-about.nav-sticky a {
  color: #fff;
}
.about-page {
  background: linear-gradient(105.91deg, #e46c25 -35.8%, #040707 119.23%);
  /* General Section Styles */
}
.about-page .section-title {
  color: #ff8c00;
  /* Orange color from image */
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1rem;
  text-align: center;
}
.about-page .section-desc {
  text-align: center;
  margin: 0 auto 5.5rem;
  color: #fff;
}
@media (max-width: 768px) {
  .about-page .section-desc {
    margin: 0 auto 2rem;
  }
}
.about-page .wrap-intro-section {
  background-image: url("../../images/bg-about-intro.png");
}
.about-page {
  /* Intro Section */
}
.about-page .intro-section {
  padding: 5rem 0;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .about-page .intro-section {
    padding: 1rem 0;
  }
}
.about-page .intro-section {
  color: #fff;
  position: relative;
  /* Background pattern/particles would go here */
  /* Placeholder */
  background-size: cover;
  background-position: center;
}
.about-page .intro-section .intro-logo {
  text-align: center;
  margin-bottom: 2rem;
}
.about-page .intro-section .intro-logo img {
  filter: brightness(0) invert(1);
  /* Make white if needed */
}
@media (max-width: 768px) {
  .about-page .intro-section .intro-logo {
    justify-content: center;
  }
  .about-page .intro-section .intro-logo img {
    height: 150px;
  }
}
.about-page .intro-section .intro-content {
  margin: 0 auto;
}
.about-page .intro-section .intro-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #ff8c00;
  font-weight: 800;
}
@media (max-width: 768px) {
  .about-page .intro-section .intro-content h2 {
    font-size: 2.1rem;
  }
}
.about-page .intro-section .intro-content p {
  line-height: 1.8;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
}
.about-page {
  /* Values Section */
}
.about-page .values-section {
  padding: 3rem 0;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .about-page .values-section {
    padding: 1rem 0;
  }
}
.about-page .values-section .values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
@media (max-width: 991px) {
  .about-page .values-section .values-grid {
    grid-template-columns: 1fr;
  }
}
.about-page .values-section .value-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05) url(../../images/bg-cover.png) 98% 103% no-repeat;
  transition: all 0.3s ease;
  height: 100%;
}
.about-page .values-section .value-card:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
  border-color: #ff8c00;
}
.about-page .values-section .value-card .value-icon {
  height: 50px;
}
.about-page .values-section .value-card .value-icon img {
  max-height: 50px;
}
.about-page .values-section .value-card h3 {
  color: #ff8c00;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 0.2rem;
}
.about-page .values-section .value-card .value-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  line-height: 1.8;
  border-bottom: 1px solid rgba(204, 204, 204, 0.1411764706);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.about-page .values-section .value-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-page .values-section .value-card ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
}
.about-page .values-section .value-card ul li::before {
  content: "";
  background: url(../../images/list.svg) no-repeat center center;
  color: #ff8c00;
  position: absolute;
  left: 0;
  width: 17px;
  height: 17px;
  top: 2px;
}
.about-page {
  /* Fields of Activity Section */
}
.about-page .fields-section {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .about-page .fields-section {
    padding: 2rem 0;
  }
}
.about-page .fields-section {
  background-color: #f5f4f4;
  overflow: hidden;
  position: relative;
  background-image: url(../../images/bg-circle-3.png);
  background-position: 0 -15%;
  background-repeat: no-repeat;
  background-size: 21%;
}
.about-page .fields-section .fields-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 5rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .about-page .fields-section .fields-tabs {
    margin-bottom: 3rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
  }
}
.about-page .fields-section .fields-tabs .field-tab {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 0.75rem 1.25rem;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 900;
  transition: all 0.3s ease;
  color: #4b5563;
  background: #fff;
}
.about-page .fields-section .fields-tabs .field-tab:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #fa5430 17.17%, #f9c311 85.58%);
  transition: all 0.3s ease;
  opacity: 0;
}
.about-page .fields-section .fields-tabs .field-tab span{
  position: relative;
  z-index: 10;
}
.about-page .fields-section .fields-tabs .field-tab:hover img, .about-page .fields-section .fields-tabs .field-tab.active img {
  filter: brightness(0) invert(0);
}
.about-page .fields-section .fields-tabs .field-tab:hover:after, .about-page .fields-section .fields-tabs .field-tab.active:after {
  opacity: 1;
}
.about-page .fields-section .fields-tabs .field-tab:hover, .about-page .fields-section .fields-tabs .field-tab.active {
  color: #111;
  border-color: #ff8c00;
  box-shadow: 0 4px 6px -1px rgba(255, 140, 0, 0.3);
}
.about-page .fields-section .field-content {
  display: none;
}
.about-page .fields-section .field-content.active {
  display: block;
  animation: fadeIn 0.5s ease;
}
.about-page .fields-section .field-content .field-grid {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 991px) {
  .about-page .fields-section .field-content .field-grid {
    grid-template-columns: 1fr;
  }
}
.about-page .fields-section .field-content .field-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.about-page .fields-section .field-content .field-image img {
  width: 100%;
  height: auto;
  display: block;
}
.about-page .fields-section .field-content .field-info h3 {
  color: #ff8c00;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.about-page .fields-section .field-content .field-info .field-list {
  gap: 0.75rem;
}
.about-page .fields-section .field-content .field-info .field-list .box-item{
  position: relative;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}
.about-page .fields-section .field-content .field-info .field-list .box-item:not(:last-child) {
  margin-bottom: 1rem;
}
.about-page .fields-section .field-content .field-info .field-list .box-item:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 5px;
  border-radius: 5px;
  height: calc(100% - 20px);
  background: #ccc;
  transition: all 0.3s ease;
}
.about-page .fields-section .field-content .field-info .field-list .box-item {
  border: 1px solid rgba(204, 204, 204, 0.5058823529);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding-left: 10px;
  transition: all 0.3s ease;
}
.about-page .fields-section .field-content .field-info .field-list .box-item h3 {
  padding: 1rem 1.25rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #111;
  transition: all 0.3s ease;
}
.about-page .fields-section .field-content .field-info .field-list .box-item h3 .box-title {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex: 1;
}
.about-page .fields-section .field-content .field-info .field-list .box-item h3 .box-title img {
  filter: brightness(0) invert(0);
  transition: all 0.3s ease;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-page .fields-section .field-content .field-info .field-list .box-item .desc {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.25rem;
  opacity: 0;
  transition: all 0.3s ease;
  color: #333;
  line-height: 1.6;
  padding-top: 0 !important;
  font-size: 0.95rem;
}
.about-page .fields-section .field-content .field-info .field-list .box-item.active h3 {
  padding-bottom: 5px;
}
.about-page .fields-section .field-content .field-info .field-list .box-item.active img {
  filter: none !important;
}
.about-page .fields-section .field-content .field-info .field-list .box-item.active {
  background: #ffe5d6;
}
.about-page .fields-section .field-content .field-info .field-list .box-item.active:after {
  background: #ff8c00;
}
.about-page .fields-section .field-content .field-info .field-list .box-item.active .desc {
  max-height: 500px;
  padding: 1rem 1.25rem;
  opacity: 1;
}
.about-page .fields-section .field-content .field-info .field-list .field-item {
  background: #f9fafb;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}
.about-page .fields-section .field-content .field-info .field-list .field-item:hover {
  border-color: #ff8c00;
  background: #fff;
  transform: translateX(5px);
}
.about-page .fields-section .field-content .field-info .field-list .field-item i {
  color: #ff8c00;
}
.about-page .fields-section .field-content .field-info .field-list .field-item span {
  font-weight: 500;
  color: #374151;
}
.about-page {
  /* History Section */
}
.about-page .history-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(100.4deg, #BD5619 0%, #421900 100%);
}
.about-page .history-section::before, .about-page .history-section::after {
  cursor-event: none;
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-page .history-section::before {
  background: url(../../images/bottom-grid.png) no-repeat bottom right;
}
.about-page .history-section::after {
  background: url(../../images/top-grid.png) no-repeat top left;
}
.about-page .history-section {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .about-page .history-section {
    padding: 2rem 0;
  }
}
.about-page .history-section {
  color: #fff;
  background-size: cover;
}
.about-page .history-section .history-container {
  margin-top: 3rem;
}
.about-page .history-section .timeline-nav {
  /* Vertical line */
}
.about-page .history-section .timeline-nav .timeline-line {
  width: 4px;
  background: #fff;
}
.about-page .history-section .timeline-nav .timeline-nav-item {
  transition: all 0.3s ease;
}
.about-page .history-section .timeline-nav .timeline-nav-item .timeline-dot {
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); */
}
.about-page .history-section .timeline-nav .timeline-nav-item.active .timeline-dot {
  background-color: #fff !important;
  transform: translateY(0%) scale(1.5);
  box-shadow: 0 0 15px rgba(235, 235, 235, 0.6);
}
.about-page .history-section .timeline-nav .timeline-nav-item.active .year-text {
  opacity: 1;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.about-page .history-section .timeline-nav .timeline-nav-item:hover .timeline-dot {
  background-color: #c17f59;
}
.about-page .history-section .history-card {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.about-page .history-section .history-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(193, 127, 89, 0.5), transparent);
}
.about-page .history-section .history-card h3 {
  color: #fff;
}
.about-page .history-section .history-card .history-image {
  border: 1px solid rgba(193, 127, 89, 0.3);
}
.about-page .history-section .history-card .history-image .dashed-line {
  background-image: linear-gradient(to right, #3b82f6 50%, transparent 50%);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-color: transparent;
}
.about-page .history-section {
  /* Animation Class */
}
.about-page .history-section .fade-in-up {
  animation: fadeInUp 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.about-page {
  /* Partners Section */
}
.about-page .partners-section {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .about-page .partners-section {
    padding: 1rem 0;
  }
}
.about-page .partners-section {
  background: #fff;
}
.about-page .partners-section .partners-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .about-page .partners-section .partners-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .about-page .partners-section .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .about-page .partners-section .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-page .partners-section .partners-grid .partner-item {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  transition: all 0.3s ease;
}
.about-page .partners-section .partners-grid .partner-item:hover {
  border-color: #ff8c00;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.about-page .partners-section .partners-grid .partner-item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
.about-page .partners-section .partners-grid .partner-item:hover img {
  filter: grayscale(0%);
}
.about-page .partners-section .tech-partners {
  text-align: center;
}
.about-page .partners-section .tech-partners h3 {
  color: #991b1b;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.about-page .partners-section .tech-partners .tech-grid {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.about-page .partners-section .tech-partners .tech-grid img {
  height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-page {
  /* Events Section */
}
.about-page .events-section {
  /* padding: 5rem 0;*/
}
.about-page .events-section .events-slider {
  position: relative;
}
.about-page .events-section .events-slider .swiper-slide {
  height: auto;
}
.about-page .events-section .events-slider .events-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-areas: "event-1 event-2 event-3 event-4" "event-5 event-6 event-3 event-7";
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.about-page .events-section .events-slider .events-grid-item {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  height: 100%;
}
.about-page .events-section .events-slider .events-grid-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.about-page .events-section .events-slider .events-grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.about-page .events-section .events-slider .events-grid-item:hover img {
  transform: scale(1.05);
}
.about-page .events-section .events-slider .events-grid-item:nth-child(1) {
  grid-area: event-1;
}
.about-page .events-section .events-slider .events-grid-item:nth-child(2) {
  grid-area: event-2;
}
.about-page .events-section .events-slider .events-grid-item:nth-child(3) {
  grid-area: event-3;
  aspect-ratio: 2/3;
}
.about-page .events-section .events-slider .events-grid-item:nth-child(4) {
  grid-area: event-4;
}
.about-page .events-section .events-slider .events-grid-item:nth-child(5) {
  grid-area: event-5;
}
.about-page .events-section .events-slider .events-grid-item:nth-child(6) {
  grid-area: event-6;
}
.about-page .events-section .events-slider .events-grid-item:nth-child(7) {
  grid-area: event-7;
}
@media (max-width: 640px) {
  .about-page .events-section .events-slider .events-grid {
    /*grid-template-columns: repeat(2, minmax(0, 1fr));*/
  }
}

.next-event-button,
.prev-event-button {
  color: #ff8c00;
  background: linear-gradient(112.06deg, #fa5430 17.17%, #f9c311 85.58%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.next-event-button::after,
.prev-event-button::after {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 768px) {
  .logo-footer-wrapper img {
    max-height: 100px;
  }
}

.color-secondary {
  color: #ff7316 !important;
  color: var(--color-secondary-500) !important;
}

.bg-secondary {
  background-color: #ff7316 !important;
  background-color: var(--color-secondary-500) !important;
}

.bg-primary {
  background-color: #9c1c1f !important;
  background-color: var(--color-primary1) !important;
}

.color-primary {
  color: #9c1c1f !important;
  color: var(--color-primary1) !important;
}

.gradient {
  background: linear-gradient(144.72deg, #fa5430 0.22%, #f9c311 109.88%);
}

#language-dropdown a {
  transition: all 0.3s ease;
}
#language-dropdown a:hover,
#language-dropdown a.active {
  background: linear-gradient(144.72deg, #fa5430 0.22%, #f9c311 109.88%);
  color: #fff;
}

/* ========================================
   Button Components
   ======================================== */
/* ========================================
   Stats Counter
   ======================================== */
.stat-item{
  padding: 1.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .stat-item{
    padding: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.stat-number{
  margin-bottom: 0.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
  color: #9c1c1f;
  color: var(--color-primary1);
}
@media (max-width: 768px) {
  .stat-number{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.stat-label{
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}
.stat-label:after {
  content: "";
  width: 60%;
  left: 20%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: -10px;
  border-bottom: 2px dashed #878787;
}

/* Body padding for fixed headers */
body {
  font-family: "Be Vietnam Pro", sans-serif;
  font-family: var(--font-family);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
}

.about-page #main-header {
  position: relative !important;
}

.\*\:visible > *{
  visibility: visible;
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}

.after\:z-1::after{
  content: var(--tw-content);
  z-index: 1;
}

.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}

.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-black::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
}

.after\:opacity-50::after{
  content: var(--tw-content);
  opacity: 0.5;
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: '';
  content: var(--tw-content);
}

.hover\:-translate-y-0:hover{
  --tw-translate-y: -0px;
  transform: translate(var(--tw-translate-x), -0px) 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: 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));
}

.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), -0.25rem) 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: 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));
}

.hover\:scale-105:hover{
  --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(1.05) scaleY(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));
}

.hover\:scale-110:hover{
  --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(1.1) scaleY(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));
}

.hover\:border-blue-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, 1);
  border-color: rgba(29, 78, 216, var(--tw-border-opacity, 1));
}

.hover\:border-secondary-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 185, 116, 1);
  border-color: rgba(255, 185, 116, var(--tw-border-opacity, 1));
}

.hover\:border-secondary-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 140, 60, 1);
  border-color: rgba(255, 140, 60, var(--tw-border-opacity, 1));
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, 1);
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, 1);
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-primary-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(61, 74, 228, 1);
  background-color: rgba(61, 74, 228, var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, 1);
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 140, 60, 1);
  background-color: rgba(255, 140, 60, var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 115, 22, 1);
  background-color: rgba(255, 115, 22, var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, 1);
  color: rgba(30, 64, 175, var(--tw-text-opacity, 1));
}

.hover\:text-blue-900:hover{
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, 1);
  color: rgba(30, 58, 138, var(--tw-text-opacity, 1));
}

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

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

.hover\:text-primary-600:hover{
  --tw-text-opacity: 1;
  color: rgba(61, 74, 228, 1);
  color: rgba(61, 74, 228, var(--tw-text-opacity, 1));
}

.hover\:text-primary-800:hover{
  --tw-text-opacity: 1;
  color: rgba(30, 42, 138, 1);
  color: rgba(30, 42, 138, var(--tw-text-opacity, 1));
}

.hover\:text-primary1:hover{
  --tw-text-opacity: 1;
  color: rgba(156, 28, 31, 1);
  color: rgba(156, 28, 31, var(--tw-text-opacity, 1));
}

.hover\:text-primary2:hover{
  --tw-text-opacity: 1;
  color: rgba(250, 84, 48, 1);
  color: rgba(250, 84, 48, var(--tw-text-opacity, 1));
}

.hover\:text-secondary-400:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 140, 60, 1);
  color: rgba(255, 140, 60, var(--tw-text-opacity, 1));
}

.hover\:text-secondary-500:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 115, 22, 1);
  color: rgba(255, 115, 22, var(--tw-text-opacity, 1));
}

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

.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.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), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-primary-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 95, 239, var(--tw-ring-opacity, 1));
}

.focus\:ring-secondary-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 140, 60, var(--tw-ring-opacity, 1));
}

.group\/link:hover .group-hover\/link\:translate-x-1{
  --tw-translate-x: 0.25rem;
  transform: translate(0.25rem, 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: 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\:translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 0px) 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: 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\:translate-y-0\.5{
  --tw-translate-y: 0.125rem;
  transform: translate(var(--tw-translate-x), 0.125rem) 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: 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\:rotate-3{
  --tw-rotate: 3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(3deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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\/img:hover .group-hover\/img\: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(1.05) scaleY(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\:scale-110{
  --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(1.1) scaleY(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));
}

.group:hover .group-hover\:border-\[var\(--color-primary2\)\]{
  border-color: #fa5430;
  border-color: var(--color-primary2);
}

.group:hover .group-hover\:bg-\[\#ffffff\]{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[var\(--color-primary2\)\]{
  background-color: #fa5430;
  background-color: var(--color-primary2);
}

.group:hover .group-hover\:text-\[var\(--color-primary1\)\]{
  color: #9c1c1f;
  color: var(--color-primary1);
}

.group:hover .group-hover\:text-\[var\(--color-primary2\)\]{
  color: #fa5430;
  color: var(--color-primary2);
}

.group:hover .group-hover\:text-blue-200{
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, 1);
  color: rgba(191, 219, 254, var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-primary-600{
  --tw-text-opacity: 1;
  color: rgba(61, 74, 228, 1);
  color: rgba(61, 74, 228, var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

@media (min-width: 640px){
  .sm\:absolute{
    position: absolute;
  }
  .sm\:-left-8{
    left: -2rem;
  }
  .sm\:-right-8{
    right: -2rem;
  }
  .sm\:bottom-0{
    bottom: 0px;
  }
  .sm\:left-1\/2{
    left: 50%;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:\!mb-7{
    margin-bottom: 1.75rem !important;
  }
  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }
  .sm\:mb-12{
    margin-bottom: 3rem;
  }
  .sm\:mb-16{
    margin-bottom: 4rem;
  }
  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }
  .sm\:mb-8{
    margin-bottom: 2rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-12{
    margin-top: 3rem;
  }
  .sm\:mt-4{
    margin-top: 1rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline{
    display: inline;
  }
  .sm\:\!flex{
    display: flex !important;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:table-cell{
    display: table-cell;
  }
  .sm\:grid{
    display: grid;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-12{
    height: 3rem;
  }
  .sm\:h-auto{
    height: auto;
  }
  .sm\:max-h-none{
    max-height: none;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-12{
    width: 3rem;
  }
  .sm\:w-2\/5{
    width: 40%;
  }
  .sm\:w-3\/5{
    width: 60%;
  }
  .sm\:w-\[16\%\]{
    width: 16%;
  }
  .sm\:w-\[27\%\]{
    width: 27%;
  }
  .sm\:w-\[33\%\]{
    width: 33%;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:table-auto{
    table-layout: auto;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-wrap{
    flex-wrap: wrap;
  }
  .sm\:gap-4{
    gap: 1rem;
  }
  .sm\:gap-8{
    gap: 2rem;
  }
  .sm\:gap-\[3\.75rem\]{
    gap: 3.75rem;
  }
  .sm\:gap-\[7\.5rem\]{
    gap: 7.5rem;
  }
  .sm\:overflow-visible{
    overflow: visible;
  }
  .sm\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sm\:p-\[5px\]{
    padding: 5px;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }
  .sm\:pb-8{
    padding-bottom: 2rem;
  }
  .sm\:text-right{
    text-align: right;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .md\:order-2{
    order: 2;
  }
  .md\:block{
    display: block;
  }
  .md\:min-h-\[560px\]{
    min-height: 560px;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:w-\[12\.5rem\]{
    width: 12.5rem;
  }
  .md\:w-\[20\%\]{
    width: 20%;
  }
  .md\:w-\[80\%\]{
    width: 80%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:overflow-visible{
    overflow: visible;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[80px\]{
    height: 80px;
  }
  .lg\:w-\[30\%\]{
    width: 30%;
  }
  .lg\:w-\[70\%\]{
    width: 70%;
  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .lg\:pt-14{
    padding-top: 3.5rem;
  }
  .lg\:\!text-\[34px\]{
    font-size: 34px !important;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-\[40px\]{
    font-size: 40px;
  }
  .lg\:text-\[43px\]{
    font-size: 43px;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (prefers-color-scheme: dark){
  .dark\:border-\[\#2a3845\]{
    --tw-border-opacity: 1;
    border-color: rgba(42, 56, 69, 1);
    border-color: rgba(42, 56, 69, var(--tw-border-opacity, 1));
  }
  .dark\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, 1);
    border-color: rgba(55, 65, 81, var(--tw-border-opacity, 1));
  }
  .dark\:border-slate-200{
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, 1);
    border-color: rgba(226, 232, 240, var(--tw-border-opacity, 1));
  }
  .dark\:border-slate-600{
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, 1);
    border-color: rgba(71, 85, 105, var(--tw-border-opacity, 1));
  }
  .dark\:border-slate-700{
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, 1);
    border-color: rgba(51, 65, 85, var(--tw-border-opacity, 1));
  }
  .dark\:bg-\[\#101922\]\/90{
    background-color: rgba(16, 25, 34, 0.9);
  }
  .dark\:bg-\[\#1a2632\]{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 38, 50, 1);
    background-color: rgba(26, 38, 50, var(--tw-bg-opacity, 1));
  }
  .dark\:bg-\[\#2c3e4e\]{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 62, 78, 1);
    background-color: rgba(44, 62, 78, var(--tw-bg-opacity, 1));
  }
  .dark\:bg-blue-900\/30{
    background-color: rgba(30, 58, 138, 0.3);
  }
  .dark\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, 1);
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity, 1));
  }
  .dark\:bg-slate-700{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, 1);
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity, 1));
  }
  .dark\:bg-slate-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, 1);
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity, 1));
  }
  .dark\:from-\[\#1a2632\]{
    --tw-gradient-from: #1a2632 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(26, 38, 50, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .dark\:via-\[\#1a2632\]{
    --tw-gradient-to: rgba(26, 38, 50, 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #1a2632 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
  .dark\:via-\[\#223040\]{
    --tw-gradient-to: rgba(34, 48, 64, 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #223040 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
  .dark\:to-\[\#1a2632\]{
    --tw-gradient-to: #1a2632 var(--tw-gradient-to-position);
  }
  .dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
  }
  .dark\:text-slate-300{
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, 1);
    color: rgba(203, 213, 225, var(--tw-text-opacity, 1));
  }
  .dark\:text-slate-400{
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, 1);
    color: rgba(148, 163, 184, var(--tw-text-opacity, 1));
  }
  .dark\:text-slate-500{
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, 1);
    color: rgba(100, 116, 139, var(--tw-text-opacity, 1));
  }
  .dark\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  }
  .dark\:placeholder\:text-slate-400::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, 1);
    color: rgba(148, 163, 184, var(--tw-text-opacity, 1));
  }
  .dark\:placeholder\:text-slate-400::placeholder{
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, 1);
    color: rgba(148, 163, 184, var(--tw-text-opacity, 1));
  }
  .dark\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, 1);
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity, 1));
  }
  .dark\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  }
}