/*
Theme Name: GlobalTaxAss
Theme URI: https://digielabs.vercel.app/
Author: Shivam Mishra
Author URI: https://github.com/shivam4srtech
Version: 1.6
*/

*{
    margin: 0;
    padding: 0;
}
body{
    min-width: 350px;
}
header ul .current-menu-item a{
    color: #F97316;
}
.heading-xl {
    font-size: 72px;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -2px;
    color: #000000;
  }
  
html {
    scroll-behavior: smooth;
}

/* Offset for the sticky header */
/* This prevents the heading from being hidden under your top navigation */
h2[id] {
    scroll-margin-top: 120px; /* Adjust this value based on your header height */
}
.service_article h2{
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.4;
}
.service_article p{
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 1rem;
    margin-bottom: .5rem;
}
.service_article img{
   max-width: 100%;
   margin: 1rem auto;
}
/* Styling for WordPress Nav Menu list items in the Sidebar */
    .mobile-nav-list li {
        list-style: none;
    }
    .mobile-nav-list li a {
        transition: color 0.3s ease;
    }
    .mobile-nav-list li a:hover {
        color: #1D4ED8; /* brand-blue */
    }

    /* --- 1. Typography & Global Resets --- */
body {
    font-family: 'Inter', sans-serif; /* Recommended for modern construction/tax sites */
    line-height: 1.6;
    color: #334155; /* Slate-700 */
}

/* --- 2. Lists (wp-block-list) --- */
.wp-block-list {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.wp-block-list li {
    margin-bottom: 0.5rem;
    position: relative;
}

/* Customizing list bullets with your Brand Blue */
ul.wp-block-list {
    list-style: none;
}

ul.wp-block-list li::before {
    content: "•";
    color: #1D4ED8; /* Brand Blue */
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

ol.wp-block-list {
    counter-reset: wp-counter;
    list-style: none;
}

ol.wp-block-list li {
    counter-increment: wp-counter;
}

ol.wp-block-list li::before {
    content: counter(wp-counter) ".";
    color: #F97316; /* Brand Orange */
    font-weight: 800;
    margin-right: 0.75rem;
}

/* --- 3. Blockquotes (wp-block-quote) --- */
.wp-block-quote {
    border-left: 4px solid #1D4ED8;
    padding: 1rem 1.5rem;
    margin: 2rem 0;
    background: #f8fafc;
    font-style: italic;
}

.wp-block-quote p {
    font-size: 1.25rem;
    color: #0f172a;
}

.wp-block-quote cite {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #64748b;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* --- 4. Tables (wp-block-table) --- */
.wp-block-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
}

.wp-block-table th, 
.wp-block-table td {
    padding: 1rem;
    border: 1px solid #e2e8f0;
    text-align: left;
}

.wp-block-table th {
    background-color: #f1f5f9;
    font-weight: 700;
    color: #1D4ED8;
}

/* --- 5. Images & Captions (wp-block-image) --- */
.wp-block-image {
    margin-bottom: 2rem;
}

.wp-block-image img {
    border-radius: 1rem; /* Matching your rounded aesthetic */
    height: auto;
}

.wp-element-caption {
    text-align: center;
    font-size: 0.875rem;
    color: #94a3b8;
    margin-top: 0.5rem;
}

/* --- 6. Buttons (wp-block-button) --- */
.wp-block-button__link {
    background-color: #1D4ED8;
    color: #ffffff !important;
    padding: 0.75rem 2rem;
    border-radius: 9999px; /* Pill shape */
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    display: inline-block;
}

.wp-block-button__link:hover {
    background-color: #F97316; /* Brand Orange on hover */
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(29, 78, 216, 0.2);
}

/* --- 7. Separators (wp-block-separator) --- */
.wp-block-separator {
    border: none;
    border-top: 2px solid #e2e8f0;
    margin: 3rem auto;
    max-width: 100px;
}

.wp-block-separator.is-style-wide {
    max-width: 100%;
}

.wp-block-separator.is-style-dots::before {
    color: #1D4ED8;
    font-size: 1.5rem;
}

/* --- 8. Cover Block (wp-block-cover) --- */
.wp-block-cover {
    border-radius: 2rem;
    margin-bottom: 3rem;
    overflow: hidden;
}