:root {
    --bs-primary-rgb: 178, 138, 69;
}
.main-comp {
    margin-bottom: 5rem;
}

body {
    font-family: "Poppins", sans-serif;
}

.navbar-top {
    border-bottom: 1px solid #C9C9C9;
}


.navbar-top .navbar-brand span {
    color: #8d6521;
    font-weight: 500;
}

.btn-primary {
    background-color:#B28A45 !important;
    border-color: #B28A45 !important;
    color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color:#8d6521 !important;
    border-color: #8d6521 !important;
    color: #fff !important;
}

.form-control:focus {
    border-color: #B28A45 !important;
    box-shadow: 0 0 0 0.10rem rgba(178, 138, 69, 0.25) !important;
}

footer .navbar-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #C9C9C9;
    border-radius: 10px 10px 0 0 ;
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

footer .navbar-bottom ul {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .navbar-bottom ul li a,
footer .navbar-bottom ul li form,
footer .navbar-bottom ul li form button {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .navbar-bottom ul li a.active {
    color: #B28A45;
}

footer .navbar-bottom ul li a i {
    font-size: 18px;
    margin-bottom: 5px;
}

.profile-btn a {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #B28A45;
     color: #fff;
}

.membership-card {
    background-color: #B28A45;
    text-align: left;
    border-radius: 20px;
}
.membership-card .card-header {
    text-align: left;
    border-color: #fff;
}
.membership-card .card-header .badge {
    background: transparent !important;
    border-radius: 10px;
    border: 1px solid #fff;
    color: #fff !important;
    padding: 5px 12px;
    margin-bottom: 0.5rem;
}

.membership-card .card-body {
    text-align: left;
    color: #fff;
}

.membership-card .card-footer .membership-fee {
    color: #fff;
    font-size: 1.2rem;
}

.membership-card .card-footer .membership-fee span {
    opacity: 0.7;
    font-size: 1rem;
}


.membership-card .card-footer .badge {
    background: #fff !important;
    color: #8d6521;
    border-radius: 10px;
    padding: 6px 24px;
}