@import "../icon/style.css";
@import "shortcodes.css";
@import "responsive.css";
@import "animation.css";
@import "nouislider.min.css";
@import "map.min.css";
@import "magnific-popup.min.css";
@import "animate.min.css";
@import "swiper-bundle.min.css";
@import "../font/font.css";
@import "bootstrap.css";
/**
  	* Reset Browsers
    * General
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
	* header
    * footer
    * header section
    * mobile
    * cusor
    * preload

*/
:root {
    --united-red: #a83333;
    --united-red-dark: #8a2828;
    --united-red-light: #c24545;
    --united-gold: #c6ac83;
    --united-gold-dark: #a28130;
    --united-gold-light: #d4c09f;
    --united-dark: #0f0e0f;
    --united-dark-2: #141314;
    --united-dark-3: #1e1b1b;
    --united-surface: #1a1618;
    --united-white: #ffffff;
    --united-text: #d0d0d0;
    --united-text-muted: #9e9e9e;
    --united-border: rgba(198, 172, 131, 0.2);
    --united-border-2: rgba(198, 172, 131, 0.35);
    --united-overlay: rgba(15, 14, 15, 0.85);

    /* Re-map Coffee template variables to United brand */
    --color-primary: var(--united-red);
    --color-secondary: var(--united-gold);

    /* Legacy template variable aliases → United brand tokens */
    --Primary: var(--united-red);
    --Secondary: var(--united-gold);
    --White: var(--united-white);
    --Black: var(--united-dark);
    --Border: var(--united-border);
    --bg-main: var(--united-dark);
    --bg-2: var(--united-dark-3);
    --bg-3: var(--united-surface);
    --bg-input: var(--united-dark-2);
}
/* Reset Browsers
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    line-height: 1;
    padding: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: none;
}

a img {
    border: 0;
}

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

select {
    max-width: 100%;
}

/* General
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-family: "Oswald", sans-serif;
    color: #696969;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
    padding:5px;
}

abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
    text-decoration: none;
}

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

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin: 20px 0;
    padding: 4px 12px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}

svg,
svg path {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Elements
-------------------------------------------------------------- */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    margin-bottom: 20px;
    border: dashed 1px #ccc;
}

/* List */

