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

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

/* Click Web logo proportions */
.menu-wrap .logo-menu {
    width: auto !important;
    height: auto !important;
    max-width: 180px !important;
    max-height: none !important;
    object-fit: contain;
    flex: 0 0 auto;
}

.menu-wrap.fixed .logo-menu {
    width: auto !important;
    height: auto !important;
    max-width: 165px !important;
    max-height: none !important;
}

@media (max-width: 767px) {
    .menu-wrap.mobile .logo-menu {
        max-width: 140px !important;
    }
}

.footer .logo-footer {
    width: 180px !important;
    height: auto !important;
    max-height: none !important;
}

/* Hide Antler demo controls */
.btn-settings,
.btn-demos {
    display: none !important;
}


/* === CLICK WEB BRAND START === */

/* =====================================================
   CLICK WEB BRAND THEME
   Blue : #29398F
   Gold : #F0C216
   ===================================================== */

:root {
    --cw-blue: #29398F;
    --cw-blue-dark: #202E78;
    --cw-gold: #F0C216;
    --cw-gold-hover: #D9AD12;

    --cw-dark-bg: #0D1620;
    --cw-dark-card: #121F2A;
    --cw-dark-soft: #162530;

    --cw-light-bg: #F7F9FC;
    --cw-light-card: #FFFFFF;

    --cw-dark-text: #F8FAFC;
    --cw-dark-muted: #AAB4C0;

    --cw-light-text: #111827;
    --cw-light-muted: #667085;
}

/* Hide Antler demo/settings controls from visitors */
.btn-settings,
.btn-demos {
    display: none !important;
}

/* Brand badges */
.bg-purple,
.bg-pink {
    background-color: var(--cw-blue) !important;
    border-color: var(--cw-blue) !important;
}

/* Only branding/feature badges - don't touch normal error alerts */
.badge.feat.bg-danger {
    background-color: var(--cw-blue) !important;
    border-color: var(--cw-blue) !important;
}

/* Primary CTA */
.btn-default-yellow-fill,
.btn-default-yellow {
    background-color: var(--cw-gold) !important;
    border-color: var(--cw-gold) !important;
    color: #111111 !important;
}

.btn-default-yellow-fill:hover,
.btn-default-yellow:hover,
.btn-default-yellow-fill:focus,
.btn-default-yellow:focus {
    background-color: var(--cw-gold-hover) !important;
    border-color: var(--cw-gold-hover) !important;
    color: #111111 !important;
}

/* Hosting pricing */
.pricing .title,
.product .title {
    color: var(--cw-gold) !important;
}

.product .product-desc {
    background-color: var(--cw-blue) !important;
}

.product .product-desc,
.product .product-desc li,
.product .product-desc span {
    color: #FFFFFF !important;
}

/* Navigation emphasis */
.nav-menu .main-menu > .menu-item > a.active,
.nav-menu .main-menu > li > a.active,
.nav-menu .main-menu > li > a:hover {
    color: var(--cw-gold) !important;
}

/* Links used as branded accents */
a:hover {
    text-decoration-color: var(--cw-gold);
}

/* ---------- DARK MODE ---------- */

body[data-background="dark"] {
    background-color: var(--cw-dark-bg) !important;
    color: var(--cw-dark-text);
}

[data-background="dark"] .sec-bg1 {
    background-color: var(--cw-dark-bg) !important;
}

[data-background="dark"] .sec-bg2 {
    background-color: var(--cw-dark-card) !important;
}

[data-background="dark"] .sec-bg3 {
    background-color: #0B151E !important;
}

/* ---------- LIGHT MODE ---------- */

body[data-background="light"] {
    background-color: var(--cw-light-bg) !important;
    color: var(--cw-light-text);
}

[data-background="light"] .sec-bg1 {
    background-color: var(--cw-light-bg) !important;
}

[data-background="light"] .sec-bg2 {
    background-color: var(--cw-light-card) !important;
}

[data-background="light"] .sec-bg3 {
    background-color: #FFFFFF !important;
}

/* === CLICK WEB BRAND END === */



/* === CLICK WEB TRUE LIGHT MODE START === */

