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

    ** Custom Stylesheet **

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

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

/* Custom CSS for Nexus Theme
 *
 * This file allows you to customize the theme colors and styles for the entire Nexus 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.
 */

:root {
    --white: #fff;

    /* Neutral shades */
    --neutral-50: #fbf9fa;
    --neutral-100: #f4f5f7;
    --neutral-200: #c3c3c3;
    --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%;
    
    
}

section#header .logo img, .navbar-brand img {
    max-height: 80px !important;
    width: auto;
}

.edev-cart-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0077f5;
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border-radius: 10px;
    margin-left: 6px;
    line-height: 1;
}

.edev-header-action:hover .edev-cart-badge {
    background: #003768;
    color: #fff !important;
}

.edev-cart-badge.d-none,
.edev-cart-badge:empty {
    display: none !important;
}

/* ==========================================================
   HEADER & NOTIFICATION WIDTH SETTINGS
   (Width 97% set hai taake sides par space bohot kam/minimum ho jaye)
   ========================================================== */
#header.header .container,
.edev-main-header .container,
.edev-blue-nav .container,
.edev-account-bar .container,
.edev-client-nav .container {
    max-width: 97% !important;
    width: 97% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.edev-main-footer .container,
.edev-footer-bottom .container {
    max-width: 86% !important;
    width: 86% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* ==========================================================
   EDEVHOST FOOTER STYLES (NO TOP STRIP, COMPACT GAPS)
   ========================================================== */
footer#footer,
footer.footer,
footer.edev-custom-footer,
.edev-custom-footer {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    background: #00366b !important;
    background-color: #00366b !important;
    border: none !important;
    box-shadow: none !important;
}

.edev-main-footer,
.footer-con {
    background: #00366b !important;
    background-color: #00366b !important;
    background-image: none !important;
    color: #d1d5db;
    padding: 20px 0 14px !important;
    margin: 0 !important;
    border: none !important;
}

.edev-footer-title {
    color: #19a9e5;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: -0.2px;
}

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

.edev-footer-links li {
    margin-bottom: 2px;
    line-height: 1.3;
}

.edev-footer-links li a {
    color: #e5e7eb;
    font-size: 13.5px;
    text-decoration: none !important;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
}

.edev-footer-links li a:hover {
    color: #38bdf8;
    padding-left: 3px;
}

.edev-footer-bottom {
    background: #0077f5 !important;
    background-color: #0077f5 !important;
    color: #fff;
    padding: 12px 0 !important;
    margin: 0 !important;
    border-top: none !important;
}

.edev-col-social {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
}

.edev-social-btn-small {
    width: 26px;
    height: 26px;
    background: #fff;
    color: #00366b !important;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11.5px;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.edev-social-btn-small:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    background: #19a9e5;
    color: #fff !important;
}

.edev-copyright-info {
    width: 100%;
    text-align: center;
}

.edev-copyright-info p {
    font-size: 13.5px;
    font-weight: 500;
    color: #fff;
    margin: 0 auto;
}

.edev-scroll-top {
    position: fixed;
    bottom: 30px;
    right: 25px;
    width: 38px;
    height: 38px;
    background: #00366b;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff !important;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
    z-index: 999;
    text-decoration: none !important;
    transition: all 0.25s ease;
    opacity: 0.95;
}

.edev-scroll-top:hover {
    background: #072f58;
    transform: translateY(-3px);
    opacity: 1;
    color: #fff !important;
}

@media (max-width: 767px) {
    .edev-main-footer {
        padding: 18px 0 12px !important;
    }
    .edev-footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
    .edev-footer-social {
        justify-content: center;
        margin-right: 0;
    }
}

.edev-cart-badge:empty,
.edev-cart-badge.d-none {
    display: none !important;
}