ul,
ol {
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

ul li,
ol li {
    padding: 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del,
.disable {
    text-decoration: line-through;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/* Table */

table,
th,
td {
    border: 1px solid #343444;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
}

/* Media */

embed,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}

input,
textarea,
select {
    font-size: 14px;
    max-width: 100%;
    background: #fff;
    /* Removing the inner shadow on iOS inputs */
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
    display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    width: 15px;
    height: 25px;
    margin-right: 13px;
    cursor: pointer;
    vertical-align: sub;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type="search"] {
    outline: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/* Contact Form 7 */
fieldset {
    margin-bottom: 0px;
    width: 100%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

.select {
    position: relative;
}

.select::after {
    position: absolute;
    content: "\e904";
    right: 10px;
    top: 46%;
    width: 20px;
    height: 20px;
    font-family: "icomoon";
    font-size: 13px;
    font-weight: 700;
    display: block;
    color: #fff;
    pointer-events: none;
    -webkit-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select.t1::after {
    color: #000000;
}

select {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 0px 17px;
    height: 50px !important;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    border-radius: 10px;
    background-color: var(--united-red-dark);
    color: #fff;
    margin-bottom: 15px;
    position: relative;
}

select option {
    font-size: 16px;
    line-height: 11px;
    color: var(--Black);
    background-color: #fff;
    text-transform: capitalize;
}

select.style-1 {
    background: #f1f1f1;
    color: #000000;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    height: 50px;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: "DM Sans";
    color: #000000;
    overflow: hidden;
}

/* Input focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: "DM Sans";
    color: #000000;
}

textarea.style-1,
input[type="text"].style-1,
input[type="password"].style-1,
input[type="datetime"].style-1,
input[type="datetime-local"].style-1,
input[type="date"].style-1,
input[type="month"].style-1,
input[type="time"].style-1,
input[type="week"].style-1,
input[type="number"].style-1,
input[type="email"].style-1,
input[type="url"].style-1,
input[type="search"].style-1,
input[type="tel"].style-1,
input[type="color"].style-1 {
    background: var(--united-red-dark);
    color: #fff;
}

textarea.style-1::placeholder,
input[type="text"].style-1::placeholder,
input[type="password"].style-1::placeholder,
input[type="datetime"].style-1::placeholder,
input[type="datetime-local"].style-1::placeholder,
input[type="date"].style-1::placeholder,
input[type="month"].style-1::placeholder,
input[type="time"].style-1::placeholder,
input[type="week"].style-1::placeholder,
input[type="number"].style-1::placeholder,
input[type="email"].style-1::placeholder,
input[type="url"].style-1::placeholder,
input[type="search"].style-1::placeholder,
input[type="tel"].style-1::placeholder,
input[type="color"].style-1::placeholder {
    color: #fff;
}

textarea.style-2,
input[type="text"].style-2,
input[type="password"].style-2,
input[type="datetime"].style-2,
input[type="datetime-local"].style-2,
input[type="date"].style-2,
input[type="month"].style-2,
input[type="time"].style-2,
input[type="week"].style-2,
input[type="number"].style-2,
input[type="email"].style-2,
input[type="url"].style-2,
input[type="search"].style-2,
input[type="tel"].style-2,
input[type="color"].style-2 {
    background: #f1f1f1;
    color: #000000;
}

textarea.style-2::placeholder,
input[type="text"].style-2::placeholder,
input[type="password"].style-2::placeholder,
input[type="datetime"].style-2::placeholder,
input[type="datetime-local"].style-2::placeholder,
input[type="date"].style-2::placeholder,
input[type="month"].style-2::placeholder,
input[type="time"].style-2::placeholder,
input[type="week"].style-2::placeholder,
input[type="number"].style-2::placeholder,
input[type="email"].style-2::placeholder,
input[type="url"].style-2::placeholder,
input[type="search"].style-2::placeholder,
input[type="tel"].style-2::placeholder,
input[type="color"].style-2::placeholder {
    color: #000000;
}

textarea.style-2:focus,
input[type="text"].style-2:focus,
input[type="password"].style-2:focus,
input[type="datetime"].style-2:focus,
input[type="datetime-local"].style-2:focus,
input[type="date"].style-2:focus,
input[type="month"].style-2:focus,
input[type="time"].style-2:focus,
input[type="week"].style-2:focus,
input[type="number"].style-2:focus,
input[type="email"].style-2:focus,
input[type="url"].style-2:focus,
input[type="search"].style-2:focus,
input[type="tel"].style-2:focus,
input[type="color"].style-2:focus {
    background-color: #fff;
    border: 1px solid #c29742;
}

textarea.style-3,
input[type="text"].style-3,
input[type="password"].style-3,
input[type="datetime"].style-3,
input[type="datetime-local"].style-3,
input[type="date"].style-3,
input[type="month"].style-3,
input[type="time"].style-3,
input[type="week"].style-3,
input[type="number"].style-3,
input[type="email"].style-3,
input[type="url"].style-3,
input[type="search"].style-3,
input[type="tel"].style-3,
input[type="color"].style-3 {
    background-color: var(--united-red-dark);
    color: #fff;
    border: 1px solid var(--united-red-dark);
    margin-bottom: 15px;
}

textarea.style-3::placeholder,
input[type="text"].style-3::placeholder,
input[type="password"].style-3::placeholder,
input[type="datetime"].style-3::placeholder,
input[type="datetime-local"].style-3::placeholder,
input[type="date"].style-3::placeholder,
input[type="month"].style-3::placeholder,
input[type="time"].style-3::placeholder,
input[type="week"].style-3::placeholder,
input[type="number"].style-3::placeholder,
input[type="email"].style-3::placeholder,
input[type="url"].style-3::placeholder,
input[type="search"].style-3::placeholder,
input[type="tel"].style-3::placeholder,
input[type="color"].style-3::placeholder {
    color: #fff;
}

textarea.style-3:focus,
input[type="text"].style-3:focus,
input[type="password"].style-3:focus,
input[type="datetime"].style-3:focus,
input[type="datetime-local"].style-3:focus,
input[type="date"].style-3:focus,
input[type="month"].style-3:focus,
input[type="time"].style-3:focus,
input[type="week"].style-3:focus,
input[type="number"].style-3:focus,
input[type="email"].style-3:focus,
input[type="url"].style-3:focus,
input[type="search"].style-3:focus,
input[type="tel"].style-3:focus,
input[type="color"].style-3:focus {
    border: 1px solid #c29742;
}

input[type="date"]::-webkit-calendar-picker-indicator::after {
    color: #fff;
}

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: "Oswald";
    font-weight: 700;
    font-size: 16px;
    line-height: 11px;
    background-color: #fff;
    color: #c29742;
    border-radius: 10px;
    padding: 15px;
    height: 50px;
    border: none;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

/* Button hover + focus */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    border: none;
}

textarea {
    height: 213px !important;
}

/* Placeholder color */
::-webkit-input-placeholder {
    color: #000000;
}

:-moz-placeholder {
    color: #000000;
}

::-moz-placeholder {
    color: #000000;
    opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
    color: #000000;
}

/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    color: #000000;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 75px;
    line-height: 90px;
}

h2 {
    font-size: 48px;
    line-height: 57px;
}

h3 {
    font-size: 24px;
    line-height: 36px;
}

h4 {
    font-size: 22px;
    line-height: 33px;
}

h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

h6 {
    font-size: 18px;
    line-height: 27px;
}

/* Extra classes
-------------------------------------------------------------- */
.hidden {
    display: none;
}
.block {
    display: block;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed !important;
}
.position-unset {
    position: unset;
}
.z-5 {
    z-index: 5;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-grow {
    flex-grow: 1;
}
.row-reverse {
    flex-direction: row-reverse;
}
.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.flex-wrap {
    flex-wrap: wrap;
}
.text-end {
    text-align: end;
}
.text-center {
    text-align: center;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-50 {
    margin-top: 50px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-27 {
    margin-bottom: 27px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-68 {
    margin-bottom: 68px;
}
.mb-66 {
    margin-bottom: 66px;
}
.mb-63 {
    margin-bottom: 63px;
}
.mb-62 {
    margin-bottom: 62px;
}
.mb-26 {
    margin-bottom: 26px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-77 {
    margin-bottom: 77px;
}
.mb-113 {
    margin-bottom: 113px;
}
.divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}
.capitalize {
    text-transform: capitalize;
}
.italic {
    font-style: italic;
}
.e-resize {
    cursor: e-resize;
}
.auto-slide .swiper-slide {
    width: auto;
}
.auto-slide .swiper-wrapper {
    transition-timing-function: linear;
}
.tf-color {
    color: #c29742 !important;
}
#wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

/* link style
-------------------------------------------------------------- */
a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #c29742;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus {
    color: #fff;
}

/* button */
/* -------------------------------------------------------------- */
.button-default {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
    color: #000000;
    letter-spacing: 2px;
}

.button-default i {
    color: #c29742;
}

.button-default.style-white {
    color: #fff;
}

.button-default.style-white:hover {
    color: #c29742;
}

.button-style-1 {
    width: max-content;
    height: 50px;
    background-color: #c29742;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2.5px;
    padding: 0 38px 0 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-style-1:hover {
    background-color: var(--united-red-dark);
}

.button-reply {
    width: max-content;
    height: 33px;
    padding: 0 18px 0 15px;
    background-color: var(--united-red-dark);
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: "DM Sans";
    font-size: 12px;
    letter-spacing: 0.5px;
}

.button-reply:hover {
    background-color: #c29742;
    color: #fff;
}

.button-style-2 {
    width: max-content;
    height: 50px;
    background-color: #c29742;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-style-2:hover {
    color: #000000;
    background-color: #fff;
}

.button-style-2.active {
    color: #000000;
    background-color: #fff;
}

.button-style-2.active:hover {
    color: #fff;
    background-color: #c29742;
}

/* header */
/* -------------------------------------------------------------- */
.header {
    position: absolute;
    z-index: 20;
    width: 100%;
}

.header-top {
    margin-top: 30px;
    margin-bottom: 27px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wg-information {
    display: flex;
    gap: 20px;
}

.wg-information .icon {
    min-width: 49px;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background-color: #c29742;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wg-information .icon i {
    color: #fff;
    font-size: 20px;
}

.wg-information .content .title {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 4px;
    letter-spacing: 1.4px;
}

.wg-information .content p {
    color: #ededed;
    font-family: "DM Sans";
    margin-top: 8px;
    letter-spacing: 0.8px;
}

.header-inner-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 54px;
    padding-right: 77px;
    width: 100%;
    max-width: 1371px;
    height: 82px;
    border-radius: 82px;
    background-color: var(--united-red-dark);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#site-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    width: clamp(128px, 11.5vw, 200px);
    height: auto;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#site-logo .main-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    /* background-color: white; */
    /* border-radius: 15px; */
    /* padding: 5px; */
}

.canvas {
    width: 38px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

.canvas > .canvas-button {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 38px;
    height: 20px;
}

.canvas > .canvas-button span {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 38px;
    height: 2px;
    background-color: #fff;
}

.canvas > .canvas-button::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 9px;
    width: 19px;
    height: 2px;
    background-color: #fff;
}

.canvas > .canvas-button::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 9px;
    width: 19px;
    height: 2px;
    background-color: #fff;
}

.header-right {
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
}

.header-right::after {
    position: absolute;
    content: "";
    top: -6px;
    left: 52%;
    width: 1px;
    height: 31px;
    background-color: rgba(255, 255, 255, 0.12);
}

.header-search .show-search i::before {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-search .top-search {
    position: absolute;
    top: 50px;
    right: 0;
    min-width: 240px;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-search .top-search.active {
    display: block;
}

.header-search > a.active .icon-search::before {
    content: url(../images/close.svg);
}

.search-form button {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 18px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* offcanvas search */
.offcanvas-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    display: none;
    height: max-content !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100px) !important;
    z-index: 9999;
}

.offcanvas-search.show {
    display: block;
    transform: translateY(0px) !important;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.offcanvas-search-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.2s ease,
        visibility 0.2s ease;
    z-index: 9998;
}

.offcanvas-search-backdrop.show {
    opacity: 1;
    visibility: visible;
}

body.search-open {
    overflow: hidden;
}

.offcanvas-search > .btn-close-search {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
}

.offcanvas-search .offcanvas-body {
    padding: 60px 0;
}

.offcanvas-search .form-search-courses input {
    border: 1px solid;
    border-radius: 4px;
}

.offcanvas-search .form-search-courses .button-submit button {
    border-radius: 8px;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.offcanvas-search .form-search-courses .button-submit button i {
    font-size: 30px;
}

.offcanvas-search .form-search-courses .button-submit button:hover {
    color: var(--Primary);
}

.offcanvas-search .search-results {
    margin-top: 18px;
    display: none;
}

.offcanvas-search .search-results.active {
    display: block;
}

.offcanvas-search .search-results-status {
    color: #8a8a8a;
    font-size: 13px;
    margin-bottom: 10px;
}

.offcanvas-search .search-results-list {
    display: grid;
    gap: 10px;
    max-height: 360px;
    overflow-y: auto;
    padding-right: 6px;
}

.offcanvas-search .search-result-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #e5dccf;
    background: #fff;
    color: #171412;
    text-decoration: none;
    transition:
        border-color 0.2s ease,
        transform 0.2s ease;
}

.offcanvas-search .search-result-item:hover {
    border-color: var(--Primary);
    transform: translateY(-1px);
}

.offcanvas-search .search-result-image {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
}

.offcanvas-search .search-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.offcanvas-search .search-result-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.offcanvas-search .search-result-name {
    font-size: 14px;
    font-weight: 600;
    color: #171412;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offcanvas-search .search-result-price {
    font-size: 12px;
    color: #777;
}

/* wg-bag */
.wg-bag {
    position: relative;
    cursor: pointer;
}

.wg-bag .number {
    position: absolute;
    top: -11px;
    right: -15px;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c29742;
    border-radius: 50%;
    color: #fff;
}

.wg-bag .bag-box {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(195 162 124 / 20%);
    width: 320px;
    padding: 20px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wg-bag:hover .bag-box {
    top: 25px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

/* main-nav */
.main-nav {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-grow: 1;
}

.main-nav.left {
    padding-left: 168px;
}

.main-nav.right {
    padding-left: 147px;
}

.menu-primary-menu {
    display: flex;
    gap: 54px;
}

.menu-primary-menu li {
    position: relative;
}

.menu-primary-menu li a {
    font-family: "Oswald";
    font-size: 15px;
    font-weight: 600;
    line-height: 82px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2.2px;
}

.menu-primary-menu li.current-menu-item > a::before {
    position: absolute;
    content: url(../icon/dessert-2.svg);
    left: -25px;
}

.menu-primary-menu > li > a:hover {
    color: #c29742;
}

/* sub-menu */
.menu-primary-menu li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.menu-primary-menu .sub-menu {
    position: absolute;
    background: #fff;
    min-width: 220px;
    left: 0%;
    top: 110%;
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgba(195 162 124 / 20%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-primary-menu .sub-menu li {
    padding: 10px 20px;
    border-bottom: 1px solid #f1f1f1;
}

.menu-primary-menu .sub-menu li:last-child {
    border-bottom: none;
}

.menu-primary-menu .sub-menu li a {
    color: #121212;
    font-size: 16px;
    line-height: 30px;
}

.menu-primary-menu .sub-menu li.current-item a,
.menu-primary-menu .sub-menu li a:hover {
    color: #c29742;
}

/*Header fixed
-------------------------------- */
.header.is-fixed .header-inner {
    position: fixed;
    padding: 0;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 99;
    border: none;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header.is-fixed.is-small .header-inner {
    top: 0;
    margin-top: 0px;
}

.header.is-fixed #site-logo {
    width: clamp(100px, 8.5vw, 136px);
    height: auto;
    padding: 0;
    transform: translate(-50%, -58%);
}

/* Mobile Menu Button */
.mobile-button {
    display: none;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    left: 30px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color: #ffffff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header_1.style-white .mobile-button::before,
.header_1.style-white .mobile-button::after,
.header_1.style-white .mobile-button span {
    background-color: #161616;
}

.mobile-button:before,
.mobile-button:after {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

/* mobile header */
/* ------------------------------------ */
.mobile-nav-wrap .overlay-mobile-nav {
    cursor: url(../images/close.svg), auto;
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-nav-wrap.active .overlay-mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-wrap.active .overlay-mobile-nav i {
    font-size: 25px;
    margin-right: 20px;
    color: #ffffff;
}

.mobile-nav-wrap .inner-mobile-nav {
    width: 320px;
    height: 100%;
    top: 0;
    left: auto;
    right: -340px;
    position: fixed;
    background-color: var(--united-surface);
    z-index: 999999;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobile-nav-wrap .inner-mobile-nav::-webkit-scrollbar {
    width: 0px;
}

.mobile-nav-wrap.active .inner-mobile-nav {
    left: auto;
    right: 0;
}

.inner-mobile-nav {
    padding: 15px;
    position: relative;
    direction: ltr;
    text-align: left;
}

.inner-mobile-nav .mobile-nav-close {
    position: absolute;
    top: 10px;
    right: auto;
    left: 10px;
    cursor: pointer;
}

/* menu-mobile-menu */
#mobile-main-nav {
    margin-top: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 0px;
}

#menu-mobile-menu {
    display: flex;
    flex-direction: column;
}

#menu-mobile-menu > li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px 0px;
    cursor: pointer;
}

#menu-mobile-menu > li .sub-menu-mobile li:last-child,
#menu-mobile-menu > li:last-child {
    border: none;
}

#menu-mobile-menu li a {
    font-family: "Oswald";
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

#menu-mobile-menu li.current-menu-item > a,
#menu-mobile-menu li a:hover,
#menu-mobile-menu li.current-item a {
    color: #c29742;
}

#menu-mobile-menu li.menu-item-has-children-mobile > a::after {
    content: "\e904";
    position: absolute;
    font-family: "icomoon";
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 17px;
    line-height: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu-mobile-menu > li.active a::after {
    transform: rotate(180deg);
}

#menu-mobile-menu > li .sub-menu-mobile {
    border-radius: 8px;
    display: none;
    text-align: start;
    overflow: hidden;
}

#menu-mobile-menu > li .sub-menu-mobile li {
    padding-left: 15px;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

#menu-mobile-menu > li .sub-menu-mobile a {
    font-family: "Oswald";
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

/* header-2 */
.header-2 {
    position: relative;
}

.header-2 #site-logo {
    left: 238px;
    top: 80px;
    z-index: 5;
}

.header-2 > .top {
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.header-2 > .top::before {
    position: absolute;
    bottom: 6px;
    right: -9px;
    content: none;
}

.header-2 > .top .header-top {
    margin-top: 34px;
    margin-bottom: 56px;
    row-gap: 15px;
}

.header-2 > .top .information {
    display: flex;
    gap: 15px 60px;
}

.header-2 > .top .wg-information p {
    color: #000000;
    margin-top: 0;
    margin-bottom: 0px;
    letter-spacing: 0.2px;
}

.header-2 .menu-primary-menu {
    gap: 20px;
}

.header-2 .menu-primary-menu > li > a {
    line-height: 40px;
    letter-spacing: 3px;
}

.widget-social.style-4 ul {
    gap: 12px;
}

.widget-social.style-4 ul li a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #c29742;
    background-color: #fff;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-social.style-4 ul li a:hover {
    color: #fff;
    background-color: #c29742;
}

.header-2 > .header-inner {
    background-image: url(../images/bg-section/heade2-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -20px;
    padding-top: 15px;
    position: relative;
}

.header-2 .header-inner-wrap {
    background-color: unset;
    max-width: 1230px;
    height: 84px;
    padding-right: 46px;
}

.lang-switch-icon {
    margin-inline-start: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 48px;
    height: 24px;
    color: var(--united-gold);
    text-decoration: none;
}

.lang-switch-icon i {
    font-size: 16px;
    line-height: 1;
    font-style: normal;
    color: var(--united-gold);
}

.lang-switch-icon .lang-switch-text {
    font-family: "Oswald";
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1;
    color: var(--united-gold);
}

.header-2 .mobile-button {
    right: 30px;
    left: auto;
}

.header-2.is-fixed.is-small .header-inner {
    margin-top: 0;
    background-image: none;
    background: #161616;
}

/* Force header to one direction (English/LTR) regardless of page locale */
#header_main.header-2 {
    direction: ltr;
}

#header_main.header-2 .header-inner-wrap {
    direction: ltr;
}

#header_main.header-2 .header-right {
    flex-direction: row;
}

#header_main.header-2 .header-right::after {
    left: 52%;
    right: auto;
}

#header_main.header-2 .header-search .top-search {
    right: 0;
    left: auto;
}

#header_main.header-2 .lang-switch-icon {
    margin-inline-start: 15px;
    margin-inline-end: 0;
    color: var(--united-gold);
}

#header_main.header-2 .lang-switch-icon i,
#header_main.header-2 .lang-switch-icon .lang-switch-text {
    color: var(--united-gold);
}

#header_main.header-2 .mobile-button {
    right: 30px;
    left: auto;
}

#header_main.header-2 .mobile-nav-wrap .inner-mobile-nav {
    direction: ltr;
    text-align: center;
    right: -340px;
    left: auto;
}

#header_main.header-2 .mobile-nav-wrap.active .inner-mobile-nav {
    right: 0;
    left: auto;
}

