@charset "UTF-8";
:root {
    /* Primary Brand Identity */
    --jiinubi-primary: #3D6092;
    --jiinubi-primary-rgb: 61, 96, 146;
    --jiinubi-primary-dark: #2D4B72;
    --jiinubi-primary-light: #4F7BB8;
    
    /* Functional Complementary Palette */
    --jiinubi-success: #28a745;
    --jiinubi-info: #17a2b8;
    --jiinubi-warning: #ffc107;
    --jiinubi-danger: #dc3545;
    
    /* Surface and Background Management */
    --jiinubi-bg-main: #f8fafc;
    --jiinubi-bg-card: #ffffff;
    --jiinubi-border-soft: rgba(0, 0, 0, 0.08);
    
    /* Modern Elevation Effects */
    --jiinubi-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
    --jiinubi-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --jiinubi-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}


/* Custom CSS for Company Name next to Logo in Header */

.custom-logo-container {
    /* Enables Flexbox layout for horizontal alignment */
    display: flex !important;
    align-items: center; 
    text-decoration: none;
}

.custom-logo-container .logo-img {
    /* Sets the height and adds space to the right of the logo */
    max-height: 40px; 
    margin-right: 10px;
    display: block; 
}

.custom-logo-container .company-name-text {
    /* Styles the company name text */
    font-size: 1.4rem; 
    font-weight: 700; 
    color: #3D6092; /* IMPORTANT: Change this to your brand's color code */
    line-height: 1.2;
}



/* Footer Styles */
#footer {
    background-color: #3D6092 !important;
    font-size: 0.9rem;
}

#footer .text-muted {
    color: #9ba1a6 !important;
}

/* Hover effects using #3D6092 */
#footer a:hover {
    color: #3D6092 !important;
    text-decoration: none;
}

#footer .bottom-nav .list-inline-item:not(:last-child):after {
    content: "•";
    margin-left: 10px;
    color: #444;
}

/* Brand Button */
.btn-brand-color {
    background-color: #3D6092;
    border: none;
    color: #fff;
    padding: 8px 15px;
    transition: 0.3s;
}

.btn-brand-color:hover {
    background-color: #2e4a72;
    color: #fff;
}

/* Social Media Icons */
#footer .social-icons .list-inline-item a {
    color: #fff;
    background: #1e2226;
    padding: 8px 12px;
    border-radius: 4px;
    transition: 0.3s;
}

#footer .social-icons .list-inline-item a:hover {
    background: #3D6092;
}
body, html {
    overflow-x: hidden; /* Prevents horizontal scroll if elements overlap */
}

#footer {
    width: 100% !important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    clear: both;
}

/* Force the background to ignore parent padding if necessary */
.footer {
    padding-left: 0;
    padding-right: 0;
}


/*//////////////////////////////////////////////////////////////////////////
Strategic Aesthetic Evolution and Brand Synchronization of the WHMCS Twenty-One Theme for the Jiinubi Platform
///////////////////////////////////////////////////////////////////////////*/

/* Header and Navigation Bar */
header.header {
    padding: 1.25rem 0;
    box-shadow: var(--jiinubi-shadow-sm);
}

.navbar-main {
    background-color: transparent!important;
    border: none;
    margin-bottom: 0;
}

.navbar-main.navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.9)!important;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    padding: 0.75rem 1.25rem;
    border-radius: 6px;
}

/* Interaction States for Navbar Items */
.navbar-main.navbar-nav > li > a:hover,
.navbar-main.navbar-nav > li.active > a,
.navbar-main.navbar-nav >.open > a {
    background-color: rgba(255, 255, 255, 0.15)!important;
    color: #ffffff!important;
}

/* Secondary User Navigation */
.navbar-secondary {
    background-color: #f1f5f9;
    border-bottom: 1px solid var(--jiinubi-border-soft);
}

.navbar-secondary.nav-link {
    color: #475569;
    font-size: 0.85rem;
    font-weight: 500;
}

