@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Cairo:wght@200..1000&family=Cascadia+Code:ital,wght@0,200..700;1,200..700&family=Noto+Kufi+Arabic:wght@100..900&family=Ropa+Sans:ital@0;1&family=Tajawal:wght@200;300;400;500;700;800;900&family=Varela+Round&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@keyframes moveWaves {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
:root {
  --primary: #fd7e14;
  --secondary: #eff1f3;
  --success: #05ca05;
  --danger: #f52626;
  --warning: #ffcc00;
  --info: #17a2b8;
  --light: #f8f9fa;
  --dark: #242323;
  --white: #ffffff;
  --black: #1c1c1c;
  --gray: #6c757d;
  --gray-light: #dcdcdc;
  --gray-dark: #343a40;
  --blue: #667eea;
  --green: #28a745;
  --red: #dc3545;
  --yellow: #ffc107;
  --purple: #764ba2;
  --pink: #e83e8c;
  --orange: #fd7e14;
  --teal: #20c997;
  --cyan: #17a2b8;
  --header-bg: #0a0a0a;
  --header-text-primary: #ffffff;
  --header-text-secondary: #c1c1c1;
  --footer-bg: #0a0a0a;
  --footer-text-primary: #ffffff;
  --footer-text-secondary: #c1c1c1;
  --bg-body-color: #0a0a0a;
  --btn-link: transparent;
  --btn-link-hover: rgba(0, 0, 0, 0);
  --bg-main-content: #ffffff;
  --bg-sidebar: #f1f1f1;
  --bg-overlay: rgba(0, 0, 0, 0.6);
  --glass-bg: rgba(0, 0, 0, 0.322);
  --glass-blur: 50px;
  --glass-border: rgba(255, 255, 255, 0.21);
  --background-blur-bg: var(--glass-bg);
  --background-blur-blur: blur(var(--glass-blur));
  --background-blur-border: 1px solid var(--glass-border);
  --accent-color: #e83e8c;
  --highlight-color: #ffc107;
  --hover-state: #dc6502;
  --active-state: #aa4e01;
  --input-bg: #ffffff;
  --input-border: #ced4da;
  --input-focus-bg: #1a1a1a;
  --input-focus-border: #fd7e14;
  --input-text-color: #cccccc;
  --tooltip-bg: rgba(0, 0, 0, 0.8);
  --tooltip-text: #ffffff;
  --popover-bg: #ffffff;
  --popover-border: #ddd;
  --spinner-bg: #fd7e14;
  --progress-bar-bg: #28a745;
  --progress-bar-stripes: rgba(255, 255, 255, 0.2);
  --progress-bar-active: #1e7e34;
  --alert-info-bg: #d1ecf1;
  --alert-info-text: #0c5460;
  --alert-success-bg: #d4edda;
  --alert-success-text: #155724;
  --alert-warning-bg: #fff3cd;
  --alert-warning-text: #856404;
  --alert-danger-bg: #f8d7da;
  --alert-danger-text: #721c24;
  --navbar-bg: #343a40;
  --navbar-link: #ffffff;
  --navbar-link-hover: #e6e6e6;
  --dropdown-bg: #242323;
  --dropdown-link: #ffffff;
  --dropdown-link-hover: #0a0a0a;
  --modal-header-bg: #f8f9fa;
  --modal-header-text: #495057;
  --modal-body-bg: #242323;
  --modal-footer-bg: #f1f1f1;
  --modal-footer-text: #495057;
  --modal-border: solid 1px #404040;
  --bg-primary: #fd7e14;
  --bg-secondary: #eff1f3;
  --bg-success: #05ca05;
  --bg-danger: #f52626;
  --bg-warning: #ffcc00;
  --bg-info: #17a2b8;
  --bg-light: #f8f9fa;
  --bg-dark: #242323;
  --bg-white: #ffffff;
  --bg-black: #1c1c1c;
  --text-primary: #ffffff;
  --text-secondary: #bcbcbc;
  --text-light: #f8f9fa;
  --text-dark: #242323;
  --text-white: #ffffff;
  --text-muted: #6c757d;
  --text-info: #17a2b8;
  --text-success: #05ca05;
  --text-danger: #f52626;
  --text-warning: #ffcc00;
  --text-link: #1e00e0;
  --text-link-hover: #140094;
  --text-blue: #667eea;
  --text-green: #28a745;
  --text-red: #dc3545;
  --text-yellow: #ffc107;
  --text-purple: #764ba2;
  --text-pink: #e83e8c;
  --text-orange: #fd7e14;
  --text-teal: #20c997;
  --text-cyan: #17a2b8;
  --link-color: #ffae00;
  --link-hover-color: #cc8b00;
  --btn-primary-bg: #242323;
  --btn-primary-text: #ffffff;
  --btn-primary-hover-bg: #1c1c1c;
  --btn-primary-hover-text: #bcbcbc;
  --btn-secondary-bg: transparent;
  --btn-secondary-text: #ffffff;
  --btn-secondary-hover-bg: #1c1c1c;
  --btn-secondary-hover-text: #bcbcbc;
  --btn-success-bg: #05ca05;
  --btn-success-text: #ffffff;
  --btn-success-hover-bg: #049804;
  --btn-success-hover-text: #ffffff;
  --btn-danger-bg: #f52626;
  --btn-danger-text: #ffffff;
  --btn-danger-hover-bg: #de0a0a;
  --btn-danger-hover-text: #ffffff;
  --btn-warning-bg: #ffcc00;
  --btn-warning-text: #1c1c1c;
  --btn-warning-hover-bg: #cca300;
  --btn-warning-hover-text: #1c1c1c;
  --btn-info-bg: #17a2b8;
  --btn-info-text: #ffffff;
  --btn-info-hover-bg: #117a8b;
  --btn-info-hover-text: #ffffff;
  --border-width: 1px;
  --border-style: solid;
  --border-color: #404040;
  --border: solid 1px #404040;
  --border-radius-sm: 6px;
  --border-radius-md: 12px;
  --border-radius-lg: 20px;
  --border-radius-full: 50%;
  --spacer: 1rem;
  --spacer-xs: 0.25rem;
  --spacer-sm: 0.5rem;
  --spacer-md: 1rem;
  --spacer-lg: 2rem;
  --spacer-xl: 4rem;
  --padding: 1rem;
  --padding-xs: 0.25rem;
  --padding-sm: 0.5rem;
  --padding-md: 1rem;
  --padding-lg: 2rem;
  --padding-xl: 4rem;
  --margin: 1rem;
  --margin-xs: 0.25rem;
  --margin-sm: 0.5rem;
  --margin-md: 1rem;
  --margin-lg: 1.5rem;
  --margin-xl: 2rem;
  --gap: 1rem;
  --gap-xs: 0.25rem;
  --gap-sm: 0.5rem;
  --gap-md: 1rem;
  --gap-lg: 1.5rem;
  --gap-xl: 2rem;
  --text-xxs: clamp(0.65rem, 1.5vw, 0.75rem);
  --text-xs: clamp(0.75rem, 1.8vw, 0.875rem);
  --text-sm: clamp(0.85rem, 2vw, 1rem);
  --text-md: clamp(1rem, 2.5vw, 1.25rem);
  --text-lg: clamp(2rem, 4vw, 2.4rem);
  --text-xl: clamp(2.5rem, 5vw, 3rem);
  --text-xxl: clamp(3rem, 6vw, 4rem);
  --text-xxs-weight: 300;
  --text-xs-weight: 300;
  --text-sm-weight: 400;
  --text-md-weight: 500;
  --text-lg-weight: 600;
  --text-xl-weight: 700;
  --text-xxl-weight: 800;
  --transition-fast: 0.1s ease-in-out;
  --transition-medium: 0.2s ease-in-out;
  --transition-slow: 0.4s ease-in-out;
  --box-shadow-sm: 0px 2px 5px rgba(0, 0, 0, 0.1);
  --box-shadow-md: 0px 4px 10px rgba(0, 0, 0, 0.2);
  --box-shadow-lg: 0px 6px 15px rgba(0, 0, 0, 0.3);
  --grid-columns: 12;
  --grid-gutter-width: 1.5rem;
  --container-max-width-sm: 540px;
  --container-max-width-md: 720px;
  --container-max-width-lg: 960px;
  --container-max-width-xl: 1140px;
  --flex-alignments: flex-start, flex-end, center, space-between, space-around;
  --grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  --border-btn-primary: solid 1px #404040;
  --border-btn-danger: solid 0.5px #f52626;
  --border-btn-warning: solid 0.5px #ffcc00;
  --border-btn-success: solid 0.5px #05ca05;
  --border-btn-info: solid 0.5px #17a2b8;
  --padding-responsive: clamp(2.5%, 5vw, 10%);
  transition: background-color 0.4s ease, color 0.4s ease;
}

/* Reset and General Styles */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0.035em;
}

body {
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  background-color: var(--bg-body-color);
  transition: background-color 0.4s ease, color 0.4s ease;
  scrollbar-color: var(--text-secondary) var(--dark) !important;
}

/* Directional Styles */
body.ltr {
  direction: ltr;
  text-align: left;
  scrollbar-color: var(--text-secondary) var(--dark) !important;
}