#header_main.header-2 .inner-mobile-nav .mobile-nav-close {
    right: 15px;
    left: auto;
}

@media (min-width: 992px) {
    #header_main.header-2[data-locale="ar"] .header-top {
        flex-direction: row;
    }

    #header_main.header-2[data-locale="ar"] .header-2 > .top .information,
    #header_main.header-2[data-locale="ar"] .top .information {
        flex-direction: row-reverse;
        justify-content: flex-end;
        order: 2;
    }

    #header_main.header-2[data-locale="ar"] .widget-social.style-4 {
        order: 1;
    }

    #header_main.header-2[data-locale="ar"] .wg-information {
        flex-direction: row-reverse;
    }

    #header_main.header-2[data-locale="ar"] .wg-information .content {
        text-align: right;
    }

    #header_main.header-2[data-locale="ar"] .widget-social.style-4 ul {
        flex-direction: row-reverse;
    }

    #header_main.header-2[data-locale="ar"] #site-logo {
        left: auto;
        right: 0;
    }

    #header_main.header-2[data-locale="ar"] .header-inner-wrap {
        padding-left: 46px;
        padding-right: 54px;
    }

    #header_main.header-2[data-locale="ar"] .main-nav {
        order: 2;
        justify-content: flex-end;
    }

    #header_main.header-2[data-locale="ar"] .menu-primary-menu {
        flex-direction: row-reverse;
    }

    #header_main.header-2[data-locale="ar"] .header-right {
        order: 1;
        flex-direction: row;
    }

    #header_main.header-2[data-locale="ar"] .main-nav,
    #header_main.header-2[data-locale="ar"] .header-right {
        flex-shrink: 0;
    }

    #header_main.header-2[data-locale="ar"] .header-right::after {
        left: auto;
        right: 52%;
    }

    #header_main.header-2[data-locale="ar"] .header-search .top-search {
        right: auto;
        left: 0;
    }

    #header_main.header-2[data-locale="ar"] .lang-switch-icon {
        margin-inline-start: 0;
        margin-inline-end: 15px;
    }
}

/* footer */
/* ---------------------------------- */
.footer {
    background-color: #0b0b0b;
    padding-top: 122px;
    position: relative;
    overflow: hidden;
}

.footer.type-1 {
    padding-top: 138px;
}

.footer > .item-1 {
    position: absolute;
    bottom: -1px;
    left: -8px;
}
.footer .themesflat-container .text a {
    color: var(--united-gold);

    &:hover {
        color: var(--united-primary);
    }
}

.footer > .item-2 {
    position: absolute;
    top: -29px;
    right: -9px;
}

.footer .title-wg {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 61px;
    position: relative;
}

.footer .title-wg::after {
    position: absolute;
    content: "";
    width: 73px;
    height: 2px;
    background-color: #c29742;
    left: 1px;
    bottom: -19px;
}

.footer .text {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #dedede;
    letter-spacing: 0.3px;
}

.footer .text span {
    color: #c29742;
}

.logo-footer {
    margin-bottom: 25px;
    margin-top: 13px;
    max-width: 50%;
}

.footer .contact {
    margin-top: 6px;
}

.footer .contact .title-wg {
    margin-bottom: 56px;
}

.footer .contact ul li {
    margin-bottom: 21px;
}

.footer .contact .text {
    line-height: 27px;
}

.footer .time ul li {
    margin-bottom: 10px;
}

.footer .newletters form {
    position: relative;
    margin-top: 26px;
}

.footer .newletters form button {
    position: absolute;
    right: 8px;
    top: 0;
    background-color: transparent;
}

.footer .newletters form label {
    margin-top: 20px;
    padding-left: 28px;
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #dedede;
    letter-spacing: 0.3px;
}

label input[type="radio"],
label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
}

.btn-checkbox {
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

input:checked ~ .btn-checkbox {
    background-color: #fff;
    border: 1px solid #fff;
}

.btn-checkbox:after {
    content: "\ea10";
    font-family: "icomoon" !important;
    position: absolute;
    font-size: 8px;
    left: 3px;
    top: -6px;
    color: #000000;
    display: none;
}

input:checked ~ .btn-checkbox:after {
    display: block;
}

.footer-bottom {
    margin-top: 85px;
    border-top: 1px solid #c29742;
    padding-top: 24px;
    padding-bottom: 25px;
    display: flex;
    row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.footer.type-1 .footer-bottom {
    margin-top: 92px;
    margin-bottom: 28px;
}

.widget-social {
    display: flex;
    align-items: center;
    gap: 17px;
}

.widget-social ul {
    display: flex;
    gap: 25px;
    align-items: center;
}

.widget-social ul li a {
    font-size: 15px;
    color: #fff;
}

.widget-social ul li:hover a {
    color: #c29742;
}

.footer-bottom > svg,
.footer-bottom > .footer-bottom-icon {
    position: absolute;
    top: 0;
    left: 50%;
    width: 52px;
    height: 53px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding: 17px;
    background-color: var(--united-red-dark);
}

/* banner-page */
/* -------------------------------------------------------------- */
.banner-page {
    padding-top: 307px;
    padding-bottom: 54px;
    background-image: url(../images/bg-section/bg-blog.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.banner-page > .item-1 {
    position: absolute;
    bottom: -9px;
    left: -54px;
}

.banner-page > .item-2 {
    position: absolute;
    bottom: -18px;
    right: -63px;
}

.banner-page::before {
    background-color: rgb(0, 0, 0);
    opacity: 0.502;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.banner-page::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 83px;
    bottom: -57px;
    left: 0;
    background-image: url(../images/bg-section/wave.png);
}

.banner-page .text {
    color: #ffffff;
    text-align: center;
    font-family: "Sue Ellen Francisco";
    font-size: 40px;
    font-weight: 400;
    line-height: 65px;
    text-transform: capitalize;
}

.banner-page .heading,
.heading a {
    color: var(--united-gold);
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 89px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.banner-page .heading a:hover {
    color: #c29742;
}

.breadcrumbs {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 29px;
    margin-top: 109px;
}

.breadcrumbs li {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
}

.breadcrumbs li.item::after {
    position: absolute;
    content: "/";
    color: #fff;
    right: -19px;
}

.breadcrumbs li a {
    color: #fff;
    letter-spacing: 0.5px;
}

.breadcrumbs li.active a {
    color: #c29742;
}

.banner-page.menu-page {
    padding-top: 303px;
    padding-bottom: 57px;
    background-image: url(../images/bg-section/bg-menu.jpg);
}

.banner-page.reservation-page {
    padding-top: 303px;
    padding-bottom: 57px;
    background-image: url(../images/bg-section/bg-reservation.jpg);
}

.banner-page.contact-page {
    padding-top: 303px;
    padding-bottom: 57px;
    background-image: url(../images/bg-section/bg-contact.jpg);
}

.banner-page.about-page {
    padding-top: 303px;
    padding-bottom: 57px;
    background-image: url(../images/bg-section/bg-about.jpg);
}

.banner-page.offer-page {
    background-image: url(../images/bg-section/bg-offer.jpg);
}

.banner-page.team-page {
    background-image: url(../images/bg-section/bg-our-team.jpg);
}

.banner-page.portfolio-page {
    background-image: url(../images/bg-section/bg-portfolio.jpg);
}

.banner-page.event-page {
    background-image: url(../images/bg-section/bg-private-event.jpg);
}

.banner-page.shop-page {
    background-image: url(../images/bg-section/banner1.jpeg);
}

/* wg-update */
.wg-update {
    padding-top: 130px;
    padding-bottom: 134px;
}

.wg-update-wrap {
    padding: 66px 15px 75px 15px;
    text-align: center;
    border-radius: 10px;
    background: url(../images/bg-section/wg-update.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.wg-update-wrap > .item-1 {
    position: absolute;
    bottom: -220px;
    left: -213px;
}

.wg-update-wrap > .item-2 {
    position: absolute;
    bottom: -195px;
    right: -54px;
}

.wg-update-wrap .title {
    font-size: 35px;
    line-height: 45px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 17px;
}

.wg-update-wrap .text {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 27px;
}

.wg-update-wrap form {
    max-width: 542px;
    margin: auto;
    position: relative;
}

.wg-update-wrap form button {
    position: absolute;
    top: 0;
    right: 7px;
}

.wg-update.type-1 {
    padding-top: 124px;
    padding-bottom: 136px;
}

.wg-update.type-1 .wg-update-wrap {
    padding-bottom: 77px;
}

/* wg-blog */
/* --------------------------- */
.blog-grid {
    padding-bottom: 135px;
}

.wg-blog {
    margin-bottom: 78px;
    position: relative;
}

.wg-blog::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0;
}

.wg-blog:hover::before {
    animation: height_blog 1s;
}

.wg-blog .image {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.wg-blog .image img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wg-blog .content {
    position: relative;
    z-index: 1;
}

.wg-blog:hover .image img {
    margin-top: -90px;
    margin-bottom: 2px;
}

.wg-blog .meta {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 13px;
    line-height: 35px;
    margin-bottom: 9px;
    color: #666666;
    padding-left: 2px;
}

.wg-blog .meta span {
    position: relative;
    margin-right: 27px;
}

.wg-blog .meta span::after {
    position: absolute;
    width: 13px;
    height: 1px;
    content: "";
    top: 50%;
    right: -20px;
    background-color: #c29742;
}

.wg-blog .meta span:last-child::after {
    display: none;
}

.wg-blog .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.wg-blog .text {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    margin-top: -75px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wg-blog:hover .text {
    margin-top: -10px;
    margin-bottom: 23px;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
}

.wg-blog .bottom {
    margin-top: 0px;
    border-top: 1px solid #e1e2e3;
    padding-top: 23px;
}

/* wg-pagination */
.wg-pagination ul {
    display: flex;
    gap: 10px;
}

.wg-pagination ul li {
    width: 49px;
    height: 49px;
    border: 1px solid #c29742;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wg-pagination ul li:hover,
.wg-pagination ul li.active {
    background-color: #c29742;
}

.wg-pagination ul li a {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wg-pagination ul li:hover a,
.wg-pagination ul li.active a {
    color: #fff;
}

/* heading-section */
.heading-section .sub {
    color: #c29742;
    font-family: "DM Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    position: relative;
}
.wg-testimonial .row .col-12 .heading-section {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
}

.heading-section .sub-before {
    padding-left: 22px;
}

.heading-section.text-center .sub-before {
    padding-left: 0;
}

.heading-section .sub-before::before {
    position: absolute;
    content: url(../icon/dessert-2.svg);
    top: -4px;
    left: -2px;
}

.heading-section.text-center .sub-before::before {
    left: -24px;
}

.heading-section .sub-after::after {
    position: absolute;
    content: url(../icon/dessert-2.svg);
    top: -4px;
    margin-left: 9px;
}

.heading-section .main {
    color: #000000;
    font-size: 45px;
    font-weight: 700;
    line-height: 58px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-top: 9px;
}

.heading-section.style-1 .main {
    color: #fff;
}

/* preload */
/* -------------------------------- */
.preload-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999999999999;
    height: 100%;
    width: 100%;
    background-color: #000;
}

.preload-container .middle {
    top: 50%;
    left: 50%;
    position: absolute;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    object-fit: contain;
    z-index: 100;
    padding: 10px;
    margin: -125px 0 0 -125px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: url(../images/logo/UnitedLogo4.png);
    animation: preload 1.2s linear infinite alternate;
}

/* progress- */
/* ---------------------------------------- */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    padding: 10px;
    cursor: pointer;
    display: block;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: #c29742;
}

.progress-wrap::after {
    position: absolute;
    content: "\e905";
    font-family: "icomoon";
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap:hover::after {
    animation: 1s tf-buzz-out alternate linear infinite;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    stroke: #fff;
    stroke-width: 5;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.4s;
    transition-timing-function: linear;
}

/* cursor */
/* ------------------------------------------  */
.tf-mouse {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.tf-mouse-inner {
    margin-left: -5px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    z-index: 10000;
    background-color: #c29742;
    -webkit-transition:
        width 0.5s ease-in-out,
        height 0.5s ease-in-out,
        margin 0.5s ease-in-out,
        opacity 0.5s ease-in-out;
    transition:
        width 0.5s ease-in-out,
        height 0.5s ease-in-out,
        margin 0.5s ease-in-out,
        opacity 0.5s ease-in-out;
}

.tf-mouse-inner.mouse-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #c29742;
    opacity: 0.3;
}

.tf-mouse-outer {
    margin-left: -22px;
    margin-top: -22px;
    width: 40px;
    height: 40px;
    border: 2px solid #c29742;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
    opacity: 0.5;
    -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out;
}

.tf-mouse-outer.mouse-hover {
    opacity: 0;
}

/* ========== QUICK ADD MODAL STYLES ========== */

/* Quick Add Modal Container */
.quick-add-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: 9999;
    display: none;
}

.quick-add-modal.active {
    display: flex;
    flex-direction: column;
}

/* Loading Spinner */
.quick-add-loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10002;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.quick-add-loading-spinner .spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top: 4px solid var(--Primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.quick-add-loading-spinner p {
    color: var(--White);
    font-size: 16px;
    margin: 0;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Overlay */
.quick-add-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

/* Quick Add Container - Narrower, centered */
.quick-add-container {
    position: fixed;
    /* bottom: 0; */
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
    background-color: var(--bg-main);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    z-index: 10000;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.3);
    width: 40%;
    max-height: 75vh;
}

/* Close Button */
.quick-add-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    color: var(--White);
    cursor: pointer;
    z-index: 10001;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    overflow: clip;
}

.quick-add-close-btn:hover {
    color: var(--Primary);
    transform: rotate(90deg);
}

/* Content Wrapper */
.quick-add-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px;
    position: relative;
    border-radius: 15px;
    background-color: #212121;
}

/* Header Section - Image and Info */
.quick-add-header {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    flex-shrink: 0;
}

/* Product Image Wrapper */
.quick-add-image-wrapper {
    flex-shrink: 0;
    width: fit-content;
    border-radius: 10px;
    background-color: var(--bg-2);
}

.quick-add-image-wrapper .qa-carousel {
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Carousel Track - Contains all slides */
.qa-carousel-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    will-change: transform;
}

/* Carousel Slide - Each image slide */
.qa-carousel-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.qa-carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    -webkit-user-select: none;
    user-select: none;
}

/* Carousel Dots Container */
.qa-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 8px;
}

/* Carousel Dot Button */
.qa-carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}

.qa-carousel-dot:active,
.qa-carousel-dot:focus {
    outline: none;
}

.qa-carousel-dot.active {
    background-color: rgba(255, 255, 255, 0.8);
}

.qa-carousel-dot:not(.active):hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.quick-add-product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Product Info Wrapper */
.quick-add-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quick-add-product-name {
    font-size: 32px;
    font-weight: bold;
    color: var(--White);
    margin: 0;
    line-height: 1.2;
}

.quick-add-product-price {
    font-size: 24px;
    color: var(--Primary);
    margin: 0;
    font-weight: 600;
}

.quick-add-product-description {
    font-size: 14px;
    color: var(--united-white);
    line-height: 1.6;
    margin: 0;
}

/* Product Tags */
.quick-add-product-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.quick-add-product-tags img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid var(--Border);
}

/* Body - Scrollable Content */
.quick-add-body {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.quick-add-body::-webkit-scrollbar {
    width: 6px;
}

.quick-add-body::-webkit-scrollbar-track {
    background: var(--bg-2);
    border-radius: 10px;
}

.quick-add-body::-webkit-scrollbar-thumb {
    background: var(--Primary);
    border-radius: 10px;
}

.quick-add-body::-webkit-scrollbar-thumb:hover {
    background: var(--Secondary);
}

/* Sections */
.quick-add-section {
    border-bottom: 1px solid var(--Border);
}

.quick-add-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--White);
    margin: 0 0 0 0;
}

/* Attributes Section */
.quick-add-attributes {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.attribute-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.attribute-group label {
    font-size: 14px;
    color: var(--united-white);
    font-weight: 500;
}

.attribute-group select,
.attribute-group input {
    /* padding: 10px 15px;
    background-color: var(--bg-input);
    border: 1px solid var(--Border);
    border-radius: 6px;
    color: var(--White);
    font-size: 14px;*/
}

.attribute-group select:focus,
.attribute-group input:focus {
    outline: none;
    border-color: var(--Primary);
    box-shadow: 0 0 0 3px rgba(198, 172, 131, 0.1);
}

/* Variants/Options */
.variant-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.variant-option {
    padding: 8px 15px;
    background-color: var(--bg-2);
    border: 1px solid var(--Border);
    border-radius: 6px;
    cursor: pointer;
    color: var(--united-white);
    transition: all 0.3s ease;
}

.variant-option:hover {
    border-color: var(--Primary);
    color: var(--Primary);
}

.variant-option.selected {
    background-color: var(--Primary);
    border-color: var(--Primary);
    color: var(--Black);
}

/* Add-ons Section */
.quick-add-addons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.addon-item {
    display: flex;
    gap: 12px;
    padding: 12px;
    background-color: var(--bg-2);
    border-radius: 6px;
    align-items: center;
}

.addon-checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: var(--Primary);
}

.addon-info {
    flex: 1;
}

.addon-name {
    font-size: 14px;
    color: var(--White);
    margin: 0;
}

.addon-price {
    font-size: 12px;
    color: var(--Primary);
    margin: 5px 0 0 0;
}

/* Tags Section */
.quick-add-tags-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
    gap: 12px;
}

.tag-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background-color: var(--bg-2);
    border-radius: 8px;
    border: 1px solid var(--Border);
    transition: all 0.3s ease;
    cursor: pointer;
}

