
/**
 * Beatsy Solutions Limited — Custom Styles (Organized)
 * Version: 1.0.0
 */

 /* =========================================================
   Beatsy CSS Variables & Themes
   ========================================================= */

:root {
    /* Bootstrap Colors */
    --bs-primary: #2C58BC;
    --bs-secondary: #FF6D3B;
    --bs-primary-rgb: 44, 88, 188;
    --bs-secondary-rgb: 255, 109, 59;

    /* Beatsy Brand Colors */
    --beatsy-blue: #2C58BC;
    --beatsy-blue-dark: #1E3F8A;
    --beatsy-blue-light: #EEF2FF;

    --beatsy-orange: #FF6D3B;
    --beatsy-orange-dark: #E55A2B;

    --beatsy-dark: #041527;
    --beatsy-dark-2: #08213A;

    /* Background and Text Colors */
    --beatsy-gray: #F4F6FB;
    --beatsy-text: #2C3E50;
    --beatsy-text-muted: #6C7B8A;

    /* Borders and Shadows */
    --beatsy-border: rgba(44, 88, 188, 0.12);
    --beatsy-shadow: 0 4px 25px rgba(44, 88, 188, 0.12);
    --beatsy-shadow-hover: 0 10px 40px rgba(44, 88, 188, 0.22);

    /* Layout */
    --beatsy-radius: 12px;
    --header-height: 80px;

    /* Typography */
    --font-primary: "Inter", sans-serif;
    --font-heading: "Ubuntu", "Futura", sans-serif;

    /* Transitions */
    --beatsy-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    /* Brand Gradient */
    --beatsy-primary-gradient: linear-gradient(
        278.54deg,
        #2C58BC 15.93%,
        #041527 98.7%
    );

    /* =====================================================
       Z-Index Hierarchy
       ===================================================== */

    --z-index-base: 1;
    --z-index-sticky: 1020;
    --z-index-header: 10000;
    --z-index-topbar: 10050;
    --z-index-dropdown: 11000;
    --z-index-overlay: 12000;
    --z-index-mobile-menu: 13000;
    --z-index-modal: 15000;
    --z-index-tooltip: 16000;
    --z-index-toast: 17000;
    --z-index-max: 2147483647;
}

/* ── Shared keyframe animations ── */
@keyframes bai-fadein {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

[data-bs-theme="dark"] {
  --beatsy-card-bg: #1a2340; --beatsy-section-bg: #0d1525; --beatsy-border: rgba(255, 255, 255, 0.08);
}

[data-bs-theme="light"] {
  --beatsy-card-bg: #ffffff; --beatsy-section-bg: #f4f6fb; --beatsy-border: rgba(44, 88, 188, 0.1);
}

[data-bs-theme="dark"] h1, [data-bs-theme="dark"] h2, [data-bs-theme="dark"] h3 {
  color: #fff;
}

[data-bs-theme="light"] .beatsy-header {
  background: #fff; border-bottom: none; box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
}

[data-bs-theme="light"] .logo-text-main {
  color: var(--beatsy-blue);
}

[data-bs-theme="light"] .logo-text-sub {
  color: var(--beatsy-orange);
}

[data-bs-theme="light"] .beatsy-header .nav-link {
  color: var(--beatsy-text);
}

[data-bs-theme="light"] .dark-icon {
  display: none;
}

[data-bs-theme="light"] .light-icon {
  display: block;
}



[data-bs-theme="dark"] .section-title .subtitle {
  background: rgba(44, 88, 188, 0.12);
}


/* ─── Typography Scale (Authoritative — h1 to h6, body, utilities) ─── */
body {
  font-family: var(--font-primary, 'Inter', sans-serif);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--beatsy-text, #334155);
}

/* Heading scale */
h1, .h1 { font-size: clamp(1.75rem, 3.5vw, 2.25rem); font-weight: 800; line-height: 1.15; letter-spacing: -0.025em; }
h2, .h2 { font-size: clamp(1.4rem, 2.8vw, 1.875rem); font-weight: 700; line-height: 1.2;  letter-spacing: -0.015em; }
h3, .h3 { font-size: clamp(1.15rem, 2.2vw, 1.5rem);  font-weight: 700; line-height: 1.25; letter-spacing: -0.01em;  }
h4, .h4 { font-size: clamp(1.0rem,  1.8vw, 1.25rem); font-weight: 600; line-height: 1.3;  }
h5, .h5 { font-size: clamp(0.92rem, 1.4vw, 1.0625rem); font-weight: 600; line-height: 1.4; }
h6, .h6 { font-size: 0.9375rem; font-weight: 600; line-height: 1.45; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--font-heading, 'Ubuntu', 'Poppins', sans-serif);
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0.5em;
}

