@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.tp-page-banner {
    background: linear-gradient(rgba(0, 42, 92, 0.88), rgba(0, 42, 92, 0.88)), url('../images/cources-bg.jpg') center center / cover no-repeat;
    padding: 70px 0 60px;
    position: relative;
}

.tp-page-banner h1 {
    color: #fff !important;
    font-family: 'PT Serif', serif;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.tp-page-banner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-page-banner ul li {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    position: relative;
    padding-right: 18px;
    margin-right: 10px;
}

.tp-page-banner ul li:not(:last-child)::after {
    content: '/';
    position: absolute;
    right: 0;
    color: rgba(255, 255, 255, 0.7);
}

.tp-page-banner ul li a {
    color: #fff;
    text-decoration: none;
}

.tp-page-banner ul li a:hover {
    color: #dce35b;
    text-decoration: none;
}

.tp-content-area {
    padding: 60px 0 50px;
    background: #f8f9fa;
}

.tp-content-area h1,
.tp-content-area h2,
.tp-content-area h3,
.tp-content-area h4,
.tp-content-area h5,
.tp-content-area h6 {
    color: #000080 !important;
    font-family: 'PT Serif', serif;
    font-weight: 700;
}

.tp-section-title {
    color: #cc0000 !important;
    font-size: 18px;
    margin-bottom: 15px;
}

.tp-tpo-profile {
    margin: 28px 0 30px;
    text-align: center;
}

.tp-tpo-photo {
    display: inline-block;
    margin: 0;
    max-width: 100%;
}

.tp-tpo-photo img {
    width: 100%;
    max-width: 260px;
    height: auto;
    border: 4px solid #002a5c;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 42, 92, 0.18);
    object-fit: cover;
}

.tp-tpo-caption {
    margin-top: 14px;
    padding: 0 10px;
}

.tp-tpo-caption strong {
    display: inline-block;
    color: #002a5c !important;
    font-family: 'PT Serif', serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 6px;
    white-space: nowrap;
}

.tp-tpo-caption span {
    display: block;
    color: #c41e3a;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.tp-nav-pills {
    list-style: none;
    padding-left: 0;
}

.tp-nav-pills > li {
    float: none;
    width: 100%;
}

.tp-nav-pills > li > a {
    color: #333;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 12px;
    padding: 14px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e8e8;
    transition: all 0.25s ease;
    display: block;
}

.tp-nav-pills > li > a:hover,
.tp-nav-pills > li.active > a,
.tp-nav-pills > li.active > a:hover,
.tp-nav-pills > li.active > a:focus {
    color: #002a5c;
    background: #fff;
    border-color: #002a5c;
    box-shadow: 0 4px 12px rgba(0, 42, 92, 0.15);
}

.tp-nav-pills > li > a i {
    color: #002a5c;
    margin-right: 8px;
    width: 18px;
    text-align: center;
}

@media (min-width: 992px) {
    .tp-nav-pills > li > a {
        position: relative;
    }

    .tp-nav-pills > li.active > a::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        filter: drop-shadow(2px 0 2px rgba(0, 0, 0, 0.06));
    }
}

.tp-tab-pane {
    display: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 35px 40px;
    margin-bottom: 20px;
}

.tp-tab-pane.active {
    display: block;
}

.tp-tab-pane p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 14px;
    text-align: justify;
}

.tp-list ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.tp-list ul li {
    position: relative;
    padding: 8px 0 8px 28px;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    border-bottom: 1px dashed #eee;
}

.tp-list ul li::before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 10px;
    color: #45b649;
    font-size: 13px;
}

.tp-table {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tp-table th {
    background: #002a5c;
    color: #fff;
    font-weight: 600;
    padding: 12px 15px;
    border: 1px solid #002a5c;
}

.tp-table td {
    padding: 11px 15px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.tp-table-striped tbody tr:nth-child(odd) {
    background: #f5f7fa;
}

.tp-table-dark th {
    background: #1a1a2e;
    color: #fff;
}

.tp-table-dark td {
    background: #2d2d44;
    color: #fff;
    border-color: #3d3d55;
}

.tp-divider {
    border-top: 2px solid #002a5c;
    margin: 25px 0;
    opacity: 0.3;
}

.tp-audit-list ul li {
    border-bottom: 1px dashed #eee;
    padding: 12px 0 12px 28px;
}

.tp-audit-list ul li::before {
    display: none;
}

.tp-audit-list ul li a {
    color: #002a5c;
    font-weight: 600;
    text-decoration: none;
}

.tp-audit-list ul li a:hover {
    color: #c41e3a;
    text-decoration: underline;
}

.tp-audit-list ul li a i {
    color: #c41e3a;
    margin-right: 8px;
}

.tp-audit-list .tp-audit-unavailable {
    color: #888;
    font-style: italic;
}

.tp-audit-list .tp-audit-unavailable i {
    color: #aaa;
    margin-right: 8px;
}

.tp-constitution-table td,
.tp-constitution-table th {
    font-size: 14px;
    vertical-align: middle;
}

.tp-constitution-table tbody td {
    color: #000 !important;
}

.tp-constitution-table tbody td:nth-child(2) {
    color: #000 !important;
    font-weight: 600;
}

.tp-constitution-table td:nth-child(2),
.tp-constitution-table td:nth-child(3) {
    min-width: 140px;
}

@media (max-width: 767px) {
    .tp-page-banner {
        padding: 45px 0 35px;
    }

    .tp-page-banner h1 {
        font-size: 28px;
    }

    .tp-tab-pane {
        padding: 25px 20px;
    }

    .tp-nav-pills {
        margin-bottom: 25px;
    }

    .tp-tpo-caption strong {
        font-size: 14px;
    }
}