.tag-item:hover {
    border-color: var(--Primary);
    transform: scale(1.05);
}

.tag-image {
    width: 100%;
    height: 100%;
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
    border-radius: 4px;
}

/* Item Comment Section */
.quick-add-comment-input {
    width: 100%;
    padding: 10px 15px;
    background-color: var(--bg-input);
    border: 1px solid var(--Border);
    border-radius: 6px;
    color: var(--White);
    font-size: 14px;
    resize: vertical;
    min-height: 50px;
    max-height: 120px;
    font-family: inherit;
}

.quick-add-comment-input:focus {
    outline: none;
    border-color: var(--Primary);
    box-shadow: 0 0 0 3px rgba(198, 172, 131, 0.1);
}

.quick-add-comment-input::placeholder {
    color: var(--united-white);
    opacity: 0.6;
}

/* Related Products Section - Clean Card Design */
.quick-add-related-products {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.quick-add-related-products::-webkit-scrollbar {
    height: 4px;
}

.quick-add-related-products::-webkit-scrollbar-track {
    background: transparent;
}

.quick-add-related-products::-webkit-scrollbar-thumb {
    background: var(--united-white);
    border-radius: 4px;
}

.related-product-card {
    flex: 0 0 auto;
    width: 160px;
    aspect-ratio: 3 / 4;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    scroll-snap-align: start;
    background: var(--bg-2);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
    border: 1px solid var(--Border);
}

.related-product-card:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.related-product-card:active {
    transform: scale(0.97);
}

.related-product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.related-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 10px 10px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.35) 60%,
        transparent 100%
    );
    color: #fff;
    pointer-events: none;
}

.related-card-name {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    color: white;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.related-card-price {
    font-size: 12px;
    font-weight: 500;
    color: white;
    margin: 3px 0 0;
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* Footer Section - Sticky at Bottom */
.quick-add-footer {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    padding: 20px 0 0 0;
    border-top: 1px solid var(--Border);
    flex-shrink: 0;
    position: sticky;
    bottom: 0;
    /*  background-color: var(--bg-main);*/
    padding-bottom: 28px;
}

/* Price Display */
.footer-price-display {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    background-color: var(--bg-2);
    border-radius: 6px;
    border: 1px solid var(--Border);
    white-space: nowrap;
    width: 50%;
    justify-content: center;
}

.price-label {
    color: var(--united-white);
    font-size: 13px;
    font-weight: 500;
}

.price-value {
    color: var(--Primary);
    font-size: 18px;
    font-weight: 700;
}

.price-currency {
    color: var(--united-white);
    font-size: 12px;
}

/* Quantity Selector */
.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid var(--Border);
    border-radius: 6px;
    background-color: var(--bg-2);
    overflow: hidden;
    flex-shrink: 0;
    width: 15%;
    justify-content: space-around;
}

.qty-btn {
    background: none;
    border: none;
    color: var(--Primary);
    cursor: pointer;
    padding: 10px 12px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    line-height: 1;
}

.qty-btn:hover {
    background-color: var(--bg-3);
    color: var(--Secondary);
}

.qty-input {
    width: 45px;
    border: none;
    background: none;
    text-align: center;
    color: var(--White);
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.qty-input:focus {
    outline: none;
}

/* Add to Cart Button - Narrower */
.quick-add-cart-btn {
    padding: 10px 20px;
    background-color: var(--Primary);
    color: var(--Black);
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    flex: 1;
    max-width: 50%;
}

.quick-add-cart-btn:hover {
    background-color: var(--Secondary);
    color: var(--Primary);
}

.quick-add-cart-btn:active {
    transform: scale(0.98);
}

/* Button Spinner Styles */
.quick-add-cart-btn .btn-spinner {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.quick-add-cart-btn .spinner-dots {
    display: inline-flex;
    gap: 4px;
}

.quick-add-cart-btn .spinner-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--Black);
    animation: spinnerBounce 1.4s infinite;
}

.quick-add-cart-btn .spinner-dot:nth-child(1) {
    animation-delay: -0.32s;
}

.quick-add-cart-btn .spinner-dot:nth-child(2) {
    animation-delay: -0.16s;
}

@keyframes spinnerBounce {
    0%,
    80%,
    100% {
        transform: scale(0.8);
        opacity: 0.7;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

.quick-add-cart-btn:disabled {
    opacity: 0.8;
    cursor: not-allowed;
}

.quick-add-cart-btn .btn-text {
    transition: opacity 0.2s ease;
}

/* RTL Support for Quick Add Modal - ONLY within RTL quick-add container */
#quickAddModal[dir="rtl"] .quick-add-close-btn {
    right: auto;
    left: 20px;
}

#quickAddModal[dir="rtl"] .quick-add-header {
    flex-direction: row-reverse;
}

#quickAddModal[dir="rtl"] .quick-add-image-wrapper {
    order: 2;
}

#quickAddModal[dir="rtl"] .quick-add-info {
    order: 1;
}

#quickAddModal[dir="rtl"] .quick-add-product-name {
    text-align: right;
}

#quickAddModal[dir="rtl"] .quick-add-product-price {
    text-align: right;
}

#quickAddModal[dir="rtl"] .quick-add-product-description {
    text-align: right;
}

#quickAddModal[dir="rtl"] .quick-add-product-tags {
    justify-content: flex-start;
}

#quickAddModal[dir="rtl"] .quick-add-body {
    padding-right: 0;
    padding-left: 10px;
}

#quickAddModal[dir="rtl"] .quick-add-section h3 {
    text-align: right;
}

#quickAddModal[dir="rtl"] .attribute-group label {
    text-align: right;
}

#quickAddModal[dir="rtl"] .attribute-group select,
#quickAddModal[dir="rtl"] .attribute-group input {
    text-align: right;
    direction: rtl;
}

#quickAddModal[dir="rtl"] .quick-add-comment-input {
    text-align: right;
    direction: rtl;
}

#quickAddModal[dir="rtl"] .addon-name {
    text-align: right;
}

