
@import url('https://fonts.googleapis.com/css2?display=swap&family=Source+Sans+3:wght@400;600;700&display=swap');
/* Style for H2 Headings */
h2 {
    color: #15057A !important; /* Your brand Navy Blue */
    font-family: 'Merriweather', sans-serif !important;
    font-size: 28px !important;
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

/* Style for Paragraph Text */
p, .expert-advisory p, .amp-table td {
    font-family: 'Source Sans 3', sans-serif !important;
    font-size: 20px !important;
    line-height: 1.6;
    color: #333333;
}
/* Mobile-Specific Adjustments (Screens smaller than 768px) */
@media only screen and (max-width: 768px) {
    h2 {
        font-size: 24px !important; /* Scaled down from 28px */
        line-height: 1.3;
        margin-top: 1.2em;
    }

    p, .expert-advisory p, .amp-table td {
        font-size: 18px !important; /* Scaled down from 20px for better density */
        line-height: 1.5;
    }
    
    /* Ensure the table is still easy to read on small screens */
    .amp-table th, .amp-table td {
        padding: 10px 8px !important;
        font-size: 16px !important;
    }
}

/* Specific fix for the Table Verdict row to stay readable */
.comparison-table tr:last-child td {
    font-size: 18px !important; /* Slightly smaller for table fit */
}

.post li {
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: "domine";
}
.latestPost .title a {
  font-family: Merriweather;
	font-size: 20px;
}
.page-traditional .front-view-content {
  font-family: Source Sans 3;
	font-size: 19px;
}
/* change table font sie  | 20196365-hc bk */
div#ez-toc-container ul li {
  font-size: 21px;
}
/* Change font, color and size of recent posts / 20540672-hc NS */
.advanced-recent-posts li {
  border-color: blue;
}
.sidebar .widget li .post-title a {
	font-family: 'domine', domine;
  font-size: 21px;
	color: black;
}
div#email-subscribers-form-3 h3 {
    font-family: Work sans' , sans-seriff;
}

@media screen and (min-width:868px){
single .article {
    width: 70.76%;
    max-width: 930px;
	}}

/*Add border lines to tables.*/

table th, table td {
    border: 2px solid black;
}

/* Increase Font and Change Style 26499284-HC KA */
table th, table td {
    Font-size: 21px;
    font-family: 'Work sans', sans-serif;
}
/* Change background color on table header to blue background, white text / 27604388-hc NS */
.my-header-blue th{
  background-color: #1f3a93;
  color: #fff;
}


/* ==========================================================
   ARTHIKDISHA 2026: THE ULTIMATE PREMIUM UI SUITE
   ========================================================== */

