#content {
  padding: 25px;
}
.bg-tertiary {
  background-color: #daf2f8 !important;
}
.headSection{padding-top: 40px;padding-bottom: 40px;}
.headSection p{margin-top: 25px;}
.headSection h1{font-weight:600;}
.headSection nav{text-align: center;}

/* Categories Styling */
.category-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-decoration: none !important;
    border: 1px solid #eee;
    height: 100%;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 105, 217, 0.1);
    border-color: #0069d9;
}

.category-icon-wrap {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0069d9, #00c6ff);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.category-icon-wrap i {
    color: #fff;
    font-size: 24px;
}

.category-info h5 {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.category-info span {
    font-size: 13px;
    color: #0069d9;
    font-weight: 600;
    display: block;
    margin-top: 5px;
    transition: 0.3s;
}

.category-card:hover .category-info span {
    letter-spacing: 0.5px;
}

.category-info span i {
    font-size: 10px;
    margin-left: 5px;
}




/* Exam Card Styling */
/* Clean Exam Card Design */
.exam-list-card {
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0 !important;
}

.exam-list-card:hover {
    border-color: #1F509A !important;
    box-shadow: 0 8px 25px rgba(31, 80, 154, 0.1) !important;
}

/* Badges */
.exam-tag {
    font-size: 10px;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 1px;
    font-weight: 700;
}

.exam-code-badge {
    color: #1F509A;
    font-weight: 700;
    font-size: 14px;
}

.exam-title-link {
    color: #2d3436;
    text-decoration: none !important;
    font-weight: 700;
    transition: 0.2s;
}

.exam-list-card:hover .exam-title-link {
    color: #1F509A;
}

/* Meta Info */
.exam-meta-clean {
    font-size: 13px;
    color: #636e72;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.meta-separator {
    color: #dfe6e9;
}

.meta-item i {
    margin-right: 4px;
    font-size: 12px;
}

/* Button Styling */
.btn-exam-start {
    display: inline-block;
    color: #1F509A;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    padding: 10px 20px;
    transition: 0.3s;
}

.btn-exam-start:hover {
    color: #003d99;
    transform: translateX(5px);
}

/* Responsive Border */
@media (min-width: 768px) {
    .border-start-md {
        border-left: 1px solid #f0f0f0 !important;
    }
}

/* Sidebar Styling */
.category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-radius: 8px;
    color: #4a5568;
    text-decoration: none !important;
    transition: 0.3s;
    background: #f8fafc;
}
.category-link:hover {
    background: #edf2f7;
    color: #1F509A;
}
.category-link.active {
    background: #1F509A;
    color: #fff !important;
}
.category-link .badge {
    background: rgba(0,0,0,0.1);
    font-size: 11px;
}
.category-link.active .badge {
    background: rgba(255,255,255,0.2);
}

/* Breadcrumb Adjustment */
.breadcrumbs a {
    color: #1F509A;
    text-decoration: none;
}






/* Shopping Cart Modern Styles */
.cart-icon-box {
    width: 50px;
    height: 50px;
    background: #f0f7ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.product-info h6 {
    font-size: 16px;
    font-weight: 600;
}

.table th {
    border-top: none !important;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.delete_cart {
    font-size: 18px;
    transition: 0.2s;
}

.delete_cart:hover {
    color: #dc3545 !important;
    transform: scale(1.1);
}

.payment-box {
    border: 1px dashed #ced4da !important;
}

.fw-bold { font-weight: 700 !important; }

/* Mobile optimization */
@media (max-width: 768px) {
    .card-footer .col-md-5 {
        width: 100%;
    }
}


.page-header.bg-tertiary {
  padding: 35px;
}


/* Unsubscribe Page Custom Styles */
.unsubscribe-card {
    transition: transform 0.3s ease;
}

.card-header-top {
    background: linear-gradient(to bottom, #fcfdff, #ffffff);
}

.sad-icon i {
    opacity: 0.5;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
}

.form-control:focus {
    box-shadow: none;
    border-color: #1F509A;
    background-color: #fff !important;
}

.input-group-text {
    border-color: #ced4da;
    color: #1F509A;
}

.btn-primary {
    background-color: #1F509A;
    border: none;
    transition: 0.3s;
}

.btn-primary:hover {
    background-color: #163d75;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(31, 80, 154, 0.3);
}

.pb-100 {
    padding-bottom: 100px;
}

/* Breadcrumb Styling */
.breadcrumb-item a {
    color: #1F509A;
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}