/* Body text elements */
p {
  font-size: 0.97rem;
  line-height: 1.7;
  color: var(--beatsy-text, #334155);
  margin-bottom: 1rem;
}

li {
  font-size: 0.97rem;
  line-height: 1.65;
  color: var(--beatsy-text, #334155);
}

small, .small {
  font-size: 0.82rem;
  line-height: 1.55;
}

blockquote {
  font-size: 1.05rem;
  font-style: italic;
  border-left: 4px solid var(--beatsy-blue);
  padding-left: 1.25rem;
  color: #475569;
  margin: 1.5rem 0;
}

strong, b { font-weight: 700; }

/* ─── Utility Text Classes (replaces inline style= on labels) ─── */
.text-label    { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.7px; text-transform: uppercase; }
.text-label-sm { font-size: 0.7rem;  font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; }
.text-label-xs { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; }
.text-body-lg  { font-size: 1.05rem; line-height: 1.7; }
.text-body-sm  { font-size: 0.875rem; line-height: 1.6; }
.text-body-xs  { font-size: 0.78rem; line-height: 1.5; }
.text-caption  { font-size: 0.72rem; line-height: 1.45; color: #64748b; }

a {
  color: var(--beatsy-blue); text-decoration: none; transition: var(--beatsy-transition);
}

a:hover {
  color: var(--beatsy-blue-dark);
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, 
.text-white p, .text-white li, .text-white span, .text-white small {
  color: #fff !important;
}

.text-white a:not(.btn) {
  color: rgba(255, 255, 255, 0.8) !important;
}

.text-white a:not(.btn):hover {
  color: #fff !important;
}

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

.text-warning {
  color: var(--beatsy-orange) !important;
}

.topbar-social.text-success:hover {
  background: #25d366; border-color: #25d366;
}

body > section,
body > div:not(.beatsy-header):not(.mobile-menu):not(.body-overlay):not(.main-wrapper):not(.portal-main-wrapper) {
  isolation: isolate;
}

.tooltip {
  z-index: var(--z-index-tooltip) !important;
}

.toast {
  z-index: var(--z-index-toast) !important;
}

.floating-ai-btn {
  z-index: var(--z-index-overlay);
}

.main-wrapper {
  /* Removed stacking context to allow modals inside to layer above global header */
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

/* heading color in white-background contexts — dark slate for readability */
/* (All other heading font properties are set in the Typography Scale above) */

.gradient-text, 
.section-title h2 span, 
.hero-slide-content h1 span,
.display-5 span,
.text-primary,
[class*="text-gradient"] {
  background: none !important; -webkit-background-clip: initial !important; -webkit-text-fill-color: initial !important; color: var(--beatsy-blue) !important; background-clip: initial !important; text-fill-color: initial !important;
}

.text-warning, .logo-text-sub, .keyword-orange {
  color: var(--beatsy-orange) !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   UNIFIED BEATSY BUTTON DESIGN SYSTEM
   Standardized 3 sizes (sm, md, lg), slight border-radius (6px-8px),
   4 brand color themes (blue, orange, black, green + white) in solid & outline
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Base Button Overrides ──────────────────────────────────────────────── */
.btn {
  font-family: var(--font-primary, 'Inter', sans-serif);
  font-weight: 700;
  border-radius: 6px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  line-height: 1.4;
  text-decoration: none !important;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(0);
}

/* ── 3 Standardized Sizes ───────────────────────────────────────────────── */
.btn-lg, .btn-size-lg {
  padding: 12px 24px !important;
  font-size: 0.92rem !important;
  border-radius: 8px !important;
}

.btn-md, .btn-size-md, .btn:not(.btn-sm):not(.btn-lg) {
  padding: 8px 18px;
  font-size: 0.85rem;
  border-radius: 6px;
}

.btn-sm, .btn-size-sm {
  padding: 6px 14px !important;
  font-size: 0.78rem !important;
  border-radius: 6px !important;
}

/* ── 1. BLUE THEME (#2C58BC) ────────────────────────────────────────────── */
.btn-beatsy-blue, .btn-primary {
  background-color: #2C58BC !important;
  border-color: #2C58BC !important;
  color: #ffffff !important;
}
.btn-beatsy-blue:hover, .btn-primary:hover {
  background-color: #1e3f8a !important;
  border-color: #1e3f8a !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(44, 88, 188, 0.3);
}

.btn-outline-beatsy-blue, .btn-outline-primary {
  background-color: transparent !important;
  border: 1.5px solid #2C58BC !important;
  color: #2C58BC !important;
}
.btn-outline-beatsy-blue:hover, .btn-outline-primary:hover {
  background-color: #2C58BC !important;
  border-color: #2C58BC !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(44, 88, 188, 0.3);
}

/* ── 2. ORANGE THEME (#FF6D3B) ───────────────────────────────────────────── */
.btn-beatsy-orange, .btn-warning, .btn-topbar-orange, .btn-brand-orange {
  background-color: #FF6D3B !important;
  border-color: #FF6D3B !important;
  color: #ffffff !important;
}
.btn-beatsy-orange:hover, .btn-warning:hover, .btn-topbar-orange:hover, .btn-brand-orange:hover {
  background-color: #e55a2b !important;
  border-color: #e55a2b !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(255, 109, 59, 0.3);
}

.btn-outline-beatsy-orange, .btn-outline-warning {
  background-color: transparent !important;
  border: 1.5px solid #FF6D3B !important;
  color: #FF6D3B !important;
}
.btn-outline-beatsy-orange:hover, .btn-outline-warning:hover {
  background-color: #FF6D3B !important;
  border-color: #FF6D3B !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(255, 109, 59, 0.3);
}

/* ── 3. BLACK / DARK THEME (#041527) ─────────────────────────────────────── */
.btn-beatsy-dark, .btn-dark {
  background-color: #041527 !important;
  border-color: #041527 !important;
  color: #ffffff !important;
}
.btn-beatsy-dark:hover, .btn-dark:hover {
  background-color: #08213a !important;
  border-color: #08213a !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(4, 21, 39, 0.3);
}

.btn-outline-beatsy-dark, .btn-outline-dark, .btn-outline-secondary {
  background-color: transparent !important;
  border: 1.5px solid #041527 !important;
  color: #041527 !important;
}
.btn-outline-beatsy-dark:hover, .btn-outline-dark:hover, .btn-outline-secondary:hover {
  background-color: #041527 !important;
  border-color: #041527 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(4, 21, 39, 0.3);
}

/* ── 4. GREEN THEME (#198754) ────────────────────────────────────────────── */
.btn-beatsy-green, .btn-success {
  background-color: #198754 !important;
  border-color: #198754 !important;
  color: #ffffff !important;
}
.btn-beatsy-green:hover, .btn-success:hover {
  background-color: #146c43 !important;
  border-color: #146c43 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(25, 135, 84, 0.3);
}

.btn-outline-beatsy-green, .btn-outline-success {
  background-color: transparent !important;
  border: 1.5px solid #198754 !important;
  color: #198754 !important;
}
.btn-outline-beatsy-green:hover, .btn-outline-success:hover {
  background-color: #198754 !important;
  border-color: #198754 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(25, 135, 84, 0.3);
}

/* ── 5. WHITE THEME (#ffffff) ────────────────────────────────────────────── */
.btn-beatsy-white, .btn-light, .btn-topbar-white {
  background-color: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  color: #041527 !important;
}
.btn-beatsy-white:hover, .btn-light:hover, .btn-topbar-white:hover {
  background-color: #f8fafc !important;
  border-color: #cbd5e1 !important;
  color: #041527 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.btn-outline-beatsy-white, .btn-outline-light {
  background-color: transparent !important;
  border: 1.5px solid #ffffff !important;
  color: #ffffff !important;
}
.btn-outline-beatsy-white:hover, .btn-outline-light:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #041527 !important;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

/* ── Global: Enforce slight border-radius on ALL buttons (override rounded-pill on .btn) ── */
.btn.rounded-pill, a.btn.rounded-pill, button.btn.rounded-pill {
  border-radius: 8px !important;
}

/* ── Input group buttons retain right-side radius ── */
.input-group .btn {
  border-radius: 0 6px 6px 0 !important;
}

/* ── Portal page specific light buttons ── */
.portal-page .btn-light {
  background: rgba(44, 88, 188, 0.08) !important;
  border-color: rgba(44, 88, 188, 0.1) !important;
  color: var(--beatsy-blue) !important;
}
.portal-page .btn-light:hover {
  background: var(--beatsy-blue) !important;
  color: #fff !important;
}

/* ── Topbar buttons: full styling inherited + sizing + shape ── */
.btn-topbar-white {
  background-color: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  color: #041527 !important;
  border-radius: 6px !important;
  padding: 6px 15px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.btn-topbar-white:hover {
  background-color: #f8fafc !important;
  border-color: #cbd5e1 !important;
  color: #041527 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.btn-topbar-orange {
  background-color: #FF6D3B !important;
  border: 1.5px solid #FF6D3B !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  padding: 6px 15px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.btn-topbar-orange:hover {
  background-color: #e55a2b !important;
  border-color: #e55a2b !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 109, 59, 0.3);
}

/* ── Topbar User Dropdown ── */
.topbar-user-dropdown {
  position: relative;
  display: inline-block;
}
.topbar-user-dropdown .btn-topbar-white {
  cursor: pointer;
}
.topbar-user-dropdown .btn-topbar-white.dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
  transition: transform 0.2s ease;
}
.topbar-user-dropdown.show .btn-topbar-white.dropdown-toggle::after,
.topbar-user-dropdown:hover .btn-topbar-white.dropdown-toggle::after {
  transform: rotate(180deg);
}
.topbar-user-dropdown .topbar-user-menu {
  border-radius: 10px !important;
  min-width: 220px;
  background-color: var(--bs-card-bg, #ffffff) !important;
  border: 1px solid var(--beatsy-border, rgba(44, 88, 188, 0.12)) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
  z-index: var(--z-index-dropdown, 11000) !important;
  padding: 6px 0 !important;
  margin-top: 4px;
}
.topbar-user-dropdown .topbar-user-header {
  padding: 8px 16px 10px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 4px;
}
.topbar-user-dropdown .dropdown-item {
  padding: 8px 16px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: var(--bs-body-color, #2c3e50) !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  transition: all 0.15s ease !important;
}
.topbar-user-dropdown .dropdown-item:hover {
  background-color: rgba(44, 88, 188, 0.08) !important;
  color: var(--beatsy-blue) !important;
}
.topbar-user-dropdown .dropdown-item:hover i {
  color: var(--beatsy-blue) !important;
}
.topbar-user-dropdown .dropdown-item.text-danger:hover {
  background-color: rgba(220, 53, 69, 0.08) !important;
  color: #dc3545 !important;
}
.topbar-user-dropdown .dropdown-item.text-danger:hover i {
  color: #dc3545 !important;
}

[data-bs-theme="dark"] .topbar-user-dropdown .topbar-user-menu {
  background-color: #1a2340 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}
[data-bs-theme="dark"] .topbar-user-dropdown .topbar-user-header {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
[data-bs-theme="dark"] .topbar-user-dropdown .topbar-user-header .fw-bold {
  color: #ffffff !important;
}
[data-bs-theme="dark"] .topbar-user-dropdown .dropdown-item {
  color: #cbd5e1 !important;
}
[data-bs-theme="dark"] .topbar-user-dropdown .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
}

/* Hover Support on desktop */
@media (min-width: 992px) {
  .topbar-user-dropdown:hover > .topbar-user-menu {
    display: block;
    animation: dropFadeIn 0.2s ease;
  }
}

/* ── Topbar Icon Button (Dark Mode Toggle, etc.) ── */
.btn-topbar-icon {
  background-color: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  color: #041527 !important;
  border-radius: 6px !important;
  padding: 0 !important;
  width: 32px !important;
  height: 31px !important;
  font-size: 13px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  flex-shrink: 0;
}
.btn-topbar-icon:hover {
  background-color: #f8fafc !important;
  border-color: #cbd5e1 !important;
  color: var(--beatsy-blue) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
[data-bs-theme="dark"] .btn-topbar-icon {
  background-color: #1a2340 !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: #f8fafc !important;
}
[data-bs-theme="dark"] .btn-topbar-icon:hover {
  background-color: #243054 !important;
  color: #FF6D3B !important;
}

/* ─── Header & Topbar ────────────────────────────── */
.package-header .package-name {
  font-weight: 800; font-size: 1.35rem; color: var(--beatsy-dark); margin-bottom: 1rem;
}

.package-header .from-only {
  color: var(--beatsy-text-muted); font-weight: 700; font-size: 11px; margin-bottom: 5px; display: block; text-transform: uppercase;
}

.package-header .price-value {
  font-weight: 900; font-size: 1.5rem; color: var(--beatsy-blue); margin-bottom: 0px;
}

.package-header .price-suffix {
  color: var(--beatsy-text-muted); font-size: 13px; font-weight: 600;
}

.package-header .package-tagline {
  color: var(--beatsy-orange); font-weight: 600; font-size: 12.5px; margin-top: 1rem; margin-bottom: 1.25rem; display: block;
}

.beatsy-topbar {
  background: var(--beatsy-dark); z-index: var(--z-index-topbar, 10050) !important; position: relative;
}

.topbar-social {
  color: rgba(255, 255, 255, 0.7); text-decoration: none; width: 26px; height: 26px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.15); font-size: 11px; transition: var(--beatsy-transition);
}

.topbar-social:hover {
  color: #fff; background: var(--beatsy-blue); border-color: var(--beatsy-blue); transform: translateY(-2px);
}

.topbar-divider {
  width: 1px; height: 16px; background: rgba(255, 255, 255, 0.2); display: inline-block;
}

.beatsy-header {
  background: var(--beatsy-dark); position: sticky; top: 0; z-index: var(--z-index-header) !important; transition: var(--beatsy-transition); border-bottom: none;
}

.beatsy-header.header-sticky {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.beatsy-header .navbar-brand {
  padding: 0; font-family: var(--font-heading); font-weight: 800; font-size: 24px; letter-spacing: -0.5px; text-decoration: none; display: flex; align-items: center;
}

.beatsy-header .nav-link {
  color: rgba(255, 255, 255, 0.8); font-weight: 500; padding: 8px 8px !important; border-radius: 8px; transition: var(--beatsy-transition); font-size: 13.5px;
}

.beatsy-header .nav-link:hover,
.beatsy-header .nav-link.active {
  color: var(--beatsy-blue); background: rgba(44, 88, 188, 0.08);
}

.beatsy-header .nav-link.dropdown-toggle::after {
  margin-left: 6px;
}

/* Suppress Bootstrap's auto-caret on megamenu toggles; use our own icon */
.beatsy-header .nav-link.no-caret::after {
  display: none !important;
}

/* Our custom chevron icon next to menu labels */
.megamenu-chevron {
  font-size: 8px;
  margin-left: 2.5px;
  opacity: 0.65;
  transition: transform 0.2s ease;
}

.nav-item.dropdown.show .megamenu-chevron,
.nav-item:hover .megamenu-chevron {
  transform: rotate(180deg);
  opacity: 1;
}

.beatsy-dropdown {
  border: 1px solid var(--beatsy-border); border-radius: var(--beatsy-radius); padding: 8px; min-width: 220px; box-shadow: var(--beatsy-shadow); background: var(--beatsy-card-bg); z-index: var(--z-index-dropdown) !important; animation: dropFadeIn 0.2s ease;
}

.beatsy-dropdown .dropdown-item {
  border-radius: 8px; font-size: 13.5px; padding: 10px 15px; display: flex; align-items: center; gap: 10px; transition: var(--beatsy-transition); font-weight: 500; color: #333;
}

.beatsy-dropdown .dropdown-item:hover {
  background: var(--beatsy-blue); color: #fff !important;
}

.beatsy-dropdown .dropdown-item:hover i {
  color: #fff !important;
}

.header-icon-btn {
  background: transparent; border: 1px solid var(--beatsy-border); width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--beatsy-blue); transition: var(--beatsy-transition);
}

.header-icon-btn:hover {
  background: var(--beatsy-blue); color: #fff !important; border-color: var(--beatsy-blue);
}

.header-icon-btn:hover i {
  color: #fff !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0; left: 100%; margin-top: -8px; margin-left: 0;
}

.dropdown-submenu-left > .dropdown-menu {
  left: auto; right: 100%;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block; opacity: 1; visibility: visible;
}

.header-icon-btn:hover {
  background: var(--beatsy-blue); border-color: var(--beatsy-blue);
}

.beatsy-search-dropdown {
  min-width: 300px; border-radius: var(--beatsy-radius); border: 1px solid var(--beatsy-border); box-shadow: var(--beatsy-shadow);
}

/* ── Logo text sizing (refined for all devices) ── */
.logo-wrapper {
  font-size: 1.25rem !important;
  font-weight: 800;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap !important;
  flex-shrink: 0;
}
.logo-text-main {
  color: var(--beatsy-blue);
  font-weight: 800;
}
.logo-text-sub {
  color: var(--beatsy-orange);
  margin-left: 3px;
  font-weight: 800;
}

@media (max-width: 576px) {
  .logo-wrapper {
    font-size: 1.05rem !important;
  }
}

@media (max-width: 375px) {
  .logo-wrapper {
    font-size: 0.94rem !important;
  }
}

/* ── Mobile header action icons (search, bell, cart) ── */
.header-cart-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  color: var(--beatsy-blue);
  background: transparent;
  text-decoration: none;
  position: relative;
  transition: background 0.2s ease, color 0.2s ease;
  font-size: 13.5px;
  padding: 0;
  flex-shrink: 0;
}
.header-cart-icon:hover {
  background: rgba(44, 88, 188, 0.1);
  color: var(--beatsy-blue);
}
.header-cart-icon .cart-badge {
  top: -2px;
  right: -2px;
  min-width: 14px;
  height: 14px;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  padding: 2px 2px;
  border-radius: 100px;
}

/* Mobile inline search bar */
#mobileSearchBar {
  border-top: 1px solid var(--beatsy-border);
  background: #fff;
  padding: 8px 12px !important;
  animation: bai-fadein 0.2s ease;
}

.mobile-nav-link {
  display: block;
  padding: 10px 0;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--beatsy-border);
  color: #1a1a2e !important;
  font-size: 15px;
  transition: color 0.2s ease;
}
.mobile-nav-link:hover {
  color: var(--beatsy-blue) !important;
}

.sticky-top:not(.beatsy-header) {
  z-index: var(--z-index-sticky) !important;
}

.sticky-top:not(.beatsy-header) {
  top: calc(var(--header-height) + 16px) !important;
}

.footer-nav {
  list-style: none; padding: 0; margin: 0;
}

.footer-nav li {
  margin-bottom: 8px;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.55); text-decoration: none; font-size: 13.5px; transition: var(--beatsy-transition); display: flex; align-items: center; gap: 6px;
}

.footer-nav a:hover {
  color: var(--beatsy-blue); padding-left: 5px;
}

.beatsy-page-header {
  background: linear-gradient(135deg, var(--beatsy-dark) 0%, var(--beatsy-dark-2) 100%); padding: 80px 0 60px; position: relative; overflow: hidden;
}

.beatsy-page-header::before {
  content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 50%, rgba(0, 116, 217, 0.15), transparent 60%);
}

.portal-sidebar-nav {
  padding: 12px;
}

.portal-nav-link {
  display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 8px; color: inherit; text-decoration: none; font-weight: 500; font-size: 14px; transition: var(--beatsy-transition); margin-bottom: 2px;
}

.portal-nav-link:hover,
.portal-nav-link.active {
  background: rgba(0, 116, 217, 0.1); color: var(--beatsy-blue);
}

.beatsy-topbar {
  background: var(--beatsy-blue) !important; color: #fff !important; font-size: 13px; z-index: var(--z-index-topbar); position: relative;
}

.beatsy-header {
  background: #ffffff !important; box-shadow: 0 2px 20px rgba(0,0,0,0.06) !important; height: 80px; display: flex; align-items: center; z-index: var(--z-index-header) !important;
}

.navbar-brand {
  font-size: 26px !important; font-weight: 800 !important; display: flex !important; align-items: center !important;
}

.beatsy-header .nav-link {
  font-weight: 700 !important; color: #333 !important; font-size: 13.5px !important; letter-spacing: 0.2px; padding: 0 12px !important; line-height: 80px !important; display: flex !important; align-items: center !important; transition: var(--beatsy-transition); text-transform: uppercase;
}

.beatsy-header .nav-link:hover, 
.beatsy-header .nav-link.active {
  color: var(--beatsy-blue) !important;
}

.beatsy-header .dropdown-menu {
  margin-top: 0 !important; border: none !important; border-top: 3px solid var(--beatsy-blue) !important; box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important; border-radius: 0 0 10px 10px !important; padding: 10px 0 !important; z-index: 10001;
}

.beatsy-header .dropdown-item {
  padding: 8px 20px !important; line-height: 1.6 !important; font-size: 14px !important; font-weight: 500 !important; color: var(--beatsy-text) !important;
}

.beatsy-header .dropdown-item:hover {
  background-color: var(--beatsy-bg-light) !important; color: var(--beatsy-blue) !important; padding-left: 25px !important;
}

.header-actions {
  height: 80px; display: flex !important; align-items: center !important;
}

.header-icon-btn {
  background: none; border: none; color: #333 !important; font-size: 18px; padding: 10px; display: flex; align-items: center; justify-content: center;
}

/* ─── Hero & Slider ────────────────────────────── */
.beatsy-hero {
  background: linear-gradient(135deg, var(--beatsy-dark) 0%, var(--beatsy-dark-2) 100%); position: relative; overflow: hidden; padding: 20px 0 80px;
}

.beatsy-hero::before {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 30% 50%, rgba(44, 88, 188, 0.15) 0%, transparent 60%),
    radial-gradient(circle at 70% 20%, rgba(236, 88, 0, 0.08) 0%, transparent 50%);
}

.hero-particles {
  position: absolute; inset: 0; overflow: hidden; pointer-events: none;
}

.hero-particle {
  position: absolute; width: 4px; height: 4px; background: var(--beatsy-blue); border-radius: 50%; opacity: 0.4; animation: float 8s infinite ease-in-out;
}

.beatsy-hero {
  padding-top: 100px; position: relative; overflow: hidden;
}

.beatsy-main-slider {
  position: relative; overflow: visible; background: #ffffff;
}

.hero-slide {
  padding: 40px 0 80px; min-height: 500px; display: flex; align-items: center; position: relative; overflow: hidden; background: linear-gradient(135deg, #ffffff 0%, #dae9ff 100%);
}

.hero-slide-image img {
  max-width: 100%; height: auto; filter: drop-shadow(0 30px 60px rgba(44, 88, 188, 0.15));
}

/* ─── Components & Cards ────────────────────────────── */
label, .form-label {
  font-size: 13.5px; font-weight: 600; color: var(--beatsy-text); margin-bottom: 0.4rem; display: inline-block;
}

.package-card {
  background: var(--beatsy-card-bg); border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); padding: 2.25rem; height: 100%; display: flex; flex-direction: column; position: relative; transition: var(--beatsy-transition); border: 1px solid var(--beatsy-border); overflow: hidden;
}

.package-card:hover {
  transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); border-color: var(--beatsy-blue);
}

.package-card.featured {
  border: 2px solid var(--beatsy-blue);
  box-shadow: 0 12px 40px rgba(44, 88, 188, 0.18);
  background: linear-gradient(160deg, #eef2ff 0%, var(--beatsy-card-bg, #fff) 40%);
}

.package-card.featured:hover {
  box-shadow: 0 20px 60px rgba(44, 88, 188, 0.26);
}

.sash-popular {
  position: absolute;
  top: 18px;
  right: -42px;
  background: var(--beatsy-blue);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 50px;
  transform: rotate(40deg);
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(44,88,188,0.25);
  z-index: 5;
}

.form-control, .form-select {
  border-radius: 8px; border: 1px solid #ddd; padding: 10px 15px; font-size: 14px; transition: var(--beatsy-transition); background-color: #fff;
}

.form-control:focus, .form-select:focus {
  border-color: var(--beatsy-blue); box-shadow: 0 0 0 3px rgba(44, 88, 188, 0.1); outline: none;
}

.form-check-input {
  width: 18px; height: 18px; cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--beatsy-blue); border-color: var(--beatsy-blue);
}

.modal {
  z-index: var(--z-index-modal) !important;
}

.modal-backdrop {
  z-index: var(--z-index-modal-backdrop) !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important;
}

.swal2-container {
  z-index: var(--z-index-max) !important;
}

.beatsy-card {
  background: var(--beatsy-card-bg); border: 1px solid var(--beatsy-border); border-radius: var(--beatsy-radius); padding: 28px; transition: var(--beatsy-transition);
}

.beatsy-card:hover {
  border-color: var(--beatsy-blue); box-shadow: var(--beatsy-shadow-hover); transform: translateY(-5px);
}

.beatsy-card .card-icon {
  width: 56px; height: 56px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; background: rgba(44, 88, 188, 0.1); color: var(--beatsy-blue); transition: var(--beatsy-transition);
}

.beatsy-card:hover .card-icon {
  background: var(--beatsy-blue); color: #fff;
}

.pricing-card {
  background: var(--beatsy-card-bg); border: 1px solid var(--beatsy-border); border-radius: var(--beatsy-radius); padding: 32px; position: relative; transition: var(--beatsy-transition); height: 100%;
}

.pricing-card.featured {
  background: linear-gradient(135deg, var(--beatsy-blue), var(--beatsy-blue-dark)); border-color: var(--beatsy-blue); color: #fff;
}

.pricing-card:hover {
  transform: translateY(-8px); box-shadow: var(--beatsy-shadow-hover);
}

.pricing-card .featured-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--beatsy-orange); color: #fff; padding: 4px 20px; border-radius: 100px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px;
}

.pricing-card .price-amount {
  font-size: 42px; font-weight: 800; line-height: 1;
}

.pricing-card .price-period {
  font-size: 14px; opacity: 0.7; margin-left: 4px;
}

