/* =========================
   TOC SECTION
========================= */

.toc-section {
    margin: 40px 0;
}

.toc-box {
    border: 1px solid #dcdcdc;
    background: #f8f8f8;
    padding: 20px 25px;
    max-width: 600px;
}

/* Header */
.toc-header {
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
}

.toc-header span {
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

/* Table */
.toc-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.toc-table td {
    padding: 6px 0;
    vertical-align: top;
}

/* Indentation levels */
.level-1 {
    padding-left: 20px;
}

.level-2 {
    padding-left: 40px;
}

/* Hover effect */
.toc-table td:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 480px) {
    .toc-box {
        max-width: 100%;
        padding: 15px;
    }

    .toc-table {
        font-size: 13px;
    }
}
/* =========================
   BLOG HERO SECTION
========================= */

.blog-hero-section {
    background: #f4f4f4;
    padding: 60px 20px;
}

.blog-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Featured Image */
.blog-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Title */
.blog-main-title {
    font-family: Georgia, serif;
    font-size: 52px;
    font-weight: 500;
    margin-top: 45px;
    line-height: 1.2;
    color: #111;
}

/* Tablet */
@media (max-width: 992px) {
    .blog-main-title {
        font-size: 38px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .blog-hero-section {
        padding: 40px 15px;
    }

    .blog-main-title {
        font-size: 26px;
        margin-top: 25px;
        line-height: 1.4;
    }
}
/* =========================
   BLOG CONTENT SECTION
========================= */

.blog-content {
    max-width: 900px;
    margin: 0 auto 80px;
    padding: 0 20px;
    font-family: Georgia, serif;
    line-height: 1.9;
    color: #222;
}

/* Article Summary Title */
.article-summary h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Summary List */
.article-summary ul {
    padding-left: 20px;
    margin-bottom: 35px;
}

.article-summary li {
    margin-bottom: 15px;
    font-size: 17px;
}

/* Paragraphs */
.blog-content p {
    margin-bottom: 25px;
    font-size: 18px;
}

/* Section Heading */
.blog-content h2 {
    font-size: 36px;
    font-weight: 500;
    margin: 50px 0 20px;
}

/* Responsive */
@media (max-width: 480px) {
    .blog-content {
        padding: 0 15px;
    }

    .blog-content h2 {
        font-size: 24px;
    }

    .blog-content p,
    .article-summary li {
        font-size: 15px;
    }
}
/* ===============================
   BLOG SECTION
================================= */

.blog-section {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: Georgia, serif;
    color: #222;
    line-height: 1.9;
}

/* Headings */
.blog-section h2 {
    font-size: 36px;
    font-weight: 500;
    margin: 60px 0 20px;
}

/* Paragraphs */
.blog-section p {
    font-size: 18px;
    margin-bottom: 30px;
}

/* ===============================
   COMPARISON TABLE
================================= */

.comparison-wrapper {
    margin: 30px 0;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 16px;
}

.comparison-table th,
.comparison-table td {
    border: 1px solid #dcdcdc;
    padding: 14px;
    text-align: left;
    vertical-align: top;
}

.comparison-table th {
    background: #f3f3f3;
    font-weight: 600;
}

/* Note under table */
.table-note {
    margin-top: 15px;
    font-size: 16px;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 768px) {
    .blog-section h2 {
        font-size: 26px;
    }

    .blog-section p {
        font-size: 16px;
    }

    .comparison-table {
        font-size: 14px;
    }
}
/* ===============================
   ELIGIBILITY SECTION
================================= */

.blog-eligibility-section {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: Georgia, serif;
    line-height: 1.9;
    color: #222;
}

/* Image */
.eligibility-image {
    text-align: center;
    margin-bottom: 50px;
}

.eligibility-image img {
    width: 100%;
    max-width: 850px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Disclaimer under image */
.image-disclaimer {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

/* Heading */
.blog-eligibility-section h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Paragraph */
.blog-eligibility-section p {
    font-size: 18px;
    margin-bottom: 30px;
}

/* Responsive */
@media (max-width: 768px) {
    .blog-eligibility-section h2 {
        font-size: 26px;
    }

    .blog-eligibility-section p {
        font-size: 16px;
    }
}

/* ===============================
   ELIGIBILITY CONTENT SECTION
================================= */

.eligibility-content {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: Georgia, serif;
    color: #222;
    line-height: 1.9;
}

/* H3 Small Section Title */
.eligibility-content h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Main H2 */
.eligibility-content h2 {
    font-size: 36px;
    font-weight: 500;
    margin: 60px 0 20px;
}

/* Intro text */
.intro-text {
    font-size: 18px;
    margin-bottom: 15px;
}

/* Lists */
.eligibility-list {
    padding-left: 25px;
    margin-bottom: 30px;
}

.eligibility-list li {
    margin-bottom: 15px;
    font-size: 18px;
}

/* Paragraphs */
.eligibility-content p {
    font-size: 18px;
    margin-bottom: 25px;
}

/* Tip text */
.tip-text {
    margin-top: 20px;
}

/* CTA text */
.cta-text {
    font-weight: 500;
    margin-top: 25px;
}

/* Responsive */
@media (max-width: 768px) {
    .eligibility-content h2 {
        font-size: 26px;
    }

    .eligibility-content h3 {
        font-size: 22px;
    }

    .eligibility-content p,
    .eligibility-list li {
        font-size: 16px;
    }
}
/* ===============================
   COMPARISON TABLE SECTION
================================= */

.comparison-section {
    max-width: 1100px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: Georgia, serif;
}

/* Responsive Wrapper */
.table-wrapper {
    overflow-x: auto;
}

/* Table Base */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

/* Header */
.comparison-table thead th {
    background-color: #1f3a5f;
    color: #ffffff;
    padding: 18px 20px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}

/* Body cells */
.comparison-table td {
    padding: 18px 20px;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px solid #e0e0e0;
}

/* Alternate row shading */
.comparison-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* Feature column styling */
.comparison-table td:first-child {
    width: 25%;
}

/* Other columns */
.comparison-table td:nth-child(2),
.comparison-table td:nth-child(3) {
    width: 37.5%;
}

/* Mobile */
@media (max-width: 768px) {
    .comparison-table thead th {
        font-size: 14px;
    }

    .comparison-table td {
        font-size: 14px;
        padding: 14px;
    }
}

/* ==============================
   OCI BENEFITS SECTION
============================== */

.oci-benefits-section {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: Georgia, serif;
    color: #222;
    line-height: 1.9;
}

/* Small intro */
.small-intro {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

/* Main Title */
.oci-benefits-section h2 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 25px;
}

/* Sub headings */
.oci-benefits-section h3 {
    font-size: 28px;
    font-weight: 500;
    margin-top: 45px;
    margin-bottom: 15px;
}

/* Paragraphs */
.oci-benefits-section p {
    font-size: 18px;
    margin-bottom: 20px;
}

/* Bullet List */
.benefits-list {
    padding-left: 25px;
    margin-bottom: 30px;
}

.benefits-list li {
    margin-bottom: 15px;
    font-size: 18px;
}

/* Subtext */
.sub-text {
    margin-bottom: 20px;
}

/* Table */
.table-wrapper {
    overflow-x: auto;
}

.limitations-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.limitations-table th {
    text-align: left;
    padding: 15px;
    background: #f3f3f3;
    font-size: 18px;
    font-weight: 600;
}

.limitations-table td {
    padding: 15px;
    border-top: 1px solid #e0e0e0;
    font-size: 17px;
}

/* Alternate rows */
.limitations-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

/* Closing */
.closing-text {
    margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .oci-benefits-section h2 {
        font-size: 28px;
    }

    .oci-benefits-section h3 {
        font-size: 22px;
    }

    .oci-benefits-section p,
    .benefits-list li,
    .limitations-table td {
        font-size: 16px;
    }
}
/* ===============================
   OCI UPLOAD SECTION
================================= */

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #eef2f6;
}

/* Top Bar */
.oci-top-bar {
    background: #173d8f;
    padding: 20px;
    text-align: center;
    color: white;
}

.oci-top-bar h2 {
    margin: 0;
    font-size: 28px;
}

/* Card */
.oci-card {
    max-width: 850px;
    background: #ffffff;
    margin: 60px auto;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Titles */
.oci-card h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 5px;
}

.sub-title {
    text-align: center;
    color: #555;
    margin-bottom: 30px;
}

/* Applicant Table */
.applicant-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.applicant-table th {
    background: #1f4ea3;
    color: white;
    padding: 12px;
}

.applicant-table td {
    padding: 12px;
    border: 1px solid #ddd;
}

/* Upload Table */
.upload-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.upload-header th {
    background: #1f4ea3;
    color: white;
    padding: 12px;
    text-align: left;
}

.upload-table td {
    padding: 12px;
    border: 1px solid #ddd;
}

/* Status */
.status.uploaded {
    background: #d4edda;
    color: #155724;
    font-weight: bold;
    text-align: center;
}

/* Buttons */
.reupload-btn {
    background: #1f4ea3;
    color: white;
    border: none;
    padding: 6px 14px;
    border-radius: 5px;
    cursor: pointer;
}

.reupload-btn:hover {
    background: #163b7a;
}

.submit-wrapper {
    text-align: right;
}

.submit-btn {
    background: #2a6adf;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.submit-btn:hover {
    background: #1c4fb8;
}

/* Select */
.select-wrapper {
    margin-bottom: 25px;
}

.select-wrapper label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/* Responsive */
@media (max-width: 768px) {
    .oci-card {
        padding: 20px;
    }

    .submit-wrapper {
        text-align: center;
    }

    .submit-btn {
        width: 100%;
    }
} /* ===============================
   OCI RENEWAL SECTION
================================= */

.oci-renewal-section {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: Georgia, serif;
    color: #222;
    line-height: 1.9;
}

/* Small top line */
.small-top-line {
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
}

/* Main heading */
.oci-renewal-section h2 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Sub headings */
.oci-renewal-section h3 {
    font-size: 30px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 15px;
}

/* Paragraph */
.oci-renewal-section p {
    font-size: 18px;
    margin-bottom: 20px;
}

/* List */
.update-list {
    padding-left: 25px;
    margin-bottom: 25px;
}

.update-list li {
    font-size: 18px;
    margin-bottom: 12px;
}

/* Highlight note */
.highlight-note {
    font-weight: 500;
    margin-bottom: 30px;
}

/* Table */
.table-wrapper {
    overflow-x: auto;
}

.fees-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.fees-table th {
    background: #f3f3f3;
    padding: 15px;
    text-align: left;
    font-size: 18px;
}

.fees-table td {
    padding: 15px;
    border-top: 1px solid #e0e0e0;
    font-size: 17px;
}

/* Alternate row shading */
.fees-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

/* Closing text */
.closing-text {
    margin-top: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .oci-renewal-section h2 {
        font-size: 28px;
    }

    .oci-renewal-section h3 {
        font-size: 22px;
    }

    .oci-renewal-section p,
    .update-list li,
    .fees-table td {
        font-size: 16px;
    }
}
/* ===============================
   OCI CANCELLATION + FAQ SECTION
================================= */

.oci-faq-section {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: Georgia, serif;
    color: #222;
    line-height: 1.9;
}

/* Main headings */
.oci-faq-section h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 50px;
}

/* Paragraph */
.oci-faq-section p {
    font-size: 18px;
    margin-bottom: 20px;
}

/* Cancellation list */
.cancellation-list {
    padding-left: 25px;
    margin-bottom: 25px;
}

.cancellation-list li {
    font-size: 18px;
    margin-bottom: 12px;
}

/* Process text */
.process-text {
    margin-top: 10px;
}

/* FAQ items */
.faq-item {
    margin-top: 35px;
}

.faq-item h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .oci-faq-section h2 {
        font-size: 28px;
    }

    .faq-item h3 {
        font-size: 20px;
    }

    .oci-faq-section p,
    .cancellation-list li {
        font-size: 16px;
    }
}
/* ===============================
   SUMMARY + DISCLAIMER SECTION
================================= */