#quickAddModal[dir="rtl"] .addon-item {
    flex-direction: row-reverse;
}

#quickAddModal[dir="rtl"] .footer-price-display {
    direction: rtl;
    flex-direction: row;
    text-align: right;
}

#quickAddModal[dir="rtl"] .quick-add-footer {
    flex-direction: row;
    justify-content: center;
}

.mini-cart {
    position: fixed;
    left: 0;
    right: auto;
    top: 0;
    width: 440px;
    height: 100vh;
    background:
        radial-gradient(
            circle at 12% 8%,
            rgba(198, 172, 131, 0.14) 0%,
            rgba(198, 172, 131, 0) 36%
        ),
        linear-gradient(180deg, #171315 0%, #0f0e0f 100%);
    box-shadow: 14px 0 42px rgba(0, 0, 0, 0.42);
    border-right: 1px solid rgba(198, 172, 131, 0.24);
    z-index: 1020;
    display: flex;
    flex-direction: column;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.mini-cart.active {
    transform: translate3d(0, 0, 0);
}

/* RTL: mini-cart slides in from the right for Arabic */
#miniCart[dir="rtl"] {
    left: auto;
    right: 0;
    transform: translate3d(100%, 0, 0);
    box-shadow: -14px 0 42px rgba(0, 0, 0, 0.42);
    border-right: none;
    border-left: 1px solid rgba(198, 172, 131, 0.24);
}

#miniCart[dir="rtl"].active {
    transform: translate3d(0, 0, 0);
}

#miniCart[dir="rtl"] .mini-cart-header {
    flex-direction: row;
}

#miniCart[dir="rtl"] .mini-cart-item {
    direction: rtl;
    text-align: right;
}

#miniCart[dir="rtl"] .mini-cart-free-delivery-text {
    text-align: right;
}

.mini-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 20px 18px;
    border-bottom: 1px solid rgba(198, 172, 131, 0.18);
    background: linear-gradient(
        90deg,
        rgba(168, 51, 51, 0.1) 0%,
        rgba(15, 14, 15, 0) 100%
    );
}

.mini-cart-header h2 {
    margin: 0;
    font-size: 1.12rem;
    font-weight: 700;
    color: var(--united-white, #ffffff);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mini-cart-close-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(198, 172, 131, 0.28);
    background: rgba(255, 255, 255, 0.04);
    font-size: 1.15rem;
    cursor: pointer;
    color: var(--united-gold, #c6ac83);
    transition: all 0.3s ease;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mini-cart-close-btn:hover {
    color: var(--united-white, #ffffff);
    background: rgba(168, 51, 51, 0.56);
    border-color: rgba(168, 51, 51, 0.72);
    transform: rotate(90deg);
}

.mini-cart-items-wrapper {
    flex: 1;
    overflow-y: auto;
    background:
        linear-gradient(
            180deg,
            rgba(198, 172, 131, 0.08) 0%,
            rgba(198, 172, 131, 0) 12%
        ),
        #0f0e0f;
    padding: 12px;
}

.mini-cart-free-delivery {
    display: none;
    padding: 12px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    margin: 0 0 10px;
    border: 1px solid rgba(198, 172, 131, 0.3);
}

.mini-cart-free-delivery-text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    color: #f2e4c8;
}

.mini-cart-free-delivery-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    object-fit: contain;
}

.mini-cart-progress {
    height: 8px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    overflow: hidden;
}

.mini-cart-progress-bar {
    width: 0;
    height: 100%;
    transition:
        width 0.25s ease,
        background-color 0.25s ease;
}

.mini-cart-progress-bar.progress-red {
    background: #a83333;
}

.mini-cart-progress-bar.progress-orange {
    background: #d9782b;
}

.mini-cart-progress-bar.progress-yellow {
    background: #e5bf42;
}

.mini-cart-progress-bar.progress-green {
    background: #4c9a4f;
}

.mini-cart-free-delivery.flash-empty-border {
    animation: miniCartFreeDeliveryFlashEmpty 1s ease-in-out infinite;
}

.mini-cart-free-delivery.flash-success-border {
    animation: miniCartFreeDeliveryFlashSuccess 1s ease-in-out infinite;
}

@keyframes miniCartFreeDeliveryFlashEmpty {
    0%,
    100% {
        border-color: transparent;
        box-shadow: none;
    }
    50% {
        border-color: #a83333;
        box-shadow: 0 0 0 1px rgba(168, 51, 51, 0.2);
    }
}

@keyframes miniCartFreeDeliveryFlashSuccess {
    0%,
    100% {
        border-color: transparent;
        box-shadow: none;
    }
    50% {
        border-color: #9fd68a;
        box-shadow: 0 0 0 1px rgba(159, 214, 138, 0.25);
    }
}

.mini-cart-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
}

.empty-cart-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.72);
    padding: 56px 22px;
    border: 1px dashed rgba(198, 172, 131, 0.32);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
}

.empty-cart-message i {
    font-size: 2.5rem;
    color: rgba(198, 172, 131, 0.88);
    margin-bottom: 14px;
}

.empty-cart-message p {
    margin: 5px 0;
}

.empty-cart-message .text-muted {
    font-size: 0.9rem;
}

/* Individual Cart Item */
.mini-cart-item {
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.04) 0%,
            rgba(255, 255, 255, 0.01) 100%
        ),
        #181416;
    padding: 12px;
    border-radius: 16px;
    display: flex;
    gap: 12px;
    border: 1px solid rgba(198, 172, 131, 0.18);
    transition: all 0.3s ease;
}

.mini-cart-item:hover {
    border-color: rgba(198, 172, 131, 0.38);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
    transform: translateY(-1px);
}

.mini-cart-item-image {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: contain;
    background: #111;
    border: 1px solid rgba(198, 172, 131, 0.22);
}

.mini-cart-item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
}

.mini-cart-item-name {
    font-weight: 600;
    font-size: 0.93rem;
    color: #ffffff;
    margin: 0 0 5px 0;
    line-height: 1.3;
    max-height: 2.6em;
    overflow: hidden;
}

.mini-cart-item-attrs {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.62);
    margin: 3px 0 0;
}

.mini-cart-item-attr-line {
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.mini-cart-item-price {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    color: var(--united-gold, #c6ac83);
    font-size: 0.98rem;
}

.mini-cart-total-display {
    display: flex;
    align-items: center;
    gap: 6px;
}

.mini-cart-item-controls {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

.mini-cart-qty-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
    background: #c29742;
    border: 1px solid rgba(198, 172, 131, 0.22);
    border-radius: 999px;
    overflow: hidden;
    flex: 0 0 auto;
    white-space: nowrap;
}

.mini-cart-qty-btn {
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    color: #661b20;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 0;
}

.mini-cart-qty-btn:hover {
    background-color: rgba(168, 51, 51, 0.22);
    color: #ffffff;
}

.mini-cart-qty-input {
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 30px;
    padding: 4px 0;
    border-left: 1px solid rgba(198, 172, 131, 0.18);
    border-right: 1px solid rgba(198, 172, 131, 0.18);
    background-color: rgba(255, 255, 255, 0.03);
    text-align: center;
    font-size: 0.82rem;
    font-weight: 600;
    color: #0c0c0c;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

/* Override global number input template styles inside mini-cart */
.mini-cart .mini-cart-qty-wrapper .mini-cart-qty-input[type="number"] {
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.82rem;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    font-family: "DM Sans";
    box-shadow: none;
    flex: 0 0 36px;
    outline: none;
}

.mini-cart .mini-cart-qty-wrapper .mini-cart-qty-input[type="number"]:focus {
    border: 0;
    outline: none;
    box-shadow: none;
    background: transparent;
}

.mini-cart
    .mini-cart-qty-wrapper
    .mini-cart-qty-input[type="number"]::placeholder {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.82rem;
    line-height: 1;
}

.mini-cart-qty-input::-webkit-outer-spin-button,
.mini-cart-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mini-cart-qty-input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.mini-cart-remove-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(198, 172, 131, 0.16);
    /*color: #cbcaca;*/
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Edit button for mini-cart items */
.mini-cart-edit-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(198, 172, 131, 0.16);
    /*color: #cbcaca;*/
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini-cart-edit-btn:hover {
    color: #ffffff;
    background: rgba(198, 172, 131, 0.22);
    border-color: rgba(198, 172, 131, 0.36);
    transform: scale(1.07);
}

.mini-cart-edit-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: block;
}

.mini-cart-remove-btn:hover {
    color: #ffffff;
    background: rgba(168, 51, 51, 0.28);
    border-color: rgba(168, 51, 51, 0.52);
    transform: scale(1.07);
}

.mini-cart-remove-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: block;
}

/* Cart Summary */
.mini-cart-summary {
    padding: 14px 16px;
    background: linear-gradient(
        180deg,
        rgba(23, 19, 21, 0.95) 0%,
        rgba(15, 14, 15, 0.98) 100%
    );
    border-top: 1px solid rgba(198, 172, 131, 0.2);
    font-size: 0.95rem;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.78);
}

.summary-row span:last-child {
    text-align: right;
}

.summary-total {
    font-weight: 600;
    color: #ffffff;
    font-size: 1.05rem;
    padding-top: 8px;
    border-top: 1px solid rgba(198, 172, 131, 0.24);
}

/* Footer Buttons */
.mini-cart-footer {
    padding: 12px 16px 18px;
    background: #0f0e0f;
    border-top: 1px solid rgba(198, 172, 131, 0.24);
    display: flex;
    gap: 10px;
}

.btn-checkout,
.btn-view-cart {
    flex: 1;
    padding: 13px 14px;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.9rem;
}

.btn-checkout {
    background: linear-gradient(135deg, #a83333 0%, #8a2828 55%, #c6ac83 100%);
    color: #ffffff;
    font-size: 0.97rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 14px 24px rgba(168, 51, 51, 0.3);
}

.btn-checkout:hover {
    filter: saturate(1.05) brightness(1.03);
    transform: translateY(-2px);
    box-shadow: 0 18px 28px rgba(168, 51, 51, 0.34);
}

.btn-checkout.is-disabled {
    background: #696464;
    color: #dedede;
    cursor: not-allowed;
    pointer-events: none;
    transform: none;
    box-shadow: none;
}

#miniCart[dir="rtl"] .mini-cart-item-price,
#miniCart[dir="rtl"] .mini-cart-total-display {
    direction: rtl;
    flex-direction: row;
    text-align: right;
}

.btn-view-cart {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(198, 172, 131, 0.28);
}

.btn-view-cart:hover {
    background-color: rgba(198, 172, 131, 0.2);
    transform: translateY(-2px);
}

/* Scrollbar Styling */
.mini-cart-items-wrapper::-webkit-scrollbar {
    width: 8px;
}

.mini-cart-items-wrapper::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 6px;
}

.mini-cart-items-wrapper::-webkit-scrollbar-thumb {
    background: rgba(198, 172, 131, 0.5);
    border-radius: 6px;
}

.mini-cart-items-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(198, 172, 131, 0.72);
}

@media (max-width: 768px) {
    .mini-cart-free-delivery-text {
        font-size: 13px;
        gap: 6px;
    }

    .mini-cart-free-delivery-icon {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }
}

@media (max-width: 480px) {
    .mini-cart-free-delivery-text {
        font-size: 12px;
    }

    .mini-cart-free-delivery-icon {
        width: 18px;
        height: 18px;
        flex-basis: 18px;
    }
}

/* ==============================
   CART PAGE (MIGRATED + REDESIGNED)
   ============================== */
.cart-page-section {
    position: relative;
    padding: 74px 0 90px;
    /*background:
        radial-gradient(
            circle at 16% 8%,
            rgba(198, 172, 131, 0.14) 0%,
            rgba(198, 172, 131, 0) 34%
        ),
        radial-gradient(
            circle at 92% 16%,
            rgba(168, 51, 51, 0.2) 0%,
            rgba(168, 51, 51, 0) 35%
        ),
        linear-gradient(180deg, #141213 0%, #0d0c0d 100%);*/
}