.navbar-secondary.nav-link:hover {
    color: var(--jiinubi-primary);
}
/*Mobile Responsiveness and the Hamburger Menu*/
@media (max-width: 991.98px) {
   .navbar-main.navbar-collapse {
        background-color: var(--jiinubi-primary-dark);
        border-radius: 8px;
        margin-top: 10px;
        padding: 10px;
    }
    
   .navbar-main.navbar-nav > li > a {
        border-radius: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
}

/* Homepage Tiles and Stats */
.tiles.tile {
    background: #ffffff;
    border: 1px solid var(--jiinubi-border-soft);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    box-shadow: var(--jiinubi-shadow-md);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tiles.tile:hover {
    transform: translateY(-8px);
    box-shadow: var(--jiinubi-shadow-lg);
    border-color: var(--jiinubi-primary-light);
}

.tiles.tile i {
    font-size: 2.25rem;
    color: var(--jiinubi-primary);
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.tiles.tile:hover i {
    color: var(--jiinubi-primary-dark);
}

.tiles.tile.stat {
    font-size: 2rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.tiles.tile.title {
    color: #64748b;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
/* Global Panel and Card Overrides */
.card,.panel {
    border: 1px solid var(--jiinubi-border-soft)!important;
    border-radius: 12px!important;
    box-shadow: var(--jiinubi-shadow-sm)!important;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.card-header,.panel-heading {
    background-color: #ffffff!important;
    padding: 1.25rem 1.5rem!important;
    border-bottom: 1px solid var(--jiinubi-border-soft)!important;
}

.card-title,.panel-title {
    color: var(--jiinubi-primary)!important;
    font-weight: 700;
    margin: 0;
    font-size: 1.1rem;
}

/* Active Service Panels */
.panel-active {
    border-left: 4px solid var(--jiinubi-primary)!important;
}
/* Sidebar Group Containers */
.sidebar.list-group {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--jiinubi-border-soft);
    box-shadow: var(--jiinubi-shadow-sm);
}

.sidebar.list-group-item {
    border: none;
    padding: 1rem 1.25rem;
    font-size: 0.9rem;
    color: #475569;
    background-color: #ffffff;
    transition: all 0.2s ease;
}

.sidebar.list-group-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

/* Sidebar Active Item Styling */
.sidebar.list-group-item.active {
    background-color: rgba(61, 96, 146, 0.05)!important;
    color: var(--jiinubi-primary)!important;
    font-weight: 600;
    border-left: 3px solid var(--jiinubi-primary);
}

.sidebar.list-group-item:hover:not(.active) {
    background-color: #f8fafc;
    color: var(--jiinubi-primary-dark);
}
/* Primary Brand Button */
.btn-primary {
    background-color: var(--jiinubi-primary)!important;
    border-color: var(--jiinubi-primary)!important;
    color: #ffffff!important;
    border-radius: 8px;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    box-shadow: 0 4px 6px rgba(61, 96, 146, 0.2);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover,.btn-primary:focus {
    background-color: var(--jiinubi-primary-dark)!important;
    border-color: var(--jiinubi-primary-dark)!important;
    transform: translateY(-2px);
    box-shadow: 0 7px 14px rgba(61, 96, 146, 0.3);
}

/* Secondary Button Styling */
.btn-secondary {
    background-color: #e2e8f0!important;
    border-color: #e2e8f0!important;
    color: #475569!important;
    border-radius: 8px;
}

.btn-secondary:hover {
    background-color: #cbd5e1!important;
    color: #1e293b!important;
}
/* Alert System Modernization */
.alert {
    border: none;
    border-radius: 10px;
    padding: 1.25rem;
    font-weight: 500;
    box-shadow: var(--jiinubi-shadow-sm);
}

.alert-info {
    background-color: rgba(61, 96, 146, 0.1);
    color: var(--jiinubi-primary-dark);
    border-left: 4px solid var(--jiinubi-primary);
}

/* Targeted Order Summary Overrides */
#order-standard_cart.order-summary {
    background-color: #ffffff!important;
    border: 1px solid var(--jiinubi-border-soft)!important;
    border-radius: 12px!important;
    box-shadow: var(--jiinubi-shadow-md)!important;
    padding: 2rem!important;
    margin-bottom: 2rem;
}

#order-standard_cart.order-summary h2 {
    color: var(--jiinubi-primary);
    font-size: 1.25rem;
    font-weight: 700;
    border-bottom: 2px solid var(--jiinubi-primary);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

#order-standard_cart.summary-container {
    font-size: 0.95rem!important;
}

#order-standard_cart.summary-container.total-due-today {
    background-color: rgba(61, 96, 146, 0.05);
    border-radius: 8px;
    padding: 1.25rem;
    margin-top: 1rem;
}

#order-standard_cart.summary-container.total-due-today.amt {
    color: var(--jiinubi-primary);
    font-weight: 800;
    font-size: 1.75rem;
}
/* Review Cart Styling */
#order-standard_cart.view-cart-items-header {
    background-color: var(--jiinubi-primary)!important;
    color: #ffffff!important;
    border-radius: 12px 12px 0 0!important;
    padding: 1rem 1.5rem!important;
    font-weight: 600;
}

#order-standard_cart.view-cart-item {
    background: #ffffff;
    border: 1px solid var(--jiinubi-border-soft);
    border-top: none;
    padding: 1.5rem;
    transition: background-color 0.2s ease;
}

