@charset "UTF-8";
/* =========================================
   GRID SYSTEM
   ========================================= */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding: 15px;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/* =========================================
   UTILITIES (Bootstrap Polyfills)
   ========================================= */
/* Flexbox */
.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

.align-items-end {
  align-items: flex-end !important;
}

/* Display */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
}
/* Spacing Helpers (Subset) */
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.me-0 {
  margin-right: 0 !important;
}

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

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

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

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

/* Sizing */
.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

:root {
  --bg-body: #f8f9fc;
  --bg-surface-1: #ffffff;
  --bg-surface-2: #f0f2f5;
  --bg-card: #ffffff;
  --bg-glass: rgba(255, 255, 255, 0.85);
  --bg-header: rgba(255, 255, 255, 0.95);
  --bg-footer: #1a1a2e;
  --text-primary: #1a1a2e;
  --text-secondary: #4a4a68;
  --text-muted: #7a7a8c;
  --text-light: #9a9aac;
  --border-color: #e2e4e9;
  --border-subtle: rgba(0, 0, 0, 0.06);
  --color-cyan: #00c6ff;
  --color-purple: #9d00ff;
  --color-green: #3cff00;
  --color-pink: #e45a84;
  --hero-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --hero-text: #ffffff;
  --hero-overlay: rgba(0, 0, 0, 0.1);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.1);
  --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.08);
  --input-bg: #ffffff;
  --input-border: #e2e4e9;
  --input-focus-border: var(--color-cyan);
  --input-text: var(--text-primary);
  --input-placeholder: var(--text-muted);
  --btn-primary-bg: linear-gradient(90deg, #00c6ff, #9d00ff);
  --btn-primary-text: #ffffff;
  --btn-secondary-bg: #f0f2f5;
  --btn-secondary-text: #4a4a68;
}

[data-theme=dark] {
  --bg-body: #121212;
  --bg-surface-1: #0a0a0a;
  --bg-surface-2: #111111;
  --bg-card: #161616;
  --bg-glass: rgba(10, 10, 10, 0.85);
  --bg-header: rgba(5, 5, 5, 0.95);
  --bg-footer: #0a0a0a;
  --text-primary: #ffffff;
  --text-secondary: #cccccc;
  --text-muted: #888888;
  --text-light: #aaaaaa;
  --border-color: #222222;
  --border-subtle: rgba(255, 255, 255, 0.05);
  --hero-bg: #050505;
  --hero-text: #ffffff;
  --hero-overlay: rgba(0, 0, 0, 0.65);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.5);
  --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.4);
  --input-bg: rgba(255, 255, 255, 0.04);
  --input-border: rgba(255, 255, 255, 0.08);
  --input-focus-border: var(--color-cyan);
  --input-text: #ffffff;
  --input-placeholder: rgba(255, 255, 255, 0.4);
  --btn-secondary-bg: rgba(255, 255, 255, 0.05);
  --btn-secondary-text: #ffffff;
}

html {
  transition: background-color 0.3s ease, color 0.3s ease;
}

body {
  background-color: var(--bg-body);
  color: var(--text-primary);
}

.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1); /* Dark translucent for dark header */
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-left: 12px;
  margin-right: 12px;
}
.theme-toggle i {
  font-size: 20px;
  position: absolute;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.theme-toggle .theme-icon-light {
  color: #fbbf24;
  opacity: 1;
  transform: rotate(0deg);
}
.theme-toggle .theme-icon-dark {
  color: #6366f1;
  opacity: 0;
  transform: rotate(-90deg);
}
.theme-toggle:hover {
  background: var(--color-cyan);
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 198, 255, 0.3);
}
.theme-toggle:hover i {
  color: #fff;
}
.theme-toggle:active {
  transform: scale(0.95);
}

[data-theme=dark] .theme-toggle {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme=dark] .theme-toggle .theme-icon-light {
  opacity: 0;
  transform: rotate(90deg);
}
[data-theme=dark] .theme-toggle .theme-icon-dark {
  opacity: 1;
  transform: rotate(0deg);
}
[data-theme=dark] .theme-toggle:hover {
  background: var(--color-purple);
  box-shadow: 0 4px 15px rgba(157, 0, 255, 0.3);
}