.oci-summary-section {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: Georgia, serif;
    color: #222;
    line-height: 1.9;
}

/* Section Headings */
.oci-summary-section h2 {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 50px;
}

/* Summary List */
.summary-list {
    padding-left: 25px;
    margin-bottom: 40px;
}

.summary-list li {
    font-size: 18px;
    margin-bottom: 12px;
}

/* Disclaimer Paragraphs */
.oci-summary-section p {
    font-size: 17px;
    margin-bottom: 20px;
}

/* Disclaimer Bullet List */
.disclaimer-list {
    padding-left: 25px;
    margin-bottom: 30px;
}

.disclaimer-list li {
    font-size: 17px;
    margin-bottom: 10px;
}

/* Final note emphasis */
.final-note {
    margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .oci-summary-section h2 {
        font-size: 26px;
    }

    .summary-list li,
    .disclaimer-list li,
    .oci-summary-section p {
        font-size: 15px;
    }
}
/* ===============================
   TABLE OF CONTENTS STYLING
================================= */

.toc-section {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
}

/* Container Box */
.toc-box {
    border: 1px solid #ddd;
    padding: 25px 30px;
    background: #fff;
}

/* Title */
.toc-title {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.toc-title span {
    font-weight: 400;
    font-size: 14px;
    color: #777;
    cursor: pointer;
}

/* ===============================
   AUTO NUMBERING SYSTEM
================================= */

.toc-list {
    counter-reset: item;
    list-style: none;
    padding-left: 0;
}

.toc-list li {
    display: block;
    margin: 8px 0;
    line-height: 1.6;
    font-size: 15px;
    color: #222;
}

/* Number before each item */
.toc-list li::before {
    content: counters(item, ".") " ";
    counter-increment: item;
    font-weight: 500;
    margin-right: 6px;
}

/* Reset nested counter */
.toc-list ol {
    counter-reset: item;
    padding-left: 22px;
    margin-top: 6px;
}

/* ===============================
   LINK STYLING
================================= */

.toc-list a {
    text-decoration: none;
    color: #222;
    transition: all 0.2s ease;
}

.toc-list a:hover {
    color: #b8860b;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 768px) {

    .toc-box {
        padding: 20px;
    }

    .toc-list li {
        font-size: 14px;
    }

    .toc-list ol {
        padding-left: 18px;
    }
}