body.rtl {
  direction: rtl;
  text-align: right;
  scrollbar-color: var(--text-secondary) var(--dark) !important;
}

[data-dir=directional] {
  direction: ltr;
  text-align: left;
}

body.rtl [data-dir=directional] {
  direction: rtl;
  text-align: right;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  scrollbar-color: var(--text-secondary) var(--dark) !important;
}

html[dir=rtl] .swiper {
  direction: ltr;
  scrollbar-color: var(--text-secondary) var(--dark) !important;
}

/* Lists */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Buttons and Inputs */
button,
input,
textarea,
select {
  background: none;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}

/* Forms */
input,
textarea {
  border: var(--border);
  box-shadow: none !important;
  color: var(--text-primary) !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--text-secondary) !important;
}
input::placeholder,
textarea::placeholder {
  color: var(--text-secondary) !important;
}

:focus {
  outline: none;
  box-shadow: none;
}

.loading-loading {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--text-secondary);
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 5px;
  vertical-align: middle;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none !important;
}

input[type=password]::-webkit-credentials-auto-fill-button,
input[type=password]::-webkit-textfield-decoration-container,
input[type=password]::-webkit-clear-button,
input[type=password]::-webkit-inner-spin-button,
input[type=password]::-webkit-password-toggle-button {
  display: none !important;
  -webkit-appearance: none;
}

.header-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .header-container {
    padding: 15px 0;
  }
}
@media (max-width: 480px) {
  .header-container {
    padding: 10px 0;
  }
}
.header-container h1 {
  font-size: 48px;
  font-weight: 900;
  font-family: "Orbitron", "Arial Black", sans-serif;
  color: transparent;
  background: linear-gradient(90deg, rgb(255, 0, 0), rgb(0, 255, 0), rgb(0, 0, 255), rgb(255, 0, 255), rgb(255, 255, 0), rgb(0, 255, 255), rgb(255, 0, 0));
  background-size: 400% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: rgbTextFlow 4s linear infinite;
  letter-spacing: 3px;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}