.pricing-card.featured .pricing-features li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.pricing-card.featured .feature-check {
  background: rgba(255, 255, 255, 0.15); color: #fff;
}

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

.stat-item .stat-number {
  font-size: 40px; font-weight: 800; color: #fff; line-height: 1;
}

.stat-item .stat-label {
  color: rgba(255, 255, 255, 0.75); font-size: 14px; margin-top: 4px;
}

.service-card {
  background: var(--beatsy-card-bg); border: 1px solid var(--beatsy-border); border-radius: var(--beatsy-radius); padding: 32px 24px; text-align: center; transition: var(--beatsy-transition); position: relative; overflow: hidden; height: 100%;
}

.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--beatsy-blue), var(--beatsy-orange)); opacity: 0; transition: var(--beatsy-transition);
}

.service-card:hover {
  transform: translateY(-8px); box-shadow: var(--beatsy-shadow-hover); border-color: var(--beatsy-blue);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card .service-icon {
  width: 70px; height: 70px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 20px; background: linear-gradient(135deg, rgba(0, 116, 217, 0.1), rgba(0, 116, 217, 0.05)); color: var(--beatsy-blue); transition: var(--beatsy-transition);
}

.service-card:hover .service-icon {
  background: var(--beatsy-blue); color: #fff; transform: scale(1.1);
}

.service-card.orange-accent .service-icon {
  color: var(--beatsy-orange); background: rgba(236, 88, 0, 0.1);
}

.service-card.orange-accent:hover .service-icon {
  background: var(--beatsy-orange); color: #fff;
}

.testimonial-card {
  background: var(--beatsy-card-bg); border: 1px solid var(--beatsy-border); border-radius: var(--beatsy-radius); padding: 28px; position: relative; transition: var(--beatsy-transition);
}

.testimonial-card:hover {
  box-shadow: var(--beatsy-shadow-hover);
}

.testimonial-card .quote-icon {
  font-size: 48px; color: var(--beatsy-blue); opacity: 0.15; position: absolute; top: 16px; right: 20px; line-height: 1;
}

.testimonial-card .stars {
  color: #ffc107; font-size: 14px;
}

.blog-card {
  background: var(--beatsy-card-bg); border: 1px solid var(--beatsy-border); border-radius: var(--beatsy-radius); overflow: hidden; transition: var(--beatsy-transition); height: 100%;
}

.blog-card:hover {
  transform: translateY(-6px); box-shadow: var(--beatsy-shadow-hover);
}

.blog-card .blog-img {
  width: 100%; aspect-ratio: 16/9; object-fit: cover; background: var(--beatsy-section-bg);
}

.blog-card .blog-content {
  padding: 20px;
}

.blog-card .blog-category {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--beatsy-blue); margin-bottom: 8px;
}

.blog-card .blog-title {
  font-size: 16px; font-weight: 700; line-height: 1.4; margin-bottom: 12px;
}

.blog-card .blog-title a {
  color: inherit; text-decoration: none;
}

.blog-card .blog-title a:hover {
  color: var(--beatsy-blue);
}

.newsletter-card {
  background: linear-gradient(135deg, var(--beatsy-dark), var(--beatsy-dark-2)); border: 1px solid rgba(0, 116, 217, 0.2); position: relative; overflow: hidden;
}

.newsletter-card::before {
  content: ''; position: absolute; right: -80px; top: -80px; width: 250px; height: 250px; border-radius: 50%; background: rgba(0, 116, 217, 0.08);
}

.portal-sidebar .portal-user-card {
  background: linear-gradient(135deg, var(--beatsy-blue), var(--beatsy-blue-dark)); padding: 24px; text-align: center;
}

.form-control,
.form-select {
  border-radius: 8px; padding: 10px 14px; border-color: var(--beatsy-border); font-size: 14.5px; transition: var(--beatsy-transition);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--beatsy-blue); box-shadow: 0 0 0 3px rgba(0, 116, 217, 0.12);
}

.form-label {
  font-weight: 600; font-size: 13.5px; margin-bottom: 6px;
}

.beatsy-accordion .accordion-item {
  border: 1px solid var(--beatsy-border); border-radius: var(--beatsy-radius) !important; margin-bottom: 10px; overflow: hidden;
}

.beatsy-accordion .accordion-button {
  font-weight: 600; font-size: 15px; background: var(--beatsy-card-bg); color: inherit; box-shadow: none;
}

.beatsy-accordion .accordion-button:not(.collapsed) {
  background: rgba(0, 116, 217, 0.06); color: var(--beatsy-blue);
}

.beatsy-accordion .accordion-button::after {
  filter: none;
}

/* FAQ Accordion Styling: Light Black & Italicized Answers */
.beatsy-faq-section .accordion-body,
.faq-category-pane .accordion-body,
.beatsy-accordion-clean .accordion-body,
.faq-answer-text {
  color: #374151 !important;
  font-style: italic;
  line-height: 1.6;
}

.beatsy-faq-section .accordion-body strong,
.beatsy-faq-section .accordion-body b,
.faq-category-pane .accordion-body strong,
.faq-category-pane .accordion-body b {
  color: #1f2937;
  font-weight: 600;
  font-style: italic;
}

[data-bs-theme="dark"] .beatsy-faq-section .accordion-body,
[data-bs-theme="dark"] .faq-category-pane .accordion-body,
[data-bs-theme="dark"] .beatsy-accordion-clean .accordion-body {
  color: #d1d5db !important;
  font-style: italic;
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-color: var(--beatsy-blue); border-color: var(--beatsy-blue);
}

.stat-label {
  font-size: 0.85rem; color: var(--beatsy-text-muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 0.5rem; display: block;
}

.stat-value {
  font-size: 1.5rem; font-weight: 700; color: var(--beatsy-blue); line-height: 1.2;
}

.modal-backdrop {
  z-index: var(--z-index-modal-backdrop) !important;
}

.modal {
  z-index: var(--z-index-modal) !important;
}

.swal2-container {
  z-index: var(--z-index-max) !important;
}

/* ─── Utilities ────────────────────────────── */
.py-6 {
  padding-top: 4.5rem !important; padding-bottom: 4.5rem !important;
}

.py-7 {
  padding-top: 6rem !important; padding-bottom: 6rem !important;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

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

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

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

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

.rounded-beatsy {
  border-radius: var(--beatsy-radius) !important;
}

.shadow-beatsy {
  box-shadow: var(--beatsy-shadow) !important;
}

.transition {
  transition: var(--beatsy-transition);
}

/* ─── Keyframes & Animations ────────────────────────────── */
@keyframes promoGradient {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes dropFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

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

@keyframes float {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.4;
  }

  50% {
    transform: translateY(-30px) rotate(180deg);
    opacity: 0.8;
  }
}

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

@keyframes letterBounce {

  0%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-12px);
  }
}

/* ─── Media Queries ────────────────────────────── */
@media (min-width: 1200px) {
  .beatsy-header .dropdown:hover>.dropdown-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 0;
    pointer-events: auto;
  }
}

@media (max-width: 1199px) {
  .beatsy-main-slider .hero-slide {
    padding: 70px 0 70px;
  }
}

@media (max-width: 991px) {
  .beatsy-header .nav-link {
    font-size: 13px;
  }

  .hero-particles .hero-particle {
    display: none;
  }
}

@media (max-width: 767px) {
  .beatsy-hero {
    padding: 80px 0 50px;
  }

  .section-title {
    margin-bottom: 32px;
  }

  .pricing-card {
    padding: 24px;
  }

  .stat-item .stat-number {
    font-size: 30px;
  }
}

/* ─── Other ────────────────────────────── */
h2, .h2 {
  font-size: 1.85rem !important; font-weight: 700;
}

h3, .h3 {
  font-size: 1.5rem !important; font-weight: 700;
}

h4, .h4 {
  font-size: 1.25rem !important; font-weight: 700;
}

h5, .h5 {
  font-size: 1.1rem !important; font-weight: 700;
}

h6, .h6 {
  font-size: 0.95rem !important; font-weight: 700;
}

.sash-popular {
  position: absolute; top: 30px; right: -55px; width: 180px; background: var(--beatsy-orange); color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; padding: 8px 0; text-align: center; transform: rotate(45deg); z-index: var(--z-index-base); box-shadow: 0 4px 10px rgba(236, 88, 0, 0.3);
}

.feature-list {
  list-style: none; padding: 0; margin: 1rem 0; flex-grow: 1;
}

.feature-list li {
  margin-bottom: 10px; font-size: 13.5px; color: var(--beatsy-text); display: flex; align-items: center; font-weight: 500;
}

.feature-list li i {
  color: #28a745; margin-right: 12px; font-size: 13px;
}

/* NOTE: Do NOT use background shorthand here — it resets Bootstrap's --bs-bg-opacity
   and breaks bg-opacity-* utilities (bg-opacity-10, bg-opacity-25, etc.).
   Bootstrap already uses --bs-primary-rgb set in :root for correct color. */
.bg-primary:not([class*="bg-opacity"]) {
  background-color: var(--beatsy-blue) !important;
}

/* bg-warning: use background-color (NOT shorthand) so bg-opacity-* still works.
   Solid bg-warning elements (AI badge, Newsletter badge, etc.) get Beatsy orange. */
.bg-warning:not([class*="bg-opacity"]) {
  background-color: var(--beatsy-orange) !important;
}

.border-primary {
  border-color: var(--beatsy-blue) !important;
}

.badge {
  display: inline-flex; align-items: center; justify-content: center; padding: 0.55em 1em; font-weight: 700; text-transform: uppercase; font-size: 10px; letter-spacing: 0.5px; color: #fff !important; border-radius: 8px; line-height: 1; vertical-align: middle;
}

.badge-sm {
  padding: 0.4em 0.8em; font-size: 9px;
}

.badge-lg {
  padding: 0.7em 1.2em; font-size: 11px;
}

.section-gap {
  margin-bottom: 5rem;
}

.bg-primary-gradient {
  background: var(--beatsy-primary-gradient) !important;
}

.bg-primary-gradient h1,
.bg-primary-gradient h2,
.bg-primary-gradient h3,
.bg-primary-gradient h4,
.bg-primary-gradient p,
.bg-primary-gradient span,
.bg-primary-gradient button {
  color: #fff !important;
}

.beatsy-promo-bar {
  background: linear-gradient(90deg, var(--beatsy-orange), #ff6b1a, var(--beatsy-orange)); background-size: 200% 100%; animation: promoGradient 4s ease infinite; z-index: var(--z-index-topbar); position: relative;
}

.logo-text-main {
  color: var(--beatsy-blue);
}

.logo-text-sub {
  color: var(--beatsy-orange); margin-left: 6px;
}

.cart-badge {
  position: absolute; top: -6px; right: -6px; background: var(--beatsy-orange); color: #fff; width: 18px; height: 18px; border-radius: 50%; font-size: 10px; display: flex; align-items: center; justify-content: center; font-weight: 700;
}

.theme-switcher-btn {
  background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.8); width: 36px; height: 36px; border-radius: 8px; cursor: pointer; transition: var(--beatsy-transition); display: inline-flex; align-items: center; justify-content: center;
}

.theme-switcher-btn:hover {
  background: var(--beatsy-blue); color: #fff;
}

.dark-icon {
  display: block;
}

.light-icon {
  display: none;
}

.mobile-menu,
.portal-mobile-menu {
  top: 0;
  left: -320px;
  width: 300px;
  height: 100vh;
  z-index: var(--z-index-mobile-menu);
  padding: 30px 24px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: block !important;
  background: #ffffff !important;
}

.mobile-menu.active,
.portal-mobile-menu.active {
  left: 0;
}

.mobile-menu .close-menu,
.portal-mobile-menu .close-menu {
  top: 16px;
  right: 16px;
  background: rgba(0, 0, 0, 0.07);
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a2e;
}

/* Submenu — clean and reliable accordion */
.mobile-submenu {
  display: none;
  padding: 4px 0 6px 14px;
  border-left: 2px solid var(--beatsy-blue);
  margin-top: 4px;
  margin-bottom: 8px;
}

li.has-mobile-sub.open > .mobile-submenu {
  display: block !important;
  animation: bai-fadein 0.2s ease;
}

.mobile-submenu a {
  display: block;
  padding: 7px 8px;
  font-size: 14px;
  color: #374151 !important;
  text-decoration: none;
  border-radius: 6px;
  transition: var(--beatsy-transition);
}

.mobile-submenu a:hover {
  color: var(--beatsy-blue) !important;
  background: var(--beatsy-blue-light);
}

/* Mobile has-mobile-sub chevron rotation */
.has-mobile-sub > a .fa-chevron-down {
  transition: transform 0.25s ease;
}
.has-mobile-sub.open > a .fa-chevron-down {
  transform: rotate(180deg);
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: var(--z-index-overlay);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.body-overlay.overlay-on,
.body-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#scrollTopBtn {
  position: fixed; bottom: 100px; right: 30px; width: 44px; height: 44px; background: var(--beatsy-blue); color: #fff; border: none; border-radius: 10px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: var(--z-index-topbar); opacity: 0; transform: translateY(20px); transition: var(--beatsy-transition); box-shadow: var(--beatsy-shadow);
}

#scrollTopBtn.show {
  opacity: 1; transform: translateY(0);
}

#scrollTopBtn:hover {
  background: var(--beatsy-blue-dark); transform: translateY(-3px); box-shadow: var(--beatsy-shadow-hover);
}

.section-title {
  margin-bottom: 48px;
}

.section-title .subtitle {
  display: inline-flex; align-items: center; gap: 8px; color: var(--beatsy-blue); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px; background: var(--beatsy-blue-light); padding: 5px 14px; border-radius: 100px; border: 1px solid rgba(44, 88, 188, 0.2); margin-bottom: 16px;
}

.section-title h2 {
  font-size: clamp(26px, 4vw, 42px); line-height: 1.25;
}