body[data-background="light"] {
    background-color: #F7F9FC !important;
    color: #111827 !important;
}

[data-background="light"] #scroll.history-section {
    background-color: #EEF3F8 !important;
}

[data-background="light"] #scroll.history-section .sec-main {
    background-color: transparent !important;
}

[data-background="light"] .services.sec-normal.motpath.sec-bg4 {
    background-color: #FFFFFF !important;
}

[data-background="light"] .services.sec-normal.motpath.sec-bg4 .section-heading,
[data-background="light"] .services.sec-normal.motpath.sec-bg4 .service-section .title {
    color: #111827 !important;
}

[data-background="light"] .services.sec-normal.motpath.sec-bg4 .section-subheading,
[data-background="light"] .services.sec-normal.motpath.sec-bg4 .service-section .subtitle {
    color: #667085 !important;
}

[data-background="light"] .services.sec-normal.motpath.sec-bg4 .service-section {
    background-color: #F4F7FB !important;
    border: 1px solid #E2E8F0 !important;
}

[data-background="light"] .services.sec-normal.motpath.sec-bg4 + section.sec-normal.sec-bg1.bg-colorstyle {
    background-color: #EEF3F8 !important;
}

[data-background="light"] .circle-section.sec-normal.sec-bg1.bg-seccolorstyle.bottomhalfpadding {
    background-color: #F8FAFC !important;
}

[data-background="light"] .circle-section.sec-normal.sec-bg1.bg-seccolorstyle.bottomhalfpadding + section.sec-normal.sec-bg2.bg-colorstyle {
    background-color: #EEF3F8 !important;
}

[data-background="light"] .mergecolor {
    color: #111827 !important;
}

[data-background="light"] .seccolor {
    color: #667085 !important;
}

[data-background="light"] .pricing.special .list-info.bg-purple,
[data-background="light"] .product .product-desc {
    background-color: #29398F !important;
    color: #FFFFFF !important;
}

/* Client Area brand polish */
[data-color="blue"] .c-pink {
    color: var(--cw-gold) !important;
}

[data-background="dark"] .clientarea-limited-chracters.bg-yellow {
    background-color: var(--cw-dark-soft) !important;
}

[data-background="dark"] .clientarea-limited-chracters .section-heading {
    color: var(--cw-dark-text) !important;
}

[data-background="dark"] .clientarea-limited-chracters .section-subheading {
    color: var(--cw-dark-muted) !important;
}

[data-background="light"] .clientarea-limited-chracters.bg-yellow {
    background-color: #EEF3F8 !important;
}

[data-background="light"] .clientarea-limited-chracters .section-heading {
    color: var(--cw-light-text) !important;
}

[data-background="light"] .clientarea-limited-chracters .section-subheading {
    color: var(--cw-light-muted) !important;
}

@media (max-width: 767px) {
    .overview-services .service-section {
        margin-bottom: 24px;
    }

    .clientarea-new-header .header-features-icons {
        margin-top: 20px;
        text-align: left;
    }
}

/* My Domains: use the page scroll instead of a nested table scrollbar */
#tableDomainsList_wrapper .listtable.table-responsive {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

@media (max-width: 991px) {
    #tableDomainsList_wrapper .listtable.table-responsive {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
    }
}

/* Inactive domain SSL status is informational, not a purchase link */
.cw-ssl-status-readonly,
.cw-ssl-status-readonly .cw-ssl-inactive-icon {
    cursor: not-allowed !important;
}

/* === CLICK WEB TRUE LIGHT MODE END === */


/* Click Web bilingual language control */
.cw-language-control {
    display: inline-block;
    vertical-align: middle;
}
.cw-language-switch {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 18px;
    color: inherit;
    font-weight: 700;
    white-space: nowrap;
}
.cw-language-switch:hover,
.cw-language-switch:focus {
    border-color: #fdd700;
    color: #fdd700;
}
.cw-auth-language {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 1100;
}
@media (max-width: 767px) {
    .cw-language-switch { min-height: 40px; }
    .cw-auth-language { top: 12px; right: 12px; }
}
