@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #33354d;
    --primary: #336699;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #0B0F19;
    --dark-gray: #33354d;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --navbar-height: 76px; /* Essential WHMCS navbar height */
}

body {
    font-family: "DM Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "DM Sans", sans-serif;
}

header.header .navbar {
    background-color: #0B0F19 !important;
}

.navbar {
    color: #fff !important;
    background-color: #0B0F19 !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
}

header.header .navbar-nav > li > a {
    color: #fff !important;
}

header.header .navbar-brand {
    color: #fff !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
}

.top-row {
    background-color: #0B0F19 !important;
}

.footer {
    background-color: #F3F6FF!important;
    color: var(--dark-gray) !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.footer .navbar-brand {
    color: var(--dark-gray) !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.25rem !important;
}

.footer .navbar-brand .logo-img {
    width: 32px !important;
    height: 32px !important;
    margin-right: 0.5rem !important;
}

.footer p {
    font-family: "DM Sans", sans-serif;
    font-size: 0.9375rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.5rem !important;
}

.footer h5 {
    color: var(--dark-gray) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.25rem !important;
}

.footer .list-unstyled li {
    margin-bottom: 0.5rem !important;
}

.footer .list-unstyled li a {
    font-family: "DM Sans", sans-serif;
    font-size: 0.9375rem !important;
    line-height: 1.5 !important;
}

.footer .social-icons {
    margin-top: 1.5rem !important;
    margin-bottom: 0 !important;
}

.footer .social-icons li {
    margin-right: 0.75rem !important;
}

.footer .social-icons li a {
    color: #0b0f19 !important;
    font-size: 1.5rem !important;
    margin-right: 1rem !important;
}

.footer .social-icons li a:hover {
    color: #1E90FF !important;
}

.footer .list-inline.social-icons li a {
    color: var(--dark-gray) !important;
}

.footer .text-muted {
    color: var(--dark-gray) !important;
}

.footer hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.footer .copyright {
    font-family: "DM Sans", sans-serif;
    font-size: 0.8125rem !important;
    line-height: 1.5 !important;
}