.gradient-text {
  background: linear-gradient(120deg, var(--beatsy-blue), var(--beatsy-orange)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

.alt-bg {
  background: var(--beatsy-section-bg);
}

.pricing-features {
  list-style: none; padding: 0; margin: 20px 0;
}

.pricing-features li {
  padding: 8px 0; border-bottom: 1px solid var(--beatsy-border); display: flex; align-items: center; gap: 10px; font-size: 14px;
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-features li .feature-check {
  width: 20px; height: 20px; border-radius: 50%; background: rgba(44, 88, 188, 0.1); color: var(--beatsy-blue); display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0;
}

.beatsy-domain-search {
  background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--beatsy-radius); padding: 6px; display: flex; gap: 8px; max-width: 600px;
}

.beatsy-domain-search input {
  flex: 1; background: transparent; border: none; color: #fff; padding: 10px 16px; font-size: 15px; outline: none;
}

.beatsy-domain-search input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.beatsy-domain-search select {
  background: rgba(255, 255, 255, 0.1); border: none; color: #fff; padding: 8px 12px; border-radius: 8px; outline: none; cursor: pointer;
}

.beatsy-domain-search select option {
  background: var(--beatsy-dark);
}

.beatsy-domain-search.search-light {
  background: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.beatsy-domain-search.search-light input {
  color: #1a2f6e;
}

.beatsy-domain-search.search-light input::placeholder {
  color: rgba(26, 47, 110, 0.5);
}

.beatsy-domain-search.search-light select {
  background: rgba(0, 0, 0, 0.05);
  color: #1a2f6e;
}

.beatsy-domain-search.search-light select option {
  background: #ffffff;
  color: #1a2f6e;
}

/* Light container domain results overrides */
.search-light-container .domain-result-card h6 {
  color: #212529 !important;
}

.search-light-container .domain-result-card .text-white {
  color: #212529 !important;
}

.search-light-container .domain-result-card .text-white-50 {
  color: #6c757d !important;
}

.search-light-container .domain-result-card .btn-outline-light {
  color: #212529 !important;
  border-color: #212529 !important;
}

.search-light-container .domain-result-card .btn-outline-light:hover {
  background-color: #212529 !important;
  color: #ffffff !important;
}

.tld-chips {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px;
}

.tld-chip {
  background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.75); padding: 4px 14px; border-radius: 100px; font-size: 13px; cursor: pointer; transition: var(--beatsy-transition); text-decoration: none; display: inline-flex; align-items: center; gap: 6px;
}

.tld-chip:hover,
.tld-chip.active {
  background: var(--beatsy-blue); border-color: var(--beatsy-blue); color: #fff;
}

.tld-chip .price {
  color: var(--beatsy-orange); font-weight: 600; font-size: 12px;
}

.beatsy-stats {
  background: var(--beatsy-blue); padding: 40px 0;
}

.feature-item {
  display: flex; gap: 16px; margin-bottom: 24px;
}

.feature-icon-wrap {
  width: 48px; height: 48px; border-radius: 12px; background: rgba(0, 116, 217, 0.1); color: var(--beatsy-blue); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; transition: var(--beatsy-transition);
}

.feature-item:hover .feature-icon-wrap {
  background: var(--beatsy-blue); color: #fff;
}

.testimonial-avatar {
  width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2px solid var(--beatsy-blue);
}

.blog-meta {
  font-size: 12.5px; color: var(--beatsy-text-muted);
}

.beatsy-newsletter {
  background: var(--beatsy-section-bg);
}

.beatsy-footer {
  background: var(--beatsy-dark); color: rgba(255, 255, 255, 0.75); background-attachment: fixed; background-size: cover; background-position: center;
}

.footer-brand .footer-desc {
  font-size: 14px; color: rgba(255, 255, 255, 0.55); line-height: 1.7; max-width: 340px;
}

.footer-contact-item {
  display: flex; align-items: flex-start; gap: 10px; padding: 6px 0; font-size: 13.5px; color: rgba(255, 255, 255, 0.65); text-decoration: none; transition: var(--beatsy-transition);
}

.footer-contact-item:hover {
  color: rgba(255, 255, 255, 0.9);
}

.footer-widget-title {
  font-size: 14px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 18px; position: relative; padding-bottom: 10px;
}

.footer-widget-title::after {
  content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background: var(--beatsy-blue);
}

.footer-socials .footer-social-icon {
  width: 36px; height: 36px; border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.1); display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, 0.65); text-decoration: none; font-size: 14px; transition: var(--beatsy-transition);
}

.footer-social-icon:hover {
  background: var(--beatsy-blue); border-color: var(--beatsy-blue); color: #fff; transform: translateY(-3px);
}

.footer-whatsapp:hover {
  background: #25d366 !important; border-color: #25d366 !important;
}

.payment-badge {
  background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.65); padding: 4px 10px; border-radius: 6px; font-size: 12.5px; display: inline-flex; align-items: center; gap: 5px;
}

.mpesa-badge {
  font-weight: 700;
}

.trust-badge {
  display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: rgba(255, 255, 255, 0.6);
}

.footer-copyright {
  background: rgba(0, 0, 0, 0.2); padding: 16px 0;
}

.footer-legal-links a {
  color: rgba(255, 255, 255, 0.5); text-decoration: none; font-size: 12.5px; transition: var(--beatsy-transition);
}

.footer-legal-links a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.65); text-decoration: none;
}

.breadcrumb-item a:hover {
  color: #fff;
}

.breadcrumb-item.active {
  color: var(--beatsy-blue);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.3);
}

.highlight-box {
  background: linear-gradient(135deg, rgba(0, 116, 217, 0.08), rgba(236, 88, 0, 0.04)); border: 1px solid rgba(0, 116, 217, 0.15); border-radius: var(--beatsy-radius); padding: 24px; position: relative;
}

.highlight-box::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: linear-gradient(to bottom, var(--beatsy-blue), var(--beatsy-orange)); border-radius: 4px 0 0 4px;
}

.portal-sidebar {
  background: var(--beatsy-card-bg); border: 1px solid var(--beatsy-border); border-radius: var(--beatsy-radius); padding: 0; overflow: hidden;
}

.alert {
  border-radius: var(--beatsy-radius); border: none; font-size: 14px;
}

.alert-success {
  background: rgba(40, 167, 69, 0.1); color: #28a745; border-left: 4px solid #28a745;
}

.alert-danger {
  background: rgba(220, 53, 69, 0.1); color: #dc3545; border-left: 4px solid #dc3545;
}

.alert-warning {
  background: rgba(255, 193, 7, 0.1); color: #e6a800; border-left: 4px solid #ffc107;
}

.alert-info {
  background: rgba(0, 116, 217, 0.1); color: var(--beatsy-blue); border-left: 4px solid var(--beatsy-blue);
}

.badge-sm {
  font-size: 10px; padding: 3px 7px;
}

.swiper-pagination-bullet-active {
  background: var(--beatsy-blue) !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--beatsy-blue) !important; background: rgba(255, 255, 255, 0.1); width: 44px; height: 44px; border-radius: 50%; backdrop-filter: blur(10px);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px !important;
}

.loader-wrap {
  position: fixed; inset: 0; z-index: var(--z-index-modal);
}

.preloader {
  position: absolute; inset: 0; background: var(--beatsy-dark); display: flex; align-items: center; justify-content: center;
}

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

.spinner {
  width: 60px; height: 60px; border: 3px solid rgba(0, 116, 217, 0.2); border-top: 3px solid var(--beatsy-blue); border-radius: 50%; animation: spin 0.8s linear infinite; margin: 0 auto 20px;
}

.txt-loading {
  display: flex; gap: 4px; justify-content: center;
}

.letters-loading {
  color: #fff; font-size: 20px; font-weight: 800; font-family: var(--font-heading); animation: letterBounce 1.2s ease infinite;
}

.letters-loading:nth-child(1) {
  animation-delay: 0.0s; color: var(--beatsy-blue);
}

.letters-loading:nth-child(2) {
  animation-delay: 0.1s;
}

.letters-loading:nth-child(3) {
  animation-delay: 0.2s;
}

.letters-loading:nth-child(4) {
  animation-delay: 0.3s;
}

.letters-loading:nth-child(5) {
  animation-delay: 0.4s; color: var(--beatsy-orange);
}

.letters-loading:nth-child(6) {
  animation-delay: 0.5s;
}

.beatsy-cta {
  background: linear-gradient(135deg, var(--beatsy-blue), var(--beatsy-blue-dark)); padding: 70px 0; position: relative; overflow: hidden;
}

.beatsy-cta::before {
  content: ''; position: absolute; right: -100px; bottom: -100px; width: 400px; height: 400px; border-radius: 50%; background: rgba(236, 88, 0, 0.1);
}

.beatsy-cta-orange {
  background: linear-gradient(135deg, var(--beatsy-orange), var(--beatsy-orange-dark));
}

.domain-result-item {
  display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-radius: 8px; background: var(--beatsy-card-bg); border: 1px solid var(--beatsy-border); margin-bottom: 8px;
}

.domain-result-item.available {
  border-color: #28a745;
}

.domain-result-item.taken {
  border-color: #dc3545; opacity: 0.75;
}

.beatsy-ai-search-wrap {
  width: 100%; max-width: 850px; margin: -60px auto 0; position: relative; z-index: var(--z-index-base); padding: 0 20px;
}

.beatsy-ai-search-box {
  background: #fff; border: 1px solid rgba(0, 0, 0, 0.05); border-radius: 20px; padding: 28px 40px; box-shadow: 0 25px 60px rgba(44, 88, 188, 0.15);
}

.ai-search-input-group {
  display: flex; align-items: center; background: #f1f4f9; padding: 6px; border-radius: 50px; border: 1px solid rgba(0,0,0,0.05); transition: var(--beatsy-transition);
}

.ai-search-input-group:focus-within {
  background: #fff; box-shadow: 0 10px 25px rgba(44, 88, 188, 0.1); border-color: var(--beatsy-blue);
}

.ai-search-input-group input {
  flex: 1; background: transparent; border: none; padding: 10px 20px; font-size: 15px; outline: none !important; color: var(--beatsy-text);
}

.ai-search-btn {
  background: var(--beatsy-blue); color: #fff; border: none; padding: 12px 30px; border-radius: 50px; font-weight: 700;
}



