/* --- Global Resets & Typography --- */
body, div, h1, h2, h3, html, img, p, table, tbody, td, th, tr, u {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body, html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    background: #fff;
}

a {
    text-decoration: underline;
    color: #0a02ad;
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
    width: 80%;
}

/* --- Utility Classes --- */
.clear { clear: both; }
.text-center { text-align: center; }
.text-muted { font-size: 14px; color: #111; font-weight: 700; }
.font-bold { font-weight: 600; }
.text-dark { color: #000 !important; }

/* --- Layout & Grid --- */
.container {
    background-color: #fafafa;
    width: 100%;
    margin: 0 auto;
}

.col-md-45 {
    width: 33.33%;
    float: left;
    position: relative;
    min-height: 1px;
}

.col-md-50 {
    width: 16.66%;
    float: left;
}

.item1 {
    text-align: center;
    width: 100%;
    float: none;
    font-size: 24px;
}

/* --- Header Sections --- */
.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    height: 60px;
    min-height: 60px;
    background-color: #9cf;
    padding: 6px 15px;
    overflow: hidden;
}

.head-one { padding: 0 0 .5em; }
.head-one h2 { color: #303030; }
.head-one p {
    margin: 0 auto;
    font-size: .875em;
    color: #5a5a5a;
    letter-spacing: .015em;
    width: 95%;
    line-height: 1.6em;
}

/* --- Specific Components --- */
.work-grid { margin-bottom: .3em; }
.work-grid img { width: 98%; border: 1px solid #fff; }

.team-head p {
    width: 90%;
    font-weight: 600;
    color: #5a5a5a;
    margin: .8em auto 0;
}

.teer-img { width: 137px; height: 137px; }

.teer-link {
    color: #011470;
    text-decoration: underline;
    font-weight: 500;
}
.teer-link:hover { color: #004499; }

/* --- Custom Teer Layout --- */
.teer-custom-layout {
    max-width: 850px;
    margin: 30px auto;
    padding: 0 20px;
    font-family: Arial, sans-serif;
    color: #111;
}

.teer-section, .teer-faq-section { margin-bottom: 50px; }

.teer-heading {
    font-size: 32px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #222;
    position: relative;
    display: block;
}
.teer-heading::before {
    content: "\2605\00a0";
    font-size: 32px;
    color: #000;
}

.teer-subheading-h3 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #444;
    padding-bottom: 8px;
}
.teer-subheading-h3::before { content: "\2605\00a0"; }

.teer-subheading-h4 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 12px;
}

.teer-subheading-h5 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 10px;
}

.teer-text-box p {
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 25px;
    color: #222;
}
.teer-text-box p:last-child { margin-bottom: 0; }

/* --- FAQ Box --- */
.faq-premium-box {
    background-color: #f8faff;
    border: 1px solid #e1e8f5;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    text-align: left;
}
.faq-premium-question {
    font-size: 22px;
    font-weight: 700;
    color: #0a4fa4;
    margin: 0 0 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e2eaf4;
}
.faq-premium-answer p {
    font-size: 16.5px;
    line-height: 1.6;
    color: #3e4a5b;
    margin: 0;
}

/* --- Tables --- */
.table th { border: 1px solid #000; background-color: #fafafa; }
.table td { border: 1px solid #000; }

.teer-table-container {
    max-width: 600px;
    margin: 25px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,.06);
    overflow: hidden;
    padding: 5px;
}

.teer-info-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
    background-color: #fff;
}
.teer-info-table thead th {
    background-color: #01821b;
    color: #fff;
    text-align: center;
    padding: 16px;
    font-size: 18px;
    font-weight: 600;
    width: 50%;
    border: none;
}
.teer-info-table thead th:first-child { border-right: 1px solid rgba(255,255,255,.2); }
.teer-info-table tbody td {
    padding: 14px 20px;
    font-size: 16px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #703901;
}
.teer-info-table tbody td:first-child { border-right: 1px solid #1d1e1f; color: #444; }
.teer-info-table tbody tr:last-child td { border-bottom: none; }