body {
    background-color: white;
    color: #4b3828;
}
.bank-navbar {
    background-color: wheat;
}

.bank-navbar .navbar-brand,
.bank-navbar .nav-link {
    color: #4b3828;
}

.bank-navbar .nav-link:hover {
    color: black;
}
.home-section {
    background-color: white;
}

.home-title {
    color: #5c4632;
    font-size: 45px;
    font-weight: 600;
}

.home-text {
    color: #666;
    font-size: 18px;
    line-height: 1.7;
}

.home-image {
    width: 100%;
    max-height: 370px;
    object-fit: cover;
    border-radius: 15px;
}
.btn-wheat {
    background-color: wheat;
    border: 1px solid #d5b98c;
    color: #3d3025;
}

.btn-wheat:hover {
    background-color: #e7c991;
    color: #3d3025;
}
.about-section {
    background-color: #fff8eb;
}

.section-title {
    color: #5c4632;
    font-weight: 600;
}

.section-text {
    color: #666;
    line-height: 1.7;
}
.account-section {
    background-color: white;
}

.account-card {
    background-color: wheat;
    padding: 25px 10px;
    text-align: center;
    border-radius: 10px;
    height: 100%;
}

.account-card h5 {
    color: #4b3828;
}
.account-card p {
    margin-bottom: 0;
    font-size: 14px;
}
.process-section {
    background-color: #fff8eb;
}
.process-card {
    background-color: white;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    height: 100%;
    border: 1px solid #ead7b7;
}

.process-card h4 {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: wheat;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.process-card p {
    color: #666;
    font-size: 14px;
}



.bottom-section {
    background-color: wheat;
    color: #4b3828;
}



@media (max-width: 768px) {

    .home-title {
        font-size: 34px;
    }

    .home-section {
        text-align: center;
    }

}


.dashboard-page {
    min-height: 100vh;
    background-color: #fffaf1;
}
.dashboard-navbar {
    min-height: 65px;
    background-color: wheat;
    padding: 12px 20px;
    color: #4b3828;
    border-bottom: 1px solid #e2cda8;
}

.bank-name {
    font-size: 21px;
    font-weight: 600;
}
.dashboard-sidebar {
    width: 230px;
    min-height: calc(100vh - 65px);
    background-color: white;
    border-right: 1px solid #eadbc2;
    padding: 25px 15px;
}

.sidebar-title {
    color: #5c4632;
    margin-bottom: 20px;
    padding-left: 10px;
}

.sidebar-link {
    display: block;
    text-decoration: none;
    color: #4b3828;
    padding: 11px 12px;
    margin-bottom: 6px;
    border-radius: 6px;
}

.sidebar-link:hover {
    background-color: wheat;
    color: #3d3025;
}
.dashboard-content {
    flex: 1;
    padding: 30px;
}

.dashboard-title {
    color: #5c4632;
}
.dashboard-card {
    background-color: white;
    border: 1px solid #eadbc2;
    border-radius: 10px;
    padding: 22px;
    height: 100%;
}

.dashboard-card h5 {
    color: #5c4632;
}

.dashboard-card p {
    color: #777;
    margin-bottom: 0;
}
@media (max-width: 767px) {

    .dashboard-sidebar {
        width: 100%;
        min-height: auto;
        border-right: none;
        border-bottom: 1px solid #eadbc2;
        padding: 15px;
    }

    .dashboard-content {
        width: 100%;
        min-height: auto;
        padding: 15px;
    }

}


.login-card {
    background-color: white;
    padding: 30px;
    border: 1px solid #ead7b7;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.login-card h3 {
    color: #5c4632;
}

.login-card .form-control {
    min-height: 44px;
}

.login-card a {
    color: #5c4632;
}

.login-card a:hover {
    color: black;
}

.dashboard-logo {
    width: 42px;
    height: 42px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 50%;
}


.branch-form-card {
    width: 100%;
    max-width: 650px;
    background-color: white;
    border: 1px solid #eadbc2;
    border-radius: 10px;
    padding: 25px;
}

.branch-form-card .form-control {
    min-height: 44px;
}

.branch-form-card textarea.form-control {
    min-height: 90px;
}


.branch-list-card {
    max-width: 1000px;
    margin: auto;
    background-color: white;
    border: 1px solid #eadbc2;
    border-radius: 10px;
    padding: 25px;
}

.branch-list-card table {
    margin-bottom: 0;
}

.branch-list-card thead {
    background-color: wheat;
}

.branch-list-card th {
    color: #4b3828;
    font-weight: 600;
}

.branch-list-card td {
    color: #555;
}


.manager-form-card {
    width: 100%;
    max-width: 700px;
    background-color: white;
    border: 1px solid #d8c3a0;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.manager-form-card .form-control {
    min-height: 44px;
}

.manager-form-card textarea.form-control {
    min-height: 90px;
}
.registration-card {
    max-width: 950px;
    margin: auto;
    background-color: white;
    border: 1px solid #eadbc2;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.form-section-title {
    color: #5c4632;
    border-bottom: 1px solid #eadbc2;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
#minor_student.form-check-input,
#declaration.form-check-input {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    padding: 0 !important;
    margin-top: 5px;
    border: 1px solid #6f5238 !important;
    background-color: white;
    box-shadow: none !important;
    cursor: pointer;
}

#minor_student.form-check-input:checked,
#declaration.form-check-input:checked {
    background-color: #8c6f4e !important;
    border-color: #8c6f4e !important;
}

.form-check-label {
    margin-left: 2px;
    cursor: pointer;
}
.approved-users-table {
    min-width: 850px;
}

.approved-users-table th,
.approved-users-table td {
    white-space: nowrap;
}
.dashboard-layout {
    min-height: calc(100vh - 65px);
}


@media (max-width: 767px) {

    .dashboard-navbar {
        padding: 10px 12px;
    }

    .dashboard-logo {
        width: 34px;
        height: 34px;
    }

    .bank-name {
        font-size: 18px;
    }

    .dashboard-layout {
        min-height: auto;
    }

    .dashboard-sidebar {
        width: 100%;
        min-height: calc(100vh - 55px);
        border-right: none;
        border-bottom: none;
        padding: 15px;
        background-color: white;
    }

    .dashboard-content {
        width: 100%;
        min-height: calc(100vh - 55px);
        padding: 15px;
    }

}