/* ═══ Page Component Styles: consulting.php ═══ */
.pricing-section { background-color: #f8fafc; padding: 100px 0; }
    
    .package-card {
        background: #fff; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.04);
        padding: 2.75rem; height: 100%; display: flex; flex-direction: column;
        position: relative; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); 
        border: 1px solid rgba(0,0,0,0.05); overflow: hidden;
    }
    .package-card:hover { transform: translateY(-10px); box-shadow: 0 20px 60px rgba(44, 88, 188, 0.08); border-color: #2C58BC; }
    
    .sash-popular {
        position: absolute; top: 30px; right: -55px; width: 180px; background: #FF6D3B; color: #fff;
        font-size: 11px; font-weight: 800; text-transform: uppercase; padding: 8px 0;
        text-align: center; transform: rotate(45deg); z-index: 2; box-shadow: 0 4px 15px rgba(255, 109, 59, 0.2);
    }
    
    .package-header .package-name { font-weight: 800; font-size: 1.4rem; color: #041527; margin-bottom: 0.5rem; letter-spacing: -0.5px; }
    .package-header .from-only { color: #2C58BC; font-weight: 800; font-size: 10px; margin-bottom: 5px; display: block; text-transform: uppercase; letter-spacing: 1px; }
    .package-header .price-value { font-weight: 900; font-size: 1.75rem; color: #041527; margin-bottom: 0px; }
    .package-header .price-suffix { color: #718096; font-size: 12px; font-weight: 600; }
    .package-header .package-tagline { color: #FF6D3B; font-weight: 700; font-size: 14px; margin: 1.25rem 0; display: block; min-height: 40px; }
    
    .feature-list { list-style: none; padding: 0; margin: 1rem 0; flex-grow: 1; }
    .feature-list li { margin-bottom: 12px; font-size: 14px; color: #4a5568; display: flex; align-items: start; font-weight: 500; }
    .feature-list li i { color: #2C58BC; margin-right: 12px; font-size: 14px; margin-top: 4px; }
    
    .expand-trigger {
        background: rgba(44, 88, 188, 0.04); border: none; color: #2C58BC; font-size: 12px; font-weight: 700;
        display: flex; align-items: center; justify-content: center; width: 100%;
        padding: 10px 0; margin-bottom: 1.5rem; transition: all 0.3s; border-radius: 8px;
    }
    .expand-trigger:hover { background: rgba(44, 88, 188, 0.08); }
    .expand-trigger i { margin-left: 8px; font-size: 9px; transition: transform 0.3s; }
    .expand-trigger[aria-expanded="true"] i { transform: rotate(180deg); }
    
    .card-actions { display: flex; flex-direction: row; gap: 10px; }
    .btn-main { background-color: #FF6D3B; color: #fff; border: none; border-radius: 10px; padding: 14px 10px; font-weight: 700; font-size: 13px; text-decoration: none; text-align: center; flex: 1.5; transition: all 0.3s; box-shadow: 0 4px 15px rgba(255, 109, 59, 0.2); }
    .btn-main:hover { background-color: #2C58BC; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(44, 88, 188, 0.3); }
    .btn-outline-beatsy { border: 2px solid rgba(44, 88, 188, 0.1); color: #041527; background: transparent; border-radius: 10px; padding: 12px 10px; font-weight: 700; font-size: 13px; text-align: center; text-decoration: none; flex: 1; transition: all 0.3s; }
    .btn-outline-beatsy:hover { border-color: #2C58BC; background: #2C58BC; color: #fff; }

    .consulting-areas { padding: 100px 0; background: #fff; }
    .area-card {
        padding: 3rem 2.5rem; text-align: center; border-radius: 24px; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        border: 1px solid #f1f5f9; height: 100%; background: #ffffff;
    }
    .area-card:hover { transform: translateY(-8px); border-color: #2C58BC; box-shadow: 0 15px 45px rgba(44, 88, 188, 0.08); }
    .area-icon {
        width: 80px; height: 80px; background: #f4f7ff; color: #2C58BC;
        border-radius: 20px; display: flex; align-items: center; justify-content: center;
        font-size: 32px; margin: 0 auto 2rem; transition: all 0.3s;
    }
    .area-card:hover .area-icon { background: #2C58BC; color: #fff; transform: rotate(10deg); }


/* ═══ Page Component Styles: digital-marketing.php ═══ */
/* ── Software Hero ─────────────────────────────────────────────── */
.software-hero {
    background: linear-gradient(278.54deg, #2C58BC 15.93%, #041527 98.7%);
    position: relative;
    overflow: hidden;
    padding: 52px 0 58px;
    color: #fff;
}
.sh-bg-img {
    position: absolute;
    inset: 0;
    background-image: url('<?= APP_URL . "/assets/img/home/hero-slide-1.jpg" ?>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
}
.software-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 60%, rgba(44, 88, 188, 0.35) 0%, transparent 55%),
        radial-gradient(circle at 85% 20%, rgba(255, 109, 59, 0.12) 0%, transparent 45%);
    z-index: 0;
    pointer-events: none;
}
.software-hero .container { position: relative; z-index: 1; }
.sh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.20);
    color: rgba(255,255,255,0.92);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 20px;
    backdrop-filter: blur(6px);
}
.sh-eyebrow .dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #FF6D3B;
    animation: pulseOrange 2s infinite;
    flex-shrink: 0;
}
@keyframes pulseOrange {
    0%   { box-shadow: 0 0 0 0 rgba(255,109,59,.8); }
    70%  { box-shadow: 0 0 0 8px rgba(255,109,59,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,109,59,0); }
}
.software-hero h1 {
    font-family: 'Ubuntu', 'Futura', sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 2.6rem);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 24px;
}
.software-hero h1 .hl { color: #FF6D3B; }
.software-hero .sh-lead {
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 24px;
    max-width: 540px;
    line-height: 1.6;
}
.sh-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}
.btn-sh-primary {
    background: #FF6D3B;
    color: #fff;
    font-weight: 700;
    font-size: 14.5px;
    padding: 13px 32px;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 22px rgba(255,109,59,0.35);
}
.btn-sh-primary:hover {
    background: #e55a2b;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255,109,59,0.45);
}
.btn-sh-outline {
    background: transparent;
    color: rgba(255,255,255,0.90);
    font-weight: 700;
    font-size: 14.5px;
    padding: 12px 28px;
    border-radius: 8px;
    border: 2px solid rgba(255,255,255,0.30);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(4px);
}
.btn-sh-outline:hover {
    border-color: rgba(255,255,255,0.70);
    background: rgba(255,255,255,0.10);
    color: #fff;
    transform: translateY(-3px);
}
.sh-featured-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sh-featured-img img {
    max-width: 100%;
    animation: shFloat 5s ease-in-out infinite;
    filter: drop-shadow(0 24px 48px rgba(0,0,0,0.40));
    position: relative;
    z-index: 2;
}
@keyframes shFloat {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-18px); }
}
.sh-featured-img::after {
    content: '';
    position: absolute;
    width: 360px; height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(44,88,188,0.35) 0%, transparent 70%);
    z-index: 1;
    animation: glowPulse 4s ease-in-out infinite;
}
@keyframes glowPulse {
    0%, 100% { transform: scale(1); opacity: 0.7; }
    50%       { transform: scale(1.12); opacity: 1; }
}
.sh-trust-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.10);
}
.sh-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: rgba(255,255,255,0.70);
    font-weight: 500;
}
.sh-trust-item i {
    color: #6ee7b7;
    font-size: 15px;
}

/* ── Showcase Card Styles ───────────────────────────────────────── */
.showcase-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 24px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    gap: 16px;
    transition: opacity 0.4s ease, transform 0.4s ease;
    max-width: 540px;
}
.showcase-card.fade-transition {
    opacity: 0;
    transform: translateY(8px);
}
.showcase-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(255, 109, 59, 0.15);
    border: 1px solid rgba(255, 109, 59, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.showcase-icon-wrapper i {
    color: #FF6D3B;
    font-size: 20px;
}
.showcase-content {
    flex-grow: 1;
}
.showcase-tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6ee7b7;
    margin-bottom: 2px;
}
.showcase-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px;
    font-family: 'Poppins', sans-serif;
}
.showcase-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.45;
    margin-bottom: 0;
}

/* ── Package Styles ────────────────────────────────────────────── */
.package-card {
    background: var(--beatsy-card-bg);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 2.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid var(--beatsy-border);
    overflow: hidden;
}
.package-card:hover { 
    transform: translateY(-8px); 
    box-shadow: 0 15px 40px rgba(0,0,0,0.08); 
    border-color: var(--beatsy-blue); 
}
.sash-popular {
    position: absolute; top: 30px; right: -55px; width: 180px; background: #EC5800; color: #fff;
    font-size: 11px; font-weight: 800; text-transform: uppercase; padding: 8px 0;
    text-align: center; transform: rotate(45deg); z-index: 2; box-shadow: 0 4px 10px rgba(236, 88, 0, 0.3);
}
.package-header .package-name { font-weight: 800; font-size: 1.35rem; color: #041527; margin-bottom: 1rem; }
.package-header .from-only { color: #718096; font-weight: 700; font-size: 11px; margin-bottom: 5px; display: block; text-transform: uppercase; }
.package-header .price-value { font-weight: 900; font-size: 1.5rem; color: #0074D9; margin-bottom: 0px; }
.package-header .price-suffix { color: #4a5568; font-size: 13px; font-weight: 600; }
.package-header .package-tagline { color: #ff851b; font-weight: 600; font-size: 12.5px; margin-top: 1rem; margin-bottom: 1.25rem; display: block; }
.feature-list { list-style: none; padding: 0; margin: 1rem 0; flex-grow: 1; }
.feature-list li { margin-bottom: 10px; font-size: 13.5px; color: #4a5568; display: flex; align-items: center; font-weight: 500; }
.feature-list li i { color: #28a745; margin-right: 12px; font-size: 13px; }

/* ── Add-on Styles ─────────────────────────────────────────────── */
.addon-card {
    background: var(--beatsy-card-bg);
    border: 1px solid var(--beatsy-border);
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: var(--beatsy-transition);
}
.addon-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--beatsy-shadow-hover);
    border-color: var(--beatsy-blue);
}
.addon-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: rgba(44, 88, 188, 0.08);
    color: var(--beatsy-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
    transition: var(--beatsy-transition);
}
.addon-card:hover .addon-icon {
    background: var(--beatsy-blue);
    color: #fff;
}
.addon-title {
    font-size: 14.5px;
    font-weight: 700;
    color: #041527;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}
.addon-desc {
    font-size: 12.5px;
    color: var(--beatsy-text-muted);
    line-height: 1.5;
    margin-bottom: 16px;
    flex-grow: 1;
}
.addon-btn {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 100px;
    padding: 6px 16px;
}

@media (max-width: 991px) {
    .software-hero { padding: 40px 0 44px; }
    .sh-featured-img { margin-top: 32px; }
    .sh-featured-img::after { width: 220px; height: 220px; }
}

.service-overview-card {
            background: #fff; border: 1px solid #e8edf5; border-radius: 16px;
            padding: 1.75rem; display: flex; flex-direction: column;
            transition: all 0.3s ease;
        }
        .service-overview-card:hover {
            transform: translateY(-6px); box-shadow: 0 16px 40px rgba(44,88,188,0.1);
            border-color: #2C58BC;
        }


/* ═══ Page Component Styles: business-email-hosting.php ═══ */
.glass-morph-dark {
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.pulse-green {
    width: 12px;
    height: 12px;
    background: #28a745;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(40, 167, 69, 0.4);
    animation: pulse-green 2s infinite;
}
@keyframes pulse-green {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(40, 167, 69, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(40, 167, 69, 0); }
}
.object-fit-cover { object-fit: cover; }
.min-vh-50 { min-height: 480px; }
.rounded-5 { border-radius: 2rem !important; }
.border-white-10 { border-color: rgba(255,255,255,0.1) !important; }


/* ═══ Page Component Styles: domain-registration.php ═══ */
/* Custom overrides to bypass browser CSS caching */
.search-light-container {
    background: #ffffff !important;
    border: 1px solid rgba(44, 88, 188, 0.08) !important;
    box-shadow: 0 15px 40px rgba(44, 88, 188, 0.06) !important;
}

.beatsy-domain-search.search-light {
    background: #ffffff !important;
    border: 1px solid rgba(44, 88, 188, 0.2) !important;
    box-shadow: 0 4px 12px rgba(44, 88, 188, 0.03) !important;
    border-radius: var(--beatsy-radius) !important;
    transition: all 0.3s ease;
}

.beatsy-domain-search.search-light:focus-within {
    border-color: var(--beatsy-blue) !important;
    box-shadow: 0 4px 20px rgba(44, 88, 188, 0.1) !important;
}

.beatsy-domain-search.search-light input {
    color: #1a2f6e !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
}

.beatsy-domain-search.search-light input::placeholder {
    color: rgba(26, 47, 110, 0.45) !important;
}

.beatsy-domain-search.search-light select {
    background-color: #f1f4f9 !important;
    color: #1a2f6e !important;
    border: 1px solid rgba(44, 88, 188, 0.15) !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    padding: 8px 32px 8px 14px !important;
    cursor: pointer !important;
    min-width: 115px;
    height: 48px;
}

.beatsy-domain-search.search-light select option {
    background: #ffffff !important;
    color: #1a2f6e !important;
}

/* Light container domain results overrides */
.search-light-container .domain-result-card h6 {
    color: #212529 !important;
}

.search-light-container .domain-result-card .text-white {
    color: #212529 !important;
}

.search-light-container .domain-result-card .text-white-50 {
    color: #6c757d !important;
}

.search-light-container .domain-result-card .btn-outline-light {
    color: #212529 !important;
    border-color: #212529 !important;
}

.search-light-container .domain-result-card .btn-outline-light:hover {
    background-color: #212529 !important;
    color: #ffffff !important;
}


/* ═══ Page Component Styles: shared-hosting.php ═══ */
.glass-morph-dark {
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.pulse-green {
    width: 12px;
    height: 12px;
    background: #28a745;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(40, 167, 69, 0.4);
    animation: pulse-green 2s infinite;
}
@keyframes pulse-green {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(40, 167, 69, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(40, 167, 69, 0); }
}
.object-fit-cover { object-fit: cover; }
.min-vh-50 { min-height: 400px; }
.rounded-5 { border-radius: 2rem !important; }


/* ═══ Page Component Styles: ssl-certificates.php ═══ */
.glass-morph-dark {
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.pulse-green {
    width: 12px;
    height: 12px;
    background: #28a745;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(40, 167, 69, 0.4);
    animation: pulse-green 2s infinite;
}
@keyframes pulse-green {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(40, 167, 69, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(40, 167, 69, 0); }
}
.object-fit-cover { object-fit: cover; }
.min-vh-50 { min-height: 480px; }
.rounded-5 { border-radius: 2rem !important; }
.border-white-10 { border-color: rgba(255,255,255,0.1) !important; }


/* ═══ Page Component Styles: vps-and-cloud-hosting.php ═══ */
.table-comparison th { background: #f8f9fa; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 1px; }
.table-comparison td { vertical-align: middle; padding: 1.25rem 1rem; }
.check-icon { color: #28a745; }
.cross-icon { color: #dc3545; }
.vps-feature-card { border-radius: 1.5rem; transition: all 0.3s ease; }
.vps-feature-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important; }

.glass-morph-dark {
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.pulse-green {
    width: 12px;
    height: 12px;
    background: #28a745;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(40, 167, 69, 0.4);
    animation: pulse-green 2s infinite;
}
@keyframes pulse-green {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(40, 167, 69, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(40, 167, 69, 0); }
}
.object-fit-cover { object-fit: cover; }
.min-vh-50 { min-height: 480px; }
.rounded-5 { border-radius: 2rem !important; }
.transition-hover { transition: all 0.3s ease; }
.transition-hover:hover { transform: translateY(-5px); }


/* ═══ Page Component Styles: pricing-comparison.php ═══ */
.comparison-table { 
    font-family: 'Plus Jakarta Sans', 'Inter', system-ui, -apple-system, sans-serif; 
    border-collapse: separate; 
    border-spacing: 0; 
}
.comparison-table thead th { 
    background: var(--beatsy-dark) !important; 
    border: none !important; 
    padding: 1.75rem 1rem !important; 
    color: #fff !important; 
    vertical-align: middle; 
}
.comparison-table thead th .plan-name { 
    font-size: 1.05rem; 
    font-weight: 800; 
    letter-spacing: -0.3px; 
    margin-bottom: 2px; 
}
.comparison-table thead th .plan-label { 
    font-size: 0.65rem; 
    font-weight: 700; 
    opacity: 0.4; 
    text-transform: uppercase; 
    letter-spacing: 1.5px; 
}
.comparison-table tbody td { 
    padding: 1.15rem 1rem !important; 
    font-size: 0.95rem; 
    color: var(--beatsy-muted); 
    border-bottom: 1px solid rgba(0,0,0,0.04) !important; 
}
.comparison-table tbody td:first-child { 
    font-weight: 700; 
    color: var(--beatsy-dark); 
    letter-spacing: -0.2px; 
    text-align: left !important; 
    padding-left: 2rem !important; 
    background: #fbfcfd; 
    width: 220px;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.table-group-header td { 
    background: #f8fafc !important; 
    color: var(--beatsy-blue) !important; 
    font-size: 0.7rem !important; 
    font-weight: 800 !important; 
    letter-spacing: 2.5px; 
    text-transform: uppercase; 
    padding: 1rem 2.5rem !important; 
    border-top: 1px solid rgba(0,0,0,0.05) !important; 
}
.comparison-table .price-val { 
    font-weight: 800; 
    color: var(--beatsy-dark); 
    font-size: 1.2rem; 
    letter-spacing: -0.5px; 
}
.comparison-table .price-val-yearly { 
    color: var(--beatsy-muted); 
    font-size: 0.9rem; 
    font-weight: 600; 
}
.comparison-table .feature-icon { 
    font-size: 1.2rem; 
}
.comparison-table .text-muted-small {
    font-size: 0.75rem;
    color: var(--beatsy-muted);
    display: block;
    margin-top: 4px;
}

.shadow-beatsy { box-shadow: 0 15px 45px rgba(0,0,0,0.1) !important; }
.transition-hover { transition: all 0.3s ease; }
.transition-hover:hover { transform: translateY(-5px); }


/* ═══ Page Component Styles: web-design-and-development.php ═══ */
/* ── Software Hero ─────────────────────────────────────────────── */
.software-hero {
    background: linear-gradient(278.54deg, #2C58BC 15.93%, #041527 98.7%);
    position: relative;
    overflow: hidden;
    padding: 52px 0 58px;
    color: #fff;
}
.sh-bg-img {
    position: absolute;
    inset: 0;
    background-image: url('<?= $bg_img ?>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
}
.software-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 60%, rgba(44, 88, 188, 0.35) 0%, transparent 55%),
        radial-gradient(circle at 85% 20%, rgba(255, 109, 59, 0.12) 0%, transparent 45%);
    z-index: 0;
    pointer-events: none;
}
.software-hero .container { position: relative; z-index: 1; }
.sh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.20);
    color: rgba(255,255,255,0.92);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 20px;
    backdrop-filter: blur(6px);
}
.sh-eyebrow .dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #FF6D3B;
    animation: pulseOrange 2s infinite;
    flex-shrink: 0;
}
@keyframes pulseOrange {
    0%   { box-shadow: 0 0 0 0 rgba(255,109,59,.8); }
    70%  { box-shadow: 0 0 0 8px rgba(255,109,59,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,109,59,0); }
}
.software-hero h1 {
    font-family: 'Ubuntu', 'Futura', sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 2.6rem);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 10px;
}
.software-hero h1 .hl { color: #FF6D3B; }
.software-hero .sh-lead {
    font-size: 14.5px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 20px;
    max-width: 520px;
    line-height: 1.55;
}
.sh-selling-points {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sh-selling-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: rgba(255,255,255,0.88);
    font-weight: 500;
    line-height: 1.4;
}
.sh-selling-points li .sp-icon {
    width: 22px; height: 22px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    display: flex; align-items: center; justify-content: center;
    font-size: 10px;
    color: #6ee7b7;
    margin-top: 1px;
}
.sh-selling-points li strong { color: #fff; font-weight: 700; }
.sh-pricing-callout {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    font-weight: 500;
}
.sh-pricing-callout .callout-pkg-name {
    color: #fff;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.14);
    padding: 3px 10px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    letter-spacing: 0.2px;
}
.sh-pricing-callout .callout-sep {
    opacity: 0.6;
    margin: 0 2px;
}
.sh-pricing-callout .price-pill {
    background: #FF6D3B;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    padding: 4px 14px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 14px rgba(255,109,59,0.40);
}
.sh-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}
.btn-sh-primary {
    background: #FF6D3B;
    color: #fff;
    font-weight: 700;
    font-size: 14.5px;
    padding: 13px 32px;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 22px rgba(255,109,59,0.35);
}
.btn-sh-primary:hover {
    background: #e55a2b;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255,109,59,0.45);
}
.btn-sh-outline {
    background: transparent;
    color: rgba(255,255,255,0.90);
    font-weight: 700;
    font-size: 14.5px;
    padding: 12px 28px;
    border-radius: 8px;
    border: 2px solid rgba(255,255,255,0.30);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(4px);
}
.btn-sh-outline:hover {
    border-color: rgba(255,255,255,0.70);
    background: rgba(255,255,255,0.10);
    color: #fff;
    transform: translateY(-3px);
}
.sh-featured-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sh-featured-img::after {
    content: '';
    position: absolute;
    width: 360px; height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(44,88,188,0.35) 0%, transparent 70%);
    z-index: 1;
    animation: glowPulse 4s ease-in-out infinite;
}
@keyframes glowPulse {
    0%, 100% { transform: scale(1); opacity: 0.7; }
    50%       { transform: scale(1.12); opacity: 1; }
}
.sh-trust-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.10);
}
.sh-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    font-weight: 500;
}
.sh-trust-item i {
    color: #6ee7b7;
    font-size: 15px;
}

/* ── Terminal Mockup ────────────────────────────────────────────── */
.terminal-window {
    background: #030a16;
    border: 1px solid rgba(44, 88, 188, 0.4);
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 40px rgba(44, 88, 188, 0.15);
    overflow: hidden;
    font-family: 'Fira Code', 'Courier New', Courier, monospace;
    width: 100%;
    max-width: 520px;
    height: 310px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    animation: shFloat 6s ease-in-out infinite;
}
.terminal-header {
    background: #061730;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(44, 88, 188, 0.2);
}
.terminal-title {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    letter-spacing: 0.5px;
}
.terminal-dots {
    display: flex;
    gap: 6px;
}
.terminal-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}
.terminal-dot.red { background: #ff5f56; }
.terminal-dot.yellow { background: #ffbd2e; }
.terminal-dot.green { background: #27c93f; }

.terminal-body {
    padding: 16px;
    flex-grow: 1;
    font-size: 12.5px;
    line-height: 1.55;
    color: #cbd5e1;
    overflow-y: auto;
    text-align: left;
}
.term-prompt { color: #38bdf8; font-weight: bold; }
.term-cmd { color: #f1f5f9; }
.term-success { color: #4ade80; }
.term-info { color: #a78bfa; }
.term-muted { color: #64748b; }

.term-cursor {
    display: inline-block;
    width: 7px;
    height: 14px;
    background: #FF6D3B;
    margin-left: 2px;
    animation: termBlink 1s step-end infinite;
    vertical-align: middle;
}
@keyframes termBlink {
    from, to { background-color: transparent }
    50% { background-color: #FF6D3B }
}
@keyframes shFloat {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-12px); }
}

@media (max-width: 991px) {
    .software-hero { padding: 40px 0 44px; }
    .sh-featured-img { margin-top: 32px; }
}


/* ═══ Page Component Styles: project_view.php ═══ */
.project-detail-hero {
        background: linear-gradient(135deg, var(--beatsy-blue) 0%, #1a3673 100%) !important;
        padding: 60px 0;
        position: relative;
        overflow: hidden;
    }
    .project-detail-hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 80% 50%, rgba(236, 88, 0, 0.15) 0%, transparent 60%);
        pointer-events: none;
    }
    .hero-meta-badge {
        background: rgba(255, 255, 255, 0.15);
        color: #fff;
        backdrop-filter: blur(5px);
        font-weight: 700;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 1px;
        padding: 6px 16px;
        border-radius: 50px;
    }
    .feature-img-wrapper {
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 0 15px 40px rgba(0,0,0,0.06);
        background: #fff;
    }
    .feature-img {
        width: 100%;
        height: auto;
        max-height: 480px;
        object-fit: cover;
        display: block;
    }
    .spec-sidebar {
        position: sticky;
        top: 100px;
    }
    .spec-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .spec-item:last-child {
        border-bottom: none;
    }
    .screenshot-thumb-card {
        cursor: pointer;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid rgba(0,0,0,0.08);
        box-shadow: 0 4px 10px rgba(0,0,0,0.02);
    }
    .screenshot-thumb-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }
    .status-badge {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 0.5px;
        padding: 4px 12px;
        border-radius: 50px;
    }


/* ═══ Page Component Styles: student-project-assistance.php ═══ */
/* ── Software Hero ─────────────────────────────────────────────── */
.software-hero {
    background: linear-gradient(278.54deg, #2C58BC 15.93%, #041527 98.7%);
    position: relative;
    overflow: hidden;
    padding: 52px 0 58px;
    color: #fff;
}
.sh-bg-img {
    position: absolute; inset: 0;
    background-image: url('<?= APP_URL ?>/assets/img/home/hero-slide-1.jpg');
    background-repeat: no-repeat; background-position: center center; background-size: cover;
    opacity: 0.15; z-index: 0; pointer-events: none;
}
.software-hero::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 15% 60%, rgba(44, 88, 188, 0.35) 0%, transparent 55%), radial-gradient(circle at 85% 20%, rgba(255, 109, 59, 0.12) 0%, transparent 45%);
    z-index: 0; pointer-events: none;
}
.software-hero .container { position: relative; z-index: 1; }
.sh-eyebrow {
    display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.20);
    color: rgba(255,255,255,0.92); font-size: 12px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase;
    padding: 6px 16px; border-radius: 100px; margin-bottom: 20px; backdrop-filter: blur(6px);
}
.sh-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: #FF6D3B; animation: pulseOrange 2s infinite; flex-shrink: 0; }
@keyframes pulseOrange { 0% { box-shadow: 0 0 0 0 rgba(255,109,59,.8); } 70% { box-shadow: 0 0 0 8px rgba(255,109,59,0); } 100% { box-shadow: 0 0 0 0 rgba(255,109,59,0); } }
.software-hero h1 { font-family: 'Ubuntu', 'Futura', sans-serif; font-size: clamp(1.75rem, 3.5vw, 2.6rem); font-weight: 800; line-height: 1.15; color: #fff; margin-bottom: 10px; }
.software-hero h1 .hl { color: #FF6D3B; }
.software-hero .sh-lead { font-size: 14.5px; color: rgba(255,255,255,0.75); margin-bottom: 20px; max-width: 520px; line-height: 1.55; }
.sh-selling-points { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 8px; }
.sh-selling-points li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: rgba(255,255,255,0.88); font-weight: 500; line-height: 1.4; }
.sh-selling-points li .sp-icon { width: 22px; height: 22px; flex-shrink: 0; border-radius: 50%; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 10px; color: #6ee7b7; margin-top: 1px; }
.sh-selling-points li strong { color: #fff; font-weight: 700; }
.sh-ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn-sh-primary { background: #FF6D3B; color: #fff; font-weight: 700; font-size: 14.5px; padding: 13px 32px; border-radius: 8px; border: none; text-decoration: none; transition: all 0.3s cubic-bezier(0.4,0,0.2,1); display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 6px 22px rgba(255,109,59,0.35); }
.btn-sh-primary:hover { background: #e55a2b; color: #fff; transform: translateY(-3px); box-shadow: 0 10px 30px rgba(255,109,59,0.45); }
.btn-sh-outline { background: transparent; color: rgba(255,255,255,0.90); font-weight: 700; font-size: 14.5px; padding: 12px 28px; border-radius: 8px; border: 2px solid rgba(255,255,255,0.30); text-decoration: none; transition: all 0.3s cubic-bezier(0.4,0,0.2,1); display: inline-flex; align-items: center; gap: 8px; backdrop-filter: blur(4px); }
.btn-sh-outline:hover { border-color: rgba(255,255,255,0.70); background: rgba(255,255,255,0.10); color: #fff; transform: translateY(-3px); }
.sh-featured-img { position: relative; display: flex; align-items: center; justify-content: center; }
.sh-featured-img img { max-width: 100%; animation: shFloat 5s ease-in-out infinite; filter: drop-shadow(0 24px 48px rgba(0,0,0,0.40)); position: relative; z-index: 2; }
@keyframes shFloat { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-18px); } }
.sh-featured-img::after { content: ''; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(44,88,188,0.35) 0%, transparent 70%); z-index: 1; animation: glowPulse 4s ease-in-out infinite; }
@keyframes glowPulse { 0%, 100% { transform: scale(1); opacity: 0.7; } 50% { transform: scale(1.12); opacity: 1; } }
.sh-trust-bar { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.10); }
.sh-trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.65); font-weight: 500; }
.sh-trust-item i { color: #6ee7b7; font-size: 15px; }
@media (max-width: 991px) { .software-hero { padding: 40px 0 44px; } .sh-featured-img { margin-top: 32px; } .sh-featured-img::after { width: 220px; height: 220px; } }

/* ─── Global Frontend Layout: Edge-to-Edge Body & Centered Content ────────────── */
body {
  margin: 0 !important;
  padding: 0 !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px !important;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px !important;
  }
}

@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1560px !important;
  }
}

/* ─── BEATSY MODERN MEGA MENU SYSTEM ────────────────────────────── */

.beatsy-header {
  position: sticky;
  top: 0;
  z-index: 10000;
  background: #ffffff;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

[data-bs-theme="dark"] .beatsy-header {
  background: #0b1329;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.beatsy-nav-uppercase .nav-link {
  font-family: var(--font-primary);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.25px;
  color: #1e293b;
  padding: 0.75rem 0.55rem !important;
  display: flex;
  align-items: center;
  gap: 3px;
  transition: color 0.2s ease;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .beatsy-nav-uppercase .nav-link {
    font-size: 0.73rem;
    padding: 0.75rem 0.42rem !important;
    letter-spacing: 0.15px;
  }
}

[data-bs-theme="dark"] .beatsy-nav-uppercase .nav-link {
  color: #e2e8f0;
}

.beatsy-nav-uppercase .nav-link:hover,
.beatsy-nav-uppercase .nav-link.active,
.beatsy-nav-uppercase .nav-item.show > .nav-link {
  color: var(--beatsy-blue);
}

[data-bs-theme="dark"] .beatsy-nav-uppercase .nav-link:hover,
[data-bs-theme="dark"] .beatsy-nav-uppercase .nav-link.active,
[data-bs-theme="dark"] .beatsy-nav-uppercase .nav-item.show > .nav-link {
  color: #60a5fa;
}

/* Page Overlay behind Desktop Megamenu */
.beatsy-megamenu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.06);
  z-index: 9990;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.beatsy-megamenu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ═══ DESKTOP MEGAMENU POSITIONING ══════════════════════════════ */
@media (min-width: 1200px) {

  /* ── Full-width mega menu (SOLUTIONS, HOSTING, AI SOLUTIONS, CONSULTING) ── */
  .nav-item.has-megamenu.megamenu-full-width {
    position: static !important;
  }

  .beatsy-header .container {
    position: relative;
  }

  .nav-item.has-megamenu.megamenu-full-width > .beatsy-megamenu-dropdown {
    position: absolute !important;
    top: 100% !important;
    left: 12px !important;
    right: 12px !important;
    width: calc(100% - 24px) !important;
    min-width: 0 !important;
    transform: translateY(8px) !important;
  }

  /* ── Positioned megamenus: relative to their parent nav item ─── */
  .nav-item.has-megamenu:not(.megamenu-full-width) {
    position: relative;
  }

  /* Base dropdown styles */
  .beatsy-megamenu-dropdown {
    position: absolute !important;
    top: calc(100% + 6px) !important;
    margin-top: 0 !important;
    padding: 1.75rem 2.25rem 1.5rem 2.25rem !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 18px !important;
    box-shadow: 0 24px 50px rgba(44, 88, 188, 0.14) !important;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.22s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.22s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0.22s;
    pointer-events: none;
    z-index: 10050;
  }

  /* RESOURCES: 860px wide, anchored rightwards with left expansion (0 right overflow) */
  .nav-item.megamenu-resources > .beatsy-megamenu-dropdown {
    left: auto !important;
    right: -40px !important;
    width: 860px !important;
    min-width: 860px !important;
  }

  /* COMPANY: 820px wide, anchored rightwards from COMPANY (0 right overflow) */
  .nav-item.megamenu-company > .beatsy-megamenu-dropdown {
    left: auto !important;
    right: 0 !important;
    width: 820px !important;
    min-width: 820px !important;
  }

  /* Hover & Show state for all megamenus */
  .nav-item.has-megamenu:hover > .beatsy-megamenu-dropdown,
  .nav-item.has-megamenu.show > .beatsy-megamenu-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  [data-bs-theme="dark"] .beatsy-megamenu-dropdown {
    background: #0f172a !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5) !important;
  }
}

/* Megamenu Category Header */
.megamenu-cat-title {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--beatsy-blue);
  margin-bottom: 0.85rem;
  padding: 0.45rem 0.65rem;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
}

.megamenu-cat-title i {
  width: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  font-size: 0.85rem;
  flex-shrink: 0;
}

[data-bs-theme="dark"] .megamenu-cat-title {
  color: #60a5fa;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

/* Individual Megamenu Item Link */
.beatsy-megamenu-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0.6rem;
  border-radius: 10px;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.2s ease;
  margin-bottom: 0.25rem;
}

.beatsy-megamenu-item:hover {
  background: #f8fafc;
  transform: translateX(3px);
}

[data-bs-theme="dark"] .beatsy-megamenu-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.beatsy-megamenu-item .item-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(44, 88, 188, 0.08);
  color: var(--beatsy-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.95rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.beatsy-megamenu-item:hover .item-icon {
  background: var(--beatsy-blue);
  color: #ffffff;
}

.beatsy-megamenu-item .item-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 1px;
  line-height: 1.25;
  display: block;
}

[data-bs-theme="dark"] .beatsy-megamenu-item .item-title {
  color: #f8fafc;
}

.beatsy-megamenu-item:hover .item-title {
  color: var(--beatsy-blue);
}

[data-bs-theme="dark"] .beatsy-megamenu-item:hover .item-title {
  color: #60a5fa;
}

.beatsy-megamenu-item .item-desc {
  font-size: 0.75rem;
  color: #64748b;
  margin-bottom: 0;
  line-height: 1.35;
  display: block;
  font-weight: 400;
}

[data-bs-theme="dark"] .beatsy-megamenu-item .item-desc {
  color: #94a3b8;
}

/* Featured Panel Cards */
.megamenu-featured-card {
  background: url('../img/menu/placeholder.jpg') center center / cover no-repeat;
  border-radius: 12px;
  padding: 1.25rem;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
 /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.08);*/
}

.megamenu-featured-card .badge {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.megamenu-featured-card h6 {
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.megamenu-featured-card p {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.8rem;
  line-height: 1.45;
  margin-bottom: 1rem;
}

.btn-beatsy-orange {
  background: var(--beatsy-orange) !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 700;
  transition: all 0.2s ease;
}

.btn-beatsy-orange:hover {
  background: #e55a2b !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(255, 109, 59, 0.4);
}

.btn-outline-beatsy-blue {
  border: 1px solid var(--beatsy-blue) !important;
  color: var(--beatsy-blue) !important;
  background: transparent !important;
  font-weight: 600;
}

.btn-outline-beatsy-blue:hover {
  background: var(--beatsy-blue) !important;
  color: #ffffff !important;
}

/* Bottom banner inside solutions megamenu */
.megamenu-bottom-banner {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

[data-bs-theme="dark"] .megamenu-bottom-banner {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

/* Megamenu Bottom Banner Circle Badge & High-Contrast Icons */
.megamenu-banner-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.25rem;
  flex-shrink: 0;
  line-height: 1;
}

.megamenu-banner-icon.icon-solid-orange {
  background: #ff6d3b !important;
  color: #ffffff !important;
}

.megamenu-banner-icon.icon-solid-blue {
  background: #2c58bc !important;
  color: #ffffff !important;
}

.megamenu-banner-icon.icon-orange {
  background: rgba(255, 109, 59, 0.15) !important;
  color: #ff6d3b !important;
}

.megamenu-banner-icon.icon-blue {
  background: rgba(44, 88, 188, 0.12) !important;
  color: #2c58bc !important;
}

.megamenu-banner-icon i {
  display: inline-block !important;
  line-height: 1;
}

/* Ensure button CTA icons on orange buttons are always bright white */
.btn-beatsy-orange i,
.btn-topbar-orange i,
.btn-brand-orange i {
  color: #ffffff !important;
  display: inline-block;
}

.text-brand-orange {
  color: #ff6d3b !important;
}

/* ═════════════════════════════════════════════════════════════════════
   SOFTWARE / SERVICE HERO FRAGMENT  (hero_software.php)
   ═════════════════════════════════════════════════════════════════════ */

.software-hero {
  background: linear-gradient(278.54deg, #2C58BC 15.93%, #041527 98.7%);
  position: relative;
  overflow: hidden;
  padding: 52px 0 58px;
  color: #fff;
}

/* Background image — URL is injected as inline style on .sh-bg-img element */
.sh-bg-img {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

.software-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 60%, rgba(44, 88, 188, 0.35) 0%, transparent 55%),
    radial-gradient(circle at 85% 20%, rgba(255, 109, 59, 0.12) 0%, transparent 45%);
  z-index: 0;
  pointer-events: none;
}

.software-hero .container { position: relative; z-index: 1; }

.sh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.20);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
  backdrop-filter: blur(6px);
}

.sh-eyebrow .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF6D3B;
  animation: pulseOrange 2s infinite;
  flex-shrink: 0;
}

@keyframes pulseOrange {
  0%   { box-shadow: 0 0 0 0 rgba(255, 109, 59, .8); }
  70%  { box-shadow: 0 0 0 8px rgba(255, 109, 59, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 109, 59, 0); }
}

.software-hero h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 10px;
}

.software-hero h1 .hl { color: #FF6D3B; }

.software-hero .sh-lead {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
  max-width: 520px;
  line-height: 1.55;
}

.sh-selling-points {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sh-selling-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
  line-height: 1.4;
}

.sh-selling-points li .sp-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #6ee7b7;
  margin-top: 1px;
}

.sh-selling-points li strong { color: #fff; font-weight: 700; }

.sh-pricing-callout {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

.sh-pricing-callout .callout-pkg-name {
  color: #fff;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.14);
  padding: 3px 10px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  letter-spacing: 0.2px;
}

.sh-pricing-callout .callout-sep {
  opacity: 0.6;
  margin: 0 2px;
}

.sh-pricing-callout .price-pill {
  background: #FF6D3B;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  padding: 4px 14px;
  border-radius: 6px;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 14px rgba(255, 109, 59, 0.40);
}

.sh-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.btn-sh-primary {
  background: #FF6D3B;
  color: #fff;
  font-weight: 700;
  font-size: 14.5px;
  padding: 13px 32px;
  border-radius: 6px;
  border: none;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 22px rgba(255, 109, 59, 0.35);
}

.btn-sh-primary:hover {
  background: #e55a2b;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 109, 59, 0.45);
}

.btn-sh-outline {
  background: transparent;
  color: rgba(255, 255, 255, 0.90);
  font-weight: 700;
  font-size: 14.5px;
  padding: 12px 28px;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.30);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(4px);
}

.btn-sh-outline:hover {
  border-color: rgba(255, 255, 255, 0.70);
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  transform: translateY(-2px);
}

.sh-featured-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sh-featured-img img {
  max-width: 100%;
  animation: shFloat 5s ease-in-out infinite;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.40));
  position: relative;
  z-index: 2;
}

@keyframes shFloat {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-18px); }
}

.sh-featured-img::after {
  content: '';
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(44, 88, 188, 0.35) 0%, transparent 70%);
  z-index: 1;
  animation: glowPulse 4s ease-in-out infinite;
}

@keyframes glowPulse {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50%       { transform: scale(1.12); opacity: 1; }
}

.sh-trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.sh-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
}

