/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Custom CSS for Nexus Cart
 *
 * This block allows you to customize theme colors and styles for the entire Nexus Cart template.
 *
 * To customize colors:
 * - Replace the var() references with your own hex colors or other CSS values.
 * - For example, instead of --primary: #4b5563; use --primary: #your-color;
 * - You can also override any CSS properties here.
 */

html {
    font-size: 14px;
}

:root {
    --white: #fff;

    /* Neutral shades */
    --neutral-50: #fbf9fa;
    --neutral-100: #f4f5f7;
    --neutral-200: #e4e4e7;
    --neutral-300: #d0d5dd;
    --neutral-400: #9ca3af;
    --neutral-500: #6b7280;
    --neutral-600: #4b5563;
    --neutral-700: #374151;
    --neutral-800: #1f2937;
    --neutral-900: #111827;
    --neutral-950: #030712;

    /* Neutral shades */
    /* define own pallet with brand colors */
    --primary-50: var(--neutral-50);
    --primary-100: var(--neutral-100);
    --primary-200: var(--neutral-200);
    --primary-300: var(--neutral-300);
    --primary-400: var(--neutral-400);
    --primary-500: var(--neutral-500);
    --primary-600: var(--neutral-600);
    --primary-700: var(--neutral-700);
    --primary-800: var(--neutral-800);
    --primary-900: var(--neutral-900);
    --primary-950: var(--neutral-900);

    /* Primary colors */
    /* Use shades from comments if `primary` colors use other colors, then neutral */
    --primary: var(--neutral-900);          /* var(--primary-600) */
    --primary-lifted: var(--neutral-800);   /* var(--primary-700) */
    --primary-accented: var(--neutral-700); /* var(--primary-800) */

    /* Secondary colors */
    --secondary: var(--neutral-500);
    --secondary-lifted: var(--neutral-600);
    --secondary-accented: var(--neutral-700);

    /* Success colors */
    --success: #00a63e;
    --success-lifted: #008236;
    --success-accented: #016630;

    /* Info colors */
    --info: #155dfc;
    --info-lifted: #1447e6;
    --info-accented: #193cb8;

    /* Notice colors */
    --notice: #7f22fe;
    --notice-lifted: #7008e7;
    --notice-accented: #5d0ec0;

    /* Warning colors */
    --warning: #f54a00;
    --warning-lifted: #ca3500;
    --warning-accented: #9f2d00;

    /* Error colors */
    --error: #e7000b;
    --error-lifted: #c10007;
    --error-accented: #9f0712;

    /* Grayscale colors */
    --grayscale: var(--neutral-900);
    --grayscale-lifted: var(--neutral-800);
    --grayscale-accented: var(--neutral-700);

    /* Neutral colors */
    --neutral: var(--neutral-500);
    --neutral-lifted: var(--neutral-600);
    --neutral-accented: var(--neutral-700);

    /* Text neutral colors */
    --text-inverted: var(--white);
    --text-muted: var(--neutral-400);
    --text-lifted: var(--neutral-500);
    --text-accented: var(--neutral-600);
    --text: var(--neutral-900);

    /* Border neutral colors */
    --border-muted: var(--neutral-200);
    --border: var(--neutral-300);
    --border-lifted: var(--neutral-400);
    --border-accented: var(--neutral-600);

    /* Background neutral colors */
    --bg: var(--white);
    --bg-muted: var(--neutral-50);
    --bg-lifted: var(--neutral-100);
    --bg-accented: var(--neutral-200);
    --bg-inverted: var(--neutral-900);

    /* Additional colors */
    --yellow-200: #fff085;
    --yellow-300: #ffdf20;
    --teal-300: #46edd5;
    --teal-400: #00d5be;
    --emerald-300: #5ee9b5;
    --pink-400: #fb64b6;

    /* Additional custom properties */
    /* Font sizes */
    --text-xs: 0.625rem;
    --text-sm: 0.75rem;
    --text-md: 0.875rem;
    --text-lg: 1rem;

    /* Spacing */
    --outline-sm: 1px;
    --outline-md: 2px;
    --outline-lg: 3px;

    /* Rounding */
    --rounding-sm: 0.25rem;
    --rounding-md: 0.5rem;
    --rounding-lg: 0.75rem;

    /* Other */
    --letter-spacing: 0em;
    --disabled-opacity: 25%;
}