#order-standard_cart.view-cart-item:last-child {
    border-radius: 0 0 12px 12px;
}

#order-standard_cart.view-cart-item:hover {
    background-color: #f8fafc;
}


/* Promo Code Input Section */
.promo-code-container {
    background-color: #ffffff;
    border: 1px solid var(--jiinubi-border-soft);
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1.5rem;
    box-shadow: var(--jiinubi-shadow-sm);
}

.promo-code-container.input-group-append.btn {
    border-radius: 0 8px 8px 0!important;
}
/* Checkout Form Controls */
#order-standard_cart.form-group label {
    font-weight: 600!important;
    color: #475569!important;
    margin-bottom: 0.5rem;
}

#order-standard_cart.form-control {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    padding: 0.75rem 1rem;
    height: auto;
}

#order-standard_cart.form-control:focus {
    border-color: var(--jiinubi-primary-light);
    box-shadow: 0 0 0 3px rgba(61, 96, 146, 0.1);
}

/* Payment Method Selection */
.payment-methods-container.cc-input-container {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.payment-methods-container.cc-input-container.active {
    border-color: var(--jiinubi-primary);
    background-color: rgba(61, 96, 146, 0.02);
}

/* Domain Search Section */
.domain-search-bg {
    background: linear-gradient(135deg, #3D6092 0%, #2D4B72 100%);
    padding: 5rem 0;
    border-radius: 20px;
    margin-bottom: 3rem;
}

.domain-search-bg h2 {
    color: #ffffff;
    font-weight: 800;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.domain-search-bg.input-group {
    background: #ffffff;
    padding: 8px;
    border-radius: 12px;
    box-shadow: var(--jiinubi-shadow-lg);
}

.domain-search-bg input[type="text"] {
    border: none!important;
    font-size: 1.25rem;
    padding: 1rem;
}

.domain-search-bg.btn-primary {
    border-radius: 8px!important;
    padding-left: 2rem;
    padding-right: 2rem;
}
/* Support Ticket Conversation Styling */
.ticket-reply {
    background-color: #ffffff;
    border: 1px solid var(--jiinubi-border-soft);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.ticket-reply.staff {
    background-color: rgba(61, 96, 146, 0.03);
    border-color: rgba(61, 96, 146, 0.1);
}

.ticket-reply.user {
    font-weight: 700;
    color: var(--jiinubi-primary);
}

/* Attachment UI */
.file-upload-container {
    background-color: #f8fafc;
    border: 2px dashed var(--jiinubi-border-soft);
    border-radius: 8px;
    padding: 1rem;
    transition: border-color 0.2s ease;
}

.file-upload-container:hover {
    border-color: var(--jiinubi-primary-light);
}
/* Footer Synchronization */
footer.footer {
    background-color: #1e293b;
    color: #94a3b8;
    padding: 4rem 0 2rem;
    font-size: 0.9rem;
}

footer.footer h4, footer.footer h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

footer.footer a {
    color: #cbd5e1;
    transition: color 0.2s ease;
}

footer.footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* Social Icon Brand Colors */
.social-icons a {
    background-color: rgba(255, 255, 255, 0.05);
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
}


.social-icons a:hover {
    background-color: var(--jiinubi-primary);
    transform: translateY(-3px);
}
/* Global Typography stack */
body,.clientarea {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif!important;
    background-color: #f8fafc;
    color: #334155;
}

h1, h2, h3, h4, h5, h6 {
    color: #0f172a;
    font-weight: 700;
}