.sh-trust-item i {
  color: #6ee7b7;
  font-size: 15px;
}

@media (max-width: 991px) {
  .software-hero { padding: 40px 0 44px; }
  .sh-featured-img { margin-top: 32px; }
  .sh-featured-img::after { width: 220px; height: 220px; }
}

/* ═════════════════════════════════════════════════════════════════════
   SOFTWARE PACKAGES SECTION  (packages_view.php)
   ═════════════════════════════════════════════════════════════════════ */

.beatsy-software-section {
  background-color: #f6f9fc;
  padding: 5rem 0;
}

.package-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  border: 1px solid transparent;
  overflow: hidden;
}

.package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-color: #edf2f7;
}

.sash-popular {
  position: absolute;
  top: 30px;
  right: -55px;
  width: 180px;
  background: #EC5800;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 8px 0;
  text-align: center;
  transform: rotate(45deg);
  z-index: 2;
  box-shadow: 0 4px 10px rgba(236, 88, 0, 0.3);
}

.package-header .package-name {
  font-weight: 800;
  font-size: 1.35rem;
  color: #041527;
  margin-bottom: 1rem;
}

.package-header .from-only {
  color: #718096;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
}

.package-header .price-value {
  font-weight: 900;
  font-size: 1.5rem;
  color: #0074D9;
  margin-bottom: 0;
}