/* ============================================================
   GOLE Africa — Floating Navbar & Footer
   ============================================================ */

/* ── BODY OFFSET + TECH WAVE BACKGROUND ─────────────────── */
body {
  padding-top: 78px;
  background-image: url('../images/bg-wave.svg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-color: #fff !important;
}

/* Keep panels/cards readable over the background */
.panel,
.panel-default,
.portlet,
.portlet-body,
.sidebar .portlet,
.well {
  background: rgba(255,255,255,0.90) !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

/* ── HIDE REDUNDANT WHMCS HEADER & NAV BAR ───────────────── */
/* Our pill nav replaces both — nothing is lost:              */
/* cart=pill icon | notifications=bell icon | logout=icon     */
#header  { display: none !important; }
#main-menu { display: none !important; }

/* ── WHMCS NAV ITEMS INSIDE PILL NAV ────────────────────── */
/* navbar.tpl outputs <li> elements with Bootstrap 3 classes  */
.gole-navbar-menu > li { list-style: none; position: relative; }

.gole-navbar-menu > li > a {
  color: rgba(255,255,255,0.92) !important;
  font-size: .82rem;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  padding: .38rem .75rem;
  border-radius: 6px;
  text-decoration: none !important;
  transition: background .2s;
  white-space: nowrap;
  display: block;
}

.gole-navbar-menu > li > a:hover,
.gole-navbar-menu > li > a:focus,
.gole-navbar-menu > li.active > a {
  background: rgba(255,255,255,0.18) !important;
  color: #fff !important;
}

/* Caret colour */
.gole-navbar-menu > li > a .caret {
  border-top-color: rgba(255,255,255,0.75);
  border-bottom-color: rgba(255,255,255,0.75);
}

/* ── DROPDOWN PANELS ─────────────────────────────────────── */
.gole-navbar-menu > li.dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 10000;
  min-width: 190px;
  background: #0c2d48;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  box-shadow: 0 10px 32px rgba(12,45,72,0.55);
  padding: .4rem 0;
  list-style: none;
  /* Bootstrap adds display:block when .open is on parent li */
}

.gole-navbar-menu > li.dropdown .dropdown-menu > li > a {
  color: rgba(255,255,255,0.88) !important;
  font-family: 'Inter', sans-serif;
  font-size: .83rem;
  font-weight: 400;
  padding: .5rem 1.1rem;
  display: block;
  text-decoration: none !important;
  transition: background .15s;
  white-space: nowrap;
}

.gole-navbar-menu > li.dropdown .dropdown-menu > li > a:hover {
  background: rgba(46,200,192,0.22) !important;
  color: #fff !important;
}

.gole-navbar-menu > li.dropdown .dropdown-menu > li.divider {
  height: 1px;
  background: rgba(255,255,255,0.10);
  margin: .3rem 0;
}

/* Bootstrap adds .open to parent <li> on click */
.gole-navbar-menu > li.dropdown.open > .dropdown-menu { display: block; }

/* ── GOLE FLOATING NAVBAR ────────────────────────────────── */
.gole-navbar {
  position: fixed;
  top: 10px;
  left: 1.25rem;
  right: 1.25rem;
  z-index: 9999;
  background: transparent;
  pointer-events: none;
}

.gole-navbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 58px;
  gap: 1rem;
  pointer-events: auto;
  background: linear-gradient(to right, #0c2d48 0%, #1a7a74 55%, #2EC8C0 100%);
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(12,45,72,0.40);
  padding: 0 1.5rem;
}

.gole-navbar-logo {
  display: flex;
  align-items: center;
  gap: .6rem;
  flex-shrink: 0;
  text-decoration: none !important;
}

.gole-navbar-logo img { height: 36px; width: auto; }
.gole-navbar-logo span {
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  font-family: 'Inter', sans-serif;
}

.gole-navbar-menu {
  display: flex;
  align-items: center;
  gap: .1rem;
  flex: 1;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gole-navbar-menu li a {
  color: rgba(255,255,255,0.92) !important;
  font-size: .82rem;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  padding: .38rem .75rem;
  border-radius: 6px;
  text-decoration: none !important;
  transition: background .2s;
  white-space: nowrap;
  display: block;
}

.gole-navbar-menu li a:hover {
  background: rgba(255,255,255,0.18);
  color: #fff !important;
}

.gole-navbar-actions {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-shrink: 0;
}

.gole-nav-icon {
  color: rgba(255,255,255,0.88) !important;
  font-size: .95rem;
  padding: .38rem .55rem;
  border-radius: 6px;
  text-decoration: none !important;
  transition: background .2s;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.gole-nav-icon:hover { background: rgba(255,255,255,0.15); color: #fff !important; }

.gole-nav-badge {
  position: absolute;
  top: 1px; right: 1px;
  background: #fff;
  color: #0c2d48;
  font-size: .6rem;
  font-weight: 700;
  border-radius: 50%;
  width: 15px; height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gole-btn-signin {
  color: #fff !important;
  font-weight: 600;
  font-size: .78rem;
  font-family: 'Inter', sans-serif;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 20px;
  background: rgba(255,255,255,0.12);
  padding: .36rem 1rem;
  transition: background .2s;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  text-decoration: none !important;
}

.gole-btn-signin:hover {
  background: rgba(255,255,255,0.25);
  color: #fff !important;
}

/* Mobile hamburger */
.gole-navbar-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: .4rem;
  flex-direction: column;
  gap: 5px;
  pointer-events: auto;
}

.gole-navbar-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: .3s;
}

/* ── GOLE FOOTER ─────────────────────────────────────────── */
.gole-footer {
  background: #e0f7f4;
  color: #1a2c3d;
  padding: 4.5rem 2.5rem 1.5rem;
  margin-top: 40px;
  clear: both;           /* clears Bootstrap 3 floats from layout */
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

/* decorative teal ellipses — matches homepage */
.gole-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='700' height='450' viewBox='0 0 700 450'%3E%3Cellipse cx='600' cy='350' rx='280' ry='200' fill='none' stroke='%232EC8C0' stroke-width='1' opacity='.12'/%3E%3Cellipse cx='600' cy='350' rx='200' ry='140' fill='none' stroke='%232EC8C0' stroke-width='1' opacity='.08'/%3E%3C/svg%3E") right bottom no-repeat;
  pointer-events: none;
}

.gole-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 3rem;
  position: relative;
  z-index: 1;
}

.gole-footer-logo {
  height: 55px;
  width: auto;
  margin-bottom: 1rem;
  display: block;
}

.gole-footer-brandname {
  font-size: 1.15rem;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: #0c2d48;
  margin-bottom: 1rem;
}

.gole-footer-brand p {
  font-size: .9rem;
  font-family: 'Inter', sans-serif;
  color: #1a2c3d;
  line-height: 1.7;
  max-width: 300px;
}

.gole-footer-social {
  display: flex;
  gap: .8rem;
  margin-top: 1.1rem;
  flex-wrap: wrap;
}

.gole-footer-social a {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #2EC8C0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2EC8C0 !important;
  font-size: .88rem;
  text-decoration: none !important;
  transition: all .2s;
}

.gole-footer-social a:hover {
  background: #2EC8C0;
  color: #fff !important;
}

.gole-footer-col {
  position: relative;
  z-index: 1;
}

.gole-footer-col h4 {
  font-size: .95rem;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: #0c2d48;
  margin: 0 0 1.1rem 0;
}

.gole-footer-links a {
  display: block;
  font-size: .9rem;
  font-family: 'Inter', sans-serif;
  color: #1a2c3d !important;
  padding: .32rem 0;
  text-decoration: none !important;
  transition: color .2s;
}

.gole-footer-links a:hover { color: #2EC8C0 !important; }

.gole-footer-contact p {
  font-size: .9rem;
  font-family: 'Inter', sans-serif;
  color: #1a2c3d;
  margin-bottom: .65rem;
  line-height: 1.55;
}

.gole-footer-contact a {
  color: #2EC8C0 !important;
  text-decoration: none !important;
}

.gole-footer-bottom {
  max-width: 1200px;
  margin: 2.5rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(46,200,192,0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: .82rem;
  font-family: 'Inter', sans-serif;
  color: #64748b;
  position: relative;
  z-index: 1;
}

.gole-footer-bottom-links {
  display: flex;
  gap: 1.1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.gole-footer-bottom a {
  color: #64748b !important;
  text-decoration: none !important;
  transition: color .2s;
}

.gole-footer-bottom a:hover { color: #2EC8C0 !important; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .gole-footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  body { padding-top: 74px; }
  .gole-navbar { left: .5rem; right: .5rem; top: 8px; }
  .gole-navbar-inner { border-radius: 8px; padding: 0 1rem; }
  .gole-navbar-menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 66px;
    left: .5rem;
    right: .5rem;
    background: linear-gradient(to right, #0c2d48 0%, #1a7a74 55%, #2EC8C0 100%);
    padding: 1rem 0;
    border-radius: 0 0 12px 12px;
    z-index: 9998;
    box-shadow: 0 8px 24px rgba(12,45,72,0.35);
  }
  .gole-navbar-menu.open { display: flex; }
  .gole-navbar-menu li a { padding: .75rem 2rem; border-radius: 0; width: 100%; font-size: .88rem; }
  .gole-navbar-toggle { display: flex; }
  .gole-footer { padding: 3rem 1.5rem 1.5rem; }
  .gole-footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .gole-footer-bottom { flex-direction: column; text-align: center; }
  .pricing-grid { grid-template-columns: 1fr !important; }
}

/* ============================================================
   GOLE — Dynamic Store Pricing Cards (gradient style)
   Overrides WHMCS dynamic-store.css to match cloud-solutions
   ============================================================ */

/* Section background */
.pricing-section,
.pricing-section.background-light,
.pricing-section.background-main {
  background: transparent !important;
  padding: 2rem 1.5rem !important;
}

.pricing-container {
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  color: #0c2d48 !important;
  text-align: center;
  margin-bottom: .5rem !important;
}

.pricing-subtitle {
  font-family: 'Inter', sans-serif !important;
  text-align: center;
  color: #1a7a74 !important;
  font-weight: 500;
  margin-bottom: 2.5rem !important;
}

/* Card grid */
.pricing-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 1.75rem !important;
  align-items: stretch;
}

/* Individual card — GOLE gradient */
.pricing-card {
  background: linear-gradient(135deg, #3daaa6 0%, #0e274f 100%) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35) !important;
  border: 1px solid rgba(46,200,192,0.20) !important;
  display: flex !important;
  flex-direction: column !important;
  transition: transform .3s ease, box-shadow .3s ease !important;
  color: #fff !important;
}

.pricing-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 48px rgba(46,200,192,0.30) !important;
}

/* Featured / highlighted card */
.pricing-card.featured,
.pricing-card:nth-child(2) {
  background: linear-gradient(135deg, #2EC8C0 0%, #0a1f3d 100%) !important;
  box-shadow: 0 10px 36px rgba(46,200,192,0.45) !important;
  border-color: rgba(255,255,255,0.25) !important;
}

/* Card header */
.pricing-header {
  padding: 2rem 1.75rem 1.5rem !important;
  border-bottom: 1px solid rgba(255,255,255,0.15) !important;
}

.plan-name {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 0 .75rem !important;
}

.plan-price,
.price-amount {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.9rem !important;
  font-weight: 800 !important;
  color: #fff !important;
  line-height: 1.1 !important;
}

.plan-description {
  font-size: .88rem !important;
  color: rgba(255,255,255,0.80) !important;
  margin-top: .6rem !important;
  line-height: 1.55 !important;
}

/* Features list */
.plan-features {
  list-style: none !important;
  padding: 1.5rem 1.75rem !important;
  margin: 0 !important;
  flex: 1 !important;
}

.feature-item {
  font-family: 'Inter', sans-serif !important;
  font-size: .88rem !important;
  color: rgba(255,255,255,0.90) !important;
  padding: .4rem 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.10) !important;
  display: flex !important;
  align-items: center !important;
  gap: .5rem !important;
}

.feature-item:last-child { border-bottom: none !important; }

.feature-check { color: #2EC8C0 !important; }
.feature-cross { color: rgba(255,255,255,0.35) !important; }

/* CTA button */
.plan-action {
  padding: 1.25rem 1.75rem 1.75rem !important;
}

.plan-button {
  width: 100% !important;
  background: rgba(255,255,255,0.18) !important;
  border: 1px solid rgba(255,255,255,0.45) !important;
  color: #fff !important;
  font-family: 'Inter', sans-serif !important;
  font-size: .88rem !important;
  font-weight: 600 !important;
  padding: .72rem 1.5rem !important;
  border-radius: 30px !important;
  cursor: pointer !important;
  transition: background .2s, transform .15s !important;
  letter-spacing: .02em !important;
}

.plan-button:hover {
  background: rgba(255,255,255,0.30) !important;
  transform: scale(1.02) !important;
}

/* ============================================================
   GOLE — Standard Cart Product Cards (gradient style)
   ============================================================ */

#order-standard_cart .products .product {
  background: linear-gradient(135deg, #3daaa6 0%, #0e274f 100%) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.30) !important;
  border: 1px solid rgba(46,200,192,0.20) !important;
  color: #fff !important;
  transition: transform .3s ease, box-shadow .3s ease !important;
  margin-bottom: 1.75rem !important;
}
#order-standard_cart .products .product:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 48px rgba(46,200,192,0.30) !important;
}
#order-standard_cart .col-md-6:nth-child(even) .products .product,
#order-standard_cart .col-md-6:nth-child(even) .product {
  background: linear-gradient(135deg, #2EC8C0 0%, #0a1f3d 100%) !important;
  box-shadow: 0 10px 36px rgba(46,200,192,0.35) !important;
}
#order-standard_cart .products .product header {
  background: transparent !important;
  padding: 1.25rem 1.5rem !important;
  border-bottom: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: 16px 16px 0 0 !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  font-family: 'Inter', sans-serif !important;
  color: #fff !important;
}
#order-standard_cart .products .product header span { color: #fff !important; }
#order-standard_cart .products .product div.product-desc { padding: 1.1rem 1.5rem 1.25rem !important; }
#order-standard_cart .products .product div.product-desc p {
  color: rgba(255,255,255,0.82) !important;
  font-size: .88rem !important;
  font-family: 'Inter', sans-serif !important;
  line-height: 1.6 !important;
  margin-bottom: .75rem !important;
}
#order-standard_cart .products .product ul li {
  color: rgba(255,255,255,0.90) !important;
  font-family: 'Inter', sans-serif !important;
}
#order-standard_cart .products .product span.feature-value { color: #7eeee8 !important; font-weight: 700 !important; }
#order-standard_cart .products .product footer {
  background: transparent !important;
  padding: 1.1rem 1.5rem !important;
  border-top: 1px solid rgba(255,255,255,0.18) !important;
}
#order-standard_cart .products .product div.product-pricing {
  font-family: 'Inter', sans-serif !important;
  color: rgba(255,255,255,0.80) !important;
  font-size: .82rem !important;
  line-height: 1.4 !important;
}
#order-standard_cart .products .product div.product-pricing span.price {
  display: block !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  font-family: 'Inter', sans-serif !important;
  color: #fff !important;
  line-height: 1.2 !important;
}
#order-standard_cart .products .product .btn-order-now {
  background: rgba(255,255,255,0.16) !important;
  border: 1px solid rgba(255,255,255,0.42) !important;
  color: #fff !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: .85rem !important;
  padding: .5rem 1.35rem !important;
  border-radius: 30px !important;
  transition: background .2s, transform .15s !important;
  box-shadow: none !important;
}
#order-standard_cart .products .product .btn-order-now:hover {
  background: rgba(255,255,255,0.28) !important;
  transform: scale(1.03) !important;
}
#order-standard_cart .cart-sidebar .list-group-item.active {
  background: linear-gradient(135deg, #1a7a74, #0c2d48) !important;
  border-color: #2EC8C0 !important;
  color: #fff !important;
}
#order-standard_cart .header-lined h1 { font-family: 'Inter', sans-serif; color: #0c2d48; font-weight: 700; }
#order-standard_cart .header-lined p { font-family: 'Inter', sans-serif; color: #1a7a74; font-weight: 500; }