.cart-page-section .themesflat-container {
    position: relative;
}

.cart-page-section .icon-inline {
    width: 20px;
    height: 20px;
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
}

.cart-page-section .icon-inline-lg {
    width: 28px;
    height: 28px;
}

.cart-header {
    margin-bottom: 30px;
}

.cart-header h1 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 8px;
    color: #050505;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.cart-header h1 .icon-inline {
    color: var(--united-gold, #c6ac83);
}

.cart-subtitle {
    margin: 0;
    color: rgba(2, 2, 2, 0.7);
    font-size: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cart-items-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cart-items-container .empty-cart-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 340px;
    padding: 34px 24px;
    border-radius: 22px;
    border: 1px dashed rgba(198, 172, 131, 0.32);
    background: rgba(255, 255, 255, 0.02);
}

.cart-items-container .empty-cart-message .icon-inline {
    color: rgba(198, 172, 131, 0.82);
}

.cart-items-container .empty-cart-message h2 {
    margin: 14px 0 8px;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
}

.cart-items-container .empty-cart-message p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.68);
}

.cart-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(198, 172, 131, 0.2);
    /*background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.04) 0%,
            rgba(255, 255, 255, 0.01) 100%
        ),
        #1a1718;*/
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.24);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.cart-item:hover {
    transform: translateY(-2px);
    border-color: rgba(198, 172, 131, 0.4);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.32);
}

.cart-item-image {
    width: 116px;
    height: 116px;
    border-radius: 14px;
    object-fit: contain;
    border: 1px solid rgba(198, 172, 131, 0.24);
    background: none;
    flex-shrink: 0;
}

.cart-item-details {
    flex: 1;
    min-width: 0;
}