/* --- 1. TOC (Single Arrow) --- */
.ad-toc { background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 30px; margin: 40px auto; max-width: 750px; box-shadow: 0 10px 30px rgba(0,0,0,0.04); }
.ad-toc-title { font-weight: 800; font-size: 22px; color: #0b3d91; border-bottom: 2px solid #f1f5f9; padding-bottom: 12px; margin-bottom: 22px; }
.ad-toc-list { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.ad-toc-list li { margin-bottom: 15px !important; display: flex !important; align-items: center; }
.ad-toc-list li::before { content: "→" !important; margin-right: 15px; color: #0b3d91; font-weight: 900; }
.ad-toc-list a { text-decoration: none !important; color: #334155; font-size: 17px; font-weight: 600; transition: 0.3s; }
.ad-toc-list a:hover { color: #fb8c00; transform: translateX(8px); }

/* --- 2. ULTRA-PREMIUM QUICK VERDICT --- */
.ad-quick-verdict {
    margin: 45px auto; background: #ffffff; border: 1px solid #e2e8f0; border-left: 10px solid #0b3d91; padding: 35px; border-radius: 20px; position: relative; box-shadow: 0 20px 40px rgba(11, 61, 145, 0.07);
}
.ad-quick-verdict::after { content: "OFFICIAL ADVISORY"; position: absolute; top: -12px; right: 30px; background: #0b3d91; color: white; font-size: 10px; font-weight: 900; padding: 4px 12px; border-radius: 4px; letter-spacing: 2px; }
.verdict-badge { display: inline-flex; align-items: center; background: linear-gradient(90deg, #fb8c00, #ffb300); color: #fff; font-size: 14px; font-weight: 800; padding: 8px 20px; border-radius: 8px; margin-bottom: 25px; box-shadow: 0 5px 15px rgba(251, 140, 0, 0.4); }

//* --- REVISED EXECUTIVE SUMMARY (HIGH-CONTRAST & NARROW) --- */
.exec-summary { 
    max-width: 650px; /* Narrower for better focus */
    margin: 35px auto; 
    padding: 25px; 
    background: #ffffff; 
    border: 1px solid #e2e8f0;
    border-radius: 16px; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.05); 
}
.exec-summary h2 { 
    text-align: center; 
    color: #0b3d91; 
    margin-bottom: 25px; 
    font-size: 22px; 
    font-weight: 800;
}
.point { 
    padding: 15px 20px; 
    margin-bottom: 15px; 
    border-radius: 10px; 
    font-size: 16px; 
    line-height: 1.5; 
    border: 1px solid #eee; /* Subtle border for definition */
}
/* Professional Dark Blue Headers & Pure Black Text */
.point strong { 
    display: block; 
    color: #0b3d91; /* Deep Navy Header */
    font-size: 17px; 
    font-weight: 700;
    margin-bottom: 4px;
}
.point p {
    color: #000000 !important; /* Pure Black Answer */
    margin: 0;
}

/* Color Accents (Subtle backgrounds, Strong Left Borders) */
.blue { background: #f0f7ff; border-left: 6px solid #1e88e5; }
.green { background: #f1f9f1; border-left: 6px solid #43a047; }
.purple { background: #f9f5ff; border-left: 6px solid #8e24aa; }
.orange { background: #fff8f0; border-left: 6px solid #fb8c00; }

/* Responsive Tweak */
@media (max-width: 600px) {
    .exec-summary { padding: 15px; margin: 20px 10px; }
}

/* --- 4. ASTONISHING FAQ (DARK THEME) --- */
.ad-faq-item { border: 1px solid #0b3d91; border-radius: 12px; margin-bottom: 20px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
.ad-faq-question { background: #0b3d91; color: #ffffff !important; padding: 20px; font-weight: 700; display: flex; align-items: center; }
.ad-faq-question::before { content: "❓"; margin-right: 15px; }
.ad-faq-answer { padding: 25px; color: #000 !important; line-height: 1.7; background: #fff; }

/* --- 5. COMPARISON TABLE --- */
.amp-compare { max-width: 800px; margin: 40px auto; padding: 25px; background: #fff; border-radius: 20px; border: 1px solid #e2e8f0; }
.comparison-table { width: 100%; border-collapse: collapse; overflow: hidden; }
.comparison-table th { padding: 15px; color: #fff; }
.comparison-table th.term { background: #1565c0; }
.comparison-table th.life { background: #2e7d32; }
.comparison-table td { padding: 15px; border-bottom: 1px solid #eee; font-size: 15px; }
.term { background: #f0f7ff; }
.life { background: #f1f8f1; }

/* RESPONSIVE */
@media (max-width: 600px) {
    .desktop-only { display: none !important; }
    .mobile-only { display: block !important; }
    .card { padding: 20px; border-radius: 15px; margin-bottom: 15px; color: #fff; }
    .term-card { background: #1565c0; }
    .life-card { background: #2e7d32; }
}
@media (min-width: 601px) { .mobile-only { display: none !important; } }
html { scroll-behavior: smooth; }

/* ==========================================================
   ARTHIKDISHA 2026: ENHANCED EEAT TYPOGRAPHY SUITE
   ========================================================== */

/* 1. Global Wrapper - High Readability Body */
.ad-post-wrapper {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 20px;
    line-height: 1.8;
    color: #000000; /* Pure black for maximum contrast */
}

/* 2. H2 Titles - Authoritative Imperial Navy */
.ad-post-wrapper h2 {
    font-family: 'Merriweather', serif;
    font-size: 28px !important;
    font-weight: 900;
    color: #15057A; /* Your New Brand Color */
    margin-top: 45px;
    margin-bottom: 25px;
    text-align: left;
    border-bottom: 2px solid #f1f5f9; /* Subtle divider for expert look */
    padding-bottom: 12px;
}

/* 3. H3 Titles - Sub-headers */
.ad-post-wrapper h3 {
    font-family: 'Merriweather', serif;
    font-size: 25px !important;
    font-weight: 700;
    color: #15057A; /* Matching Brand Color */
    margin-top: 35px;
    margin-bottom: 20px;
}

/* 4. Paragraph Spacing */
.ad-post-wrapper p {
    margin-bottom: 25px;
}

/* 5. Link Styles - Using Brand Color for Trust */
.ad-post-wrapper a {
    color: #15057A;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 600;
    transition: 0.3s;
}

.ad-post-wrapper a:hover {
    color: #fb8c00; /* Accent Orange for interaction */
}

/* Global Roadmap Styles for ArthikDisha */
.exec-summary {
    margin: 40px 0;
    background: transparent !important;
}

.roadmap-item {
    border-left: 6px solid;
    padding: 20px;
    margin-bottom: 25px;
    background: rgba(128, 128, 128, 0.05); /* Soft tint */
    border-radius: 0 8px 8px 0;
}

/* Color Accents */
.border-blue { border-left-color: #007bff !important; }
.border-green { border-left-color: #28a745 !important; }
.border-purple { border-left-color: #6f42c1 !important; }
.border-orange { border-left-color: #fd7e14 !important; }

.roadmap-item strong {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 8px;
}

/* Home Page Recent Posts Grid - Discover & AI Optimized */
.home-posts-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

/* The Post Card */
.post-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.05);
}

.post-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

/* Image Wrapper - Crucial for 16:9 Discover Ratio */
.post-card-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.post-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: scale 0.5s ease;
}

.post-card:hover .post-card-image img {
    scale: 1.1;
}

/* Post Content Area */
.post-card-content {
    padding: 20px;
    flex-grow: 1;
}

.post-card-tag {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #007bff;
    margin-bottom: 10px;
    display: block;
}

.post-card-title {
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 0 0 12px 0;
    font-weight: 800;
}

.post-card-title a {
    text-decoration: none;
    color: #222;
}

.post-card-excerpt {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .home-posts-container {
        grid-template-columns: 1fr; /* Single column on mobile */
    }
}
/* Trending Now Sidebar - 2026 UI */
.trending-widget {
    background: transparent;
    padding: 0;
}

.trending-widget h2 {
    font-size: 1.3rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 3px solid #ff4757; /* Eye-catching trending red */
    display: inline-block;
}

.trending-list {
    list-style: none;
    padding: 0;
}

.trending-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}

.trending-item:hover {
    padding-left: 5px;
}

/* The Ranking Number */
.trending-number {
    font-size: 1.5rem;
    font-weight: 900;
    color: rgba(0,0,0,0.1); /* Subtle large number */
    min-width: 30px;
}

.trending-content a {
    text-decoration: none;
    color: #222;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    display: block;
}

.trending-content a:hover {
    color: #ff4757;
}

.trending-meta {
    font-size: 0.75rem;
    color: #888;
    margin-top: 4px;
    display: block;
}
/* Container for responsiveness */
.amp-table-wrap {
    margin: 20px 0;
    overflow-x: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
/* --- MODERNIZED TABLE & BLOCKQUOTE (2026 UPDATE) --- */

/* Main Table - Rounded & Professional */
.amp-table {
    width: 100%;
    border-collapse: separate; 
    border-spacing: 0;
    font-family: 'Inter', -apple-system, sans-serif;
    background-color: #ffffff;
    border: 1px solid #eef1f6;
    border-radius: 15px; /* Matches Executive Summary */
    overflow: hidden;
    margin: 30px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

/* Header - Your Brand Navy */
.amp-table thead tr {
    background-color: #15057A;
    color: #ffffff;
}

.amp-table th {
    padding: 18px 20px;
    font-weight: 600;
    text-align: left;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.amp-table td {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f3f7;
    color: #444;
}

/* Zebra Striping */
.amp-table tbody tr:nth-of-type(even) {
    background-color: #fcfdfe;
}

/* Highlight Column (Orange/Amber) */
.amp-table td.highlight {
    color: #e67e22; 
    font-weight: 700;
}

/* Row Hover Effect */
.amp-table tbody tr:hover {
    background-color: #f4f7ff;
    transition: 0.2s;
}

/* Modern Expert Blockquote */
blockquote {
    background: #f8faff;
    border-left: 6px solid #15057A;
    margin: 35px 0;
    padding: 25px 35px;
    font-style: normal; 
    font-size: 1.1rem;
    line-height: 1.7;
    color: #2d3748;
    border-radius: 0 15px 15px 0;
    position: relative;
    box-shadow: 2px 4px 12px rgba(0,0,0,0.04);
}

/* Custom Expert Advisory Box for ArthikDisha */
.expert-advisory {
    background-color: #f4f7ff; /* Very light blue */
    border-left: 6px solid #15057A; /* Your brand Navy Blue */
    padding: 25px 30px;
    margin: 30px 0;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

/* Adds a subtle "Quote" icon in the background */
.expert-advisory::before {
    content: "\201C"; 
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 100px;
    color: #15057A;
    opacity: 0.05;
    font-family: serif;
}

.expert-advisory p {
    margin-bottom: 15px !important;
    line-height: 1.6;
    color: #333;
    font-size: 1.05rem;
}

.expert-advisory strong {
    color: #15057A; /* Bold text in Navy */
}

.orange-highlight {
    color: #FB8C00; /* Your brand Orange */
    font-weight: bold;
}
.tax-table-container {
    margin: 30px 0;
    overflow-x: auto;
    font-family: 'Inter', sans-serif;
}

.tax-comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.tax-comparison-table th {
    background: #007bff;
    color: #fff;
    padding: 15px;
    text-align: left;
    font-size: 1rem;
}

.tax-comparison-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    font-size: 0.95rem;
}

.bg-green { color: #28a745; font-weight: 700; }
.bg-red { color: #dc3545; font-weight: 600; }

.tax-highlights {
    background: #f8f9fa;
    padding: 15px;
    border-left: 4px solid #007bff;
    margin-top: 20px;
    font-size: 0.9rem;
    line-height: 1.5;
}
/* Custom Scrollbar for the Table */
div::-webkit-scrollbar {
    height: 6px;
}
div::-webkit-scrollbar-thumb {
    background: #15057A; /* Your brand Navy */
    border-radius: 10px;
}
div::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Styling the Rank Math Box for a Finance Blog */
#rank-math-rich-snippet-wrapper {
    background-color: #f8faff !important; /* Soft blue-grey background */
    border: 1px solid #d1d9e6 !important; /* Muted border */
    border-radius: 12px !important;
    padding: 25px !important;
    font-family: 'Inter', -apple-system, sans-serif !important; /* Modern clean font */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}

/* Tool Title Styling */
.rank-math-title {
    color: #1a202c !important; /* Deep Navy */
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    border-bottom: 2px solid #007bff; /* Blue underline accent */
    display: inline-block;
    padding-bottom: 5px;
}

/* The Price & Review Data Text */
.rank-math-review-data p {
    color: #4a5568 !important; /* Medium Grey for readability */
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

/* Star Rating Color */
.rank-math-review-star {
    color: #ffb400 !important; /* Gold stars */
    font-size: 1.1rem !important;
}

/* Removing redundant images if they appear */
.rank-math-review-image {
    display: none !important;
}
