:root {
    --primary-blue: #0d6efd;
    --dark-blue: #0a58ca;
    --light-blue: #e7f1ff;
    --bg-light: #f8f9fa;
    --card-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

body {
    font-family: 'Inter',sans-serif;
    color: #333;
    background-color: rgba(150,150,150,0.1) !important;
}

section {
    border-bottom: 1px #bdbdbd solid;
}

.navbar-mobile {
    display: none!important;
}

.text-center h2 {
    margin-bottom: -2px!important;
}

.text-center hr {
    width: 10%;
    height: 0;
    margin: auto;
    margin: 25px auto;
    border: 2px solid var(--dark-blue);
    background-color: var(--primary-blue);
}

.text-center {
    width: 100%;
    padding: 40px 20px 0;
}

.text-center p {
    margin-top: 35px;
}

[data-bs-theme="dark"] body {
    color: #e0e0e0;
}

/* Landing Page Styles */

.parallax-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: white;
    background-attachment: fixed;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6) , rgba(0, 0, 0, 0.6)), url('../img/header-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-padding {
    padding: 100px 0;
}

.feature-card {
    padding: 50px;
    border-radius: 20px;
    background: var(--bs-body-bg);
    box-shadow: var(--card-shadow);
    transition: all 0.3s ease;
}

.feature-card .mb-3 {
    display: flex;
    justify-content: center;
}

.feature-card p {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px #bdbdbd solid;
}

.feature-card:hover {
    box-shadow: 0 15px 40px rgba(13, 110, 253, 0.15);
    transform: translateY(-10px);
}

.navbar {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
}

[data-bs-theme="dark"] .navbar {
    border-bottom: 1px solid rgba(255,255,255,0.05);
    background-color: rgba(33, 37, 41, 0.85);
}

.btn {
    border-radius: 3px;
}

.btn-primary {
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
}

/* Dashboard Styles */

.sidebar {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100vh;
    padding: 1.5rem;
    border-right: 1px solid var(--bs-border-color);
    background-color: var(--bs-body-bg);
}

.main-content {
    margin-left: 260px;
    padding: 2.5rem;
    min-height: 100vh;
    background-color: var(--bg-light);
}

[data-bs-theme="dark"] .main-content {
    background-color: #0f1113;
}

#dashboardTabContent h2 {
    border-radius: 5px;
    font-size: 35px;
    font-size: 30px;
    font-weight: 900 !important;
    color: #fefefe;
}

#dashboardTabContent h2 span {
    margin-left: 15px;
}

.icon-h2 {
    display: inline-block;
    width: 100px;
    padding: 10px 15px 10px 30px;
    border-right: 1px rgba(225,255,255,0.5) solid;
    border-radius: 5px 0 0 5px;
    font-weight: 900 !important;
    color: white;
    background: black;
}

.icon-h4 {
    display: inline-block;
    width: 50px;
    padding: 10px;
    border-right: 1px rgba(225,255,255,0.5) solid;
    border-radius: 5px 0 0 5px;
    font-weight: 900 !important;
    color: white;
    background: black;
}

.card,
.dash {
    width: 100% !important;
    border: 1px #cdcdcd solid!important;
    border-radius: 5px!important;
    text-align: center;
    box-shadow: var(--card-shadow);
    transition: transform 0.2s ease;
}

.dash {
    width: 100%!important;
    padding-top: 30px!important;
    padding-bottom: 15px!important;
}

.dash .small {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 2px;
    font-size: 20px;
}

.dash .h3 {
    padding-bottom: 12px;
}

.bg-dash-primary {
}

.bg-dash-success {
    background: #2a5!important;
}

.bg-dash-danger {
    background: #b47!important;
}

.dash img {
    width: 12%!important;
    margin-right: 35%;
    margin-bottom: -5px!important;
}

.graph-dash,
.cat-dash {
    border: 1px #dedede solid !important;
    border-radius: 5px!important;
}

.card{
    width:100%;
}


.card p {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px #bdbdbd solid;
}

.card:hover {
    transform: translateY(-2px);
}

.card img {
    width: 26%!important;
    margin-left: 37%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.nav-pills .nav-link {
    margin-bottom: 0.5rem;
    padding: 0.8rem 1.2rem;
    border-radius: 3px;
    font-weight: 500;
    color: var(--bs-body-color);
}

.nav-pills .nav-link:hover {
    color: var(--primary-blue);
    background-color: var(--light-blue);
}

[data-bs-theme="dark"] .nav-pills .nav-link:hover {
    background-color: rgba(13, 110, 253, 0.1);
}

.nav-pills .nav-link.active {
    background-color: var(--primary-blue);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2);
}

/* Custom Scrollbar */

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #cbd5e0;
}

[data-bs-theme="dark"]::-webkit-scrollbar-thumb {
    background: #4a5568;
}

/* Table styling */

.table {
    vertical-align: middle;
}

.table thead th {
    padding: 1rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.table tbody td {
    padding: 1rem;
}

#contact {
    background-color: rgba(200,200,200,0.1);
}

#contact form {
    width: 60%;
    margin: auto;
    border: 1px #cdcdcd solid;
    border-radius: 5px!important;
}

.auth-card {
    padding: 40px!important;
    border: 1px #cdcdcd solid;
    border-radius: 5px!important;
}

.form-control {
    padding: 15px;
}

.btn-add {
    margin-top: -25px!important;
}

#accountsList .card .content,
.tab-pane .card .content {
    width: 100%!important;
    text-align: left!important;
}

#accountsList .mb-3 {
    flex-direction: column;
    margin-bottom: 1rem !important;
}

#accountsList .small {
    margin-top: 25px;
    padding: 5px;
    text-align: center!important;
}

#accountsList h5 {
    text-align: center!important;
}

#accountsList .text-primary {
    margin-top: 1px;
    padding-top: 25px;
    border-top: 1px #cdcdcd solid;
    font-size: 35px;
}

#accountsList .mb0 {
    width: 100%!important;
    text-align: center!important;
}

#accountsList .card div {
    width: 100%!important;
    text-align: center!important;
}

#accountsList span,
.tab-pane span {
    margin-left: 15px;
}

.modal-title span {
    margin-left: 7px;
}

/* Animations */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-pane {
    animation: fadeIn 0.4s ease-out;
}

.modal form {
    padding: 5px 20px 20px;
    border-radius: 3px;
}

.modal form input,
.modal form select,
.modal form button {
    padding: 10px 30px!important;
    border-radius: 3px;
}

.modal form button {
    margin-top: 5px!important;
}

@media (max-width:991.98px) {
    .sidebar {
        display: none!important;
    }

    .navbar-mobile {
        display: flex!important;
    }

    .main-content {
        margin-left: 0;
        padding: 1.5rem;
    }
}

@media (max-width:800px) {
    #contact form {
        width: 100%;
        margin: auto;
    }

    .d-flex,
    .btn-primary,
    .btn-outline-light {
        display: block!important;
        width: 100%!important;
        margin: 15px auto!important;
    }

    #dashboardTabContent h2 {
        width: 100%!important;
    }

    #dashboardTabContent h2 span {
        margin-left: 10px;
        font-size: 23px;
    }
    
    .tab-pane img {
        width: 80px!important;
        margin-bottom: 15px;
        margin: auto;
    }

   .card img {
        width: 40%!important;
        margin: 20px auto!important;
    }



    #accountsList span,
    .tab-pane span {
        margin-left: 8px;
        font-size: 17px;
    }

    .icon-h2,  .icon-h4{
        padding: 10px 15px 10px 15px;
        width:60px;
        font-size:25px;
    }
}