@media (max-width: 991px) {
  .theme-toggle {
    width: 38px;
    height: 38px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .theme-toggle i {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .theme-toggle {
    width: 36px;
    height: 36px;
    margin-left: 6px;
    margin-right: 6px;
  }
  .theme-toggle i {
    font-size: 16px;
  }
}
.bg-primary {
  background: var(--color-cyan);
  background: linear-gradient(90deg, var(--color-cyan), var(--color-purple));
  color: #fff;
}

/* =========================================
   TYPOGRAPHY & FONTS
   ========================================= */
body {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
}

h1, h2, .section-title, h3, h4, h5, h6 {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--text-primary);
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}

h2, .section-title {
  font-size: 36px;
}
@media (max-width: 768px) {
  h2, .section-title {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

p {
  margin-bottom: 15px;
  color: var(--text-secondary);
}

strong, b {
  font-weight: 700;
  color: var(--text-primary);
  text-shadow: none;
}

/* --- Common Text Utilities --- */
.section-title {
  margin-bottom: 20px;
}

.section-desc {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 40px;
}

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

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

.text-muted {
  color: var(--text-muted) !important;
}

.text-gradient {
  background: linear-gradient(90deg, #00c6ff, #9d00ff);
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #00c6ff;
}

/* =========================================
   GLOBAL LAYOUT STYLES
   ========================================= */
body {
  background-color: var(--bg-body);
  color: var(--text-primary);
}

/* --- Section Utilities --- */
.section-bg-1 {
  background-color: var(--bg-body);
}

.section-bg-2 {
  background-color: var(--bg-surface-1);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

/* Subtle pattern overlay for visual interest */
.section-pattern {
  background-image: radial-gradient(var(--border-subtle) 1px, transparent 1px);
  background-size: 30px 30px;
}

/* Scroll To Top */
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, #00c6ff, #9d00ff);
  background-repeat: no-repeat;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.scroll-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(157, 0, 255, 0.4);
  color: #fff;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-p {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}
.loader-p::before, .loader-p::after {
  content: "";
  border: 1em solid #00c6ff;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}
.loader-p::before {
  animation-delay: 1s;
}

@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* =========================================
   HEADER & NAVIGATION STYLES
   ========================================= */
.header {
  position: relative;
  /* Changed from absolute to relative/static */
  width: 100%;
  z-index: 1000;
  padding: 15px 0;
  background: #0a0a0a; /* Always dark header */
  /* Solid background since it's no longer overlaying */
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.container-nav {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-brand img {
  height: 40px;
  width: auto;
  display: block;
}

/* Menu Wrapper */
.menu__wrapper {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.menu__wrapper > li {
  position: relative;
}
.menu__wrapper a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7); /* Light text for dark header */
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s;
  display: block;
}
.menu__wrapper a:hover {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 198, 255, 0.3);
}

.menu-item-content {
  display: flex;
  align-items: center;
  gap: 6px;
}

.arrow-icon {
  font-size: 12px;
  transition: transform 0.3s;
}

.menu__wrapper > li:hover .arrow-icon {
  transform: rotate(180deg);
}

/* Submenu (Desktop Only) */
.top_menu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: rgba(10, 10, 10, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 15px 0;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  list-style: none;
  z-index: 999;
}
.top_menu .submenu > li {
  position: relative;
}
.top_menu .submenu > li > a {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}
.top_menu .submenu > li > a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #00c6ff;
  padding-left: 25px;
  /* Slide effect */
}

.top_menu .menu__wrapper > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Submenu Child (Level 2) - Desktop Only */
.top_menu .submenu-child {
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
  background: rgba(10, 10, 10, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 10px 0;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  list-style: none;
  margin-left: 5px;
  /* Gap */
}
.top_menu .submenu-child li a {
  padding: 8px 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
}
.top_menu .submenu-child li a:hover {
  color: #00c6ff;
  background: rgba(255, 255, 255, 0.05);
}

.top_menu .submenu > li:hover .submenu-child {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Navbar Actions */
.navbar-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-link-login {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}
.nav-link-login:hover {
  color: #00c6ff;
}

.btn-get-started {
  background: linear-gradient(90deg, #00c6ff, #9d00ff);
  /* Cyan -> Purple */
  color: #fff;
  padding: 10px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-get-started:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(157, 0, 255, 0.4);
}

/* =========================================
   MOBILE RESPONSIVENESS
   ========================================= */
/* Mobile Toggle Button */
.mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #ffffff; /* White for dark header */
  cursor: pointer;
  margin-left: 15px;
}

/* Sidebar Styles (Ported from Trendy) */
.ap__sidebar {
  display: none;
}

.ap__sidebar.sidebar.open {
  visibility: visible;
  opacity: 1;
}

.ap__sidebar.sidebar {
  width: 400px;
  height: calc(100vh - 80px); /* Adjusted for header height */
  background-color: #1a1a1a; /* Dark sidebar */
  position: fixed;
  top: 80px; /* Below header */
  right: 0;
  opacity: 0;
  transition: transform 0.5s, height 0.5s, padding-top 0.5s, opacity 0.5s;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  visibility: hidden;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .ap__sidebar.sidebar {
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px); /* Fallback for browsers supporting dvh */
    width: 100%;
    position: fixed;
    box-sizing: border-box;
    top: 65px; /* Adjust if header is smaller on mobile */
    padding-bottom: 0; /* Removed fixed padding */
    padding-top: 30px;
    background-color: #1a1a1a;
    display: flex;
    flex-direction: column;
  }
}
.ap__sidebar .menu__wrapper {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  transition: height 0.3s ease;
  overflow: hidden;
}

.ap__sidebar .sidebar__content {
  overflow-y: auto;
  max-height: none; /* Reset max-height */
  flex: 1; /* Take remaining space */
  transition: all 0.7s;
  padding-right: 16px;
  padding-bottom: 20px; /* Small gap before footer */
  display: flex;
  flex-direction: column;
}

.ap__sidebar .menu__wrapper > li {
  position: static;
}

.ap__sidebar .sidebar__content li {
  /* scroll-snap-align: start; -- Removed */
  padding: 0;
  margin-bottom: 4px;
  position: static;
  flex-shrink: 0; /* Prevent collapsing */
  height: auto;
}

.ap__sidebar .menu-link {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.7); /* Light text for dark sidebar */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ap__sidebar .menu-link:hover {
  color: #ffffff;
  cursor: pointer;
}

.ap__sidebar .submenu-link,
.ap__sidebar .submenu-item a:hover {
  color: #ffffff;
}

.ap__sidebar .submenu-link:hover,
.ap__sidebar .submenu-item a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.ap__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}

.ap__sidebar .sidebar__link-icon {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}

.ap__sidebar .submenu,
.ap__sidebar .submenu-child {
  list-style-type: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  transform: translate(100%);
  background-color: #2a2a2a; /* Dark submenu */
  display: flex;
  flex-direction: column;
  padding: 24px;
  box-sizing: border-box;
  transition: all 0.5s;
  z-index: 1;
  /* overflow-y: auto; */
}

.ap__sidebar .submenu.open,
.ap__sidebar .submenu-child.open {
  transform: translate(0);
  z-index: 2;
}

/* Ensure submenu content scrolls if needed */
.ap__sidebar .submenu > .sidebar__content,
.ap__sidebar .submenu-child > .sidebar__content {
  /* overflow-y: auto; */
  max-height: calc(100vh - 200px);
  flex: 1;
  padding-bottom: 160px; /* Space for additional__link at bottom */
}

/* Hide submenu content when a submenu-child is open - with fade transition */
.ap__sidebar .submenu:has(.submenu-child.open) > .sidebar__content > .submenu-item:not(:has(.submenu-child.open)) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

/* When submenu-child opens, hide parent submenu's navigation elements only */
.ap__sidebar .submenu:has(.submenu-child.open) > .all__services,
.ap__sidebar .submenu:has(.submenu-child.open) > .all__services-divider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

/* Hide sibling submenu-items when one has an open child */
.ap__sidebar .submenu:has(.submenu-child.open) > .sidebar__content > .submenu-item:not(:has(.submenu-child.open)) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

/* Hide the submenu-link when its child is open */
.ap__sidebar .submenu-item:has(.submenu-child.open) > .submenu-link {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

/* Ensure visible items transition smoothly */
.ap__sidebar .submenu-item,
.ap__sidebar .all__services,
.ap__sidebar .all__services-divider,
.ap__sidebar .submenu-link {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.ap__sidebar .submenu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #a3a3a3;
  /* No padding/dot here to avoid duplication */
}

.ap__sidebar .submenu-item a {
  display: block;
  padding: 6px 16px 6px 32px; /* Increased left padding for dot space */
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #a3a3a3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; /* For pseudo-element */
  flex-grow: 1; /* Ensure it takes space */
}

/* Green Dot Style - Apply ONLY to anchor */
.ap__sidebar .submenu-item a::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #3cff00;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(60, 255, 0, 0.4); /* Subtle glow */
}

.ap__sidebar .submenu-link:hover,
.ap__sidebar .submenu-item a:hover {
  color: #fff;
}

.ap__sidebar .submenu-item a {
  border-left: 2px solid transparent;
  transition: all 0.3s ease;
}

.ap__sidebar .submenu-item a:hover {
  background: rgba(255, 255, 255, 0.05);
  /* border-left-color: #3cff00; -- Optional: match dot color? User liked the green. Let's keep cyan or switch? 
     User said "I like this color #3cff00". Let's use it for the accent. */
  border-left-color: #3cff00;
  padding-left: 32px; /* Shift text slightly */
  color: #fff;
}

.ap__sidebar .sidebar__link-icon {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}

/* Arrows */
.ap__sidebar .link-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 13L7 7L1 1' stroke='%23A3A3A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.ap__sidebar .link-plus {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7L1 1' stroke='%23A3A3A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.ap__sidebar .menu-link a {
  color: #fff;
  text-decoration: none;
}

.ap__sidebar .all__services {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  background: none;
  color: #c6c6c6;
  display: flex;
  gap: 8px;
  border: none;
  align-items: center;
  cursor: pointer;
}

.ap__sidebar .all__services-divider {
  height: 1px;
  background: #424242;
  width: calc(100% - 70px);
  display: block;
  box-sizing: border-box;
  margin: 16px auto 8px;
}

.ap__sidebar .additional__link {
  position: relative; /* Reset from absolute */
  bottom: auto;
  left: auto;
  width: 100%;
  background: linear-gradient(to top, #2a2a2a 80%, transparent);
  padding: 12px 16px;
  margin-top: auto;
  z-index: 100;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-shrink: 0; /* Prevent shrinking */
}
.ap__sidebar .additional__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #424242;
}

.ap__sidebar .additional__link a {
  font-weight: 600;
  font-size: 13px;
  line-height: 130%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.ap__sidebar .additional__link a:first-child {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ap__sidebar .additional__link a:first-child:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: #00c6ff;
  color: #00c6ff;
}
.ap__sidebar .additional__link a:last-child {
  background: linear-gradient(90deg, #00c6ff, #9d00ff);
  box-shadow: 0 4px 15px rgba(157, 0, 255, 0.3);
}
.ap__sidebar .additional__link a:last-child:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(157, 0, 255, 0.5);
}

@media (max-width: 480px) {
  .ap__sidebar {
    display: block !important; /* Ensure it's displayable for logic to toggle opactiy */
  }
  .ap__sidebar:not(.open) {
    visibility: hidden; /* Hide when not open */
    height: 0;
  }
  .ap__sidebar.sidebar.open {
    height: calc(100vh - 70px);
  }
  .ap__sidebar .submenu,
  .ap__sidebar .submenu-child {
    padding-top: 30px;
    background: #1d1d1c;
  }
  .ap__sidebar .sidebar__content {
    max-height: calc(100vh - 360px);
  }
  .ap__sidebar .menu-link:hover {
    background-color: unset;
  }
}
.ap__icon[data-svg=spotify] {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.9127 11.0173C14.5886 9.04312 9.10537 8.86161 5.93207 9.82485C5.4225 9.97939 4.88362 9.69173 4.7292 9.18216C4.57478 8.67234 4.8622 8.13383 5.37214 7.97891C9.01485 6.87307 15.0705 7.08673 18.8973 9.35838C19.3556 9.6304 19.506 10.2224 19.2343 10.68C18.9624 11.1383 18.37 11.2894 17.9127 11.0173ZM17.8039 13.9412C17.5706 14.3196 17.0759 14.4383 16.6979 14.206C13.9266 12.5025 9.70064 12.0091 6.42194 13.0042C5.99672 13.1328 5.54762 12.893 5.41856 12.4686C5.29037 12.0434 5.53025 11.5952 5.95461 11.4659C9.70015 10.3294 14.3563 10.8798 17.5394 12.8359C17.9173 13.0686 18.0363 13.5638 17.8039 13.9412ZM16.542 16.7493C16.3567 17.0532 15.961 17.1484 15.6582 16.9632C13.2365 15.4831 10.1884 15.1489 6.59877 15.9688C6.25286 16.0481 5.90818 15.8313 5.82925 15.4854C5.75007 15.1396 5.96594 14.7948 6.31271 14.7159C10.2409 13.8179 13.6106 14.2044 16.3287 15.8653C16.6318 16.0504 16.7272 16.4463 16.542 16.7493ZM11.8126 1.875C6.11716 1.875 1.5 6.49206 1.5 12.1874C1.5 17.8833 6.11716 22.5 11.8126 22.5C17.5081 22.5 22.125 17.8833 22.125 12.1874C22.125 6.49206 17.5081 1.875 11.8126 1.875Z' fill='%23A3A3A3'/%3E%3C/svg%3E");
}

/* End Sidebar Styles */
/* Media Queries */
@media (max-width: 992px) {
  .top_menu {
    display: none;
    /* Hide Desktop Menu */
  }
  .mobile-toggle {
    display: block;
    /* Show Hamburger */
  }
  .container-nav {
    padding: 0 20px;
  }
  .navbar-actions .btn-get-started {
    display: none;
  }
}
.container-nav {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Breadcrumbs Best Practice Fixes */
.breadcrumb_list {
  list-style: none !important;
}

.breadcrumb-section {
  position: absolute;
  width: 100%;
  background-color: var(--bg-surface-2);
  border-bottom: 1px solid var(--border-color);
  z-index: 100;
  margin-top: 0 !important;
  padding: 15px 0;
  transition: background-color 0.3s ease;
}

.breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.breadcrumb-item a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb-item a:hover {
  color: var(--color-cyan);
}

.breadcrumb-item .text-muted {
  color: var(--text-primary) !important;
  font-weight: 600;
}

.breadcrumb-item-divider {
  color: var(--text-muted);
  font-size: 12px;
  margin: 0 4px;
}

/* Mobile Wallet Balance in Sidebar */
.mobile-wallet-balance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 6px 10px;
  background: rgba(0, 198, 255, 0.1);
  border: 1px solid rgba(0, 198, 255, 0.3);
  border-radius: 8px;
  margin-bottom: 4px;
}
.mobile-wallet-balance i {
  font-size: 18px;
  color: #00c6ff;
}
.mobile-wallet-balance .balance-amount {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.mobile-wallet-balance .balance-currency {
  font-size: 13px;
  color: #00c6ff;
  font-weight: 600;
}

/* Logout Link in Sidebar */
.ap__sidebar .additional__link .logout-link {
  background: rgba(255, 59, 48, 0.15) !important;
  border: 1px solid rgba(255, 59, 48, 0.3) !important;
  color: #ff6b6b !important;
}
.ap__sidebar .additional__link .logout-link:hover {
  background: rgba(255, 59, 48, 0.25) !important;
  border-color: rgba(255, 59, 48, 0.5) !important;
}
.ap__sidebar .additional__link .logout-link i {
  margin-right: 8px;
}

/* Profile Links Icons */
.ap__sidebar .additional__link a i {
  margin-right: 8px;
  font-size: 18px;
}

/* Menu Overlay Backdrop */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
  backdrop-filter: blur(4px);
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* =========================================
   GLOBAL RESET & FONTS
   ========================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* =========================================
   HERO SECTION STYLES
   ========================================= */
.hero {
  min-height: 100vh;
  background-color: var(--bg-body);
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  z-index: 2;
  animation: floatBg 15s infinite alternate ease-in-out;
}
.hero::before {
  background: var(--color-cyan);
  top: -10%;
  left: -10%;
}
.hero::after {
  background: var(--color-purple);
  bottom: -10%;
  right: -10%;
  animation-delay: -5s;
  animation-duration: 20s;
}

/* Light mode hero adjustments */
:root .hero {
  background-image: radial-gradient(circle at 20% 80%, rgba(0, 198, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(157, 0, 255, 0.1) 0%, transparent 50%);
}
:root .hero::before, :root .hero::after {
  opacity: 0.15;
}

/* Dark mode hero - restore starry effect */
[data-theme=dark] .hero {
  background-image: radial-gradient(white, rgba(255, 255, 255, 0.2) 2px, transparent 3px), radial-gradient(white, rgba(255, 255, 255, 0.15) 1px, transparent 2px), radial-gradient(white, rgba(255, 255, 255, 0.1) 2px, transparent 3px);
  background-size: 550px 550px, 350px 350px, 250px 250px;
}
[data-theme=dark] .hero::before, [data-theme=dark] .hero::after {
  opacity: 0.3;
}

/* --- STARS & TWINKLING --- */
.stars,
.twinkling {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.stars {
  background: #000;
  background-image: radial-gradient(2px 2px at 20px 30px, #eee, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 40px 70px, #fff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 50px 160px, #ddd, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 90px 40px, #fff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 130px 80px, #fff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 160px 120px, #ddd, rgba(0, 0, 0, 0));
  background-repeat: repeat;
  background-size: 200px 200px;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show stars only in dark mode */
[data-theme=dark] .stars {
  opacity: 1;
}

.twinkling {
  background: transparent;
  background-image: radial-gradient(2px 2px at 50px 50px, #fff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 100px 90px, #fff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 150px 130px, #fff, rgba(0, 0, 0, 0));
  background-repeat: repeat;
  background-size: 300px 300px;
  z-index: 1;
  animation: move-twinkling 60s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show twinkling only in dark mode */
[data-theme=dark] .twinkling {
  opacity: 1;
}

@keyframes move-twinkling {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-300px);
  }
}
@keyframes floatBg {
  0% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(50px, 100px) scale(1.1);
  }
  66% {
    transform: translate(150px, 50px) scale(0.95);
  }
  100% {
    transform: translate(0, 150px) scale(1.05);
  }
}
.overlay {
  min-height: 100vh;
  z-index: 10;
  background: transparent;
  display: flex;
  align-items: center;
  position: relative;
}

/* Dark mode overlay with gradient */
[data-theme=dark] .overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.85));
}

.content {
  max-width: 700px;
  padding: 60px;
  color: var(--text-primary);
  position: relative;
  z-index: 100;
}

.badge {
  display: inline-block;
  padding: 10px 22px;
  background: linear-gradient(90deg, #00c6ff, #9d00ff);
  background-repeat: no-repeat;
  border-radius: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  box-shadow: 0 0 15px rgba(157, 0, 255, 0.4);
}

.cta-btn {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(90deg, #ff8800, #ff0055);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 0, 85, 0.4);
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}
.social-icons a {
  width: 55px;
  height: 55px;
  background: var(--bg-surface-2);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  font-size: 22px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: var(--shadow-sm);
}
.social-icons a:hover {
  transform: translateY(-4px);
  border-color: rgba(106, 130, 251, 0.5);
  box-shadow: 0 0 20px rgba(108, 92, 231, 0.3);
  color: #6a82fb;
}
.social-icons a.active {
  background: linear-gradient(135deg, #6a82fb, #fc5c7d);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 0 30px rgba(106, 130, 251, 0.6), 0 0 60px rgba(252, 92, 125, 0.4);
  transform: scale(1.1);
}
.social-icons a.active:hover {
  transform: translateY(-4px) scale(1.1);
  box-shadow: 0 0 35px rgba(106, 130, 251, 0.8), 0 0 70px rgba(252, 92, 125, 0.6);
}

/* =========================================
   HERO ANIMATION VISUALS
   ========================================= */
.visual {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-orbit-container {
  position: relative;
  width: 400px;
  height: 400px;
}

.social-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at 30% 30%, #444, #000);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px rgba(157, 0, 255, 0.4), 0 0 60px rgba(0, 198, 255, 0.2), inset 0 0 20px rgba(255, 255, 255, 0.1);
  z-index: 10;
  animation: pulseLogo 4s ease-in-out infinite alternate;
}
.social-logo i {
  font-size: 50px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 10px rgba(157, 0, 255, 0.8));
}

@keyframes pulseLogo {
  0% {
    box-shadow: 0 0 30px rgba(157, 0, 255, 0.4), 0 0 60px rgba(0, 198, 255, 0.2);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    box-shadow: 0 0 50px rgba(157, 0, 255, 0.6), 0 0 80px rgba(0, 198, 255, 0.4);
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.trajectory-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 1;
  offset-path: path("M 200 20 A 180 180 0 1 1 200 380 A 180 180 0 1 1 200 20");
  offset-rotate: auto 90deg;
  animation: orbitRocket 8s linear infinite;
  z-index: 20;
}

@keyframes orbitRocket {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
.rocket-wrapper {
  width: 120px;
  height: 180px;
  position: absolute;
  top: -90px;
  left: -60px;
}

.reaction-trail {
  position: absolute;
  top: 75px;
  left: -25px;
  width: 30px;
  height: 30px;
  z-index: -1;
  pointer-events: none;
}

.trail-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 48px;
  background: linear-gradient(135deg, #ff0055, #ff00ae);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  filter: drop-shadow(0 0 5px rgba(255, 0, 85, 0.5));
  animation: trailFloat 1s ease-out infinite;
}
.trail-icon.t1 {
  animation-delay: 0s;
  left: -5px;
}
.trail-icon.t2 {
  animation-delay: 0.3s;
  left: 5px;
}
.trail-icon.t3 {
  animation-delay: 0.6s;
  left: 0px;
}

@keyframes trailFloat {
  0% {
    transform: translate(0, 0) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-100px, 20px) scale(0);
    opacity: 0;
  }
}
/* =========================================
   MOBILE RESPONSIVENESS
   ========================================= */
@media (max-width: 900px) {
  .visual {
    display: none;
  }
  .hero .content {
    text-align: center;
    padding: 40px 20px;
    max-width: 100%;
  }
  .hero .social-icons {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .hero .content {
    padding: 100px 20px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .visual {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    height: 400px;
    margin-top: 30px;
  }
  .logo-orbit-container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  h1 {
    font-size: 32px;
  }
  p {
    font-size: 16px;
  }
  .social-icons {
    flex-wrap: wrap;
    justify-content: center;
  }
}
/* =========================================
   CALCULATOR SECTION STYLES
   ========================================= */
.calculator {
  background-color: var(--bg-surface-2); /* Slight highlight vs body */
  padding: 80px 0;
  position: relative;
  border-top: 1px solid var(--border-subtle);
  transition: background-color 0.3s ease;
}

.calc-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

/* --- Left Column: Content --- */
.calc-content {
  flex: 1;
  min-width: 300px;
  padding-top: 20px;
}

.section-title {
  color: var(--text-primary);
  margin-bottom: 20px;
}

.section-desc {
  color: var(--text-muted);
  margin-bottom: 40px;
}

.calc-image-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 198, 255, 0.1);
}

.calc-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
}

/* --- Right Column: Card --- */
.calc-card-container {
  flex: 1;
  min-width: 350px;
  max-width: 600px;
}

.calculator-box {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 30px;
  box-shadow: var(--shadow-card);
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.calc-header {
  font-size: 22px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 25px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 15px;
}

/* Form Elements */
.form-group {
  margin-bottom: 25px;
}

.calc-label {
  display: block;
  color: var(--text-secondary);
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
}

.limit-info {
  font-size: 12px;
  color: #555;
  float: right;
}

/* Inputs & Selects */
.form-select,
.form-input {
  width: 100%;
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  color: var(--input-text);
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  transition: 0.3s;
}
.form-select:focus,
.form-input:focus {
  border-color: var(--color-cyan);
  box-shadow: 0 0 10px rgba(0, 198, 255, 0.2);
}

/* Buttons Grid (Category/Service) */
.buttons-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-category,
.btn-service {
  background: transparent;
  border: 1px solid var(--border-color);
  color: var(--text-secondary);
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-category:hover,
.btn-service:hover {
  border-color: var(--color-cyan);
  color: var(--text-primary);
}
.btn-category.active,
.btn-service.active {
  background: var(--header-bg-gradient, linear-gradient(135deg, var(--color-cyan, #00c6ff), var(--color-purple, #9d00ff)));
  border-color: transparent;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(0, 255, 170, 0.3);
  background-clip: padding-box;
}

/* Alert Box */
.calc-alert {
  background: rgba(0, 198, 255, 0.1);
  border-left: 3px solid #00c6ff;
  padding: 12px;
  font-size: 13px;
  color: #ff61c2;
  border-radius: 4px;
  margin-bottom: 25px;
  display: flex;
  gap: 10px;
  align-items: center;
}

/* Footer Area */
.calc-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border-color);
  padding-top: 25px;
  flex-wrap: wrap;
  gap: 20px;
}

.total-label {
  display: block;
  font-size: 13px;
  color: var(--text-muted);
}

.total-price {
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(90deg, #00c6ff, #3cff00);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-proceed {
  background: var(--header-bg-gradient, linear-gradient(135deg, var(--color-cyan, #00c6ff), var(--color-purple, #9d00ff)));
  border: none;
  color: #fff;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
  transition: transform 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn-proceed:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 255, 170, 0.4);
}

/* --- Responsive Helpers --- */
/* Default: Hide mobile select, show desktop buttons */
.mobile-only {
  display: none;
}

.desktop-only {
  display: flex;
}

/* Mobile Breakpoint */
@media (max-width: 900px) {
  .calc-wrapper {
    flex-direction: column;
  }
  .calc-content {
    text-align: center;
  }
  .calc-card-container {
    width: 100%;
    max-width: 100%;
  }
  .calc-image-wrapper {
    display: none;
  }
  /* Switch toggle logic */
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .calc-footer {
    flex-direction: column;
    text-align: center;
  }
  .btn-proceed {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .calc-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .calc-content,
  .calc-card-container {
    width: 100%;
    max-width: 100%;
  }
  .calc-img {
    margin: 0 auto;
  }
  .section-title {
    font-size: 28px;
    text-align: center;
  }
  .section-desc {
    text-align: center;
  }
  .buttons-grid {
    justify-content: center;
  }
  .calc-footer {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .btn-proceed {
    width: 100%;
    text-align: center;
  }
}
/* =========================================
   ABOUT SECTION STYLES
   ========================================= */
.about-section {
  position: relative;
  overflow: hidden;
}

.about-section-banner {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.about-section-banner img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.about-section-banner img:hover {
  transform: scale(1.02);
}

/* --- Section Heading Corrections --- */
.section-heading {
  margin-bottom: 40px;
}
.section-heading.style-left {
  text-align: left;
}
.section-heading__title {
  color: var(--text-primary);
  margin-bottom: 25px;
  position: relative;
}
.section-heading__desc {
  color: var(--text-secondary);
  font-size: 17px; /* Best practice for reading */
  line-height: 1.85; /* More breathing room */
  max-width: 75ch; /* Optimal line length */
}
.section-heading__desc p {
  margin-bottom: 24px;
  /* Hanging indent to offset lines after <br> as requested */
  padding-left: 20px;
  text-indent: 15px;
}
.section-heading__desc h1, .section-heading__desc h2, .section-heading__desc h3, .section-heading__desc h4, .section-heading__desc h5, .section-heading__desc h6 {
  color: var(--text-primary);
  margin-top: 40px; /* Space above headers */
  margin-bottom: 15px;
  font-weight: 700;
}
.section-heading__desc {
  /* Fix for dense text blocks with just br tags */
}
.section-heading__desc br {
  content: "";
  display: block;
  margin-bottom: 10px;
}
.section-heading__desc {
  /* List Items Styling (User Request) */
}
.section-heading__desc ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.section-heading__desc ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.6;
}
.section-heading__desc ul li p {
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 0;
}
.section-heading__desc ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px; /* Visual alignment */
  width: 24px;
  height: 24px;
  background-image: url("../../../images/svg/fine.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* SVG is already bright (#B4E730), so no invert needed. Just glow. */
  filter: drop-shadow(0 0 5px rgba(180, 231, 48, 0.5));
}
.section-heading__desc {
  /* Ordered List Styling (User Request) */
}
.section-heading__desc ol {
  list-style: none;
  counter-reset: about-counter;
  padding: 0;
  margin: 20px 0;
}
.section-heading__desc ol li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  line-height: 1.6;
  counter-increment: about-counter;
}
.section-heading__desc ol li p {
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 0;
}
.section-heading__desc ol li::before {
  content: counter(about-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.05); /* Subtle bg */
  border: 1px solid rgba(0, 198, 255, 0.3);
  border-radius: 50%;
  color: #00c6ff;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 198, 255, 0.2);
}

/* --- Table of Contents (User Request) --- */
.section-heading__cont {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
}

.info-article__table-contents {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-article__table-contents li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  /* The custom bookmark icon */
}
.info-article__table-contents li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../../../images/svg/bookmark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  margin: 2px 10px 0 0; /* Adjusted margin for alignment */
  display: inline-block;
  filter: drop-shadow(0 0 2px rgba(0, 198, 255, 0.5)); /* Make it pop */
}
.info-article__table-contents a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  /* Gradient Text */
  color: transparent;
  background-image: linear-gradient(90deg, #00c6ff, #3cff00); /* Cyan to Neon Green for best dark mode contrast */
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% auto;
  transition: all 0.3s ease;
}
.info-article__table-contents a:hover {
  background-position: right center;
  transform: translateX(5px);
  text-shadow: 0 0 10px rgba(0, 198, 255, 0.3);
}

/* =========================================
   HOW-TO SECTION STYLES
   ========================================= */
.service-section {
  position: relative;
  padding: 80px 0;
  /* Use layout generic classes if applied in blade, else default here */
  background-color: var(--bg-body);
  transition: background-color 0.3s ease;
}

/* Center Heading Override */
.section-heading.style-center {
  text-align: center;
  margin-bottom: 60px;
}
.section-heading.style-center .section-heading__title {
  position: relative;
  display: inline-block;
}
.section-heading.style-center .section-heading__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #00c6ff, #9d00ff);
  background-repeat: no-repeat; /* Prevent 1px bleed */
  margin: 15px auto 0;
  border-radius: 3px;
}

/* Steps Layout */
.steps_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .steps_wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Individual Step Card */
.steps_item {
  flex: 1;
  min-width: 280px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  /* Subtle hover effect */
}
.steps_item:hover {
  transform: translateY(-10px);
  background: linear-gradient(to right, rgba(106, 130, 251, 0.08), rgba(252, 92, 125, 0.08));
  border-color: rgba(106, 130, 251, 0.4);
  box-shadow: 0 10px 30px rgba(108, 92, 231, 0.2);
}
.steps_item:hover .steps_ico {
  background: linear-gradient(135deg, #6a82fb, #fc5c7d);
  background-repeat: no-repeat;
  background-size: 102% 102%; /* Ensure full coverage to prevent clipping */
  background-position: center;
  color: #fff;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 0 20px rgba(106, 130, 251, 0.5);
}

/* Step Number/Icon */
.steps_ico {
  width: 60px;
  height: 60px;
  background: var(--bg-surface-2);
  border: 1px solid var(--border-color);
  color: var(--color-cyan);
  font-size: 24px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

/* Connector Line (Desktop Only) */
@media (min-width: 992px) {
  .steps_item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 60px; /* Align with icon center Y (approx) */
    right: -15px; /* Stick out towards next card */
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 198, 255, 0.5), transparent);
    z-index: 1;
    opacity: 0.5;
    /* Note: Basic connection, true connecting lines difficult with flex gaps without specific markup */
    display: none; /* Removing for cleaner look, gaps are enough */
  }
}
.steps_title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 15px;
}

.steps_desc {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.6;
}

/* Footer Description Block */
.service_textBlock {
  margin-top: 50px;
  text-align: center;
  background: rgba(0, 198, 255, 0.05);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-secondary);
  font-size: 16px;
}
.service_textBlock p {
  margin-bottom: 0;
}

.advertisers-services {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-color: var(--bg-body);
  transition: background-color 0.3s ease;
  /* Background accent/glow */
}
.advertisers-services::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 40%;
  height: 40%;
  background: radial-gradient(circle, rgba(157, 0, 255, 0.15), transparent 70%);
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}

/* Section Heading alignment override if needed */
.section-heading.style-left {
  text-align: left;
  margin-bottom: 50px;
}
.section-heading.style-left .section-heading__sub-title {
  color: var(--color-cyan);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.service-card {
  background: var(--bg-card);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  /* Hover State */
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 198, 255, 0.4);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 0 0 20px rgba(0, 198, 255, 0.1);
  background: var(--bg-surface-2);
}
.service-card:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, var(--color-cyan), var(--color-purple));
  box-shadow: 0 0 20px rgba(0, 198, 255, 0.4);
}
.service-card:hover .icon-wrapper i, .service-card:hover .icon-wrapper .icon {
  color: #fff;
  filter: brightness(200%);
}
.service-card:hover span {
  color: var(--color-cyan);
}
.service-card {
  /* Link wrapper ensures full clickability without style interference */
}
.service-card .card-link-wrapper {
  color: inherit;
}
.service-card .card-link-wrapper:hover {
  color: inherit;
}
.service-card {
  /* Icon Container */
}
.service-card .icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: var(--bg-surface-2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.4s ease;
  border: 1px solid var(--border-subtle);
}
.service-card .icon-wrapper i {
  font-size: 34px;
  color: var(--color-cyan);
  transition: all 0.3s ease;
  line-height: 1;
}
.service-card .icon-wrapper .icon {
  width: auto;
  height: auto;
  max-width: 44px;
  max-height: 44px;
  object-fit: contain;
  display: block;
  margin: 0;
  transition: all 0.3s ease;
}
.service-card {
  /* Title */
}
.service-card span {
  display: block;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif; /* Corrected variable name */
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 15px;
  transition: color 0.3s ease;
}
.service-card {
  /* Description */
}
.service-card .else-features_desc {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit text lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Mobile Optimization */
@media (max-width: 991px) {
  .service-card {
    padding: 20px 15px;
  }
  .service-card .icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  .service-card .icon-wrapper i {
    font-size: 26px;
  }
  .service-card .icon-wrapper .icon {
    max-width: 30px;
    max-height: 30px;
  }
  .service-card span {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .service-card .else-features_desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
.template-card-category {
  background-color: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 30px 20px;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* Subtle gradient background on hover */
}
.template-card-category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 198, 255, 0.05) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.template-card-category:hover {
  background: linear-gradient(to right, rgba(106, 130, 251, 0.08), rgba(252, 92, 125, 0.08));
  border-color: rgba(106, 130, 251, 0.4);
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(108, 92, 231, 0.2);
}
.template-card-category:hover::before {
  opacity: 1;
  background: linear-gradient(180deg, rgba(106, 130, 251, 0.1) 0%, transparent 100%);
}
.template-card-category:hover .template-card__icon {
  transform: scale(1.1) rotate(-5deg);
  background: linear-gradient(135deg, rgba(106, 130, 251, 0.2), rgba(252, 92, 125, 0.2));
  border-color: rgba(106, 130, 251, 0.4);
  /* Optional glow around icon */
  box-shadow: 0 0 20px rgba(106, 130, 251, 0.3);
}
.template-card-category:hover .template-card__title {
  background: linear-gradient(to right, #6a82fb, #fc5c7d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.template-card-category__icon {
  width: 80px;
  height: 80px;
  background: var(--bg-surface-2);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Bouncy transition */
}
.template-card-category__icon img {
  max-width: 45%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.template-card-category__content {
  width: 100%;
}
.template-card-category__title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  transition: color 0.3s ease;
}
.template-card-category__desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* FAQ Container */
.faq-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Individual FAQ Item */
.faq-item {
  background-color: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  /* Hidden Checkbox/Radio */
}
.faq-item .faq-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.faq-item {
  /* Has Checked Input: Active Style for Item Wrapper */
  /* Note: We can't style the PARENT (.faq-item) based on child input without :has() */
  /* So we apply active styles to the label/body siblings, or simulate border on them? */
  /* Or we rely on :has if supported. Since we need broad support, let's style the label to look like the full item header */
  /* Simulate Active Border on Item via :has if supported, or fallback */
}
.faq-item:has(.faq-input:checked) {
  border-color: #00c6ff;
  box-shadow: 0 0 20px rgba(0, 198, 255, 0.15);
  background-color: rgba(157, 0, 255, 0.05);
}

/* FAQ Header (Label) */
.faq-header {
  padding: 24px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease;
  user-select: none;
  border-bottom: 1px solid transparent;
  margin: 0; /* Reset label margins */
}
.faq-header:hover {
  color: #00c6ff;
}

/* Checked State: Header Styling */
.faq-input:checked ~ .faq-header {
  color: #00c6ff;
  background-color: rgba(0, 198, 255, 0.05);
}
.faq-input:checked ~ .faq-header .faq-icon i {
  transform: rotate(180deg);
  color: #00c6ff;
}

.faq-question {
  flex: 1;
  padding-right: 20px;
  line-height: 1.5;
}

.faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-icon i {
  font-size: 18px;
  color: #aaa;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), color 0.3s ease;
}

/* FAQ Body (Animated Wrapper) */
.faq-body {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s step-end;
}

/* Checked State: Body Expansion */
.faq-input:checked ~ .faq-body {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
  transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out, visibility 0s step-start;
}

/* FAQ Inner Content */
.faq-content {
  overflow: hidden;
  min-height: 0;
  color: #a0a0a0;
  font-size: 16px;
  line-height: 1.7;
  padding: 0 30px 30px 30px;
  opacity: 0.9;
}

/* =========================================
   ADVANTAGES SECTION STYLES
   ========================================= */
/* --- Layout Wrappers --- */
.else-features_wrapper {
  margin-top: 50px;
}

.else-features_col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
@media (min-width: 1200px) {
  .else-features_col {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* --- Feature Card --- */
.else-features_item {
  background-color: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 35px 30px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  height: 100%; /* Equal height cards */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Highlight Bar on Top (hidden by default) */
}
.else-features_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #00c6ff, #9d00ff);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.else-features_item:hover {
  transform: translateY(-8px);
  background: linear-gradient(to right, rgba(106, 130, 251, 0.08), rgba(252, 92, 125, 0.08));
  border-color: rgba(106, 130, 251, 0.3);
  box-shadow: 0 10px 30px rgba(108, 92, 231, 0.2);
}
.else-features_item:hover::before {
  opacity: 1;
  background: linear-gradient(90deg, #6a82fb, #fc5c7d);
}
.else-features_item:hover .else-features_icon img {
  transform: scale(1.1);
  filter: drop-shadow(0 0 8px rgba(106, 130, 251, 0.4));
}
.else-features_item:hover .else-features_title {
  background: linear-gradient(to right, #6a82fb, #fc5c7d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* --- Icon --- */
.else-features_icon {
  margin-bottom: 25px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 10px;
}
.else-features_icon img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

/* --- Typography --- */
.else-features_title {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.else-features_desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
}

/* --- Section Heading Updates --- */
.section-heading__sub-title {
  color: var(--text-secondary);
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* =========================================
   TESTIMONIALS SECTION STYLES
   ========================================= */
.testimonials {
  position: relative;
  /* Ensure section background matches if not standard */
}

/* --- Review Card --- */
.review-card {
  background-color: var(--bg-card, #0a0a0a);
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.05));
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  height: 100%;
}
.review-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 215, 0, 0.2); /* Gold hint for stars */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.review-card:hover .review-stars svg {
  transform: scale(1.1);
}

/* --- User Info --- */
.review-user {
  font-weight: 700;
  color: var(--text-primary, #fff);
  font-size: 16px;
}

.review-user-badge {
  width: 40px;
  height: 40px;
  background: linear-gradient(90deg, #00c6ff, #9d00ff);
  background-repeat: no-repeat;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 0 10px rgba(0, 198, 255, 0.3);
}

/* --- Stars (Glowing Effect) --- */
.review-stars {
  gap: 2px;
}
.review-stars svg {
  fill: #ffd700; /* Gold */
  filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.4));
  transition: transform 0.3s ease;
}
.review-stars svg[fill="#e4e4e4"] {
  fill: var(--text-muted, #aaa); /* Adaptive muted color */
  filter: none;
}

/* --- Comment Content --- */
.review-card .mb-2 {
  color: var(--text-secondary, #ccc);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
  margin-bottom: 20px !important; /* Override inline utility helpers if needed */
  flex-grow: 1; /* Push footer down */
}

/* --- Review Footer/Links --- */
.review-footer {
  border-top: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.05));
  padding-top: 15px;
  margin-top: auto;
  font-size: 13px;
  color: var(--text-muted, #a0a0a0);
}

.review-link {
  color: var(--text-muted, #a0a0a0);
  transition: all 0.3s ease;
}
.review-link:hover {
  color: #00c6ff;
  text-decoration: underline;
}

/* --- Show All Button --- */
.reviews-preview_more {
  text-align: center;
  margin-top: 40px;
}

.show-all-btn {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid rgba(0, 198, 255, 0.3);
  border-radius: 30px;
  color: #00c6ff;
  font-weight: 600;
  transition: all 0.3s ease;
  background: rgba(0, 198, 255, 0.05);
}
.show-all-btn:hover {
  background: linear-gradient(90deg, #00c6ff, #9d00ff);
  border-color: transparent;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 198, 255, 0.3);
}

.service-video_wrapper {
  position: relative;
  overflow: hidden;
  background-color: #121212;
}

.service-video_title {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .service-video_title {
    font-size: 36px;
  }
}

.service-video_description {
  font-size: 16px;
  color: #a0a0a0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.service-video_video {
  display: flex;
  justify-content: center;
  position: relative;
}

.service-video_videoContainer {
  position: relative;
  width: 100%;
  max-width: 800px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  aspect-ratio: 16/9;
}

.service-video_videoIframe__i2Flx {
  width: 100%;
  height: 100%;
  display: block;
}

.video-preview_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, hsl(0, 0%, -1.0784313725%), rgb(94.2, 0, 153));
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.video-preview_container::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(0, 198, 255, 0.1), transparent 60%);
  pointer-events: none;
}

.video-preview_blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  transform: none;
  margin-bottom: 20px;
  width: 100%;
}

.video-preview_block {
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 18px;
  width: 320px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.video-preview_block:first-child {
  z-index: 3;
}
.video-preview_block:nth-child(2) {
  z-index: 2;
  width: 290px;
  margin-top: -18px;
  padding-bottom: 16px;
}
.video-preview_block:nth-child(3) {
  z-index: 1;
  width: 260px;
  margin-top: -18px;
  padding-bottom: 16px;
}

.video-preview_blockHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.video-preview_serviceInfo {
  display: flex;
  gap: 10px;
}

.video-preview_socialIcon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.video-preview_serviceDesc {
  font-size: 12px;
  color: #aaa;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
}

.video-preview_serviceName {
  color: #fff;
  font-weight: 700;
}

.video-preview_serviceLink {
  color: #00c6ff;
}

.video-preview_buttons {
  display: flex;
  gap: 5px;
}

.video-preview_button__8i9am {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 5px;
  color: #fff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.video-preview_button__8i9am svg {
  width: 14px;
  height: 14px;
}

.taskItem__progress-text {
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.taskItem__progress-status--progress {
  color: #3cff00;
  background: rgba(60, 255, 0, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  text-transform: uppercase;
}

.taskItem__progress-bar {
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  overflow: hidden;
}

.taskItem__progress--progress {
  background: #3cff00;
  height: 100%;
}

.video-preview_blockFooter__qEXyP {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 10px;
}

.video-preview_blockFooterLeftSide__NZe8y {
  display: flex;
  gap: 8px;
  align-items: center;
}

.video-preview_taskId__gfMTL {
  font-size: 10px;
  color: #bbb;
}

.video-preview_price__bvMlH {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
}

.video-preview_playContainer__KBeSj {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  transition: transform 0.3s ease;
}
.video-preview_playContainer__KBeSj:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.video-preview_playContainer__KBeSj:hover rect {
  fill: #00c6ff;
}
.video-preview_playContainer__KBeSj rect {
  transition: fill 0.3s ease;
}

.video-decoration {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 0;
  background-size: 200% 200%;
  animation: decorationMove 10s ease infinite alternate;
  pointer-events: none;
}

.video-decoration--1 {
  width: 300px;
  height: 300px;
  top: -50px;
  right: -50px;
  background: radial-gradient(circle, rgba(166, 0, 255, 0.4), rgba(0, 198, 255, 0.2));
}

.video-decoration--2 {
  width: 250px;
  height: 250px;
  bottom: -30px;
  left: -30px;
  background: radial-gradient(circle, rgba(0, 198, 255, 0.4), rgba(157, 0, 255, 0.2));
  animation-delay: -5s;
}

@keyframes decorationMove {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(20px, -20px) scale(1.1);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.seo-section {
  position: relative;
  padding: 80px 0;
  background-color: var(--bg-body);
  transition: background-color 0.3s ease;
}
.seo-section .section-heading {
  margin-bottom: 30px;
  text-align: center;
}
.seo-section .section-heading__title {
  margin-bottom: 20px;
}
.seo-section .section-heading__desc {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-secondary);
  margin: 0;
  text-align: left; /* User requested left alignment */
}
.seo-section .section-heading__desc p {
  margin-bottom: 15px;
}
.seo-section .section-heading__desc ul, .seo-section .section-heading__desc ol {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 15px;
}

/* Checkbox Hack for Read More */
.seo-toggle-check {
  display: none;
}

.text-container {
  position: relative;
  max-height: 120px; /* Collapsed height - hides almost all text */
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  /* Fade Effect Overlay */
}
.text-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent, var(--bg-body) 90%);
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* Expansion Logic */
.seo-toggle-check:checked ~ .text-container {
  max-height: 9999px; /* Massive max-height to ensure ALL text is shown */
  transition: max-height 0.8s ease-in-out; /* Slower transition for long content */
}
.seo-toggle-check:checked ~ .text-container::after {
  opacity: 0;
  visibility: hidden;
}

/* Toggle Button (Label) - Modern styled */
.seo-btn-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 25px;
  padding: 12px 30px;
  background: var(--btn-secondary-bg);
  border: 1px solid var(--border-color);
  border-radius: 50px;
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}
.seo-btn-label:hover {
  background: linear-gradient(135deg, rgba(0, 198, 255, 0.1), rgba(157, 0, 255, 0.1));
  border-color: var(--color-cyan);
  box-shadow: 0 0 20px rgba(0, 198, 255, 0.15);
  color: var(--color-cyan);
  transform: translateY(-2px);
}
.seo-btn-label:hover svg {
  fill: var(--color-cyan);
}
.seo-btn-label svg {
  width: 12px;
  height: 12px;
  fill: var(--text-secondary);
  transition: transform 0.4s ease, fill 0.3s ease;
}

/* Text Switching Logic */
.text-hide {
  display: none;
}

.seo-toggle-check:checked ~ .seo-btn-label .text-show {
  display: none;
}
.seo-toggle-check:checked ~ .seo-btn-label .text-hide {
  display: block;
}
.seo-toggle-check:checked ~ .seo-btn-label svg {
  transform: rotate(180deg);
}

.contact-page {
  padding-top: 120px;
  padding-bottom: 80px;
  background: #121212;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.contact-page::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 198, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.contact-page::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(228, 90, 132, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.contact-page .section-heading {
  margin-bottom: 40px;
}
.contact-page .section-heading__sub-title {
  color: #00c6ff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-weight: 600;
}
.contact-page .section-heading__title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .contact-page .section-heading__title {
    font-size: 1.8rem;
  }
}

.contact-page .form-group {
  margin-bottom: 24px;
}

.contact-page .form--label {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.contact-page .form--control {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 14px 18px;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.contact-page .form--control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-page .form--control:focus {
  outline: none;
  border-color: #00c6ff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(0, 198, 255, 0.15);
}
.contact-page .form--control:read-only {
  background: rgba(255, 255, 255, 0.02);
  cursor: not-allowed;
  opacity: 0.7;
}

.contact-page textarea.form--control {
  min-height: 150px;
  resize: vertical;
}

.contact-page .contact-form-submit {
  background: linear-gradient(90deg, #00c6ff, #9d00ff);
  border: none;
  border-radius: 12px;
  padding: 16px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.contact-page .contact-form-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;
}
.contact-page .contact-form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 198, 255, 0.3);
}
.contact-page .contact-form-submit:hover::before {
  left: 100%;
}

.contact-thumb {
  position: relative;
  height: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-thumb__main-img {
  position: relative;
  z-index: 2;
}
.contact-thumb__main-img img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.contact-thumb__shape {
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}
.contact-thumb__shape img {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.contact-info {
  margin-top: 40px;
}

.info-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 30px 24px;
  text-align: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  height: 100%;
}
.info-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 198, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.info-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: linear-gradient(90deg, #00c6ff, #9d00ff);
  border-radius: 50%;
  margin-bottom: 20px;
}
.info-card__icon img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}
.info-card__title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.info-card__desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-bottom: 12px;
}
.info-card__footer,
.info-card .desc {
  color: #00c6ff;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  word-break: break-word;
}
.info-card__footer:hover,
.info-card .desc:hover {
  color: #33d4ff;
}

.contact-page .captcha {
  margin-bottom: 20px;
}
.contact-page .captcha img {
  border-radius: 8px;
}

@media (max-width: 991px) {
  .contact-page {
    padding-top: 100px;
  }
  .contact-thumb {
    margin-top: 40px;
    min-height: 300px;
  }
}
@media (max-width: 576px) {
  .contact-page {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .info-card {
    padding: 24px 20px;
  }
  .contact-page .contact-form-submit {
    width: 100%;
  }
}
.account {
  min-height: 100vh;
  background: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 0 40px;
  position: relative;
  overflow: hidden;
}
.account::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 20% 20%, rgba(0, 198, 255, 0.08) 0%, transparent 50%), radial-gradient(ellipse at 80% 80%, rgba(228, 90, 132, 0.06) 0%, transparent 50%), radial-gradient(ellipse at 50% 50%, rgba(157, 0, 255, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.account-logo {
  display: none !important;
}

.account-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 0 16px;
}

.account.signup .account-content {
  max-width: 520px;
}

.account-form {
  background: rgba(20, 20, 40, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 32px 28px;
  backdrop-filter: blur(24px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.02) inset;
}
@media (max-width: 576px) {
  .account-form {
    padding: 24px 20px;
    border-radius: 10px;
  }
}

.account-form__content {
  margin-bottom: 24px;
}

.account-form__title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 6px !important;
  letter-spacing: -0.02em;
}

.account-form__desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.4;
}

.account .form-group,
.account .form--group {
  margin-bottom: 14px;
}

.account .form--label {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
}

.account .form--control,
.account .form-control {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 12px 14px;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}
.account .form--control::placeholder,
.account .form-control::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.account .form--control:focus,
.account .form-control:focus {
  outline: none;
  border-color: rgba(0, 198, 255, 0.6);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 3px rgba(0, 198, 255, 0.1);
}

.account .position-relative {
  position: relative;
}

.account .toggle-password {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}
.account .toggle-password:hover {
  color: #00c6ff;
}

.account .form--check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.account .form-check-input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
}
.account .form-check-input:checked {
  background: linear-gradient(90deg, #00c6ff, #9d00ff);
  border-color: #00c6ff;
}
.account .form-check-input:focus {
  box-shadow: 0 0 0 2px rgba(0, 198, 255, 0.15);
}

.account .form-check-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  cursor: pointer;
}

.account .flex {
  display: flex;
}

.account .forgot-password {
  color: rgba(0, 198, 255, 0.9);
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.account .forgot-password:hover {
  color: #00c6ff;
}

.account .btn--base {
  background: linear-gradient(90deg, #00c6ff, #9d00ff);
  border: none;
  border-radius: 8px;
  padding: 14px 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-transform: none;
  letter-spacing: 0;
}
.account .btn--base::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: left 0.4s ease;
}
.account .btn--base:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 198, 255, 0.25);
}
.account .btn--base:hover::before {
  left: 100%;
}
.account .btn--base:active {
  transform: translateY(0);
}

.have-account {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.have-account__text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin: 0;
}

.have-account__link {
  color: #00c6ff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-left: 4px;
}
.have-account__link:hover {
  color: #33d4ff;
}

.account-copyright {
  margin-top: 24px;
  text-align: center;
}

.account-copyright__text {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
}
.account-copyright__text a {
  color: rgba(0, 198, 255, 0.8);
  text-decoration: none;
}
.account-copyright__text a:hover {
  text-decoration: underline;
}

.account .terms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.account .contact-form__link {
  color: #00c6ff;
  text-decoration: none;
}
.account .contact-form__link:hover {
  text-decoration: underline;
}

.social-login {
  margin-bottom: 20px;
}
.social-login__title {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 12px;
}
.social-login__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.social-login__btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}
.social-login__btn i {
  font-size: 16px;
}

.or-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
}
.or-divider::before, .or-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}
.or-divider span {
  color: rgba(255, 255, 255, 0.35);
  font-size: 12px;
  text-transform: uppercase;
}

.account .captcha {
  margin-bottom: 14px;
}
.account .captcha img {
  border-radius: 6px;
}

.form-disabled.account-form {
  position: relative;
}
.form-disabled.account-form::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
  backdrop-filter: blur(4px);
  border-radius: 12px;
}
.form-disabled.account-form .lock-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.account .custom--modal .modal-content {
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

.account .custom--modal .modal-header {
  border-bottom-color: rgba(255, 255, 255, 0.08);
  padding: 16px 20px;
}
.account .custom--modal .modal-header .modal-title {
  color: #fff;
  font-size: 16px;
}
.account .custom--modal .modal-header .close {
  color: rgba(255, 255, 255, 0.4);
}
.account .custom--modal .modal-header .close:hover {
  color: #fff;
}

.account .custom--modal .modal-body {
  color: rgba(255, 255, 255, 0.7);
  padding: 20px;
}

.account .custom--modal .modal-footer {
  border-top-color: rgba(255, 255, 255, 0.08);
  padding: 16px 20px;
}

.account.signup .row {
  margin-left: -8px;
  margin-right: -8px;
}
.account.signup .row > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 576px) {
  .account {
    padding: 10px 0 30px;
  }
  .account-content {
    padding: 0 12px;
  }
  .account-form__title {
    font-size: 1.3rem;
  }
}
.custom--card {
  background: rgba(20, 20, 40, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  backdrop-filter: blur(24px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.02) inset;
  overflow: hidden;
}
.custom--card .card-header {
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 20px 24px;
}
.custom--card .card-header .card-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
.custom--card .card-body {
  padding: 24px;
}
.custom--card .card-body p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.custom--card .card-body .form-group {
  margin-bottom: 16px;
}
.custom--card .card-body .form--label {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
}
.custom--card .card-body .form--control {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 12px 14px;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}
.custom--card .card-body .form--control::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.custom--card .card-body .form--control:focus {
  outline: none;
  border-color: rgba(0, 198, 255, 0.6);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 3px rgba(0, 198, 255, 0.1);
}
.custom--card .card-body .btn--base {
  background: linear-gradient(90deg, #00c6ff, #9d00ff);
  border: none;
  border-radius: 8px;
  padding: 14px 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.custom--card .card-body .btn--base:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 198, 255, 0.25);
}
.custom--card .card-body .captcha {
  margin-bottom: 16px;
}
.custom--card .card-body .captcha img {
  border-radius: 6px;
}
.custom--card .card-footer {
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px 24px;
}
.custom--card .card-footer a {
  color: #00c6ff;
  text-decoration: none;
}
.custom--card .card-footer a:hover {
  text-decoration: underline;
}

.py-100 .custom--card {
  max-width: 420px;
  margin: 0 auto;
}

/* --- Footer Area (Modernized) --- */
.footer-area {
  background-color: var(--bg-footer);
  border-top: 1px solid var(--border-color);
  padding: 80px 0 30px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease;
  /* Top Gradient Border */
}
.footer-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-cyan), transparent);
  opacity: 0.5;
  box-shadow: 0 0 15px var(--color-cyan);
}
.footer-area {
  /* Background Pattern/Glow */
}
.footer-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 300px;
  background: radial-gradient(circle at center bottom, rgba(var(--color-purple), 0.05), transparent 70%);
  pointer-events: none;
}

.footer-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr; /* Logo/Sub wider, others equal */
  gap: 40px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .footer-row {
    grid-template-columns: 1fr 1fr; /* 2 cols on tablet */
  }
}
@media (max-width: 575px) {
  .footer-row {
    grid-template-columns: 1fr; /* 1 col on mobile */
  }
}

.footer-item__logo {
  margin-bottom: 25px;
  display: inline-block;
  transition: all 0.3s ease;
}
.footer-item__logo:hover {
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
}
.footer-item__desc {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
  max-width: 300px; /* Limit width for readability */
}
.footer-item__title {
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
}
.footer-item__title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--color-cyan);
  box-shadow: 0 0 10px var(--color-cyan);
  border-radius: 2px;
  transition: width 0.3s ease;
}
.footer-item__title:hover::after {
  width: 50px;
}

/* Subscribe Form Styling */
.email-form {
  position: relative;
  margin-top: 20px;
}
.email-form .form--control {
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 12px 15px;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}
.email-form .form--control:focus {
  background: rgba(255, 255, 255, 0.05);
  border-color: #00c6ff;
  box-shadow: 0 0 15px rgba(0, 198, 255, 0.15);
  outline: none;
}
.email-form .form--control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.email-form .btn {
  margin-top: 15px;
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(90deg, #00c6ff, #9d00ff);
  color: white;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.email-form .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

/* Footer Menu Links */
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu__item {
  margin-bottom: 12px;
}
.footer-menu__item:last-child {
  margin-bottom: 0;
}
.footer-menu__link {
  color: #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 0;
}
.footer-menu__link::before {
  content: "›";
  position: absolute;
  left: -15px;
  opacity: 0;
  color: #00c6ff;
  transition: all 0.3s ease;
  font-weight: bold;
}
.footer-menu__link:hover {
  color: #00c6ff;
  padding-left: 15px;
  text-shadow: 0 0 8px rgba(0, 198, 255, 0.4);
}
.footer-menu__link:hover::before {
  left: 0;
  opacity: 1;
}

/* Social List */
.social-list {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-list__link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.social-list__link img {
  transition: transform 0.3s ease;
  filter: grayscale(100%) brightness(200%);
}
.social-list__link .text {
  display: none;
}
.social-list__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #00c6ff, #9d00ff);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.social-list__link:hover {
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  padding-left: 0; /* Override footer-menu__link hover shift */
}
.social-list__link:hover::before {
  opacity: 1;
}
.social-list__link:hover img {
  filter: none;
  filter: brightness(200%);
  transform: scale(1.1);
  position: relative;
  z-index: 1;
}

/* Bottom Footer */
.bottom-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 30px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.bottom-footer-content {
  max-width: 600px;
}
.bottom-footer-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.bottom-footer-text a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.bottom-footer-text a:hover {
  color: #00c6ff;
  text-decoration: none;
  text-shadow: 0 0 10px rgba(0, 198, 255, 0.5);
}
.bottom-footer p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  margin: 5px 0;
}

.banner-section {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.banner-visual {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.blob {
  border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
  filter: blur(60px);
  z-index: 0;
  opacity: 0.9;
  position: absolute;
  animation: float 8s infinite alternate;
}

.blob-1 {
  background: #583c87;
  width: 400px;
  height: 400px;
  top: 0%;
  left: 0%;
}

.blob-2 {
  background: #e45a84;
  width: 350px;
  height: 350px;
  bottom: 10%;
  right: 0%;
  animation-delay: -2s;
}

.blob-3 {
  background: #FFACAC;
  width: 300px;
  height: 300px;
  bottom: 30%;
  left: 20%;
  animation-delay: -4s;
}

.blob-4 {
  background: #4A90E2;
  width: 250px;
  height: 250px;
  top: 10%;
  right: 20%;
  animation-delay: -6s;
}

@keyframes float {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(40px, 40px);
  }
}
.flip5-block {
  height: 60px;
  overflow: hidden;
  margin-bottom: 30px;
}

.flip5 {
  padding: 0;
  margin: 0;
  list-style: none;
  animation: roll 15s infinite;
}
.flip5 li {
  height: 60px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 60px;
  color: var(--text-primary);
}

@keyframes roll {
  0% {
    margin-top: 0;
  }
  15% {
    margin-top: -60px;
  }
  30% {
    margin-top: -120px;
  }
  45% {
    margin-top: -180px;
  }
  60% {
    margin-top: -240px;
  }
  75% {
    margin-top: -240px;
  }
  100% {
    margin-top: 0;
  }
}
.text-color {
  background: linear-gradient(45deg, #e45a84, #583c87);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.glass-card {
  background: var(--bg-glass);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 24px;
  padding: 40px;
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: var(--shadow-md);
  z-index: 2;
  color: var(--text-primary);
  text-align: center;
  border: 1px solid var(--border-color);
}
.glass-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--text-primary);
}
.glass-card p {
  font-size: 1rem;
  opacity: 0.8;
  color: var(--text-secondary);
}

.glass-card-icon {
  margin-top: 15px;
  animation: pulse 2s ease-in-out infinite;
}
.glass-card-icon svg {
  width: 60px;
  height: 60px;
  filter: drop-shadow(0 0 10px rgba(228, 90, 132, 0.5));
  display: block;
  background: transparent;
}

.banner-content .landing__title {
  font-weight: 800;
  margin-bottom: 20px;
}
.banner-content .banner-content__desc {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.rocket-body {
  fill: url(#rocketGradient);
}

.rocket-flame {
  fill: url(#flameGradient);
  animation: flicker 0.5s infinite alternate;
}

.rocket-window {
  fill: #00c6ff;
}

.rocket-wing {
  fill: #9d00ff;
}

@keyframes flicker {
  0% {
    opacity: 0.8;
    transform: scaleY(1);
  }
  100% {
    opacity: 1;
    transform: scaleY(1.2);
  }
}
.landing_regBtn {
  display: inline-block;
  padding: 16px 48px;
  background: linear-gradient(90deg, #ff4b1f, #ff9068);
  color: #fff !important;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(255, 75, 31, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.landing_regBtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(255, 75, 31, 0.4);
}

/* =========================================
   MOBILE RESPONSIVENESS
   ========================================= */
/* =========================================
   MOBILE RESPONSIVENESS
   ========================================= */
@media (max-width: 991px) {
  .banner-visual {
    display: none;
  }
  .banner-section {
    display: block;
  }
  .banner-section .container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .banner-content {
    margin: 0 auto;
    padding: 120px 20px 40px;
    text-align: center;
    max-width: 100%;
  }
  .banner-content .landing__title {
    font-size: 2.5rem;
  }
  .banner-content .flip5-block {
    display: flex;
    justify-content: center;
    height: 60px;
    overflow: hidden;
  }
  .banner-content .flip5 li {
    white-space: nowrap;
    font-size: 1.4rem;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .banner-content .landing__title {
    font-size: 2rem;
  }
  .banner-content .flip5 li {
    font-size: 1.1rem;
  }
}
/* Package Item (Card & Slider) */
.package-item {
  background: var(--bg-card, #fff);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid var(--border-subtle, rgba(0, 0, 0, 0.05));
}
.package-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 198, 255, 0.15);
  border-color: var(--color-cyan, #0c7bcd);
}
.package-item .package-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 2;
  border-bottom-left-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.package-item__content {
  padding: 0 0 20px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: var(--text-primary, #2f2f2f);
}
.package-item_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px; /* Reduced height */
  font-size: 1.125rem; /* Reduced font size ~18px */
  font-weight: 700;
  background: var(--header-bg-gradient, linear-gradient(135deg, var(--color-cyan, #00c6ff), var(--color-purple, #9d00ff)));
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 15px;
  position: relative;
  /* Icon styling */
}
.package-item_head span {
  font-size: 1.5rem;
}
.package-item .total {
  width: 100%;
  font-size: 2.5rem; /* Reduced from 60px to ~40px */
  font-weight: 800;
  color: var(--text-heading, #1d3e7c);
  text-align: center;
  padding: 0 10px 10px;
  line-height: 1.1;
  border-bottom: 2px dotted rgba(12, 123, 206, 0.3);
}
.package-item .total span {
  font-size: 0.875rem; /* ~14px */
  font-weight: 600;
  display: block;
  margin-top: 5px;
  color: var(--text-secondary, #666);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.package-item .advantages {
  padding: 15px 20px 0;
  margin: 0 auto auto;
  width: 100%;
  /* Center text but list structure remains */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.package-item .advantage {
  padding-bottom: 8px;
  position: relative;
  font-size: 0.9rem; /* ~14px */
  color: var(--text-secondary, #464749);
  font-weight: 500;
  margin: 0;
  padding-left: 20px;
  text-align: left;
  width: 100%;
  max-width: 200px; /* Limit width for alignment */
}
.package-item .advantage:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  /* Replace image with pure CSS checkmark or similar if possible, keeping image for now but sizing it down */
  background: url("/assets/templates/trendy/images/icons/adv.png") no-repeat center;
  background-size: contain;
  left: 0;
  top: 4px;
}
.package-item .price {
  font-size: 2rem; /* Reduced from 42px to ~32px */
  color: var(--text-heading, #1d3e7c);
  font-weight: 800;
  width: 100%;
  margin: 15px 0 10px;
  text-align: center;
}
.package-item .old-price {
  text-decoration: line-through;
  font-size: 1.25rem;
  color: var(--text-muted, #7a8aa3);
  font-weight: 500;
  margin-bottom: 5px;
}
.package-item .product-card-buy-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.package-item .product-card-buy-container .infoicons-mod-add-to {
  display: table;
  padding-left: 12px;
  line-height: 0;
}
.package-item .product-card-buy-container .infoicons-mod-add-to .ico {
  font-size: 24px;
  color: var(--color-cyan, #0c7bcd);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.package-item .product-card-buy-container .infoicons-mod-add-to:hover .ico, .package-item .product-card-buy-container .infoicons-mod-add-to.active .ico {
  opacity: 1;
  transform: scale(1.1);
}
.package-item .buy {
  padding: 8px 32px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px; /* Pill shape */
  background-image: linear-gradient(135deg, #6a82fb 0%, #fc5c7d 100%);
  box-shadow: 0 4px 15px rgba(252, 92, 125, 0.3);
  border: none;
  color: #fff;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.package-item .buy:hover {
  background-image: linear-gradient(135deg, #5f72be 0%, #9b23ea 100%);
  box-shadow: 0 6px 20px rgba(155, 35, 234, 0.4);
  transform: translateY(-2px);
  color: #fff;
}
.package-item .buy:active {
  transform: translateY(1px);
}

.product-card-buy-container .infoicons-mod-add-to-container {
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  body .main-page .product-card-buy-container .infoicons-mod-add-to-container,
  body .ws-category-content .product-card-buy-container .infoicons-mod-add-to-container {
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Filter Styles (Card Layout) */
.category-cus-filter-container {
  display: table;
  margin: 0 auto;
}

.category-cus-filter-items {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
}

.category-cus-filter-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f4f2f5;
  border: 1px solid #1d3e7c;
  margin-right: -1px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 13px;
  transition: border-color 0.3s ease;
  min-width: 332px;
  position: relative;
  cursor: pointer;
}
.category-cus-filter-item:first-child, .category-cus-filter-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.category-cus-filter-item:last-child, .category-cus-filter-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.category-cus-filter-item:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(90deg, #00c6ff, #9d00ff);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.category-cus-filter-item.active {
  border-color: #0c7bce;
  border-bottom: 1px solid #0c7bce;
}
.category-cus-filter-item:hover:before {
  opacity: 0.2;
}
.category-cus-filter-item.active:before {
  opacity: 1;
}

.category-cus-filter-title {
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.category-cus-filter-title > * {
  font-size: 25px;
  font-weight: 700;
  color: #1d3e7c;
  line-height: 30px;
  transition: color 0.3s ease;
  display: inline-block;
}
.category-cus-filter-title .ico {
  font-size: 18px;
  padding-right: 6px;
  transform: translateY(-3px);
}

.category-cus-filter-item.active .category-cus-filter-title > * {
  color: #fff;
}

.category-cus-filter-price {
  display: block;
  line-height: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.category-cus-filter-price span {
  font-size: 16px;
  font-weight: 500;
  color: #1d3e7c;
  line-height: 22px;
  transition: color 0.3s ease;
  display: inline-block;
}

.category-cus-filter-item.active .category-cus-filter-price span {
  color: #fff;
}

@media (max-width: 991px) {
  .category-cus-filter-container {
    display: block;
    width: 100%;
    margin: 0;
  }
  .category-cus-filter-items {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    /* Hide scrollbar for cleaner look but remain scrollable */
    scrollbar-width: none;
  }
  .category-cus-filter-items::-webkit-scrollbar {
    display: none;
  }
  .category-cus-filter-item {
    min-width: 260px; /* Reduced from 332px */
    flex-shrink: 0;
  }
}
/* Slick Slider Overrides */
.slick-prev, .slick-next {
  background: #0c7bce !important;
  width: 25px !important;
  height: 25px !important;
}
.slick-prev:before, .slick-next:before {
  line-height: 1.16 !important;
  font-size: 25px !important;
}

.slick-arrow {
  border-radius: 15px !important;
}

.slick-track {
  padding-bottom: 5px;
}

/* Block Layout Styles */
.new-category-filter-list {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(29, 62, 124, 0.2);
  width: calc(100% - 70px);
  margin: 0 auto;
}
.new-category-filter-list ul {
  display: flex;
  column-gap: 62px;
  padding: 0 15px;
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: -1px;
}
.new-category-filter-list ul li {
  padding: 7px 0;
  position: relative;
  flex-shrink: 0;
}
.new-category-filter-list ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #1d3e7c;
  line-height: 1;
}
.new-category-filter-list ul li:hover a, .new-category-filter-list ul li.active a {
  color: #0c7bcd;
}
.new-category-filter-list ul li.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0c7bcd;
  height: 2px;
}
.new-category-filter-list ul li span {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 155.556%;
}

.new-category-info-content {
  margin-bottom: 45px;
}
.new-category-info-content-title > * {
  color: #1d3e7c;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 131.25%;
}
.new-category-info-content-subtitle {
  max-width: 590px;
  margin: 0 auto;
  padding-top: 20px;
}
.new-category-info-content-subtitle > * {
  color: #1d3e7c;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.new-category-catalog-container {
  max-width: 780px;
  margin: 0 auto;
}
.new-category-catalog-container-cataloglist-shell {
  position: relative;
}
.new-category-catalog-container-cataloglist {
  border-radius: 15px;
  border: 4px solid #abbbd8;
  background-color: #fff;
  padding: 26px 16px 43px;
  z-index: 2;
  position: relative;
}
.new-category-catalog-container-cataloglists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.new-category-catalog-container-catalog-item {
  border-radius: 15px;
  background-color: #f2f8ff;
  padding: 17px 0 21px;
  position: relative;
  cursor: pointer;
  margin: 0;
  border: 0;
  outline: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  appearance: button;
}
.new-category-catalog-container-catalog-item-count > * {
  color: #0c7bcd;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
.new-category-catalog-container-catalog-item-type.bonus-text-style > * {
  color: #f50f0f;
  font-size: 14px;
  font-weight: 700;
  padding-top: 4px;
}
.new-category-catalog-container-catalog-item-type > * {
  color: #0c7bcd;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.new-category-catalog-container-catalog-item[data-label]:before {
  content: attr(data-label);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--label-color, #fff);
  background: var(--label-bg);
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  min-width: 80px;
  height: 24px;
  border-radius: 3px;
  position: absolute;
  top: -12px;
  right: 15px;
  padding: 4px 8px;
}
.new-category-catalog-container-catalog-item.active {
  background-color: #0c7bcd;
}
.new-category-catalog-container-catalog-item.active .new-category-catalog-container-catalog-item-count > *,
.new-category-catalog-container-catalog-item.active .new-category-catalog-container-catalog-item-type.bonus-text-style > *,
.new-category-catalog-container-catalog-item.active .new-category-catalog-container-catalog-item-type > * {
  color: #fff;
}
.new-category-catalog-container-cataloglist-pay-container {
  text-align: center;
}
.new-category-catalog-container-cataloglist-pay-container-inner {
  min-width: 330px;
  margin: 0 auto;
  display: inline-flex;
  flex-direction: column;
}
.new-category-catalog-container-cataloglist-pay-price {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.new-category-catalog-container-cataloglist-pay-price .pay-price > * {
  color: #0c7bcd;
  font-size: 48px;
  font-weight: 600;
  line-height: 83.333%;
}
.new-category-catalog-container-cataloglist-pay-price .pay-per, .new-category-catalog-container-cataloglist-pay-price .pay-oldprice {
  padding-left: 13px;
}
.new-category-catalog-container-cataloglist-pay-price .pay-per > *, .new-category-catalog-container-cataloglist-pay-price .pay-oldprice > * {
  color: #81aee1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.new-category-catalog-container-cataloglist-pay-price .pay-oldprice > *:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #81aee1;
}
.new-category-catalog-container-cataloglist-pay-usave {
  padding-top: 27px;
}
.new-category-catalog-container-cataloglist-pay-usave > * {
  color: #2f2f2f;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.new-category-catalog-container-cataloglist-pay-usave > * span {
  color: #15bd07;
  font-weight: 700;
}
.new-category-catalog-container-cataloglist-buy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 20px;
}
.new-category-catalog-container-cataloglist-buy-inner.buy-inner-2 {
  flex-grow: 1;
}

.new-category-features-p-item {
  border-radius: 15px;
  border: 1px solid #abbbd8;
  overflow: hidden;
  margin-top: 25px;
}
.new-category-features-p-item-head {
  position: relative;
  overflow: hidden;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 92px;
  background-color: #f2f8ff;
}
.new-category-features-p-item-title > * {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #0c7bcd;
}
.new-category-features-p-item-list {
  padding-top: 25px;
  padding-left: 24px;
  padding-bottom: 37px;
}
.new-category-features-p-item-list ul li {
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 400;
  line-height: 137.5%;
  position: relative;
  padding-left: 30px;
  padding-right: 15px;
  margin-top: 14px;
}
.new-category-features-p-item-list ul li:first-child {
  margin-top: 0;
}
.new-category-features-p-item-list ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M9.22996 17.7246C9.17691 17.7246 9.12443 17.7137 9.07583 17.6924C9.02722 17.6711 8.98354 17.64 8.94754 17.6011L1.33265 9.36396C1.28189 9.30904 1.24824 9.24052 1.23581 9.16678C1.22339 9.09303 1.23273 9.01727 1.2627 8.94875C1.29267 8.88023 1.34196 8.82194 1.40455 8.781C1.46713 8.71827 5.28046C5.33549 8.71827 5.38988 8.73008 5.43997 8.7529C5.49005 8.77572 5.53465 8.80901 5.57077 8.85053L8.11569 11.7784C8.39073 11.1905 8.92315 10.2115 9.85746 9.01869C11.2387 7.25523 13.8078 4.66173 18.2034 2.32049C18.2883 2.27525 18.3872 2.26351 18.4804 2.28759C18.5736 2.31166 18.6543 2.36981 18.7068 2.45054C18.7592 2.53127 18.7794 2.62872 18.7635 2.72364C18.7475 2.81857 18.6966 2.90407 18.6207 2.96326C18.6039 2.97638 16.9092 4.31099 14.9587 6.75557C13.1636 9.00519 10.7774 12.6836 9.60319 17.4325C9.58256 17.5159 9.53459 17.59 9.46692 17.643C9.39925 17.696 9.31579 17.7248 9.22984 17.7248L9.22996 17.7246Z' fill='%230C7BCD'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .new-category-info-content-title > * {
    font-size: 39px;
  }
  .new-category-catalog-container-cataloglists {
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
  }
  .new-category-catalog-container-catalog-item {
    border-radius: 10px;
    padding: 12px 0 15px;
  }
  .new-category-catalog-container-catalog-item-count > * {
    font-size: 26px;
  }
  .new-category-catalog-container-catalog-item-type.bonus-text-style > * {
    font-size: 12px;
  }
  .new-category-catalog-container-catalog-item[data-label]:before {
    font-size: 9px;
    min-width: 56px;
    height: 19px;
    top: -9px;
    right: 13px;
    padding: 5px 6px;
  }
}
/* =========================================
   CHECKOUT STYLES
   ========================================= */
.checkout {
  padding: 80px 0;
}
.checkout .container {
  max-width: 1200px;
}

.u-chechout-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.u-chechout-body {
  width: 100%;
  max-width: 600px;
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid var(--border-subtle, rgba(0, 0, 0, 0.05));
  background-color: var(--bg-card, #fff);
  box-shadow: var(--shadow-card, 0 10px 30px rgba(0, 0, 0, 0.05));
  overflow: hidden;
  transition: all 0.3s ease;
}
.u-chechout-body.u-chechout-body-g {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.u-chechout-body.u-chechout-body-g .ucob-inner {
  background-color: var(--bg-card, #fff);
  border-radius: 12px;
  box-shadow: var(--shadow-card, 0 10px 30px rgba(0, 0, 0, 0.05));
  border: 1px solid var(--border-subtle, rgba(0, 0, 0, 0.05));
}

.ucob-inner {
  padding: 20px;
}
.ucob-inner.ucob-inner-w {
  padding: 0;
  background: var(--bg-card, #fff);
}

/* User Info Section */
.ucob-info-second {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--border-subtle);
}
.ucob-info-second .ucob-change-account-info-user-name p {
  color: var(--text-primary);
  font-weight: 500;
  margin: 0;
}
.ucob-info-second .ucob-change-account-info-change a {
  color: var(--color-cyan);
  text-decoration: none;
  font-weight: 500;
}
.ucob-info-second .ucob-change-account-info-change a:hover {
  text-decoration: underline;
}

/* Package Info Header */
.ucob-info {
  display: flex;
  align-items: center;
  padding: 20px;
  background: var(--bg-surface-2);
  border-bottom: 1px solid var(--border-subtle);
}
.ucob-info-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.ucob-info-icon img {
  width: 100%;
  height: auto;
}
.ucob-info .ucob-title p {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-heading);
  margin: 0;
}
.ucob-info .ucob-subtitle p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 5px 0 0;
}

/* Form Styles */
.ucob-form {
  padding: 25px;
}
.ucob-form-input {
  position: relative;
  margin-bottom: 15px;
  border-radius: 8px;
  background: var(--input-bg, #fff);
  border: 1px solid var(--input-border, #e2e4e9);
  transition: border-color 0.3s;
}
.ucob-form-input:focus-within {
  border-color: var(--color-cyan);
  box-shadow: 0 0 0 3px rgba(0, 198, 255, 0.1);
}
.ucob-form-input-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.ucob-form-input-icon svg {
  fill: var(--text-muted);
  transition: fill 0.3s;
}
.ucob-form-input label {
  position: absolute;
  top: 8px;
  left: 45px;
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 500;
  pointer-events: none;
  margin: 0;
}
.ucob-form-input input, .ucob-form-input select {
  width: 100%;
  border: none;
  background: transparent;
  padding: 24px 15px 8px 45px;
  font-size: 1rem;
  color: var(--text-primary);
  font-weight: 500;
  outline: none;
  border-radius: 8px;
}
.ucob-form-input input::placeholder, .ucob-form-input select::placeholder {
  color: var(--text-light);
  opacity: 0.6;
}
.ucob-form-input.tag-select select {
  padding-right: 30px;
  /* Custom arrow handled in Blade CSS, strictly keep or refactor later */
}
.ucob-form-button {
  margin-top: 25px;
}
.ucob-form-button a, .ucob-form-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 14px 20px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}
.ucob-form-button a.c-yellow a, .ucob-form-button a.c-yellow button, .ucob-form-button button.c-yellow a, .ucob-form-button button.c-yellow button {
  background: linear-gradient(90deg, #ff9966, #ff5e62);
  color: #fff;
  box-shadow: 0 4px 15px rgba(255, 94, 98, 0.3);
}
.ucob-form-button a, .ucob-form-button button {
  background: var(--btn-primary-bg, linear-gradient(90deg, var(--color-cyan), var(--color-purple)));
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 198, 255, 0.3);
}
.ucob-form-button a:hover, .ucob-form-button button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 198, 255, 0.4);
}
.ucob-form-button.c-yellow a {
  /* Already handled generically above, but enforcing specificity */
  background: linear-gradient(90deg, #fce38a, #f38181);
  color: #fff;
}
.ucob-form-button.c-white a {
  background: var(--bg-surface-2);
  color: var(--text-secondary);
  box-shadow: none;
  border: 1px solid var(--border-subtle);
}
.ucob-form-button.c-white a:hover {
  background: var(--bg-surface-1);
  color: var(--text-primary);
}
.ucob-form-button.c-green button {
  background: linear-gradient(90deg, #11998e, #38ef7d);
  color: #fff;
}
.ucob-form-button.c-green button svg {
  fill: #fff !important;
  margin-right: 10px;
}

/* Payment Methods */
.ucob-payment {
  padding: 25px;
}
.ucob-payment-title p {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 20px;
  text-align: center;
}
.ucob-payment-price p {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--color-cyan);
  text-align: center;
  margin-bottom: 30px;
}
.ucob-payment-type-title p {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 15px;
}
.ucob-payment-type-item {
  margin-bottom: 12px;
}
.ucob-payment-type-item input[type=radio] {
  display: none;
}
.ucob-payment-type-item .ucob-payment-type-label {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background: var(--bg-surface-1);
  border: 2px solid var(--border-subtle);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ucob-payment-type-item .ucob-payment-type-label:hover {
  border-color: var(--color-cyan);
  background: rgba(0, 198, 255, 0.05);
}
.ucob-payment-type-item input:checked + .ucob-payment-type-label {
  border-color: var(--color-cyan);
  background: rgba(0, 198, 255, 0.1);
}
.ucob-payment-type-item input:checked + .ucob-payment-type-label .ucob-payment-type-description-icon:before {
  transform: scale(1);
}
.ucob-payment-type-item .ucob-payment-type-descicon-con {
  display: flex;
  align-items: center;
  width: 100%;
}
.ucob-payment-type-item .ucob-payment-type-description-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid var(--text-muted);
  margin-right: 15px;
  position: relative;
  flex-shrink: 0;
}
.ucob-payment-type-item .ucob-payment-type-description-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: var(--color-cyan);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}
.ucob-payment-type-item .ucob-payment-type-description p {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}
.ucob-payment-type-item .ucob-payment-type-image-con {
  margin-left: auto;
}
.ucob-payment-type-item .ucob-payment-type-image-con img {
  height: 30px;
  object-fit: contain;
}
.ucob-payment-type-item-login {
  background: var(--bg-surface-2);
  border-radius: 8px;
  padding: 20px;
  margin-top: 10px;
  border: 1px solid var(--border-subtle);
}
.ucob-payment-type-item-login label {
  color: var(--text-secondary);
  margin-bottom: 5px;
  display: block;
}
.ucob-payment-type-item-login input {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid var(--input-border);
  background: var(--input-bg);
  color: var(--input-text);
  margin-bottom: 15px;
}
.ucob-payment-type-item-login input:focus {
  border-color: var(--color-cyan);
  outline: none;
}
.ucob-payment-type-item-login button {
  background: var(--btn-primary-bg);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
}
.ucob-payment-type-item-login input[type=checkbox] {
  width: auto;
  margin-right: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .checkout {
    padding: 40px 0;
  }
  .u-chechout-body {
    margin-top: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
  }
  .ucob-inner {
    border-radius: 12px;
    margin-bottom: 20px;
  }
}
/* Modal Fix */
.custom--modal {
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.custom--modal.show {
  display: block;
}

/* Change Package Info */
.ucob-inner-info-result {
  padding: 0 20px 20px;
}

.ucob-change-package-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-surface-2);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--border-subtle);
  margin-top: 20px;
}
.ucob-change-package-info-price p {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-cyan);
  margin: 0;
}
.ucob-change-package-info-change a {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid var(--color-cyan);
  color: var(--color-cyan);
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
.ucob-change-package-info-change a:hover {
  background: var(--color-cyan);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 198, 255, 0.3);
}