.cart-item-name {
    margin: 0 0 8px;
    color: #070707;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

.cart-item-attrs {
    margin-bottom: 8px;
}

.cart-item-attr-line {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    margin-bottom: 3px;
}

.cart-item-attr-line strong {
    color: var(--united-gold, #c6ac83);
    font-weight: 600;
}

.pill.cart-item-addons {
    display: inline-flex;
    margin: 0 6px 7px 0;
    border-radius: 999px;
    padding: 5px 10px;
    background: rgba(198, 172, 131, 0.16);
    border: 1px solid rgba(198, 172, 131, 0.28);
    color: #f4e6cb;
    font-size: 12px;
}

.cart-item-comment {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.cart-item-price {
    margin-top: 12px;
    color: var(--united-gold, #c6ac83);
    font-size: 20px;
    font-weight: 700;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.cart-qty-wrapper {
    display: flex;
    align-items: center;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid rgba(198, 172, 131, 0.28);
    background: #c29742;
}

.cart-qty-btn {
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: var(--united-gold, #c6ac83);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.cart-qty-btn:hover {
    color: #fff;
    background: rgba(168, 51, 51, 0.3);
}

.cart-qty-input {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 34px;
    border-left: 1px solid rgba(198, 172, 131, 0.2);
    border-right: 1px solid rgba(198, 172, 131, 0.2);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    user-select: none;
}

.cart-page-section .cart-qty-input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.cart-page-section .cart-qty-input::-webkit-outer-spin-button,
.cart-page-section .cart-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-edit-btn,
.remove-item-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(198, 172, 131, 0.24);
    background: rgba(255, 255, 255, 0.05);
    color: #c29742;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.2s ease;
}

.cart-edit-btn:hover {
    color: #fff;
    background: rgba(198, 172, 131, 0.26);
    border-color: rgba(198, 172, 131, 0.44);
}

.remove-item-btn:hover {
    color: #fff;
    background: rgba(168, 51, 51, 0.32);
    border-color: rgba(168, 51, 51, 0.56);
}

.cart-edit-icon,
.remove-item-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: block;
}

.cart-summary-card {
    border-radius: 18px;
    padding: 24px 20px;
    border: 1px solid rgba(198, 172, 131, 0.24);
    /* background:
        radial-gradient(
            circle at 88% -6%,
            rgba(198, 172, 131, 0.24) 0%,
            rgba(198, 172, 131, 0) 55%
        ),
        #171415;*/
    box-shadow: 0 18px 28px rgba(0, 0, 0, 0.28);
    position: sticky;
    top: 110px;
}

.cart-summary-card h3 {
    margin: 0 0 18px;
    font-size: 20px;
    font-weight: 700;
    color: #070707;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cart-summary-card .summary-section {
    margin-bottom: 20px;
}

.cart-summary-card .summary-divider {
    height: 1px;
    background: rgba(198, 172, 131, 0.28);
    margin: 0 0 12px;
}

.cart-summary-card .summary-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.cart-summary-card .total-row {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    color: var(--united-gold, #c6ac83);
}

.btn-checkout-full {
    width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #a83333 0%, #8a2828 62%, #c6ac83 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 14px 24px rgba(168, 51, 51, 0.3);
    transition:
        transform 0.2s ease,
        filter 0.2s ease,
        box-shadow 0.2s ease;
}

.btn-checkout-full:hover {
    filter: saturate(1.06) brightness(1.03);
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(168, 51, 51, 0.34);
}

.btn-continue-shopping {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(198, 172, 131, 0.32);
    padding: 12px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    text-decoration: none;
    color: #0c0c0c;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
    font-weight: 600;
}

.btn-continue-shopping:hover {
    color: #fff;
    border-color: rgba(198, 172, 131, 0.54);
    background: rgba(198, 172, 131, 0.18);
}

.cart-items-container .btn.btn-primary {
    width: auto;
    border: 1px solid rgba(198, 172, 131, 0.32);
    border-radius: 12px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-weight: 600;
}

.cart-items-container .btn.btn-primary:hover {
    background: rgba(198, 172, 131, 0.16);
    border-color: rgba(198, 172, 131, 0.5);
}

html[dir="rtl"] .cart-page-section {
    direction: rtl;
}

html[dir="rtl"] .cart-page-section .row {
    direction: ltr;
}

html[dir="rtl"] .cart-page-section .col-xl-8,
html[dir="rtl"] .cart-page-section .col-xl-4,
html[dir="rtl"] .cart-page-section .col-lg-7,
html[dir="rtl"] .cart-page-section .col-lg-5 {
    direction: rtl;
}

html[dir="rtl"] .cart-header,
html[dir="rtl"] .cart-item-details,
html[dir="rtl"] .cart-summary-card,
html[dir="rtl"] .cart-summary-card h3,
html[dir="rtl"] .cart-summary-card .summary-row {
    text-align: right;
}

html[dir="rtl"] .cart-header h1,
html[dir="rtl"] .cart-item,
html[dir="rtl"] .cart-item-actions,
html[dir="rtl"] .btn-checkout-full,
html[dir="rtl"] .btn-continue-shopping {
    flex-direction: row-reverse;
}

html[dir="rtl"] .pill.cart-item-addons {
    margin: 0 0 7px 6px;
}

/* ==============================
   CHECKOUT PAGE (MIGRATED + REDESIGNED)
   ============================== */
@keyframes checkoutSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes checkoutStepIn {
    from {
        opacity: 0;
        transform: translateX(22px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes checkoutStepOut {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-22px);
    }
}

.spin {
    animation: checkoutSpin 1s linear infinite;
}

.checkout-page-section {
    position: relative;
    padding: 20px;
    /*background:
        radial-gradient(
            circle at 12% 8%,
            rgba(198, 172, 131, 0.14) 0%,
            rgba(198, 172, 131, 0) 32%
        ),
        radial-gradient(
            circle at 95% 12%,
            rgba(168, 51, 51, 0.2) 0%,
            rgba(168, 51, 51, 0) 34%
        ),
        linear-gradient(180deg, #151213 0%, #0f0d0e 100%);*/

    .column-c {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 10px;
    }
}

.checkout-page-section .tf-container,
.checkout-page-section .themesflat-container {
    position: relative;
}

.checkout-page-section .icon-inline {
    width: 20px;
    height: 20px;
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
}

.checkout-page-section .icon-inline-lg {
    width: 28px;
    height: 28px;
}

.checkout-header {
    margin-bottom: 30px;
    padding: 0 10px;
}

.checkout-header h1 {
    margin: 0 0 9px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #c29742;
    font-size: 42px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.sales-gif-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    vertical-align: middle;
}
.checkout-header h1 .icon-inline {
    color: var(--united-gold, #c6ac83);
}

.checkout-subtitle {
    margin: 0;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.checkout-progress-indicator {
    padding: 22px 24px;
    border-radius: 18px;
    border: 1px solid rgba(198, 172, 131, 0.24);
    /*background:
        radial-gradient(
            circle at 88% -6%,
            rgba(198, 172, 131, 0.24) 0%,
            rgba(198, 172, 131, 0) 55%
        ),
        #171415;*/
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
    display: flex;
}
.checkout-form {
    width: 100%;
}

.progress-steps {
    display: flex;
    align-items: center;
    gap: 0;
    display: flex;
    flex-direction: column;
}

.progress-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
}

.step-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(198, 172, 131, 0.36);
    background: rgba(255, 255, 255, 0.06);
    color: #f0ad4e;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    z-index: 2;
}

.step-label {
    color: #000000;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.progress-step.active .step-circle {
    border-color: rgba(198, 172, 131, 0.7);
    background: linear-gradient(135deg, #a83333 0%, #8a2828 68%, #c6ac83 100%);
    color: #fff;
    box-shadow: 0 10px 18px rgba(168, 51, 51, 0.26);
}

.progress-step.active .step-label {
    color: #f0ad4e;
    font-weight: 700;
}

.progress-step.completed .step-circle {
    border-color: #3f944d;
    background: #3f944d;
    color: #fff;
}

.progress-step.completed .step-circle::after {
    /* content: "\2713";
    font-size: 18px;*/
}

.progress-step.completed .step-label {
    color: #8fdaa0;
}

.progress-line {
    flex: 1;
    height: 2px;
    background: rgba(198, 172, 131, 0.3);
    margin: 0 10px;
}

.checkout-step {
    display: none;
    animation: checkoutStepIn 0.3s ease;
}

.checkout-step.active {
    display: block;
}

.checkout-step.exit {
    animation: checkoutStepOut 0.3s ease;
}

.checkout-page-section .step-content,
.checkout-page-section .checkout-section,
.checkout-page-section .order-type-selection,
.checkout-page-section .scheduled-date-section,
.checkout-page-section .payment-method-section,
.checkout-page-section .checkout-summary-card,
.checkout-page-section .form-section {
    border-radius: 18px;
    border: 1px solid rgba(198, 172, 131, 0.24);
    /* background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.04) 0%,
            rgba(255, 255, 255, 0.01) 100%
        ),
        #171415;*/
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
}

.checkout-page-section .step-content {
    padding: 32px;
    margin-bottom: 24px;
}

.checkout-page-section .checkout-section,
.checkout-page-section .order-type-selection,
.checkout-page-section .scheduled-date-section,
.checkout-page-section .payment-method-section,
.checkout-page-section .checkout-summary-card,
.checkout-page-section .form-section {
    padding: 24px;
    margin-bottom: 20px;
}

.checkout-page-section h3,
.checkout-page-section .section-divider {
    margin: 0 0 16px;
    color: #c29742;
    font-size: 20px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.required-asterisk {
    color: #d25c5c;
}

.checkout-page-section .form-group {
    margin-bottom: 16px;
}

.checkout-page-section .form-group label,
.checkout-page-section .form-label {
    color: #c29742;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.checkout-page-section input,
.checkout-page-section select,
.checkout-page-section textarea,
.checkout-page-section .form-control,
.checkout-page-section .form-select,
.checkout-page-section .coupon-input,
.checkout-page-section .points-input {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(198, 172, 131, 0.3);
    background: rgba(255, 255, 255, 0.06);
    color: #c29742;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: none;
}

.checkout-page-section input::placeholder,
.checkout-page-section textarea::placeholder,
.checkout-page-section .form-control::placeholder,
.checkout-page-section .coupon-input::placeholder,
.checkout-page-section .points-input::placeholder {
    color: #c29742;
}

.checkout-page-section input:focus,
.checkout-page-section select:focus,
.checkout-page-section textarea:focus,
.checkout-page-section .form-control:focus,
.checkout-page-section .form-select:focus,
.checkout-page-section .coupon-input:focus,
.checkout-page-section .points-input:focus {
    outline: none;
    border-color: rgba(198, 172, 131, 0.74);
    box-shadow: 0 0 0 3px rgba(198, 172, 131, 0.2);
}

.checkout-page-section .text-muted,
.checkout-page-section .form-text,
.checkout-page-section .form-text-hint {
    color: rgba(255, 255, 255, 0.56) !important;
}

.error-message,
.checkout-page-section .invalid-feedback {
    color: #ff8787;
}

.checkout-page-section .order-type-options,
.checkout-page-section .payment-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.checkout-page-section .order-type-option,
.checkout-page-section .payment-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid rgba(198, 172, 131, 0.28);
    background: rgba(255, 255, 255, 0.03);
    padding: 14px;
    transition: all 0.2s ease;
}

.checkout-page-section .order-type-option:hover,
.checkout-page-section .payment-option:hover {
    border-color: rgba(198, 172, 131, 0.54);
    background: rgba(198, 172, 131, 0.14);
}

.checkout-page-section .order-type-option input[type="radio"],
.checkout-page-section .payment-option input[type="radio"] {
    margin-top: 2px;
    width: 18px;
    height: 18px;
    accent-color: #a83333;
    cursor: pointer;
}

.checkout-page-section .order-type-option input[type="radio"]:checked,
.checkout-page-section .payment-option input[type="radio"]:checked {
    accent-color: #c6ac83;
}

.checkout-page-section .order-type-option:has(input[type="radio"]:checked),
.checkout-page-section .payment-option:has(input[type="radio"]:checked) {
    border: 2px solid #c6ac83;
    background: rgba(198, 172, 131, 0.25);
    box-shadow:
        0 0 0 3px rgba(198, 172, 131, 0.1),
        inset 0 0 12px rgba(198, 172, 131, 0.08);
}

.checkout-page-section .order-type-option.unavailable {
    opacity: 0.5;
    cursor: not-allowed;
}

.checkout-page-section .option-title {
    color: #c29742;
    display: block;
    font-weight: 700;
    margin-bottom: 3px;
}

.checkout-page-section .option-description {
    color: #000;
    font-size: 13px;
}

.checkout-page-section .option-unavailable-badge {
    color: #f29a9a;
    font-size: 12px;
    margin-top: 5px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.checkout-page-section .checkout-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 360px;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 16px;
}

.checkout-page-section .checkout-items::-webkit-scrollbar {
    width: 7px;
}

.checkout-page-section .checkout-items::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
}

.checkout-page-section .checkout-items::-webkit-scrollbar-thumb {
    background: rgba(198, 172, 131, 0.46);
    border-radius: 8px;
}

.checkout-page-section .checkout-item {
    border-radius: 12px;
    border: 1px solid rgba(198, 172, 131, 0.24);
    background: rgba(255, 255, 255, 0.03);
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.checkout-page-section .checkout-item-image {
    width: 68px;
    height: 68px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid rgba(198, 172, 131, 0.22);
}

.checkout-page-section .checkout-item-name {
    margin: 0 0 6px;
    font-size: 14px;
    color: #fff;
}

.checkout-page-section .checkout-item-attr-line,
.checkout-page-section .checkout-item-addon,
.checkout-page-section .checkout-item-price {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
}

.checkout-page-section .checkout-item-total {
    color: var(--united-gold, #c6ac83);
    font-weight: 700;
}

.checkout-page-section .qty-btn {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 1px solid rgba(198, 172, 131, 0.32);
    background: rgba(255, 255, 255, 0.06);
    color: var(--united-gold, #c6ac83);
    font-weight: 700;
}

.checkout-page-section .qty-btn:hover {
    color: #fff;
    background: rgba(168, 51, 51, 0.32);
}

.checkout-page-section .qty-input {
    width: 46px;
    border-radius: 8px;
    border: 1px solid rgba(198, 172, 131, 0.3);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    text-align: center;
}

.checkout-page-section .remove-item-btn {
    color: #f0adad;
}

.checkout-page-section .coupon-section,
.checkout-page-section .discount-points-section {
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(198, 172, 131, 0.26);
}

.checkout-page-section .coupon-input-group,
.checkout-page-section .points-input-group {
    display: flex;
    gap: 8px;
}

.checkout-page-section .btn-apply-coupon,
.checkout-page-section .btn-apply-points,
.checkout-page-section .btn-next,
.checkout-page-section .btn-place-order {
    border: 0;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: all 0.2s ease;
}

.checkout-page-section .btn-apply-coupon,
.checkout-page-section .btn-next,
.checkout-page-section .btn-place-order {
    background: linear-gradient(135deg, #a83333 0%, #8a2828 68%, #c6ac83 100%);
    color: #fff;
    box-shadow: 0 12px 22px rgba(168, 51, 51, 0.28);
}

.checkout-page-section .btn-apply-coupon:hover,
.checkout-page-section .btn-next:hover,
.checkout-page-section .btn-place-order:hover {
    filter: saturate(1.04) brightness(1.03);
    transform: translateY(-2px);
}

.checkout-page-section .btn-apply-points {
    background: #2f8a45;
    color: #fff;
}

.checkout-page-section .btn-apply-points:hover {
    background: #2a7b3e;
}

.checkout-page-section .btn-back {
    border-radius: 12px;
    border: 1px solid rgba(198, 172, 131, 0.32);
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.06);
    color: #000;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.checkout-page-section .btn-back:hover {
    background: rgba(198, 172, 131, 0.2);
    color: #fff;
}

.checkout-page-section .step-actions,
.checkout-page-section .checkout-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.checkout-page-section .step-actions > * {
    flex: 1;
}

.checkout-page-section .price-summary {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkout-page-section .summary-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: rgba(255, 255, 255, 0.76);
}

.checkout-page-section .summary-row span:last-child {
    color: #fff;
}

.checkout-page-section .summary-divider {
    height: 1px;
    background: rgba(198, 172, 131, 0.28);
    margin: 8px 0;
}

.checkout-page-section .total-row {
    color: var(--united-gold, #c6ac83);
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.checkout-page-section .total-row span:last-child {
    color: var(--united-gold, #c6ac83);
}

.checkout-page-section .points-info,
.checkout-page-section .points-value-display {
    border-radius: 10px;
    border: 1px solid rgba(198, 172, 131, 0.24);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.78);
    padding: 9px 11px;
}

.checkout-page-section .discount-points-row,
.checkout-page-section .discount-points-row span {
    color: #8fdaa0 !important;
}

.checkout-page-section .payment-instructions-box {
    margin-top: 12px;
    border-radius: 12px;
    border: 1px solid rgba(198, 172, 131, 0.28);
    border-left: 3px solid #a83333;
    background: rgba(255, 255, 255, 0.05);
    padding: 12px;
}

.checkout-page-section .payment-instructions-title {
    margin: 0 0 6px;
    color: #fff;
    font-size: 14px;
}

.checkout-page-section .payment-instructions-content {
    color: #661b20;
    font-size: 13px;
    line-height: 1.65;
}

.checkout-page-section .payment-instructions-content a {
    color: var(--united-gold, #c6ac83);
    text-decoration: underline;
}

.checkout-page-section .terms-conditions-section {
    border-radius: 12px;
    border-left: 3px solid #a83333;
    border: 1px solid rgba(198, 172, 131, 0.26);
    background: rgba(255, 255, 255, 0.05);
    padding: 14px;
}

.checkout-page-section .checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.checkout-page-section .checkbox-label input[type="checkbox"] {
    display: none;
}

.checkout-page-section .checkbox-custom {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid rgba(198, 172, 131, 0.44);
    background: rgba(255, 255, 255, 0.05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.checkout-page-section
    .checkbox-label
    input[type="checkbox"]:checked
    + .checkbox-custom {
    background: #a83333;
    border-color: #a83333;
}

.checkout-page-section
    .checkbox-label
    input[type="checkbox"]:checked
    + .checkbox-custom::after {
    content: "\2713";
    color: #fff;
    font-size: 13px;
}

.checkout-page-section .checkbox-text,
.checkout-page-section .form-check-label {
    color: rgba(255, 255, 255, 0.82);
}

.checkout-page-section .checkbox-text a,
.checkout-page-section .checkout-terms-link {
    color: var(--united-gold, #c6ac83);
}

.checkout-page-section .form-message.warning-message {
    background: rgba(255, 243, 205, 0.16);
    border: 1px solid rgba(255, 193, 7, 0.42);
    color: #f0d98b;
}

.checkout-terms-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(10, 10, 10, 0.72);
    z-index: 10000;
}

.checkout-terms-modal.is-open {
    display: flex;
}

.checkout-terms-dialog {
    width: min(760px, 100%);
    max-height: min(86vh, 920px);
    border-radius: 18px;
    border: 1px solid rgba(198, 172, 131, 0.3);
    background: #161314;
    box-shadow: 0 26px 62px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.checkout-terms-header,
.checkout-terms-footer {
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.03);
}

.checkout-terms-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(198, 172, 131, 0.24);
}

.checkout-terms-title {
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.checkout-terms-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(198, 172, 131, 0.28);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.checkout-terms-close:hover {
    background: rgba(168, 51, 51, 0.35);
}

.checkout-terms-body {
    padding: 18px 20px;
    overflow-y: auto;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
    white-space: pre-wrap;
}

.checkout-terms-action {
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 12px 14px;
    background: linear-gradient(135deg, #a83333 0%, #8a2828 68%, #c6ac83 100%);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

html[dir="rtl"] .checkout-page-section {
    direction: rtl;
}

html[dir="rtl"] .checkout-page-section .checkout-header,
html[dir="rtl"] .checkout-page-section .checkout-section,
html[dir="rtl"] .checkout-page-section .step-content,
html[dir="rtl"] .checkout-page-section .order-type-selection,
html[dir="rtl"] .checkout-page-section .payment-method-section,
html[dir="rtl"] .checkout-page-section .checkout-summary-card {
    text-align: right;
}

html[dir="rtl"] .checkout-page-section .checkout-items {
    padding-right: 0;
    padding-left: 10px;
}

html[dir="rtl"] .checkout-page-section .btn-back svg,
html[dir="rtl"] .checkout-page-section .btn-next svg {
    transform: scaleX(-1);
}

/* ==============================
   ORDER CONFIRMATION PAGE (MIGRATED + REDESIGNED)
   ============================== */
@keyframes orderConfirmationScaleIn {
    from {
        transform: scale(0.85);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.order-confirmation-section {
    position: relative;
    padding: 28px 20px 80px;
    /*background:
        radial-gradient(
            circle at 14% 12%,
            rgba(198, 172, 131, 0.12) 0%,
            rgba(198, 172, 131, 0) 34%
        ),
        radial-gradient(
            circle at 85% 14%,
            rgba(168, 51, 51, 0.18) 0%,
            rgba(168, 51, 51, 0) 36%
        ),
        linear-gradient(180deg, #151314 0%, #0f0e0f 100%);*/
}

.order-confirmation-section .tf-container,
.order-confirmation-section .themesflat-container {
    position: relative;
}

.order-confirmation-section .success-icon-wrapper {
    text-align: center;
    margin-bottom: 26px;
}

.order-confirmation-section .success-icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background: #3f944d;
    box-shadow: 0 14px 24px rgba(63, 148, 77, 0.25);
    animation: orderConfirmationScaleIn 0.45s ease-out;
}

.order-confirmation-section .success-icon svg {
    width: 46px;
    height: 46px;
    fill: #fff;
}

.order-confirmation-section .order-confirmation-header h1 {
    margin: 0 0 8px;
    text-align: center;
    color: #1c5f13;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.order-confirmation-section .order-confirmation-subtitle {
    margin: 0 0 28px;
    text-align: center;
    color: rgba(14, 13, 13, 0.74);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.order-confirmation-section .order-number-badge {
    display: inline-block;
    border-radius: 12px;
    padding: 12px 24px;
    margin-bottom: 28px;
    background: linear-gradient(135deg, #a83333 0%, #8a2828 62%, #c6ac83 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
    unicode-bidi: plaintext;
    box-shadow: 0 14px 24px rgba(168, 51, 51, 0.28);
}

.order-confirmation-section .checkout-alert {
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-weight: 600;
}

.order-confirmation-section .checkout-alert.success {
    background: rgba(63, 148, 77, 0.2);
    color: #bfe8c8;
    border: 1px solid rgba(63, 148, 77, 0.45);
}

.order-confirmation-section .checkout-alert.error {
    background: rgba(168, 51, 51, 0.2);
    color: #ffb8b8;
    border: 1px solid rgba(168, 51, 51, 0.45);
}

.order-confirmation-section .order-info-card {
    border-radius: 18px;
    padding: 24px;
    border: 1px solid rgba(198, 172, 131, 0.24);
    /*background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.04) 0%,
            rgba(255, 255, 255, 0.01) 100%
        ),
        #171415;*/
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.order-confirmation-section .order-info-card h3 {
    margin: 0 0 16px;
    color: #c29742;
    font-size: 20px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(198, 172, 131, 0.24);
}

.order-confirmation-section .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(198, 172, 131, 0.12);
}

.order-confirmation-section .info-row:last-child {
    border-bottom: 0;
}

.order-confirmation-section .info-label {
    color: #661b20;
    font-size: 14px;
    font-weight: 600;
    flex-shrink: 0;
}

.order-confirmation-section .info-value {
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 600;
    text-align: end;
    flex: 1;
    unicode-bidi: plaintext;
}

.order-confirmation-section .status-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.order-confirmation-section .status-pending {
    background-color: #000;
    color: #f4c574;
}

.order-confirmation-section .status-confirmation {
    color: #5cb85c;
}

.order-confirmation-section .status-confirmed {
    color: #5cb85c;
}

.order-confirmation-section .order-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid rgba(198, 172, 131, 0.12);
}

.order-confirmation-section .order-item:last-child {
    border-bottom: 0;
}

.order-confirmation-section .item-image {
    width: 78px;
    height: 78px;
    border-radius: 10px;
    border: 1px solid rgba(198, 172, 131, 0.22);
    background: #111;
    object-fit: contain;
}

.order-confirmation-section .item-details {
    flex: 1;
    min-width: 0;
}

.order-confirmation-section .item-name {
    margin-bottom: 5px;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
    unicode-bidi: plaintext;
}

.order-confirmation-section .item-attributes,
.order-confirmation-section .item-quantity {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.5;
    overflow-wrap: anywhere;
    unicode-bidi: plaintext;
}

.order-confirmation-section .item-price {
    color: #c6ac83;
    font-size: 17px;
    font-weight: 700;
    text-align: end;
    white-space: nowrap;
    unicode-bidi: plaintext;
}

.order-confirmation-section .item-addon-label {
    font-weight: 600;
    margin-top: 8px;
}

.order-confirmation-section .item-addon-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding-inline-start: 12px;
}

.order-confirmation-section .item-addon-price,
.order-confirmation-section .order-money,
.order-confirmation-section .order-date-value {
    white-space: nowrap;
    unicode-bidi: plaintext;
}

.order-confirmation-section .order-summary-totals {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(198, 172, 131, 0.24);
}

.order-confirmation-section .summary-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    color: #000;
    font-size: 14px;
}

.order-confirmation-section .summary-row.total {
    padding-top: 14px;
    margin-top: 8px;
    border-top: 1px solid rgba(198, 172, 131, 0.24);
    color: #c6ac83;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
}

.order-confirmation-section .retry-payment-option {
    border: 1px solid rgba(198, 172, 131, 0.28);
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.03);
}

.order-confirmation-section .retry-payment-option:hover,
.order-confirmation-section
    .retry-payment-option:has(input[type="radio"]:checked) {
    border-color: rgba(198, 172, 131, 0.56);
    background: rgba(198, 172, 131, 0.14);
}

.order-confirmation-section .retry-payment-option input[type="radio"] {
    margin-inline-end: 8px;
    accent-color: #c6ac83;
}

.order-confirmation-section .retry-payment-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8a2828;
    font-size: 14px;
    font-weight: 600;
}

.order-confirmation-section .retry-payment-type {
    color: #000;
    font-size: 12px;
}

.order-confirmation-section .action-buttons {
    text-align: center;
    margin-top: 34px;
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.order-confirmation-section .btn-primary,
.order-confirmation-section .btn-secondary {
    padding: 13px 26px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.order-confirmation-section .btn-primary {
    border: 0;
    background: linear-gradient(135deg, #a83333 0%, #8a2828 62%, #c6ac83 100%);
    color: #fff;
}

.order-confirmation-section .btn-primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(168, 51, 51, 0.3);
}

.order-confirmation-section .btn-secondary {
    border: 1px solid rgba(198, 172, 131, 0.36);
    background: rgba(255, 255, 255, 0.05);
    color: #c29742;
}

.order-confirmation-section .btn-secondary:hover {
    color: #fff;
    background: rgba(198, 172, 131, 0.16);
    border-color: rgba(198, 172, 131, 0.52);
}

.order-confirmation-page.lang-ar .order-confirmation-section {
    direction: rtl;
}

.order-confirmation-page.lang-ar .order-confirmation-section .order-info-card,
.order-confirmation-page.lang-ar
    .order-confirmation-section
    .order-info-card
    h3,
.order-confirmation-page.lang-ar .order-confirmation-section .info-label,
.order-confirmation-page.lang-ar .order-confirmation-section .item-details,
.order-confirmation-page.lang-ar .order-confirmation-section .summary-row {
    text-align: start;
}

.order-confirmation-page.lang-ar .order-confirmation-section .action-buttons {
    direction: rtl;
}

.order-confirmation-page.lang-ar .order-confirmation-section .btn-primary,
.order-confirmation-page.lang-ar .order-confirmation-section .btn-secondary {
    flex-direction: row-reverse;
}
.shop-hero-carousel .swiper-container.style-2,
.shop-hero-carousel .swiper-wrapper,
.shop-hero-carousel .swiper-slide {
    width: 100%;
    height: 100%;
}

.shop-hero-slide {
    min-height: 420px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.shop-hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(0, 0, 0, 0.52),
        rgba(0, 0, 0, 0.2)
    );
}

.shop-hero-slide .themesflat-container {
    position: relative;
    z-index: 1;
}

.shop-hero-slide .text {
    color: #f7f7f7;
    font-family: "DM Sans", sans-serif;
    font-size: clamp(18px, 2.2vw, 30px);
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: none;
    max-width: 900px;
    margin: 0 auto 14px;
    white-space: normal;
    word-break: break-word;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.shop-hero-slide .heading {
    font-family: "Oswald", sans-serif;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.05;
    letter-spacing: 0.08em;
    margin: 0;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.65);
}

.shop-hero-carousel .swiper-slide {
    visibility: hidden;
}

.shop-hero-carousel .swiper-slide-active,
.shop-hero-carousel .swiper-slide-duplicate-active {
    visibility: visible;
}

.shop-hero-pagination {
    z-index: 2;
}

.shop-hero-heading-link {
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    transition:
        border-color 0.2s ease,
        opacity 0.2s ease;
}

.shop-hero-heading-link:hover {
    opacity: 0.9;
    border-bottom-color: #fff;
}
#shopHeroBanner .text,
#shopHeroBanner .heading {
    will-change: opacity, transform;
}

#shopHeroBanner .shop-hero-fade-out {
    opacity: 0;
    transform: translateY(12px);
    transition:
        opacity 0.22s ease,
        transform 0.22s ease;
}

#shopHeroBanner .shop-hero-fade-in {
    animation: shopHeroFadeIn 0.4s ease;
}

@keyframes shopHeroFadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.quick-add-submit-overlay {
    position: absolute;
    inset: 0;
    z-index: 35;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

.quick-add-submit-spinner-wrap {
    text-align: center;
    color: #ffffff;
}

.quick-add-submit-spinner-wrap .spinner-border {
    width: 2.6rem;
    height: 2.6rem;
    border-width: 0.24em;
    color: #c6ac83;
}

.quick-add-submit-spinner-wrap p {
    margin: 12px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #f3ede3;
}

/* Video Section Styles */
.quick-add-video-container {
    width: 30%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /* background: #000; */
}

.quick-add-video-container .video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* 1:1 aspect ratio */
    height: 0;
    overflow: hidden;
    z-index: 1;
    touch-action: manipulation;
}

.quick-add-video-container .video-wrapper iframe,
.quick-add-video-container .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border: 0;
    border-radius: 10px;
    z-index: 2;
    pointer-events: auto;
    touch-action: manipulation;
    background: #000;
}

.quick-add-video-container .video-fallback-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--Primary, #c6ac83);
    text-decoration: underline;
}

/* Tablet adjustments */
@media (max-width: 768px) {
    .quick-add-video-container {
        border-radius: 8px;
    }

    .quick-add-video-container .video-wrapper iframe,
    .quick-add-video-container .video-wrapper video {
        border-radius: 8px;
    }
}

/* Mobile adjustments */
@media (max-width: 480px) {
    .quick-add-video-container {
        border-radius: 6px;
    }

    .quick-add-video-container .video-wrapper iframe,
    .quick-add-video-container .video-wrapper video {
        border-radius: 6px;
    }
}

/* ===== Carousel Styles ===== */
.qa-carousel {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: grab;
    touch-action: pan-y;
    direction: ltr;
}
.qa-carousel:active {
    cursor: grabbing;
}
.qa-carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.3s ease;
    will-change: transform;
    direction: rtl;
}
.qa-carousel-track.dragging {
    transition: none;
}
.qa-carousel-slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.qa-carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
    user-select: none;
    -webkit-user-drag: none;
}
.qa-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
}
.qa-carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    padding: 0;
    cursor: pointer;
    transition:
        background 0.2s,
        transform 0.2s;
}
.qa-carousel-dot.active {
    background: var(--Primary, #c6ac83);
    transform: scale(1.25);
}

/* ===== Lightbox Styles ===== */
.qa-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.qa-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
}
.qa-lightbox-close {
    position: absolute;
    top: 18px;
    right: 22px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    font-size: 32px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background 0.2s;
    overflow: clip;
}
.qa-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.3);
}
.qa-lightbox-content {
    position: relative;
    width: 80vw;
    max-width: 700px;
    height: 70vh;
    max-height: 700px;
    overflow: hidden;
    border-radius: 12px;
    cursor: grab;
    touch-action: pan-y;
    z-index: 2;
}
.qa-lightbox-content:active {
    cursor: grabbing;
}
.qa-lightbox-track {
    display: flex;
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease;
    will-change: transform;
}
.qa-lightbox-track.dragging {
    transition: none;
}
.qa-lightbox-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qa-lightbox-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
}
.qa-lightbox-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    z-index: 2;
}
.qa-lightbox-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    border: none;
    padding: 0;
    cursor: pointer;
    transition:
        background 0.2s,
        transform 0.2s;
}
.qa-lightbox-dot.active {
    background: var(--Primary, #c6ac83);
    transform: scale(1.3);
}