@media (max-width: 1024px) {
  .header-container h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .header-container h1 {
    font-size: 32px;
    letter-spacing: 2px;
  }
}
@media (max-width: 480px) {
  .header-container h1 {
    font-size: 26px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 375px) {
  .header-container h1 {
    font-size: 22px;
    letter-spacing: 1px;
  }
}
.header-container::before, .header-container::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 35%;
  height: 18px;
  background: linear-gradient(90deg, rgb(255, 0, 0), rgb(0, 255, 0), rgb(0, 0, 255), rgb(255, 0, 255), rgb(255, 255, 0), rgb(0, 255, 255), rgb(255, 0, 0));
  background-size: 400% 100%;
  animation: rgbWave 4s linear infinite;
}
@media (max-width: 1024px) {
  .header-container::before, .header-container::after {
    width: 30%;
    height: 8px;
  }
}
@media (max-width: 768px) {
  .header-container::before, .header-container::after {
    width: 25%;
    height: 6px;
  }
}
@media (max-width: 480px) {
  .header-container::before, .header-container::after {
    width: 20%;
    height: 4px;
  }
}
@media (max-width: 375px) {
  .header-container::before, .header-container::after {
    display: none;
  }
}
.header-container::before {
  left: 1.5%;
}
@media (max-width: 768px) {
  .header-container::before {
    left: 1%;
  }
}
.header-container::after {
  right: 1.5%;
}
@media (max-width: 768px) {
  .header-container::after {
    right: 1%;
  }
}
@keyframes rgbTextFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes rgbWave {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* Typography */
p {
  color: var(--text-secondary);
}

i {
  line-height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
th,
td,
pre,
code {
  color: var(--text-primary);
  margin: 0;
}

/* Links */
a {
  color: var(--link-color);
  transition: color var(--transition-fast);
  text-decoration: none;
  font-weight: var(--text-xs-weight);
}
a:hover {
  color: var(--link-hover-color);
  text-decoration: none;
  cursor: pointer;
}

.btn {
  border: none !important;
  display: inline-block !important;
  border-radius: var(--border-radius-sm) !important;
  cursor: pointer;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: var(--spacer-xs);
  transition: var(--transition-medium);
}
.btn.btn-primary {
  background: var(--btn-primary-bg);
  border: solid 1px #404040 !important;
  color: var(--btn-primary-text);
}
.btn.btn-primary:hover {
  background: var(--btn-primary-hover-bg) !important;
  color: var(--btn-primary-hover-text) !important;
}
.btn.btn-secondary {
  background: var(--btn-secondary-bg);
  color: var(--btn-secondary-text);
}
.btn.btn-secondary:hover {
  background: var(--btn-secondary-hover-bg) !important;
  color: var(--btn-secondary-hover-text) !important;
}
.btn.btn-danger {
  background: var(--btn-danger-bg);
  border: solid 0.5px #f52626;
  color: var(--btn-danger-text);
}
.btn.btn-danger:hover {
  background: var(--btn-danger-hover-bg) !important;
  color: var(--btn-danger-hover-text) !important;
}
.btn.btn-warning {
  background: var(--btn-warning-bg);
  border: solid 0.5px #ffcc00;
  color: var(--btn-warning-text);
}
.btn.btn-warning:hover {
  background: var(--btn-warning-hover-bg) !important;
  color: var(--btn-warning-hover-text) !important;
}
.btn.btn-success {
  background: var(--btn-success-bg);
  border: solid 0.5px #05ca05;
  color: var(--btn-success-text);
}
.btn.btn-success:hover {
  background: var(--btn-success-hover-bg) !important;
  color: var(--btn-success-hover-text) !important;
}
.btn.btn-info {
  background: var(--btn-info-bg);
  border: solid 0.5px #17a2b8;
  color: var(--btn-info-text);
}
.btn.btn-info:hover {
  background: var(--btn-info-hover-bg) !important;
  color: var(--btn-info-hover-text) !important;
}
.btn.active {
  background: var(--primary-color) !important;
  color: var(--white) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.btn.active:hover {
  background: var(--primary-color) !important;
  color: var(--white) !important;
}

.btn-xs {
  width: clamp(40px, 5vw, 110px) !important;
  height: 30px !important;
  font-size: var(--text-xxs) !important;
}

.btn-sm {
  width: clamp(90px, 7vw, 130px) !important;
  height: 32px !important;
  font-size: var(--text-xxs) !important;
}

.btn-md {
  width: clamp(120px, 5vw, 160px) !important;
  height: 36px !important;
  font-size: var(--text-xs) !important;
}

.btn-lg {
  width: clamp(140px, 10vw, 190px) !important;
  height: 48px !important;
  font-size: var(--text-sm) !important;
}

.btn-plus {
  background: linear-gradient(135deg, var(--orange) 0%, var(--blue) 70%);
  color: white !important;
  position: relative;
  overflow: hidden;
}

.btn-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
  color: white !important;
}

.btn-plus:hover::before {
  left: 100%;
  color: white !important;
}

.Gipixel-container {
  width: 100%;
  padding: 0 var(--padding-responsive);
}

.Gipixel-container-Parisata {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  justify-content: start;
  gap: 50px;
}
@media (max-width: 768px) {
  .Gipixel-container-Parisata {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .Gipixel-container-Parisata {
    gap: 20px;
  }
}

.footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-section {
  display: none !important;
  position: relative;
  z-index: 10;
}
.view-section.active {
  display: block !important;
}

.card-titlep {
  position: relative;
  z-index: 2;
  top: 5%;
  text-align: center;
  color: #fff;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 3px;
  transform: translate3d(0, 0, 30px);
  text-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: auto;
  font-family: "Orbitron", "Arial Black", sans-serif;
}
@media (max-width: 1024px) {
  .card-titlep {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .card-titlep {
    font-size: 36px;
    letter-spacing: 2px;
  }
}
@media (max-width: 480px) {
  .card-titlep {
    font-size: 28px;
    letter-spacing: 1.5px;
  }
}

.slider-view {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  box-sizing: border-box;
  padding: 0 var(--padding-lg);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(42vh, auto);
  gap: 20px;
}
@media (max-width: 768px) {
  .slider-view {
    padding: var(--padding-md);
  }
}
@media (max-width: 480px) {
  .slider-view {
    padding: var(--padding-sm);
  }
}
.slider-view .swiper-slide {
  position: relative;
  width: 100%;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
}
@media (max-width: 768px) {
  .slider-view .swiper-slide {
    margin-right: 10px !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 480px) {
  .slider-view .swiper-slide {
    margin-right: 8px !important;
    margin-top: 8px !important;
    padding: 3px;
  }
}

.single-product-view {
  width: 100%;
  height: 10;
  position: relative;
  overflow: visible;
  padding: var(--padding-md) 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .single-product-view {
    padding: var(--padding-sm) 0;
  }
}
.single-product-view .swiper-coverflow-slider .swiper-slide {
  width: 40vw;
  height: 35vw;
  transition: all 2s ease;
  cursor: default;
  overflow: hidden;
  border-radius: var(--border-radius-lg);
}
.single-product-view .swiper-coverflow-slider .swiper-slide .item-content {
  height: 100%;
}
.single-product-view .swiper-coverflow-slider .swiper-slide .item-content .product-info {
  padding: var(--padding-xl);
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .single-product-view .swiper-coverflow-slider .swiper-slide {
    width: 60vw;
    height: 55vw;
  }
}
@media (max-width: 480px) {
  .single-product-view .swiper-coverflow-slider .swiper-slide {
    width: 70vw;
    height: 65vw;
    padding: 3px;
  }
}
.single-product-view .swiper-button-next,
.single-product-view .swiper-button-prev,
.single-product-view .swiper-pagination {
  display: none;
}

.featured-large-view .swiper-cards-slider {
  width: clamp(800px, 80vw, 900px);
  height: clamp(800px, 80vh, 900px);
}
.featured-large-view .swiper-cards-slider .swiper-slide {
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  padding: 5px;
  height: 100%;
}
.featured-large-view .swiper-cards-slider .swiper-slide .item-content {
  height: 100%;
}
.featured-large-view .swiper-cards-slider .swiper-slide .item-content .product-info {
  padding: var(--padding-xl);
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.featured-large-view .swiper-pagination {
  display: none;
}

@keyframes steam {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes rotation_481 {
  0% {
    transform: rotateZ(0deg);
  }
  0% {
    transform: rotateZ(360deg);
  }
}
.item-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform-style: preserve-3d;
  transition: transform 300ms;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 100%;
  height: 42vh;
  padding: 1.5%;
}
.item-content::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 200%;
  z-index: -1;
  background: linear-gradient(90deg, transparent, #0dd0bd, transparent);
  animation: rotation_481 5s linear infinite;
}
@media (max-width: 1024px) {
  .item-content::after {
    width: 140px;
  }
}
@media (max-width: 768px) {
  .item-content::after {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .item-content::after {
    width: 100px;
  }
}
.item-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-lg);
}
.item-content .product-info {
  padding: var(--padding-lg);
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 768px) {
  .item-content .product-info {
    padding: var(--padding-sm);
  }
}
@media (max-width: 480px) {
  .item-content .product-info {
    padding: 12px;
  }
}
.item-content .product-info .product-name {
  text-align: start;
  font-size: 35px;
  letter-spacing: 3px;
  font-family: "Rajdhani", "Arial Black", sans-serif;
  color: white !important;
}
@media (max-width: 1024px) {
  .item-content .product-info .product-name {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .item-content .product-info .product-name {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
@media (max-width: 480px) {
  .item-content .product-info .product-name {
    font-size: 20px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 375px) {
  .item-content .product-info .product-name {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

.swiper-wrapper {
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

/*═══════════════════════════════════════════════
  🌌 Global Layout & Background
═════════════════════════════════════════════════*/
.container-all {
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .container-all {
    height: auto;
    min-height: 100vh;
  }
}

/*═══════════════════════════════════════════════
  🎠 Swiper Container Styles
═════════════════════════════════════════════════*/
.swiper-container {
  width: 100%;
  height: auto;
  padding: var(--padding-lg);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .swiper-container {
    padding: var(--padding-md);
  }
}
@media (max-width: 768px) {
  .swiper-container {
    padding: var(--padding-sm);
  }
}
@media (max-width: 480px) {
  .swiper-container {
    padding: 15px;
  }
}

.swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-content {
  width: 100%;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(40vh, auto);
  gap: 10px;
  justify-items: center;
  align-items: start;
}
@media (max-width: 1200px) {
  .cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}
@media (max-width: 1024px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .cards-grid {
    gap: 12px;
    padding: 5px;
  }
}

/*═══════════════════════════════════════════════
  🎯 Swiper Navigation & Pagination
═════════════════════════════════════════════════*/
.swiper-pagination {
  position: relative !important;
  margin-top: 30px;
}
.swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3) !important;
  opacity: 1 !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00ff00 !important;
  transform: scale(1.3);
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.5);
}

/*═══════════════════════════════════════════════
    🧭 Card Parent Wrapper
═════════════════════════════════════════════════*/
.parent {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .parent {
    max-width: 400px;
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .parent {
    max-width: 380px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .parent {
    max-width: 340px;
    height: 380px;
  }
}
@media (max-width: 480px) {
  .parent {
    max-width: 300px;
    height: 340px;
  }
}
@media (max-width: 375px) {
  .parent {
    max-width: 280px;
    height: 320px;
  }
}

/*═══════════════════════════════════════════════
    🃏 Card Base
═════════════════════════════════════════════════*/
.card {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.5%;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  background: transparent;
}
.card .card-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 300px;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: transform 300ms;
  overflow: visible;
}
.card .card-content::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 200%;
  z-index: -1;
  background: linear-gradient(90deg, transparent, #0dd0bd, transparent);
  animation: rotation_481 5s linear infinite;
}
@media (max-width: 1024px) {
  .card .card-content::after {
    width: 140px;
  }
}
@media (max-width: 768px) {
  .card .card-content::after {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .card .card-content::after {
    width: 100px;
  }
}

/*═══════════════════════════════════════════════
    📦 Content Box Inside Card
═════════════════════════════════════════════════*/
.content-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("https://www.transparenttextures.com/patterns/dark-mosaic.png");
  background-color: black;
  border-radius: var(--border-radius-lg);
  transform-style: preserve-3d;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/*═══════════════════════════════════════════════
    📝 Card Title
═════════════════════════════════════════════════*/
.card-title {
  position: relative;
  z-index: 2;
  bottom: 80%;
  text-align: center;
  color: #fff;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 3px;
  transform: translate3d(0, 0, 30px);
  text-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: auto;
  font-family: "Orbitron", "Arial Black", sans-serif;
}
@media (max-width: 1200px) {
  .card-title {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .card-title {
    font-size: 42px;
    letter-spacing: 2.5px;
  }
}
@media (max-width: 768px) {
  .card-title {
    font-size: 36px;
    letter-spacing: 2px;
  }
}
@media (max-width: 480px) {
  .card-title {
    font-size: 30px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 375px) {
  .card-title {
    font-size: 26px;
    letter-spacing: 1px;
  }
}

/*═══════════════════════════════════════════════
    🏷 Card Type Overlay (اسم البطاقة)
═════════════════════════════════════════════════*/
.card-type-overlay {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

.card-type {
  display: block;
  font-size: 60px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.1);
  text-align: center;
  letter-spacing: 10px;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
  transform: translate3d(0, 0, 10px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "Orbitron", "Arial Black", sans-serif;
}
@media (max-width: 1200px) {
  .card-type {
    font-size: 110px;
    letter-spacing: 8px;
  }
}
@media (max-width: 1024px) {
  .card-type {
    font-size: 105px;
    letter-spacing: 7px;
  }
}
@media (max-width: 768px) {
  .card-type {
    font-size: 90px;
    letter-spacing: 6px;
  }
}
@media (max-width: 480px) {
  .card-type {
    font-size: 70px;
    letter-spacing: 4px;
  }
}
@media (max-width: 375px) {
  .card-type {
    font-size: 60px;
    letter-spacing: 3px;
  }
}

/*═══════════════════════════════════════════════
    🧠 Card Text Content
═════════════════════════════════════════════════*/
.card-content {
  font-size: 12px;
  color: rgb(185, 185, 185);
  transform: translate3d(0, 0, 20px);
  transition: all 0.5s ease-in-out;
}

/*═══════════════════════════════════════════════
    🗓 Date Boxes (Left / Right)
═════════════════════════════════════════════════*/
.date-box,
.date-box2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-bottom: 12px;
  height: 100px !important;
  width: 95%;
  overflow: hidden;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transform: translate3d(0, 0, 40px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 1024px) {
  .date-box,
  .date-box2 {
    height: 90px !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .date-box,
  .date-box2 {
    height: 80px !important;
    width: 93%;
    padding: 8px;
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .date-box,
  .date-box2 {
    height: 70px !important;
    width: 92%;
    padding: 6px;
    margin-bottom: 6px;
  }
}

.date-box {
  left: 15px;
  background: linear-gradient(145deg, rgba(255, 100, 0, 0.2), rgba(255, 150, 0, 0.1));
  border: 2px solid rgba(255, 150, 0, 0.6);
  box-shadow: 0 8px 20px rgba(255, 100, 0, 0.3);
}
@media (max-width: 768px) {
  .date-box {
    left: 10px;
  }
}

.date-box2 {
  position: absolute;
  bottom: 0;
  left: 2%;
  right: 0;
  width: 95%;
  height: 120px;
  border: 3px solid rgba(0, 200, 255, 0.8);
  border-radius: var(--border-radius-lg);
}
@media (max-width: 1024px) {
  .date-box2 {
    height: 110px;
    border: 2.5px solid rgba(0, 200, 255, 0.8);
  }
}
@media (max-width: 768px) {
  .date-box2 {
    height: 100px;
    border: 2px solid rgba(0, 200, 255, 0.8);
  }
}
@media (max-width: 480px) {
  .date-box2 {
    height: 85px;
    border: 2px solid rgba(0, 200, 255, 0.8);
  }
}
@media (max-width: 375px) {
  .date-box2 {
    height: 75px;
  }
}

.date-box span,
.date-box2 span {
  display: block;
  text-align: center;
}

.date-box .month {
  color: white;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .date-box .month {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .date-box .month {
    font-size: 10px;
  }
}
@media (max-width: 375px) {
  .date-box .month {
    font-size: 9px;
  }
}

.date-box .date,
.date-box2 .date2 {
  color: #ffffff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: 800;
}

.date-box .date {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .date-box .date {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .date-box .date {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .date-box .date {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .date-box .date {
    font-size: 16px;
  }
}

.date-box2 .date2 {
  font-size: 48px;
  font-weight: 900;
  font-family: "Rajdhani", "Arial Black", sans-serif;
  color: #ffffff;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
  letter-spacing: 3px;
}
@media (max-width: 1200px) {
  .date-box2 .date2 {
    font-size: 44px;
  }
}
@media (max-width: 1024px) {
  .date-box2 .date2 {
    font-size: 40px;
    letter-spacing: 2.5px;
  }
}
@media (max-width: 768px) {
  .date-box2 .date2 {
    font-size: 34px;
    letter-spacing: 2px;
  }
}
@media (max-width: 480px) {
  .date-box2 .date2 {
    font-size: 28px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 375px) {
  .date-box2 .date2 {
    font-size: 24px;
    letter-spacing: 1px;
  }
}

/*═══════════════════════════════════════════════
    ✨ Keyframes
  ═════════════════════════════════════════════════*/
@keyframes rotation_481 {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
/*═══════════════════════════════════════════════
    🎨 Card Color Variants (Modifiers)
═════════════════════════════════════════════════*/
.card1 .card-title {
  color: #00ff00;
  text-shadow: 0 4px 8px rgba(0, 255, 0, 0.3);
}
.card1 .card-content::after {
  background: linear-gradient(90deg, transparent, #00ff00, transparent);
}
.card1 .date-box {
  background: linear-gradient(145deg, rgba(0, 255, 0, 0.2), rgba(0, 200, 0, 0.1));
  border-color: rgba(0, 255, 0, 0.6);
  box-shadow: 0 8px 20px rgba(0, 255, 0, 0.3);
}
.card1 .date-box2 {
  background: linear-gradient(145deg, rgba(0, 255, 0, 0.4), rgba(0, 200, 0, 0.3));
  border-color: rgba(0, 255, 0, 0.8);
  box-shadow: 0 -8px 30px rgba(0, 255, 0, 0.5);
}
.card1 .card-type {
  color: rgba(0, 255, 0, 0.15);
  text-shadow: 0 0 30px rgba(0, 255, 0, 0.2);
}

.card2 .card-title {
  color: #ff6600;
  text-shadow: 0 4px 8px rgba(255, 102, 0, 0.3);
}
.card2 .card-content::after {
  background: linear-gradient(90deg, transparent, #ff6600, transparent);
}
.card2 .date-box {
  background: linear-gradient(145deg, rgba(255, 100, 0, 0.2), rgba(255, 150, 0, 0.1));
  border-color: rgba(255, 100, 0, 0.6);
  box-shadow: 0 8px 20px rgba(255, 100, 0, 0.3);
}
.card2 .date-box2 {
  background: linear-gradient(145deg, rgba(255, 150, 0, 0.4), rgba(255, 100, 0, 0.3));
  border-color: rgba(255, 150, 0, 0.8);
  box-shadow: 0 -8px 30px rgba(255, 150, 0, 0.5);
}
.card2 .card-type {
  color: rgba(255, 102, 0, 0.15);
  text-shadow: 0 0 30px rgba(255, 102, 0, 0.2);
}

.card3 .card-title {
  color: #0066ff;
  text-shadow: 0 4px 8px rgba(0, 102, 255, 0.3);
}
.card3 .card-content::after {
  background: linear-gradient(90deg, transparent, #0066ff, transparent);
}
.card3 .date-box {
  background: linear-gradient(145deg, rgba(0, 100, 255, 0.2), rgba(0, 150, 255, 0.1));
  border-color: rgba(0, 100, 255, 0.6);
  box-shadow: 0 8px 20px rgba(0, 100, 255, 0.3);
}
.card3 .date-box2 {
  background: linear-gradient(145deg, rgba(0, 150, 255, 0.4), rgba(0, 100, 255, 0.3));
  border-color: rgba(0, 150, 255, 0.8);
  box-shadow: 0 -8px 30px rgba(0, 150, 255, 0.5);
}
.card3 .card-type {
  color: rgba(0, 102, 255, 0.15);
  text-shadow: 0 0 30px rgba(0, 102, 255, 0.2);
}

.card4 .card-title {
  color: #9900cc;
  text-shadow: 0 4px 8px rgba(153, 0, 204, 0.3);
}
.card4 .card-content::after {
  background: linear-gradient(90deg, transparent, #9900cc, transparent);
}
.card4 .date-box {
  background: linear-gradient(145deg, rgba(150, 0, 255, 0.2), rgba(200, 0, 255, 0.1));
  border-color: rgba(150, 0, 255, 0.6);
  box-shadow: 0 8px 20px rgba(150, 0, 255, 0.3);
}
.card4 .date-box2 {
  background: linear-gradient(145deg, rgba(200, 0, 255, 0.4), rgba(150, 0, 255, 0.3));
  border-color: rgba(200, 0, 255, 0.8);
  box-shadow: 0 -8px 30px rgba(200, 0, 255, 0.5);
}
.card4 .card-type {
  color: rgba(153, 0, 204, 0.15);
  text-shadow: 0 0 30px rgba(153, 0, 204, 0.2);
}

.Gipixel-container-booking {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.status-legend {
  text-align: center;
}
.status-legend .legend-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}
.status-legend .legend-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: var(--border-radius-sm);
  transition: all 0.3s ease;
}
.status-legend .legend-item:hover {
  background: rgba(255, 255, 255, 0.08);
}
.status-legend .legend-item .legend-color {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid;
  flex-shrink: 0;
}
.status-legend .legend-item .legend-color.blue {
  background: #2db2ff;
  border-color: #2db2ff;
}
.status-legend .legend-item .legend-color.green {
  background: #00ff0d;
  border-color: #00ff0d;
}
.status-legend .legend-item .legend-color.red {
  background: #ff2d2d;
  border-color: #ff2d2d;
}
.status-legend .legend-item .legend-color.yellow {
  background: #ffd000;
  border-color: #ffd000;
}
.status-legend .legend-item .legend-color.normal {
  background: #808080;
  border-color: #808080;
}
.status-legend .legend-item span {
  color: #ffffff !important;
  font-size: 1.5rem;
  white-space: nowrap;
  font-weight: 700;
}

.now-playing {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}
.now-playing .now-playing-cards-container {
  width: 100%;
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 16px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(120px, auto);
}
@media (max-width: 1400px) {
  .now-playing .now-playing-cards-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1000px) {
  .now-playing .now-playing-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .now-playing .now-playing-cards-container {
    grid-template-columns: 1fr;
  }
}
.now-playing .now-playing-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 15px 20px;
  background: linear-gradient(135deg, rgba(0, 255, 179, 0.15) 0%, rgba(0, 255, 153, 0.05) 100%);
  border-radius: var(--border-radius-lg);
  border: 2px solid #00ff40;
  animation: glow-border 5s ease-in-out infinite, slide-in 0.5s ease-out;
  width: 100%;
}
.now-playing .now-playing-card.empty-state {
  grid-column: 1/-1;
  padding: 30px;
}
.now-playing .now-playing-card .player-number {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #00ffbb 0%, #00ffbb 100%);
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  flex-shrink: 0;
}
.now-playing .now-playing-card .player-number::before {
  content: "";
  position: absolute;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  border: 3px solid rgba(0, 255, 166, 0.3);
  animation: ring-pulse 2s ease-in-out infinite;
}
.now-playing .now-playing-card .player-info {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.now-playing .now-playing-card .player-info .fi {
  color: #ffffff !important;
}
.now-playing .now-playing-card .player-info .category {
  font-size: 1.3rem;
  color: #eaeaea;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.now-playing .now-playing-card .player-info .player-name {
  font-size: 1.8rem;
  color: #ffffff !important;
  font-weight: 700;
  line-height: 1.2;
}
.now-playing .now-playing-card .player-info .booking-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 1.3rem;
  color: #ffffff !important;
}
.now-playing .now-playing-card .player-info .booking-time i {
  font-size: 1.3rem;
}
.now-playing .now-playing-card .playing-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
}
.now-playing .now-playing-card .playing-indicator .pulse {
  width: 40px;
  height: 40px;
  background: #00ffbb;
  border-radius: 50%;
  animation: pulse-glow 2s ease-in-out infinite;
}
.now-playing .now-playing-card .playing-indicator span {
  font-size: 0.75rem;
  color: #00ffbb;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.booking-body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  flex: 1;
  padding: 16px;
}
.booking-body .stat-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.5rem;
  color: #ffffff;
}
.booking-body .stat-card i {
  font-size: 1.4rem;
}
.booking-body .stat-card h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.5rem;
  color: #ffffff;
}
.booking-body .queue-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.5rem;
  color: #ffffff;
}
.booking-body .queue-title i {
  font-size: 1.4rem;
}
.booking-body .queue-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 12px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.queue-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.052);
  border-radius: var(--border-radius-md);
  animation: slide-in 0.5s ease-out;
  cursor: default;
  min-height: 120px;
  height: 170px;
  width: 100%;
}
.queue-item .queue-header {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
}
.queue-item .queue-header .queue-number {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(128, 128, 128, 0.285);
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 900;
  color: #ffffff;
  flex-shrink: 0;
}
.queue-item .queue-header .player-name {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 600;
  flex: 1;
}
.queue-item .queue-details {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.queue-item .queue-details .category {
  font-size: 1.1rem;
  color: #e6e6e6;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
}
.queue-item .queue-details .booking-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 1.1rem;
  color: #c4c4c4;
  opacity: 0.7;
}
.queue-item .queue-details .booking-time i {
  font-size: 1.1rem;
}
.queue-item .wait-position {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-shrink: 0;
  align-self: flex-end;
  margin-top: auto;
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.queue-item .wait-position .position {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.queue-item .wait-position .label {
  font-size: 1.1rem;
  color: #adadad;
  opacity: 0.8;
  font-weight: 600;
}

@keyframes glow-border {
  0%, 100% {
    box-shadow: 0 0 0px rgba(0, 255, 174, 0.4), inset 0 0 0px rgba(0, 255, 187, 0.1);
  }
  50% {
    box-shadow: 0 0 20px rgba(0, 255, 238, 0.6), inset 0 0 20px rgba(0, 255, 200, 0.2);
  }
}
@keyframes pulse-icon {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}
@keyframes pulse-glow {
  0%, 100% {
    transform: scale(0.5);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.6;
  }
}
@keyframes ring-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.queue-item.vip {
  background: rgba(255, 215, 0, 0.08);
}
.queue-item.vip::before {
  background: #ffd700;
}
.queue-item.vip .queue-number {
  color: #ffd700;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.3) 0%, rgba(255, 215, 0, 0.1) 100%);
}
.queue-item.vip .category {
  color: #ffd700;
}
.queue-item.premium {
  background: rgba(125, 226, 43, 0.08);
}
.queue-item.premium::before {
  background: #5ce22b;
}
.queue-item.premium .queue-number {
  color: #5ce22b;
  background: linear-gradient(135deg, rgba(128, 226, 43, 0.2784313725) 0%, rgba(122, 226, 43, 0.2784313725) 100%);
}
.queue-item.premium .category {
  color: #5ce22b;
}

/*═══════════════════════════════════════════════
    green Alert - Time is 00
═════════════════════════════════════════════════*/
.queue-item.time-zero {
  border-color: #00ff0d !important;
  background: linear-gradient(135deg, rgba(0, 255, 13, 0.15) 0%, rgba(0, 255, 13, 0.06) 100%) !important;
  border: 1px solid #00ff0d !important;
  overflow: hidden;
}

/*═══════════════════════════════════════════════
  🔴 Red Range - 60 minutes and above
═════════════════════════════════════════════════*/
.queue-item.time-red {
  border-color: #ff2d2d !important;
  background: linear-gradient(135deg, rgba(255, 45, 45, 0.15) 0%, rgba(255, 45, 45, 0.06) 100%) !important;
  border: 1px solid #ff2d2d !important;
}

/*═══════════════════════════════════════════════
  🟡 Yellow Range - 59 to 30 minutes
═════════════════════════════════════════════════*/
.queue-item.time-yellow {
  border-color: #ffd000 !important;
  background: linear-gradient(135deg, rgba(255, 208, 0, 0.18) 0%, rgba(255, 208, 0, 0.07) 100%) !important;
  border: 1px solid #ffd000 !important;
}

/*═══════════════════════════════════════════════
  🔵 Blue Range - 29 to 1 minutes
═════════════════════════════════════════════════*/
/*═══════════════════════════════════════════════
  🔵 On Hold Inside Store - Blue
═════════════════════════════════════════════════*/
.queue-item.status-on-hold-inside-store {
  border-color: #2db2ff !important;
  background: linear-gradient(135deg, rgba(45, 178, 255, 0.25) 0%, rgba(45, 178, 255, 0.12) 100%) !important;
  border: 2px solid #2db2ff !important;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header.scrolled {
  background: rgba(10, 10, 10, 0.98);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
  padding: 12px 0;
  transform: translateY(0);
}
.site-header .navbar {
  padding: 0 20px;
}
.site-header .navbar-brand {
  display: flex;
  align-items: center;
  z-index: 1001;
}
.site-header .navbar-brand .logo-img {
  width: 65px;
  height: 65px;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.5));
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header.scrolled .navbar-brand .logo-img {
  width: 50px;
  height: 50px;
  filter: drop-shadow(0 2px 15px rgba(0, 0, 0, 0.7));
  margin-top: 12px;
  margin-left: 10px;
}

.mobile-offcanvas-toggler {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 255, 234, 0.3) !important;
  border-radius: 10px;
  padding: 10px 14px;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.2);
  margin-right: 10px;
  margin-top: 10px;
}
.mobile-offcanvas-toggler:hover {
  background: rgba(0, 255, 234, 0.15);
  border-color: #00ffea;
  box-shadow: 0 4px 15px rgba(0, 255, 234, 0.3);
}
.mobile-offcanvas-toggler:focus {
  box-shadow: 0 0 0 3px rgba(0, 255, 234, 0.2);
  outline: none;
}
.mobile-offcanvas-toggler:active {
  transform: none;
}

@media (min-width: 992px) {
  .mobile-offcanvas-toggler {
    display: none !important;
  }
}
.navbar-brand img {
  width: 70px;
  height: 70px;
}

#menuToggleBtn {
  border: none;
  background: transparent;
  position: relative;
  padding: 8px;
}

#menuToggleBtn i {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  color: #fff;
  display: inline-block;
}

#menuToggleBtn:hover i {
  transform: rotate(90deg) scale(1.1);
  color: #fb0163;
}

#menuToggleBtn:focus {
  outline: none;
  box-shadow: none;
}

.menu-icon,
.close-icon {
  transition: opacity 0.15s ease-in-out;
}

.nav-item {
  margin: 0 5px;
}
.nav-item a {
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
  transition: all 0.3s ease;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 25px;
  position: relative;
  text-decoration: none;
}
.nav-item a.active {
  color: #fb0163;
  background: rgba(251, 1, 99, 0.15);
  border: 1px solid rgba(251, 1, 99, 0.3);
}
.nav-item a:hover {
  color: #00ffea;
  background: rgba(0, 255, 234, 0.1);
  border: 1px solid rgba(0, 255, 234, 0.3);
  text-decoration: none;
}
.nav-item a:active {
  transform: none;
}

.btn-call-now {
  background: linear-gradient(135deg, #fb0163, #00ffea);
  color: #fff;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 15px rgba(251, 1, 99, 0.4), 0 0 20px rgba(251, 1, 99, 0.2);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.btn-call-now:hover {
  background: linear-gradient(135deg, #00ffea, #fb0163);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(251, 1, 99, 0.6), 0 0 30px rgba(251, 1, 99, 0.3);
  color: #fff;
}

.offcanvas {
  background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%);
  width: 320px !important;
}
.offcanvas .offcanvas-header {
  border-bottom: 1px solid rgba(0, 255, 234, 0.2);
  padding: 25px 20px;
  background: rgba(0, 0, 0, 0.3);
}
.offcanvas .offcanvas-title {
  color: #00ffea;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-shadow: 0 2px 10px rgba(0, 255, 234, 0.3);
}
.offcanvas .btn-close {
  filter: invert(1);
  opacity: 0.8;
  transition: all 0.3s ease;
}
.offcanvas .btn-close:hover {
  opacity: 1;
  transform: scale(1.1);
}
.offcanvas .nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 12px;
  margin: 8px 0;
  padding: 18px 25px;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
}
.offcanvas .nav-link:hover {
  background: rgba(0, 255, 234, 0.1);
  color: #00ffea;
  border: 1px solid rgba(0, 255, 234, 0.3);
  text-decoration: none;
}
.offcanvas .nav-link.active {
  background: rgba(251, 1, 99, 0.2);
  color: #fb0163;
  border: 1px solid rgba(251, 1, 99, 0.3);
}
.offcanvas .nav-link i {
  margin-right: 15px;
  width: 20px;
  text-align: center;
  font-size: 20px;
}
.offcanvas hr {
  border-color: rgba(0, 255, 234, 0.2);
  margin: 25px 0;
}

.hero-section {
  position: relative;
  overflow: hidden;
  background: #000;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("/img/gaming-background.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.hero-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  /* 75% تعتيم */
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.85) 0%, rgba(26, 26, 46, 0.8) 50%, rgba(10, 10, 10, 0.85) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: clamp(48px, 8vw, 88px);
  font-weight: 900;
  font-family: "Orbitron", sans-serif;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.1;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.text-gradient {
  background: linear-gradient(90deg, #fb0163, #00ffea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientFlow 3s ease infinite;
}

@keyframes gradientFlow {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.hero-subtitle {
  font-size: clamp(28px, 4vw, 42px);
  font-family: "Rajdhani", sans-serif;
  color: #00ffea;
  margin-bottom: 15px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 255, 234, 0.3);
}

.hero-description {
  font-size: clamp(20px, 2.5vw, 24px);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  line-height: 1.7;
  font-weight: 400;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary-custom {
  background: linear-gradient(135deg, #fb0163, #00ffea);
  color: #fff;
  font-weight: 700;
  padding: 16px 35px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 15px rgba(251, 1, 99, 0.4);
}
.btn-primary-custom:hover {
  background: linear-gradient(135deg, #00ffea, #fb0163);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(251, 1, 99, 0.6);
  color: #fff;
}

.btn-outline-custom {
  background: transparent;
  color: #00ffea;
  font-weight: 700;
  padding: 16px 35px;
  border-radius: 50px;
  border: 2px solid #00ffea;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.btn-outline-custom:hover {
  background: linear-gradient(135deg, #fb0163, #00ffea);
  color: #fff;
  border-color: #fb0163;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(251, 1, 99, 0.5);
}

.hero-image-wrapper {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.hero-image {
  width: 100%;
  max-width: 300px;
  filter: drop-shadow(0 10px 30px rgba(0, 255, 0, 0.3));
}

body {
  overflow-x: hidden;
  padding-top: 0;
  font-family: "Rajdhani", sans-serif;
  line-height: 1.6;
}

body {
  padding-top: 0;
}

html {
  scroll-behavior: smooth;
}

.section-header {
  margin-bottom: 30px;
  text-align: center;
}

.section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  font-family: "Orbitron", sans-serif;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.section-subtitle {
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255, 255, 255, 0.7);
  font-family: "Rajdhani", sans-serif;
  margin-bottom: 0;
}

section {
  padding: 60px 0;
}
@media (max-width: 768px) {
  section {
    padding: 40px 0;
  }
}

.services-section {
  background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%);
  padding: 40px 0 !important;
}

.service-card {
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
  border-radius: 20px;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(251, 1, 99, 0.1);
  height: 100%;
  min-height: 350px;
  position: relative;
}
.service-card:hover {
  transform: translateY(-10px);
  border-color: rgba(251, 1, 99, 0.5);
  box-shadow: 0 10px 40px rgba(251, 1, 99, 0.2);
}
.service-card:hover .service-icon i {
  transform: scale(1.2) rotate(5deg);
}
.service-card:hover .service-features .feature-tag {
  transform: scale(1.05);
}
.service-card h3 {
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 24px;
  margin: 20px 0 15px;
}
.service-card p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 14px;
}

.service-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 20px;
}
.service-features .feature-tag {
  background: linear-gradient(135deg, rgba(251, 1, 99, 0.2), rgba(0, 255, 234, 0.2));
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(251, 1, 99, 0.3);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.service-features .feature-tag:hover {
  background: linear-gradient(135deg, rgba(251, 1, 99, 0.4), rgba(0, 255, 234, 0.4));
  transform: scale(1.05);
}

.service-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(251, 1, 99, 0.1), rgba(0, 255, 234, 0.1));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-icon i {
  font-size: 40px;
  color: #fb0163;
  transition: all 0.3s ease;
}

.btn-service {
  background: linear-gradient(135deg, #fb0163, #00ffea);
  color: #000;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn-service:hover {
  background: linear-gradient(135deg, #00ffea, #fb0163);
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(251, 1, 99, 0.4);
  color: #000;
}

.features-section {
  background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
  padding: 40px 0 !important;
}

.feature-box {
  padding: 25px 20px;
  min-height: 250px;
}
.feature-box i {
  font-size: 50px;
  color: #00ffea;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.feature-box h4 {
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
}
.feature-box p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.feature-box:hover i {
  transform: scale(1.2);
  color: #fb0163;
}

.about-section {
  background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
  padding: 80px 0 !important;
  position: relative;
  overflow: hidden;
}
.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, rgba(251, 1, 99, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(0, 255, 234, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.about-hero {
  margin-bottom: 60px;
  text-align: center;
}
.about-hero .about-hero-title {
  font-size: clamp(36px, 6vw, 56px);
  font-family: "Orbitron", sans-serif;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.about-hero .about-hero-subtitle {
  font-size: clamp(18px, 3vw, 24px);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-family: "Rajdhani", sans-serif;
}

.about-features-grid {
  margin-bottom: 60px;
}
.about-features-grid .about-feature-card {
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(251, 1, 99, 0.1);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.about-features-grid .about-feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(251, 1, 99, 0.1), transparent);
  transition: left 0.5s ease;
}
.about-features-grid .about-feature-card:hover {
  transform: translateY(-10px);
  border-color: rgba(251, 1, 99, 0.3);
  box-shadow: 0 15px 40px rgba(251, 1, 99, 0.2);
}
.about-features-grid .about-feature-card:hover::before {
  left: 100%;
}
.about-features-grid .about-feature-card:hover .feature-icon i {
  transform: scale(1.2) rotate(5deg);
}
.about-features-grid .about-feature-card .feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(251, 1, 99, 0.2), rgba(0, 255, 234, 0.2));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.about-features-grid .about-feature-card .feature-icon i {
  font-size: 36px;
  color: #fb0163;
  transition: all 0.3s ease;
}
.about-features-grid .about-feature-card h4 {
  font-family: "Orbitron", sans-serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}
.about-features-grid .about-feature-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.about-stats-section {
  margin-bottom: 60px;
}
.about-stats-section .stat-card {
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
  border-radius: 20px;
  padding: 30px 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 255, 234, 0.1);
  height: 100%;
}
.about-stats-section .stat-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 255, 234, 0.3);
  box-shadow: 0 10px 30px rgba(0, 255, 234, 0.2);
}
.about-stats-section .stat-card .stat-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(0, 255, 234, 0.2), rgba(251, 1, 99, 0.2));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-stats-section .stat-card .stat-icon i {
  font-size: 28px;
  color: #00ffea;
}
.about-stats-section .stat-card .stat-content {
  flex: 1;
}
.about-stats-section .stat-card .stat-content .stat-number {
  font-size: clamp(28px, 4vw, 36px);
  font-family: "Orbitron", sans-serif;
  font-weight: 900;
  color: #fb0163;
  margin-bottom: 5px;
  text-shadow: 0 0 20px rgba(251, 1, 99, 0.5);
  transition: all 0.3s ease;
}
.about-stats-section .stat-card .stat-content .stat-number.animated {
  animation: counterGlow 0.5s ease-in-out;
}
.about-stats-section .stat-card .stat-content .stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-mission .mission-content .mission-title {
  font-size: clamp(28px, 4vw, 36px);
  font-family: "Orbitron", sans-serif;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}
.about-mission .mission-content .mission-text {
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 30px;
}
.about-mission .mission-content .mission-highlights .highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  padding: 10px 0;
}
.about-mission .mission-content .mission-highlights .highlight-item i {
  color: #00ffea;
  font-size: 18px;
}
.about-mission .mission-content .mission-highlights .highlight-item span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 500;
}
.about-mission .mission-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.about-mission .mission-visual .gaming-showcase {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 300px;
}
.about-mission .mission-visual .gaming-showcase .showcase-item {
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(251, 1, 99, 0.1);
  cursor: pointer;
}
.about-mission .mission-visual .gaming-showcase .showcase-item:hover {
  transform: translateY(-5px);
  border-color: rgba(251, 1, 99, 0.3);
  box-shadow: 0 10px 25px rgba(251, 1, 99, 0.2);
}
.about-mission .mission-visual .gaming-showcase .showcase-item:hover i {
  transform: scale(1.2);
}
.about-mission .mission-visual .gaming-showcase .showcase-item i {
  font-size: 32px;
  color: #fb0163;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  display: block;
}
.about-mission .mission-visual .gaming-showcase .showcase-item span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.auto-typing-container {
  margin: 40px 0;
  padding: 20px;
  background: rgba(251, 1, 99, 0.1);
  border-radius: 15px;
  border-left: 4px solid #fb0163;
}

.auto-typing-text {
  font-size: clamp(18px, 2.5vw, 24px);
  font-family: "Orbitron", sans-serif;
  color: #00ffea;
  margin: 0;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.typing-text {
  border-right: 3px solid #fb0163;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 50% {
    border-color: #fb0163;
  }
  51%, 100% {
    border-color: transparent;
  }
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.stat-item {
  text-align: center;
  padding: 15px;
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
  border-radius: 20px;
  border: 1px solid rgba(0, 255, 234, 0.1);
  transition: all 0.3s ease;
}
.stat-item:hover {
  transform: translateY(-10px);
  border-color: rgba(0, 255, 234, 0.5);
  box-shadow: 0 10px 30px rgba(0, 255, 234, 0.2);
}

.stat-number {
  font-size: clamp(32px, 4vw, 48px);
  font-family: "Orbitron", sans-serif;
  font-weight: 900;
  color: #fb0163;
  margin-bottom: 10px;
  text-shadow: 0 0 20px rgba(251, 1, 99, 0.5);
  transition: all 0.3s ease;
}
.stat-number.animated {
  animation: counterGlow 0.5s ease-in-out;
}

.stat-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

.about-video-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.about-video-wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

.about-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(251, 1, 99, 0.2) 50%, rgba(0, 255, 234, 0.2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.video-overlay:hover {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, rgba(251, 1, 99, 0.3) 50%, rgba(0, 255, 234, 0.3) 100%);
}

.video-content {
  text-align: center;
  color: #fff;
  z-index: 2;
}
.video-content h4 {
  font-family: "Orbitron", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  background: linear-gradient(90deg, #fb0163, #00ffea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.video-content p {
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.9);
}

.video-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #1a1a1a, #0f0f0f);
  border-radius: 20px;
}

.gaming-setup-image {
  position: relative;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #fb0163, #00ffea);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s ease-in-out infinite;
}
.gaming-setup-image i {
  font-size: 80px;
  color: #000;
  z-index: 2;
}

.glow-effect {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: linear-gradient(135deg, rgba(251, 1, 99, 0.3), rgba(0, 255, 234, 0.3));
  border-radius: 50%;
  animation: rotate 4s linear infinite;
  z-index: 1;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes counterGlow {
  0% {
    transform: scale(1);
    text-shadow: 0 0 20px rgba(251, 1, 99, 0.5);
  }
  50% {
    transform: scale(1.1);
    text-shadow: 0 0 30px rgba(251, 1, 99, 0.8);
  }
  100% {
    transform: scale(1);
    text-shadow: 0 0 20px rgba(251, 1, 99, 0.5);
  }
}
.gallery-section {
  background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%);
  padding: 40px 0 !important;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 15px;
  margin-top: 40px;
}

.gallery-item {
  position: relative;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.gallery-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(251, 1, 99, 0.1), rgba(0, 255, 234, 0.1));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(251, 1, 99, 0.4), 0 0 30px rgba(0, 255, 234, 0.2);
}
.gallery-item:hover::before {
  opacity: 0.3;
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
  transform: translateY(0);
}
.gallery-item:hover .gaming-placeholder i {
  transform: scale(1.2);
}

.gallery-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
}
.gallery-image img[src] {
  animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.gallery-item:hover .gallery-image img {
  transform: scale(1.1);
}

.gaming-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}
.gaming-placeholder i {
  font-size: 100px;
  color: #fff;
  transition: all 0.3s ease;
  z-index: 2;
}

.ps5-bg {
  background: linear-gradient(135deg, #003791, #0070d1);
}

.xbox-bg {
  background: linear-gradient(135deg, #107c10, #00bcf2);
}

.pc-bg {
  background: linear-gradient(135deg, #1a1a1a, #4a4a4a);
}

.vr-bg {
  background: linear-gradient(135deg, #8e44ad, #e74c3c);
}

.lounge-bg {
  background: linear-gradient(135deg, #2c3e50, #34495e);
}

.tournament-bg {
  background: linear-gradient(135deg, #f39c12, #e67e22);
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
  color: #fff;
  padding: 40px 20px 20px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}
.gallery-overlay h4 {
  font-family: "Orbitron", sans-serif;
  font-size: 22px;
  margin-bottom: 8px;
  color: #00ffea;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.gallery-overlay p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.contact-section {
  background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
  padding: 40px 0 !important;
}

.contact-info-box,
.contact-form-box {
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
  border-radius: 20px;
  padding: 40px;
  border: 1px solid rgba(251, 1, 99, 0.1);
  height: 100%;
  transition: all 0.3s ease;
}
.contact-info-box:hover,
.contact-form-box:hover {
  border-color: rgba(251, 1, 99, 0.3);
  box-shadow: 0 10px 30px rgba(251, 1, 99, 0.15);
  transform: translateY(-5px);
}
.contact-info-box h3,
.contact-form-box h3 {
  color: #fb0163;
  font-family: "Orbitron", sans-serif;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(251, 1, 99, 0.3);
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 15px;
}
.contact-item i {
  font-size: 30px;
  color: #fb0163;
  margin-top: 5px;
  transition: all 0.3s ease;
}
.contact-item h5 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}
.contact-item p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.contact-item a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact-item a:hover {
  color: #fb0163;
}

.contact-form-box .form-control {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(251, 1, 99, 0.2);
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.contact-form-box .form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fb0163;
  box-shadow: 0 0 0 0.2rem rgba(251, 1, 99, 0.1);
  color: #fff;
}
.contact-form-box .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-form-box .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-section {
  background: #0a0a0a;
  border-top: 1px solid rgba(251, 1, 99, 0.2);
}
.footer-section p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.developed-by {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}
.developed-by .company-link {
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.developed-by .company-link .company-name {
  font-weight: 700;
  font-family: "Orbitron", sans-serif;
  background: linear-gradient(135deg, #fb0163, #00ffea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 17px;
  letter-spacing: 1px;
}
.developed-by .company-link:hover {
  transform: translateY(-2px);
}
.developed-by .company-link:hover .company-name {
  background: linear-gradient(135deg, #00ffea, #fb0163);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.social-links {
  display: flex;
  gap: 15px;
  justify-content: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .social-links {
    justify-content: center;
    margin-top: 15px;
  }
}
.social-links a {
  width: 40px;
  height: 40px;
  background: rgba(251, 1, 99, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fb0163;
  font-size: 20px;
  transition: all 0.3s ease;
}
.social-links a:hover {
  background: #00ff00;
  color: #000;
  transform: translateY(-5px);
}

@media (max-width: 991.98px) {
  .site-header {
    padding: 10px 0;
  }
  .site-header .navbar {
    padding: 0 15px;
  }
  .site-header .navbar-brand .logo-img {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .nav-item {
    margin: 0;
  }
  .nav-item a {
    font-size: 16px;
    min-width: 80px;
    padding: 8px 15px;
  }
  .btn-call-now {
    font-size: 14px;
    padding: 8px 20px;
  }
}
@media (max-width: 768px) {
  .site-header {
    padding: 8px 0;
  }
  .site-header .navbar {
    padding: 0 10px;
  }
  .site-header .navbar-brand .logo-img {
    width: 45px;
    height: 45px;
  }
  .mobile-offcanvas-toggler {
    padding: 6px 10px;
    font-size: 18px;
  }
  .offcanvas {
    width: 300px !important;
  }
  .offcanvas .nav-link {
    font-size: 16px;
    padding: 15px 20px;
  }
  .btn-call-now {
    font-size: 13px;
    padding: 6px 15px;
  }
  .hero-section {
    min-height: 100vh;
    padding: 80px 0 40px;
  }
  .hero-content {
    text-align: center;
  }
  .hero-title {
    font-size: clamp(36px, 6vw, 48px);
    margin-bottom: 20px;
  }
  .hero-subtitle {
    font-size: clamp(20px, 3vw, 28px);
    margin-bottom: 10px;
  }
  .hero-description {
    font-size: clamp(16px, 2vw, 20px);
    margin-bottom: 30px;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .hero-buttons .btn {
    width: 100% !important;
    justify-content: center;
    margin: 0px;
  }
  .hero-image-wrapper {
    margin-top: 30px;
  }
  .hero-image {
    max-width: 250px;
  }
  .service-card {
    margin-bottom: 15px;
  }
  .hero-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-video-overlay {
    background: rgba(0, 0, 0, 0.85);
  }
}
@media (max-width: 576px) {
  .site-header {
    padding: 6px 0;
  }
  .site-header .navbar {
    padding: 0 8px;
  }
  .site-header .navbar-brand .logo-img {
    width: 40px;
    height: 40px;
  }
  .mobile-offcanvas-toggler {
    padding: 4px 8px;
    font-size: 16px;
  }
  .offcanvas {
    width: 260px !important;
  }
  .offcanvas .nav-link {
    font-size: 15px;
    padding: 10px 12px;
  }
}
@media (max-width: 480px) {
  .hero-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-section {
    min-height: 100vh;
  }
}
@media (max-width: 768px) {
  .service-card {
    margin-bottom: 15px;
    min-height: 320px;
  }
  .service-features {
    gap: 6px;
    margin-bottom: 15px;
  }
  .service-features .feature-tag {
    font-size: 11px;
    padding: 5px 10px;
  }
  .row.g-4 .col-lg-4 {
    margin-bottom: 20px;
  }
  .row.g-4 .col-lg-6 {
    margin-bottom: 20px;
  }
}
.stats-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.gallery-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

@media (max-width: 991px) and (min-width: 769px) {
  .row.g-4 .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.g-4 .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .gallery-item {
    height: 250px;
  }
  .about-features-grid .about-feature-card {
    margin-bottom: 20px;
  }
  .about-stats-section .stat-card {
    margin-bottom: 20px;
  }
  .about-mission .mission-visual {
    margin-top: 30px;
  }
  .gaming-setup-image {
    width: 200px;
    height: 200px;
  }
  .gaming-setup-image i {
    font-size: 80px;
  }
  .auto-typing-container {
    margin: 30px 0;
    padding: 15px;
  }
  .auto-typing-text {
    min-height: 50px;
    font-size: clamp(16px, 2vw, 20px);
  }
  .contact-info-box,
  .contact-form-box {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .gaming-setup-image {
    width: 200px;
    height: 200px;
  }
  .gaming-setup-image i {
    font-size: 80px;
  }
  .gallery-item {
    height: 220px;
  }
  .gaming-placeholder i {
    font-size: 60px;
  }
  .service-card {
    min-height: 300px;
    padding: 20px 15px;
  }
  .service-features {
    gap: 4px;
    margin-bottom: 15px;
  }
  .service-features .feature-tag {
    font-size: 10px;
    padding: 4px 8px;
  }
  .service-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .service-icon i {
    font-size: 30px;
  }
  .about-hero {
    margin-bottom: 40px;
  }
  .about-hero .about-hero-title {
    font-size: clamp(28px, 5vw, 40px);
  }
  .about-hero .about-hero-subtitle {
    font-size: clamp(16px, 3vw, 20px);
  }
  .about-features-grid {
    margin-bottom: 40px;
  }
  .about-features-grid .about-feature-card {
    padding: 25px 20px;
    margin-bottom: 15px;
  }
  .about-features-grid .about-feature-card .feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .about-features-grid .about-feature-card .feature-icon i {
    font-size: 28px;
  }
  .about-features-grid .about-feature-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .about-features-grid .about-feature-card p {
    font-size: 13px;
  }
  .about-stats-section {
    margin-bottom: 40px;
  }
  .about-stats-section .stat-card {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .about-stats-section .stat-card .stat-icon {
    width: 50px;
    height: 50px;
  }
  .about-stats-section .stat-card .stat-icon i {
    font-size: 24px;
  }
  .about-stats-section .stat-card .stat-content .stat-number {
    font-size: clamp(24px, 4vw, 28px);
  }
  .about-stats-section .stat-card .stat-content .stat-label {
    font-size: 12px;
  }
  .about-mission .mission-content .mission-title {
    font-size: clamp(24px, 4vw, 28px);
  }
  .about-mission .mission-content .mission-text {
    font-size: clamp(14px, 2vw, 16px);
  }
  .about-mission .mission-content .mission-highlights .highlight-item {
    margin-bottom: 12px;
  }
  .about-mission .mission-content .mission-highlights .highlight-item i {
    font-size: 16px;
  }
  .about-mission .mission-content .mission-highlights .highlight-item span {
    font-size: 14px;
  }
  .about-mission .mission-visual .gaming-showcase {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .about-mission .mission-visual .gaming-showcase .showcase-item {
    padding: 20px 15px;
  }
  .about-mission .mission-visual .gaming-showcase .showcase-item i {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .about-mission .mission-visual .gaming-showcase .showcase-item span {
    font-size: 12px;
  }
  .gaming-setup-image {
    width: 150px;
    height: 150px;
  }
  .gaming-setup-image i {
    font-size: 60px;
  }
}
.swiper-container-index {
  background: transparent !important;
}

.booking-form-section {
  min-height: 100vh;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  padding: 120px 0 80px;
  position: relative;
}
.booking-form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 20%, rgba(251, 1, 99, 0.1) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(0, 255, 234, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.booking-form-container {
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
  border-radius: 20px;
  padding: 45px 40px;
  border: 1px solid rgba(251, 1, 99, 0.2);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(251, 1, 99, 0.1);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.booking-form-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(251, 1, 99, 0.15);
}
@media (max-width: 768px) {
  .booking-form-container {
    padding: 35px 25px;
    border-radius: 15px;
  }
}

.booking-form-header {
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 2px solid rgba(251, 1, 99, 0.2);
  text-align: center;
  position: relative;
}
.booking-form-header::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #fb0163, #00ffea);
}
.booking-form-header .booking-title {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.booking-form-header .booking-title i {
  color: #fb0163;
  font-size: 32px;
  margin-right: 10px;
  text-shadow: 0 0 20px rgba(251, 1, 99, 0.5);
}
.booking-form-header .booking-subtitle {
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-weight: 400;
  font-family: "Rajdhani", sans-serif;
}

.booking-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 768px) {
  .booking-form .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.booking-form .form-group {
  margin-bottom: 20px;
}
.booking-form .form-row .form-group {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .booking-form .form-row .form-group {
    margin-bottom: 20px;
  }
}
.booking-form .form-label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  font-family: "Rajdhani", sans-serif;
}
.booking-form .form-label i {
  color: #fb0163;
  font-size: 16px;
}
.booking-form .form-control,
.booking-form .form-select {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(251, 1, 99, 0.15);
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.2s ease;
}
.booking-form .form-control:focus,
.booking-form .form-select:focus {
  background: rgba(255, 255, 255, 0.05);
  border-color: #fb0163;
  box-shadow: 0 0 0 2px rgba(251, 1, 99, 0.1);
  color: #fff;
  outline: none;
}
.booking-form .form-control::-moz-placeholder, .booking-form .form-select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.booking-form .form-control::placeholder,
.booking-form .form-select::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.booking-form .form-control option,
.booking-form .form-select option {
  background: #1a1a1a;
  color: #fff;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.radio-group-horizontal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 768px) {
  .radio-group-horizontal {
    grid-template-columns: 1fr;
  }
}

.radio-option {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(251, 1, 99, 0.1);
  border-radius: 10px;
  padding: 16px;
  transition: all 0.2s ease;
  position: relative;
}
.radio-option:has(input:checked) {
  background: rgba(251, 1, 99, 0.05);
  border-color: rgba(251, 1, 99, 0.3);
}
.radio-option .form-check-input {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(251, 1, 99, 0.4);
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 18px;
  left: 16px;
}
.radio-option .form-check-input:checked {
  background-color: #fb0163;
  border-color: #fb0163;
}
.radio-option .form-check-input:focus {
  box-shadow: 0 0 0 2px rgba(251, 1, 99, 0.15);
}
.radio-option .form-check-label {
  cursor: pointer;
  margin-left: 32px;
  display: block;
}
.radio-option .form-check-label .radio-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-family: "Rajdhani", sans-serif;
}
.radio-option .form-check-label .radio-title i {
  font-size: 18px;
  color: #fb0163;
}
.radio-option .form-check-label .radio-description {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin-top: 3px;
}

.radio-option-simple {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(251, 1, 99, 0.1);
  border-radius: 8px;
  padding: 12px 16px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.radio-option-simple:has(input:checked) {
  background: rgba(251, 1, 99, 0.05);
  border-color: rgba(251, 1, 99, 0.3);
}
.radio-option-simple .form-check-input {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(251, 1, 99, 0.4);
  background: transparent;
  cursor: pointer;
  margin: 0;
  flex-shrink: 0;
}
.radio-option-simple .form-check-input:checked {
  background-color: #fb0163;
  border-color: #fb0163;
}
.radio-option-simple .form-check-input:focus {
  box-shadow: 0 0 0 2px rgba(251, 1, 99, 0.15);
}
.radio-option-simple .form-check-label {
  cursor: pointer;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
  flex: 1;
}

.early-start-options {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(251, 1, 99, 0.1);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px;
}
.early-start-options .time-option {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(251, 1, 99, 0.15);
  border-radius: 6px;
  padding: 10px 12px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.early-start-options .time-option:hover {
  background: rgba(251, 1, 99, 0.03);
  border-color: rgba(251, 1, 99, 0.25);
}
.early-start-options .time-option input[type=radio] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #fb0163;
}
.early-start-options .time-option label {
  cursor: pointer;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 500;
  flex: 1;
}
.early-start-options .time-option:has(input:checked) {
  background: rgba(251, 1, 99, 0.08);
  border-color: #fb0163;
}

.agreement-badge {
  margin-top: 10px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.agreement-badge.success {
  background: rgba(0, 255, 0, 0.06);
  color: #00cc00;
  border: 1px solid rgba(0, 255, 0, 0.2);
}
.agreement-badge.warning {
  background: rgba(255, 193, 7, 0.06);
  color: #e6a800;
  border: 1px solid rgba(255, 193, 7, 0.2);
}
.agreement-badge i {
  font-size: 14px;
}

.price-display {
  background: linear-gradient(135deg, rgba(251, 1, 99, 0.1), rgba(0, 255, 234, 0.1));
  border: 1px solid rgba(251, 1, 99, 0.2);
  border-radius: 8px;
  padding: 20px;
  margin: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
}

.price-value {
  font-size: 28px;
  font-weight: 700;
  font-family: "Orbitron", sans-serif;
  color: #fb0163;
  letter-spacing: 1px;
}

.btn-submit {
  background: linear-gradient(135deg, #fb0163, #00ffea);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 45px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(251, 1, 99, 0.4);
  position: relative;
  overflow: hidden;
}
.btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.btn-submit i {
  font-size: 18px;
  margin-right: 8px;
}
.btn-submit:hover {
  background: linear-gradient(135deg, #00ffea, #fb0163);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(251, 1, 99, 0.6);
  color: #fff;
}
.btn-submit:hover::before {
  left: 100%;
}
.btn-submit:active {
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .booking-form-section {
    padding: 100px 0 60px;
  }
  .booking-form-container {
    margin-bottom: 30px;
  }
  .early-start-options {
    grid-template-columns: 1fr;
  }
  .radio-option .form-check-label {
    margin-left: 30px;
  }
  .btn-submit {
    width: 100%;
    padding: 15px 30px;
    font-size: 15px;
  }
  .booking-form-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .booking-form-header .booking-title {
    font-size: clamp(22px, 5vw, 28px);
  }
  .booking-form-header .booking-subtitle {
    font-size: clamp(14px, 3vw, 16px);
  }
}
@media (max-width: 576px) {
  .booking-form-section {
    padding: 90px 0 50px;
  }
  .booking-form-container {
    padding: 30px 20px;
    border-radius: 15px;
  }
  .btn-submit {
    padding: 12px 25px;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */