@import url("https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&family=Inter:wght@400;500;600&display=swap");
/* *****************************************************

    ** 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%;
}

/* === AussieWave brand (do not remove marker: AW-BRAND) === */
:root{
  --primary:#2E9BFF;
  --primary-lifted:#1E7FE0;
  --primary-accented:#0A3D54;
  --primary-50:#EAF2F8;
  --primary-100:#D6E7F5;
  --primary-200:#B8D9F5;
  --info:#2E9BFF;
  --info-lifted:#1E7FE0;
}
body,input,button,select,textarea{font-family:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;}
h1,h2,h3,h4,h5,h6{font-family:"Sora","Inter",sans-serif;font-weight:700;letter-spacing:-.01em;}

/* AW logo AW-BRAND */
.navbar-brand .logo-img{max-height:38px;width:auto}/*logo-img-max*/

/* AW-BRAND button + accent overrides */
.btn-primary,a.btn-primary,button.btn-primary{background-color:#2E9BFF!important;border-color:#2E9BFF!important;color:#fff!important}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active{background-color:#1E7FE0!important;border-color:#1E7FE0!important}
.btn-order-nav,.order-button{background-color:#FF6B4A!important;border-color:#FF6B4A!important;color:#fff!important}
.btn-order-nav:hover,.order-button:hover{background-color:#E85535!important;border-color:#E85535!important}
a:not(.btn){color:#2E9BFF}
a:not(.btn):hover{color:#1E7FE0}
.badge-info,.label-info{background-color:#2E9BFF!important}

/* AW-BRAND order form hero */
.domain-checker-container,.domain-checker-container.domain-checker-advanced{background:linear-gradient(135deg,#2E9BFF,#0A3D54)!important}

/* AW-BRAND domain extension category pills */
a.badge{font-weight:600;padding:.4em .7em;margin:2px}
a.badge-secondary{background-color:#E3EEF6!important;color:#0A3D54!important}
a.badge-secondary:hover{background-color:#2E9BFF!important;color:#fff!important}
a.badge-success,a.badge-secondary.badge-success{background-color:#2E9BFF!important;color:#fff!important}
a.badge-success:hover{background-color:#1E7FE0!important;color:#fff!important}
a.badge.active,a.badge-secondary.active{background-color:#0A3D54!important;color:#fff!important}














/* ===== AW-CART: AussieWave order-form + chrome branding ===== */
.navbar-brand .logo-img,#header .logo-img{max-height:32px !important;width:auto}
#header .navbar-nav .nav-link,#header .nav-link,.navbar .navbar-nav .nav-link{font-family:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif !important;font-weight:600}
#order-standard_cart .aw-cfg-hero ~ .header-lined h1{display:none}
#order-standard_cart .header-lined h1{font-family:'Sora',sans-serif;font-weight:800;color:#0A3D54}
#order-standard_cart .aw-cfg-hero{background:linear-gradient(135deg,#0A3D54,#102A33);color:#fff;border-radius:18px;padding:30px 34px;margin-bottom:28px;position:relative;overflow:hidden}
#order-standard_cart .aw-cfg-hero:after{content:"";position:absolute;right:-90px;top:-80px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(95,194,255,.22),transparent 70%)}
#order-standard_cart .aw-cfg-hero .ey{font-family:'Sora',sans-serif;font-weight:600;letter-spacing:.15em;text-transform:uppercase;font-size:.72rem;color:#5FC2FF;position:relative;z-index:1}
#order-standard_cart .aw-cfg-hero h2{font-family:'Sora',sans-serif;font-weight:800;letter-spacing:-.02em;font-size:2rem;color:#fff;margin:.4rem 0 .5rem;position:relative;z-index:1}
#order-standard_cart .aw-cfg-hero p{color:#CFE3EE;font-size:1.05rem;margin:0;position:relative;z-index:1}
#order-standard_cart .product-title{font-family:'Sora',sans-serif;font-weight:700;color:#0A3D54}
#order-standard_cart .product-info ul{list-style:none;padding-left:0;margin-top:.4rem}
#order-standard_cart .product-info ul li{position:relative;padding-left:34px;margin-bottom:12px;color:#41565e;line-height:1.5;list-style:none}
#order-standard_cart .product-info ul li:before{content:"\2713";position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;background:#2E9BFF;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700}
#order-standard_cart .product-info ul li b{color:#102A33}
#order-standard_cart .cart-sidebar .list-group-item-action{color:#2E9BFF !important}
#order-standard_cart .cart-sidebar .list-group-item-action:hover{color:#1E7FE0 !important;background:#F2F8FE}
#order-standard_cart .alert-warning{background:#EAF2F8;border-color:#CFE0EC;color:#0A3D54}
#order-standard_cart .alert-warning a{color:#1E7FE0}
#order-standard_cart .secondary-cart-sidebar{position:sticky;top:20px}
#order-standard_cart .order-summary{background:linear-gradient(135deg,#0A3D54,#102A33);border-radius:14px;overflow:hidden}
#order-standard_cart .order-summary h2,#order-standard_cart .secondary-cart-sidebar h2{font-family:'Sora',sans-serif;color:#fff}
#order-standard_cart .order-summary .summary-container{background:#fff}
#order-standard_cart .btn-primary{background:#FF6B4A !important;border-color:#FF6B4A !important;color:#fff !important;box-shadow:0 8px 22px rgba(255,107,74,.28)}
#order-standard_cart .btn-primary:hover{background:#E85535 !important;border-color:#E85535 !important}
#order-standard_cart .btn-success{background:#FF6B4A !important;border-color:#FF6B4A !important;color:#fff !important;box-shadow:0 8px 22px rgba(255,107,74,.28)}
#order-standard_cart .btn-success:hover{background:#E85535 !important;border-color:#E85535 !important}
/* checkout form inputs + section headers */
#order-standard_cart .form-control,#order-standard_cart input.form-control{border-radius:8px !important}
#order-standard_cart .form-control:focus{border-color:#2E9BFF;box-shadow:0 0 0 3px rgba(46,155,255,.15)}
#order-standard_cart h3{font-family:'Sora',sans-serif;color:#0A3D54}
#order-standard_cart .checkout-section-header,#order-standard_cart .sub-heading{color:#0A3D54}
/* ===== /AW-CART ===== */

/* ===== AW-NAV: top navbar polish ===== */
#header{border-bottom:1px solid #E8EEF3;box-shadow:0 2px 16px rgba(16,42,51,.05)}
#header a.pr-4{color:#33474F !important;font-weight:400;padding-top:9px !important;padding-bottom:9px !important;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}
#header a.pr-4:hover,#header a.pr-4:focus{color:#2E9BFF !important}
#header a.pr-4.active,#header li.active>a.pr-4{color:#2E9BFF !important}
#header .input-group.search{border-radius:10px;overflow:hidden;border:1px solid #E1EAF1;background:#F3F7FB}
#header .input-group.search .form-control{border:0 !important;background:transparent !important;box-shadow:none !important}
#header .input-group.search .btn{border:0 !important;background:transparent !important;color:#7690A0}
#header .input-group.search:focus-within{border-color:#2E9BFF;box-shadow:0 0 0 3px rgba(46,155,255,.15)}
#header .cart-btn{color:#0A3D54}
#header .cart-btn .badge,#header #cartItemCount{background:#2E9BFF !important}
#header .navbar-nav .nav-link.dropdown-toggle,#header a.dropdown-toggle{color:#183A48 !important;font-weight:500}
/* ===== /AW-NAV ===== */

/* ===== AW-FOOT: AussieWave footer (matches marketing) ===== */
.primary-content p:has(a[href*="whmcs.com"]){display:none !important}
#footer.footer{background:#fff;border-top:1px solid #E8EEF3;padding:42px 0 34px;margin-top:48px}
#footer .aw-foot{text-align:center;font-family:'Inter',sans-serif;line-height:1.9}
#footer .aw-foot-links a{color:#0A3D54;text-decoration:none;margin:0 11px;font-size:.92rem;font-family:'Sora',sans-serif;font-weight:600}
#footer .aw-foot-links a:hover{color:#2E9BFF}
#footer .aw-foot-legal{margin-top:6px}
#footer .aw-foot-legal a{font-size:.82rem;color:#6b7d85;margin:0 8px;text-decoration:none}
#footer .aw-foot-legal a:hover{color:#2E9BFF}
#footer .aw-foot-copy{margin-top:16px;color:#51666f;font-size:.85rem}
#footer .aw-foot-copy b{color:#13778F;font-weight:600}
#footer .aw-foot-locale{margin-top:14px}
#footer .aw-foot-locale .btn{color:#6b7d85;font-size:.82rem;border:1px solid #E1EAF1;border-radius:8px;padding:5px 12px}
/* ===== /AW-FOOT ===== */

/* ---- aw-sticky-footer: keep #footer pinned to the viewport bottom on short pages ---- */
html{ height:100% }
body{ min-height:100vh; display:flex; flex-direction:column }
body > #main-body{ flex:1 0 auto }
body > #footer.footer{ flex-shrink:0 }