.package-header .price-suffix {
  color: #4a5568;
  font-size: 13px;
  font-weight: 600;
}

.package-header .package-tagline {
  color: #ff851b;
  font-weight: 600;
  font-size: 12.5px;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  display: block;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  flex-grow: 1;
}

.feature-list li {
  margin-bottom: 10px;
  font-size: 13.5px;
  color: #4a5568;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.feature-list li i {
  color: #28a745;
  margin-right: 12px;
  font-size: 13px;
}

.expand-trigger {
  background: none;
  border: none;
  color: #718096;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 0;
  margin-bottom: 1.25rem;
  transition: color 0.2s ease;
  cursor: pointer;
}

.expand-trigger:hover { color: #0074D9; }

.expand-trigger i {
  margin-left: 8px;
  font-size: 9px;
  transition: transform 0.3s ease;
}

.expand-trigger[aria-expanded="true"] i { transform: rotate(180deg); }

.hidden-features { margin-top: -5px; margin-bottom: 10px; }

.card-actions {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.btn-main {
  background-color: #EC5800;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 10px;
  font-weight: 700;
  font-size: 13px;
  transition: background 0.25s ease;
  text-decoration: none;
  text-align: center;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-main:hover { background-color: #0074D9; color: #fff; }

.btn-outline-beatsy {
  border: 2px solid #0074D9;
  color: #041527;
  background: transparent;
  border-radius: 6px;
  padding: 10px 10px;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  transition: background 0.25s ease, color 0.2s ease;
  text-decoration: none;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-outline-beatsy:hover { background: #0074D9; color: #fff; }

/* Package section heading replacements for inline styles */
.pkg-pricing-badge {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: #FF6D3B;
  background: rgba(255, 109, 59, 0.12);
  padding: 5px 20px;
  border-radius: 9999px;
  font-size: 12px;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
}

.pkg-section-heading {
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  color: #041527;
  letter-spacing: -0.5px;
  margin-bottom: 0.75rem;
}

.pkg-section-sub {
  font-size: 15.5px;
  color: #718096;
}

/* Add-ons cards */
.addon-card {
  text-align: center;
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.addon-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(44, 88, 188, 0.08);
}

.addon-card .addon-title {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #0f172a;
}

.addon-card .addon-price {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--beatsy-orange);
  margin-bottom: 0.5rem;
}

.addon-card .addon-desc {
  font-size: 0.78rem;
  line-height: 1.55;
  color: #64748b;
  flex-grow: 1;
  margin-bottom: 1rem;
}


/* ═════════════════════════════════════════════════════════════════════
   MODERN 2026 TECHNOLOGY HERO SLIDER
   ═════════════════════════════════════════════════════════════════════ */

.beatsy-tech-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, rgba(44, 88, 188, 0.05) 0%, transparent 60%),
              radial-gradient(circle at 10% 80%, rgba(255, 109, 59, 0.03) 0%, transparent 50%),
              #fcfdfd;
  border-bottom: 1px solid #edf2f7;
  padding: 3.5rem 0 2.5rem;
}

[data-bs-theme="dark"] .beatsy-tech-hero {
  background: radial-gradient(circle at 80% 20%, rgba(44, 88, 188, 0.12) 0%, transparent 60%),
              radial-gradient(circle at 10% 80%, rgba(255, 109, 59, 0.05) 0%, transparent 50%),
              #090e1c;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

/* Background Subtle Grid Texture */
.beatsy-hero-grid-bg {
  position: absolute;
  inset: 0;
  background-size: 32px 32px;
  background-image: 
    linear-gradient(to right, rgba(0, 0, 0, 0.02) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
  pointer-events: none;
  z-index: 1;
}

[data-bs-theme="dark"] .beatsy-hero-grid-bg {
  background-image: 
    linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
}

.beatsy-hero-slider-wrap {
  position: relative;
  z-index: 2;
}

/* Slide Container */
.beatsy-hero-slides {
  position: relative;
  min-height: 480px;
}

.beatsy-hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              visibility 0.45s ease;
  pointer-events: none;
  z-index: 1;
}

.beatsy-hero-slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 2;
}

/* Eyebrow Label Badge */
.beatsy-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  background: rgba(44, 88, 188, 0.08);
  color: var(--beatsy-blue);
  border: 1px solid rgba(44, 88, 188, 0.18);
  border-radius: 9999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

[data-bs-theme="dark"] .beatsy-hero-eyebrow {
  background: rgba(96, 165, 250, 0.1);
  color: #93c5fd;
  border-color: rgba(96, 165, 250, 0.25);
}

.beatsy-hero-eyebrow .eyebrow-dot {
  width: 7px;
  height: 7px;
  background: var(--beatsy-orange);
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 8px rgba(255, 109, 59, 0.6);
}

/* Typography */
.beatsy-hero-title {
  font-size: clamp(2.2rem, 3.8vw, 3.25rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin-bottom: 1.25rem;
}

[data-bs-theme="dark"] .beatsy-hero-title {
  color: #f8fafc;
}

.beatsy-hero-title .text-gradient-blue {
  background: linear-gradient(135deg, #2C58BC 0%, #1e3a8a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-bs-theme="dark"] .beatsy-hero-title .text-gradient-blue {
  background: linear-gradient(135deg, #60a5fa 0%, #93c5fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.beatsy-hero-lead {
  font-size: 1.08rem;
  line-height: 1.6;
  color: #475569;
  max-width: 540px;
  margin-bottom: 1.75rem;
}

[data-bs-theme="dark"] .beatsy-hero-lead {
  color: #94a3b8;
}

/* Feature Check Chips */
.beatsy-hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-bottom: 2rem;
}

.beatsy-hero-feat-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.86rem;
  font-weight: 500;
  color: #334155;
  text-decoration: none;
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  background: rgba(241, 245, 249, 0.7);
  border: 1px solid rgba(226, 232, 240, 0.85);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.beatsy-hero-feat-item:hover {
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.08);
  border-color: rgba(37, 99, 235, 0.25);
  transform: translateY(-1.5px);
  text-decoration: none;
}

[data-bs-theme="dark"] .beatsy-hero-feat-item {
  color: #cbd5e1;
  background: rgba(30, 41, 59, 0.6);
  border-color: rgba(51, 65, 85, 0.7);
}

[data-bs-theme="dark"] .beatsy-hero-feat-item:hover {
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(96, 165, 250, 0.35);
}

.beatsy-hero-feat-item i {
  color: #10b981;
  font-size: 0.92rem;
  transition: transform 0.2s ease;
}

.beatsy-hero-feat-item:hover i {
  transform: scale(1.15);
}

/* Action Buttons */
.beatsy-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--beatsy-orange);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.8rem 1.75rem;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(255, 109, 59, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  border: none;
}

.btn-hero-primary:hover {
  background: #e55a2b;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 109, 59, 0.45);
}

.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #ffffff;
  color: #1e293b !important;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.8rem 1.6rem;
  border-radius: 6px;
  text-decoration: none;
  border: 1px solid #cbd5e1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

[data-bs-theme="dark"] .btn-hero-secondary {
  background: #1e293b;
  color: #f1f5f9 !important;
  border-color: rgba(255, 255, 255, 0.12);
}

.btn-hero-secondary:hover {
  border-color: var(--beatsy-blue);
  color: var(--beatsy-blue) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(44, 88, 188, 0.1);
}

[data-bs-theme="dark"] .btn-hero-secondary:hover {
  border-color: #60a5fa;
  color: #60a5fa !important;
}

/* ─── Technology Visual Card (Right Column) ─────────────────── */
.beatsy-hero-visual-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08),
              0 1px 3px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: transform 0.3s ease;
}

[data-bs-theme="dark"] .beatsy-hero-visual-card {
  background: #111827;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.beatsy-hero-visual-card:hover {
  transform: translateY(-3px);
}

.beatsy-hero-visual-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f1f5f9;
}

[data-bs-theme="dark"] .beatsy-hero-visual-header {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.beatsy-hero-window-dots {
  display: flex;
  gap: 6px;
}

.beatsy-hero-window-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.beatsy-hero-window-dots span:nth-child(1) { background: #ff5f56; }
.beatsy-hero-window-dots span:nth-child(2) { background: #ffbd2e; }
.beatsy-hero-window-dots span:nth-child(3) { background: #27c93f; }

.beatsy-hero-card-tag {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

[data-bs-theme="dark"] .beatsy-hero-card-tag {
  color: #94a3b8;
}

/* Card Mockup Body */
.beatsy-hero-mockup-body {
  position: relative;
}

.beatsy-hero-preview-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #f1f5f9;
}

[data-bs-theme="dark"] .beatsy-hero-preview-img {
  border-color: rgba(255, 255, 255, 0.06);
}

.beatsy-hero-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 1rem;
}

.beatsy-hero-stat-box {
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  padding: 0.75rem 0.65rem;
  text-align: center;
}

[data-bs-theme="dark"] .beatsy-hero-stat-box {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.06);
}

.beatsy-hero-stat-val {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--beatsy-blue);
  line-height: 1.2;
}

[data-bs-theme="dark"] .beatsy-hero-stat-val {
  color: #60a5fa;
}

.beatsy-hero-stat-lbl {
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 500;
  margin-top: 2px;
}

[data-bs-theme="dark"] .beatsy-hero-stat-lbl {
  color: #94a3b8;
}

/* ─── Segmented Progress Navigation Controls ───────────────── */
.beatsy-hero-nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eef2f6;
}

[data-bs-theme="dark"] .beatsy-hero-nav-bar {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.beatsy-hero-segments {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  flex: 1;
}

.beatsy-hero-seg-btn {
  background: transparent;
  border: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
  outline: none;
  position: relative;
  transition: opacity 0.2s ease;
}

.beatsy-hero-seg-header {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}

.beatsy-hero-seg-num {
  font-size: 0.75rem;
  font-weight: 700;
  color: #94a3b8;
  font-family: var(--font-heading);
}

.beatsy-hero-seg-btn.active .beatsy-hero-seg-num {
  color: var(--beatsy-blue);
}

[data-bs-theme="dark"] .beatsy-hero-seg-btn.active .beatsy-hero-seg-num {
  color: #60a5fa;
}

.beatsy-hero-seg-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.beatsy-hero-seg-btn.active .beatsy-hero-seg-title {
  color: #0f172a;
  font-weight: 700;
}

[data-bs-theme="dark"] .beatsy-hero-seg-btn.active .beatsy-hero-seg-title {
  color: #f8fafc;
}

/* Progress Track and Bar */
.beatsy-hero-seg-track {
  width: 100%;
  height: 3px;
  background: #e2e8f0;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
}

[data-bs-theme="dark"] .beatsy-hero-seg-track {
  background: rgba(255, 255, 255, 0.1);
}

.beatsy-hero-seg-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: var(--beatsy-blue);
  border-radius: 9999px;
  transition: width 0.1s linear;
}

