body {
    font-family: "Mulish", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333;
}

header,
footer {
    background-color: #fdf8f4;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #7c4dff;
    font-weight: bold;
}

nav a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Forum", serif;
}

.btn-primary {
    background: #936d42;
    color: #ffffff;
    border: none;
    transition: background 0.3s ease;
    border-radius: 0;
}

.btn-danger {
    border-radius: 0;
}

.btn-primary:hover {
    background: #c27a4b;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: #fdf8f4;
}

.table-striped tr {
    border-style: hidden;
}

.table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

th[data-sort] {
    background: #f8f9fa;
    transition: background 0.2s;
}

th[data-sort]:hover {
    background: #e9ecef;
}

.active > .page-link,
.page-link.active {
    background-color: #c27a4b;
    border: 1px solid #c27a4b;
    color: #ffffff !important;
}

.page-item:not(:first-child) .page-link,
.page-item:first-child .page-link {
    color: #c27a4b;
}

/* ============================================================
   HEADER STYLES - START
   These styles control the site header, logo, and signup button
   ============================================================ */

.site-header {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.logo {
    font-family: "Forum", serif;
    font-size: 28px;
    color: #070506;
    text-align: left;
}

/* Sign Up Button */
.signup-button {
    position: relative;
    background-color: #070506;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    border: none;
    border-radius: 0;
    overflow: hidden;
    transition: background 0.3s ease;
}

.signup-button:hover,
.signup-button:focus,
.signup-button:active {
    background-color: #070506;
    color: white;
}

.signup-button .star {
    color: #936d42;
    margin-right: 8px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

/* Underline streak */
.signup-button .underline {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background-color: #936d42;
    transition: all 0.4s ease;
}

/* Hover Effects */
.signup-button:hover .star {
    animation: pulse 1s infinite alternate;
}

.signup-button:hover .underline {
    width: 100%;
}

.signup-button:not(:hover) .underline {
    width: 0%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

/* ============================================================
   HEADER STYLES - END
   ============================================================ */

/* ============================================================
   FOOTER STYLES - START
   ============================================================ */

.site-footer {
    border-top: 1px solid #eee;
}

.footer-logo {
    font-family: "Forum", serif;
    font-size: 18px;
    color: #070506;
    font-weight: bold;
}

.footer-copy {
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    color: #444;
}

.footer-line {
    border-top: 2px solid #070506;
    margin: 0 10px;
}

.back-to-top {
    font-size: 20px;
    text-decoration: none;
    color: #070506;
    transition: transform 0.3s ease;
}

.back-to-top:hover {
    transform: translateY(-4px);
}

/* ============================================================
   FOOTER STYLES - END
   ============================================================ */

/* ============================================================
   ADMIN DASHBOARD - START
   ============================================================ */

.pagination {
    font-size: 0;
}
.pagination li {
    font-size: 1rem;
}

/* ============================================================
   ADMIN DASHBOARD - END
   ============================================================ */

/* ============================================================
   INDEX - START
   ============================================================ */

.card-img-top {
    object-fit: cover;
    height: 250px;
}

.card-body {
    display: flex;
    flex-direction: column;
}

/* ============================================================
   INDEX - END
   ============================================================ */

/* ============================================================
   INDEX - START
   ============================================================ */

@media (max-width: 767.98px) {
    .dashboard-logout {
        padding: 18px;
    }
}

/* ============================================================
   INDEX - END
   ============================================================ */