[data-bs-theme="dark"] .beatsy-hero-seg-bar {
  background: #60a5fa;
}

.beatsy-hero-seg-btn.completed .beatsy-hero-seg-bar {
  width: 100% !important;
}

/* Prev / Next Minimal Controls */
.beatsy-hero-arrows {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.beatsy-hero-arrow-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #475569;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.82rem;
}

[data-bs-theme="dark"] .beatsy-hero-arrow-btn {
  background: #1e293b;
  border-color: rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
}

.beatsy-hero-arrow-btn:hover {
  background: var(--beatsy-blue);
  border-color: var(--beatsy-blue);
  color: #ffffff;
}

/* ─── Responsive Styles ──────────────────────────────────────── */
@media (max-width: 991px) {
  .beatsy-tech-hero {
    padding: 2.25rem 0 2rem;
  }

  .beatsy-hero-slides {
    min-height: auto;
  }

  .beatsy-hero-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .beatsy-hero-lead {
    font-size: 0.98rem;
    margin-bottom: 1.25rem;
  }

  .beatsy-hero-visual-card {
    margin-top: 2rem;
  }

  .beatsy-hero-segments {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .beatsy-hero-nav-bar {
    margin-top: 1.75rem;
  }
}

@media (max-width: 575px) {
  .beatsy-hero-title {
    font-size: 1.75rem;
  }

  .beatsy-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    justify-content: center;
    width: 100%;
  }

  .beatsy-hero-stats-row {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.4rem;
  }

  .beatsy-hero-stat-val {
    font-size: 0.92rem;
  }

  .beatsy-hero-stat-lbl {
    font-size: 0.65rem;
  }

  .beatsy-hero-segments {
    grid-template-columns: 1fr 1fr;
  }

  .beatsy-hero-arrows {
    display: none;
  }
}

/* ─── Reduced Motion Support ─────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .beatsy-hero-slide,
  .beatsy-hero-slide.active,
  .btn-hero-primary,
  .btn-hero-secondary,
  .beatsy-hero-visual-card {
    transition: none !important;
    transform: none !important;
  }
  .beatsy-hero-seg-bar {
    transition: none !important;
  }
}

/* ═════════════════════════════════════════════════════════════════════
   SERVICE LEAF CARD COMPONENT (item_card.php)
   ═════════════════════════════════════════════════════════════════════ */
.service-leaf-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-leaf-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(44, 88, 188, 0.1) !important;
}

.service-card-icon {
  width: 42px;
  height: 42px;
}

.service-card-title {
  font-size: 1.02rem;
  line-height: 1.3;
  min-height: 2.6em;
}

.service-price-amount {
  font-size: 1.08rem;
  line-height: 1;
}

/* ═════════════════════════════════════════════════════════════════════
   SHARED HOSTING CAROUSEL COMPONENT (Homepage)
   ═════════════════════════════════════════════════════════════════════ */
.hosting-carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 8px 0 20px;
  touch-action: pan-y pinch-zoom;
}

.hosting-carousel-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
  align-items: stretch;
}

.hosting-carousel-slide {
  flex-shrink: 0;
  width: 33.333333%;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .hosting-carousel-slide {
    width: 50%;
    padding: 0 10px;
  }
}

@media (max-width: 767.98px) {
  .hosting-carousel-slide {
    width: 100%;
    padding: 0 6px;
  }
}

.hosting-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
  padding: 2.25rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.hosting-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(44, 88, 188, 0.12);
  border-color: #2C58BC;
}

.hosting-card.is-popular {
  border-color: #2C58BC;
  box-shadow: 0 12px 40px rgba(44, 88, 188, 0.1);
}

.carousel-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #041527;
  font-size: 15px;
  transition: all 0.25s ease;
  cursor: pointer;
}

.carousel-nav-btn:hover {
  background: #2C58BC;
  color: #ffffff;
  border-color: #2C58BC;
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(44, 88, 188, 0.25);
}

.carousel-nav-btn:active {
  transform: scale(0.96);
}

.carousel-nav-btn:disabled,
.carousel-nav-btn.disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

/* ═════════════════════════════════════════════════════════════════════
   SHOP PRODUCTS BLOCK CAROUSEL COMPONENT (Homepage)
   ═════════════════════════════════════════════════════════════════════ */
.shop-carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 8px 0 20px;
  touch-action: pan-y pinch-zoom;
}

.shop-carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
  align-items: stretch;
}

.shop-carousel-slide {
  flex-shrink: 0;
  width: 25%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .shop-carousel-slide {
    width: 50%;
    padding: 0 8px;
  }
}

@media (max-width: 575.98px) {
  .shop-carousel-slide {
    width: 100%;
    padding: 0 4px;
  }
}

.shop-product-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  padding: 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

.shop-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(44, 88, 188, 0.12);
  border-color: #2C58BC;
}

.shop-product-card .img-box {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #f8fafc;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.shop-product-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  transition: transform 0.35s ease;
}

.shop-product-card:hover .img-box img {
  transform: scale(1.06);
}

.shop-product-card .discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #dc3545;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

.shop-product-card .category-tag {
  font-size: 11px;
  color: #718096;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  display: block;
}

.shop-product-card .product-title {
  font-size: 14px;
  font-weight: 700;
  color: #041527;
  line-height: 1.4;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 39px;
  text-decoration: none;
}

.shop-product-card .product-title:hover {
  color: #2C58BC;
}

.shop-product-card .price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 8px;
}

.shop-product-card .current-price {
  font-size: 1.15rem;
  font-weight: 800;
  color: #041527;
}

.shop-product-card .old-price {
  font-size: 12px;
  color: #a0aec0;
  text-decoration: line-through;
}

.shop-product-card .btn-add-shop {
  background: #f1f5f9;
  color: #041527;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  font-size: 12.5px;
  font-weight: 700;
  padding: 9px 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.25s ease;
  margin-top: auto;
  cursor: pointer;
  text-decoration: none;
}

.shop-product-card .btn-add-shop:hover {
  background: #2C58BC;
  color: #ffffff;
  border-color: #2C58BC;
  box-shadow: 0 4px 14px rgba(44, 88, 188, 0.25);
}

/* ═══════════════════════════════════════════════════════════════
   CLIENT REVIEWS SECTION (SCREENSHOT DESIGN + BEATSY THEME)
   ═══════════════════════════════════════════════════════════════ */
.reviews-section-wrapper {
  background: #f8fafc;
  position: relative;
}

.reviews-carousel-wrapper {
  padding-top: 36px;
  padding-bottom: 24px;
  margin-top: -6px;
}

.reviews-carousel-slide {
  padding: 0 12px;
}

.client-review-card {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(44, 88, 188, 0.08);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.05);
  padding: 44px 28px 24px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s ease;
}

.client-review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(44, 88, 188, 0.12);
  border-color: rgba(44, 88, 188, 0.22);
}

/* Floating Avatar Top-Left */
.client-review-card .review-avatar-wrap {
  position: absolute;
  top: -28px;
  left: 32px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
  background: #ffffff;
  overflow: hidden;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-review-card .review-avatar-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.client-review-card .review-avatar-initial {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.15rem;
  color: #ffffff;
  letter-spacing: 0.5px;
}

/* Top-Right Large Subtle Quote Mark */
.client-review-card .review-quote-badge {
  position: absolute;
  top: 18px;
  right: 24px;
  color: rgba(44, 88, 188, 0.12);
  pointer-events: none;
  line-height: 1;
}

.client-review-card .review-quote-badge svg {
  width: 38px;
  height: 32px;
  fill: currentColor;
}

/* Review Text */
.client-review-card .review-body-text {
  color: #475569;
  font-size: 0.94rem;
  line-height: 1.65;
  margin-top: 0.25rem;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  font-weight: 400;
}

/* Subtle Divider */
.client-review-card .review-card-divider {
  border-top: 1px solid #edf2f7;
  margin-bottom: 1.15rem;
  width: 100%;
}

/* Bottom Reviewer & Rating Row */
.client-review-card .review-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.client-review-card .review-author-name {
  font-weight: 700;
  font-size: 1rem;
  color: #0f172a;
  margin-bottom: 2px;
  line-height: 1.3;
}

.client-review-card .review-author-role {
  font-size: 0.82rem;
  color: #64748b;
  margin-bottom: 0;
  line-height: 1.3;
}

.client-review-card .review-rating-box {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.client-review-card .review-rating-num {
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
}

.client-review-card .review-rating-stars {
  color: #00ba74; /* Vibrant emerald green from screenshot */
  font-size: 0.85rem;
  display: inline-flex;
  gap: 2.5px;
}

/* Sub-card Avatar Stack & "More Feedback" Link */
.reviews-more-feedback-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.reviews-avatar-stack {
  display: flex;
  align-items: center;
}

.reviews-avatar-stack .stack-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  margin-right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: #ffffff;
}

.reviews-avatar-stack .stack-avatar:last-child {
  margin-right: 0;
}

.reviews-doodle-arrow {
  color: var(--bs-primary, #2C58BC);
  flex-shrink: 0;
}

.reviews-more-link {
  font-weight: 700;
  color: var(--bs-primary, #2C58BC);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 1.02rem;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.reviews-more-link:hover {
  color: #1e3f8a;
  opacity: 0.85;
}

/* Dark Mode Overrides */
[data-bs-theme="dark"] .reviews-section-wrapper {
  background: var(--beatsy-dark, #041527) !important;
}

[data-bs-theme="dark"] .client-review-card {
  background: #0d1e33;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

[data-bs-theme="dark"] .client-review-card:hover {
  border-color: rgba(44, 88, 188, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

[data-bs-theme="dark"] .client-review-card .review-avatar-wrap {
  border-color: #0d1e33;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
  background: #0d1e33;
}

[data-bs-theme="dark"] .client-review-card .review-quote-badge {
  color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .client-review-card .review-body-text {
  color: #cbd5e1;
}

[data-bs-theme="dark"] .client-review-card .review-card-divider {
  border-top-color: rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .client-review-card .review-author-name {
  color: #f8fafc;
}

[data-bs-theme="dark"] .client-review-card .review-author-role {
  color: #94a3b8;
}

[data-bs-theme="dark"] .client-review-card .review-rating-num {
  color: #f8fafc;
}

[data-bs-theme="dark"] .reviews-avatar-stack .stack-avatar {
  border-color: #0d1e33;
}

/* ═══════════════════════════════════════════════════════════════════════════
   FLOATING ACTION BUTTONS: WhatsApp & Install Beatsy App Pill
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── WhatsApp Floating Button (Left Side) ───────────────────────────── */
.beatsy-whatsapp-float {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366 0%, #1ebe5d 100%);
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99990;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4), 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
  cursor: pointer;
  /* Stationary: icon and button do not move or scale on idle */
}

.beatsy-whatsapp-float i {
  font-size: 32px;
  color: #ffffff;
  line-height: 1;
  position: relative;
  z-index: 2;
  transition: transform 0.25s ease;
}

.beatsy-whatsapp-float:hover {
  transform: scale(1.06) translateY(-2px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.55), 0 4px 12px rgba(0, 0, 0, 0.15);
  color: #ffffff !important;
}

.beatsy-whatsapp-float:hover i {
  transform: scale(1.05);
}

/* ── 3-Layer Sequential Water Ripple Effect (Stationary Button) ──────── */
.beatsy-wa-ripple {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.7);
  background: rgba(37, 211, 102, 0.08);
  pointer-events: none;
  z-index: 1;
  animation: beatsyWaWaterRipple 3s cubic-bezier(0.1, 0.45, 0.25, 1) infinite;
  transform-origin: center center;
  will-change: transform, opacity;
}

.beatsy-wa-ripple.r1 {
  animation-delay: 0s;
}

.beatsy-wa-ripple.r2 {
  animation-delay: 1s;
}

.beatsy-wa-ripple.r3 {
  animation-delay: 2s;
}

@keyframes beatsyWaWaterRipple {
  0% {
    transform: scale(1);
    opacity: 0.85;
    border-color: rgba(37, 211, 102, 0.75);
  }
  50% {
    opacity: 0.45;
    border-color: rgba(37, 211, 102, 0.45);
  }
  100% {
    transform: scale(1.75);
    opacity: 0;
    border-color: rgba(37, 211, 102, 0);
  }
}

/* WhatsApp Tooltip */
.beatsy-whatsapp-float .beatsy-wa-tooltip {
  position: absolute;
  left: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%) translateX(-8px);
  background: #041527;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 12px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0.25s;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  z-index: 99999;
}

.beatsy-whatsapp-float .beatsy-wa-tooltip::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-right-color: #041527;
}

.beatsy-whatsapp-float:hover .beatsy-wa-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

/* ── Install Beatsy App Pill (Right Side, beside AI Button) ─────────── */
.beatsy-pwa-install-pill {
  position: fixed;
  /* AI launcher is bottom: 24px; height: 65px (center = 56.5px).
     Pill is height: 46px. Bottom = 24 + (65 - 46)/2 = 33.5px */
  bottom: 33.5px;
  right: 106px; /* Moved left so it doesn't collide with AI button at right: 24px (width 65px) */
  height: 46px;
  z-index: 99980;
  display: inline-flex;
  align-items: center;
  /* Translucent glassmorphic background - background content remains clearly visible */
  background: rgba(30, 60, 160, 0.22);
  backdrop-filter: blur(10px) saturate(160%);
  -webkit-backdrop-filter: blur(10px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50px;
  padding: 5px 16px 5px 6px;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.35);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  text-decoration: none;
  color: #ffffff;
  animation: beatsyPwaSlideIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes beatsyPwaSlideIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.beatsy-pwa-install-pill:hover {
  background: rgba(30, 60, 160, 0.35);
  border-color: rgba(255, 255, 255, 0.55);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(30, 64, 175, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.45);
  color: #ffffff;
}

.beatsy-pwa-install-pill:active {
  transform: translateY(0) scale(0.98);
}

.beatsy-pwa-pill-content {
  display: flex;
  align-items: center;
  gap: 9px;
}

.beatsy-pwa-icon-wrap {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}

.beatsy-pwa-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.beatsy-pwa-pill-text {
  font-size: 13.5px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.2px;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(10, 20, 50, 0.65);
}

.beatsy-pwa-arrow {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9);
  margin-left: 2px;
  transition: transform 0.2s ease;
}

.beatsy-pwa-install-pill:hover .beatsy-pwa-arrow {
  transform: translateX(3px);
  color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .beatsy-whatsapp-float {
    bottom: 20px;
    left: 20px;
    width: 56px;
    height: 56px;
  }
  .beatsy-whatsapp-float i {
    font-size: 28px;
  }
  .beatsy-pwa-install-pill {
    right: 96px;
    bottom: 26px;
    height: 44px;
    padding: 4px 14px 4px 5px;
  }
  .beatsy-pwa-icon-wrap {
    width: 32px;
    height: 32px;
  }
  .beatsy-pwa-pill-text {
    font-size: 12.5px;
  }
}

@media (max-width: 520px) {
  .beatsy-whatsapp-float {
    bottom: 16px;
    left: 16px;
    width: 50px;
    height: 50px;
  }
  .beatsy-whatsapp-float i {
    font-size: 25px;
  }
  .beatsy-whatsapp-float .beatsy-wa-tooltip {
    display: none;
  }
  /* On compact screens, stack pill cleanly above AI button to prevent overlap */
  .beatsy-pwa-install-pill {
    right: 16px;
    bottom: 80px;
    height: 42px;
  }
}






