@media (max-width: 768px) {
    .sub-nav-links li a.active {
        display: inline-block;
        position: relative;
    }

    .sub-nav-links li a.active::after {
        content: '';
        display: block;
        margin: 0 auto;
        width: 70%;
        height: 3px;
        background: #ffa726;
        border-radius: 2px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -4px;
    }

    .sub-nav-links {
        align-items: center !important;
        text-align: center;
    }

    .sub-nav-links li {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .sub-nav-links li a {
        width: 90%;
        display: inline-block;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .sub-nav {
        position: relative;
        background: transparent !important;
        box-shadow: none !important;


        padding: 0 !important;
        margin-bottom: 0 !important;


        position: sticky;
        top: 80px;
        /* height of navbar */
        z-index: 999;

    }


    .sub-nav-links.active {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        min-width: unset;
        min-height: unset;
        background: #ffffffe8;
        border-radius: 0;
        margin: 0;
        padding: 2.5em 0.5em 1.5em 0.5em;
        z-index: 1001;
        box-shadow: none;
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        overflow-y: auto;
    }

    .sub-nav .container {
        position: static;
    }

    .sub-nav-close {
        position: fixed;
        top: 1.1em;
        right: 1.2em;
        z-index: 1100;
        background: none;
        border: none;
        font-size: 2.2em;
        color: #333;
        cursor: pointer;
        display: none;
    }

    .sub-nav-links.active~.sub-nav-close {
        display: block;
    }
}

@media (max-width: 768px) {
    .sub-nav-close {
        position: fixed;
        top: 18vh;
        right: 8vw;
        background: none;
        border: none;
        font-size: 2em;
        color: #000000;

    }

    .sub-nav-links.active~.sub-nav-close {
        display: block;
    }

    .sub-nav-toggle {
        display: block;
    }

    .sub-nav-links.active~.sub-nav-toggle {
        display: none !important;
    }
}


@media (max-width: 768px) {
    .cta-buttons .consultation-btn {
        display: block;
        width: 100vw !important;
        box-sizing: border-box;
        margin-top: 0.7em;
        margin-bottom: 0.7em;
        text-align: center;
        font-size: 1.1em;
        content: 'Request fee proposal';
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 768px) {
    .consultation-btn {
        font-size: 0.95em;
        position: relative;
        color: transparent !important;
    }

    .consultation-btn::after {
        content: 'Book Now';
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-weight: 600;
        font-size: 1em;
        border-radius: inherit;
        pointer-events: none;
    }
}

@media (max-width: 768px) {
    .sub-nav .container {
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 0.5em 0.2em 0.2em 0.2em;
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .sub-nav-toggle {
        float: right;
        margin-right: 0.5em;
    }

    .sub-nav-links {
        margin-top: 0.5em;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        background: var(--text-light);
        border-radius: 8px;
        position: absolute;
        right: 0;
        left: auto;
        min-width: 70vw;
        z-index: 10;
    }

    .sub-nav-links:not(.active) {
        display: none !important;
    }

    /* Hide the container background unless menu is open */
    .sub-nav .container:not(:has(.sub-nav-links.active)) {
        background: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .sub-nav .container:has(.sub-nav-links.active) {
        background: var(--text-light) !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
        border-radius: 4px !important;
    }
}

@media (max-width: 768px) {
    .sub-nav-links li:not(:last-child)::after {
        display: none !important;
    }
}

/* Sub-nav mobile dropdown styles */
.sub-nav-toggle {
    display: none;
    background: var(--accent-orange, #f89d1f);
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 0.5em 1.2em;
    font-size: 3.5vw;
    font-weight: 600;
    margin-bottom: 0.7em;
    cursor: pointer;
    transition: background 0.2s;
}

.sub-nav-toggle[aria-expanded="true"] {
    background: var(--accent-dark-Orange, #d38313);
}

@media (max-width: 768px) {
    .sub-nav-toggle {
        display: block;
    }

    .sub-nav-links {
        display: none !important;
        flex-direction: column;
        align-items: stretch;
        gap: 0.5em;
        background: var(--text-light);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        margin: 0;
        padding: 0.7em 0;
        position: relative;
    }

    .sub-nav-links.active {
        display: flex !important;
    }

    .sub-nav-links li:not(:last-child)::after {
        display: none;
    }
}

/* Very light overlay for hero sections */
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    z-index: 0;
}

.hero, .hero-section {
    position: relative;
}

.quick-access-list {
    display: grid;
    grid-template-rows: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1.2em;
}

.quick-access-card-link {
    display: block;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(42, 122, 226, 0.10);
    padding: 1.2em 1.3em;
    text-decoration: none;
    color: #1a2340;
    font-weight: 500;
    border: 2px solid transparent;
    transition: box-shadow 0.18s, border 0.18s, background 0.18s, color 0.18s;
    cursor: pointer;
    position: relative;
}

.quick-access-card-link:hover, .quick-access-card-link:focus {
    background: #eaf3fb;
    border: 2px solid #2a7ae2;
    box-shadow: 0 4px 18px rgba(42, 122, 226, 0.18);
    color: #2a7ae2;
    outline: none;
}

.quick-access-card-link strong {
    color: #2a7ae2;
    font-size: 1.08em;
    display: block;
    margin-bottom: 0.2em;
}

.quick-access-card-link .quick-desc {
    color: #444;
    font-size: 0.98em;
    font-weight: 400;
    margin-top: 0.2em;
    display: block;
}

/* Quick Access List Grid for Two Columns */
.quick-access-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2em;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .quick-access-list-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 700px) {
    .quick-access-list-grid {
        grid-template-columns: 1fr;

        h1 {
            font-size: 1.25rem;
        }

        h2 {
            font-size: 1.1rem;
        }

        h3 {
            font-size: 1rem;
        }

        h4 {
            font-size: 0.95rem;
        }

        h5 {
            font-size: 0.9rem;
        }

        h6 {
            font-size: 0.85rem;
        }

        p {
            font-size: 1rem;
            gap: 1.2em;
        }
    }
}


.subcard-section {
    background: #f7fafc;
    border-left: 5px solid #2a7ae2;
    border-radius: 8px;
    margin: 1.5em 0 1em 0;
    box-shadow: 0 2px 8px rgba(42, 122, 226, 0.07);
    padding: 1.2em 1.5em;
}

.subcard-nested {
    background: #eaf3fb;
    border-left: 4px solid #2a7ae2;
    border-radius: 6px;
    margin: 1em 0;
    padding: 1em 1.2em;
}



/* Design System Variables */
:root {
    /* Colors */
    --primary-blue: #2B4C7E;
    --secondary-blue: #1E88E5;
    --accent-orange: #f89d1f;
    --accent-dark-Orange: #d38313;
    --neutral-silver: #E0E0E0;
    --text-dark: #2C3E50;
    --text-light: #FFFFFF;
    --background-light: #F5F7FA;

    /* Typography */
    --font-primary: 'Poppins', sans-serif;
    --font-secondary: 'Inter', sans-serif;

    /* Spacing */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 2rem;
    --spacing-xl: 4rem;

    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
}

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-primary);
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--background-light);
    padding-top: 90px;
}

/* For extra safety, add top margin to the first section if needed */
.hero,
.hero-section,
main>.section:first-child {
    max-height: 40vh;
}

.hero h1 {
    color: whitesmoke !important;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: var(--spacing-md);
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.2rem;
    color: #2a7ae2;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--text-light);
    padding: var(--spacing-md) var(--spacing-xl);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.3s ease;
}

.navbar.hidden {
    transform: translateY(-100%);
}

.logo {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 40px;
    width: auto;
    transition: transform var(--transition-fast);
}

.logo-img:hover {
    transform: scale(1.05);
}

.nav-links {
    display: flex;
    gap: var(--spacing-lg);
    list-style: none;
}

.nav-links a {

    color: var(--text-dark);
    text-decoration: none;
    font-weight: 500;
    transition: color var(--transition-fast);
}

.nav-links a.active {
    color: var(--accent-orange) !important;
}

.nav-links a:hover {
    color: var(--accent-orange);
}

/* Center the submit button in the consultation form */
.consultation-form button[type="submit"],
.consultation-form .hero-btn {
    display: block;
    margin: 2em auto 0 auto;
    width: 80%;
    max-width: 350px;
}

/* Remove all gap between sections for Links page */
.links-no-gap .section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.links-no-gap .section+.section {
    margin-top: 0 !important;
}

.links-no-gap .container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.links-no-gap .links-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Force 4 benefit cards in a row for Why Us page */
.benefits-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-xl);
    margin-top: var(--spacing-lg);
}

.benefit-card {
    background: var(--text-light, #fff);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(43, 76, 126, 0.07);
    padding: 2em 1.5em;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

@media (max-width: 1100px) {
    .benefits-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .benefits-row {
        grid-template-columns: 1fr;
    }
}

/* Modern Links Page Custom Styles */
.single-card {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 2rem auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    padding: 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.modern-links {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.modern-links li {
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    transition: background 0.2s;
    border-radius: 10px;
}

.modern-links li:hover {
    background: #f3f6fa;
}

.modern-links a {
    display: flex;
    align-items: center;
    font-size: 1.08rem;
    color: #1a2340;
    text-decoration: none;
    font-weight: 500;
    width: 100%;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    transition: color 0.2s;
}

.modern-links a:hover {
    color: #0077ff;
}

.link-icon {
    width: 28px;
    height: 28px;
    margin-right: 1rem;
    border-radius: 6px;
    background: #f3f6fa;
    object-fit: contain;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e6ef;
}

.download-btn {
    background-color: var(--primary-blue);
    color: var(--text-light) !important;
    padding: 0.7em 2em;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color var(--transition-fast);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.2;
    height: 48px;
}

.download-btn:hover {
    background-color: var(--secondary-blue);
}

.fee-proposal-btn {
    background-color: var(--accent-orange);
    color: var(--text-light) !important;
    padding: 0.7em 2em;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color var(--transition-fast);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.2;
    height: 48px;
}

.fee-proposal-btn:hover {
    background-color: var(--secondary-blue);
}

.hero-btn {
    background-color: var(--primary-blue);
    color: var(--text-light);
    padding: var(--spacing-sm) var(--spacing-md);
    border-radius: 4px;
    text-decoration: none;
    transition: background-color var(--transition-fast);
    margin: 50px;
}

.hero-btn:hover {
    background-color: var(--secondary-blue);
}

/* Hero Section */
.hero {
    height: 80vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--text-light);
    margin-top: 0;
}


.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: var(--spacing-xl);
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: var(--spacing-lg);
    color: white;
}

.hero-subtitle span {
    color: whitesmoke;
    font-weight: 600;
}

.TabLeft {
    padding-left: 3em;
}

/* Contact Info Cards Layout */
.contact-info {
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2em;
    margin-top: 2em;
}

.info-card {
    background: var(--text-light, #fff);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    padding: 2em 1.5em;
    flex: 1 1 250px;
    min-width: 250px;
    max-width: 350px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.info-card h3 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    color: var(--primary-blue);
}

.info-card p {
    margin-bottom: 0.5em;
    font-size: 1em;
    color: var(--text-dark, #222);
}

/* ============================= */
/* Download Resources Cards CSS  */
/* ============================= */

.downloads-section {
    background: var(--background-light);
    padding: var(--spacing-xl) 0;
}

.downloads-title {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: var(--spacing-lg);
}

.downloads-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--spacing-xl);
    margin-top: var(--spacing-lg);
}

.download-card {
    background: var(--text-light);
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(43, 76, 126, 0.07);
    padding: 2.5em 2em 2em 2em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: box-shadow 0.2s, transform 0.2s;
    min-height: 260px;
}

.download-card:hover {
    box-shadow: 0 6px 24px rgba(43, 76, 126, 0.13);
    transform: translateY(-4px) scale(1.02);
}

.download-heading {
    font-size: 1.35rem;
    color: var(--primary-blue);
    margin-bottom: var(--spacing-sm);
    font-weight: 600;
}

.download-card p {
    color: var(--text-dark);
    font-size: 1.05rem;
    margin-bottom: var(--spacing-md);
}

.download-features {
    list-style: disc inside;
    margin-bottom: var(--spacing-md);
    color: var(--primary-blue);
    padding-left: 1.2em;
}

.download-features li {
    margin-bottom: var(--spacing-xs);
    color: var(--text-dark);
    font-size: 1rem;
}

/* Smaller nav Download Resources button */
.nav-download-btn {
    padding: 0.2em 1em;
    font-size: 0.8em;
    border-radius: 5px;
    height: 2.2em;
    display: inline-flex;
    align-items: center;
}

/* Section Styles */

.section {
    padding: var(--spacing-lg) 0;
    margin-bottom: 0;
}

.section+.section {
    margin-top: var(--spacing-lg);
}

.section:last-of-type {
    margin-bottom: var(--spacing-lg);
}

/* Add spacing between the last section and the footer */
.footer {
    margin-top: var(--spacing-xl);
}

/* ============================= */
/* Identify Yourself Summary Grid */
/* ============================= */
.client-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-xl);
    margin: var(--spacing-lg) 0 var(--spacing-xl) 0;
}

.client-summary-card {
    background: var(--text-light, #fff);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(43, 76, 126, 0.08);
    padding: 2em 1.5em 1.5em 1.5em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    transition: box-shadow 0.2s, transform 0.2s;
}

.client-summary-card h3 {
    color: var(--primary-blue);
    font-size: 1.25rem;
    margin-bottom: 0.5em;
}

.client-summary-card p {
    color: var(--text-dark);
    font-size: 1.05rem;
    margin-bottom: 1.5em;
}

.readmore-btn-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: auto;
}

.readmore-btn {
    background: var(--accent-orange, #f89d1f);
    color: #fff !important;
    padding: 0.7em 1.5em;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1em;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(124, 58, 237, 0.15);
    border: none;
    display: inline-block;
}

.readmore-btn:hover {
    background: var(--accent-dark-Orange, #d38313);
    box-shadow: 0 4px 16px rgba(124, 58, 237, 0.15);
}

@media (max-width: 700px) {
    .client-summary-grid {
        grid-template-columns: 1fr;
    }
}

.container {
    max-width: 80vw;
    margin: 0 auto;
    padding: 0 var(--spacing-lg);
}

/* Sub-navigation */
.sub-nav {
    background-color: var(--text-light);
    padding: 0.5rem;
    margin-bottom: var(--spacing-xl);
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    transition: top 0.3s ease;
}

.sub-nav.navbar-visible {
    top: 80px;
}

.sub-nav-links {
    display: flex;
    justify-content: center;
    gap: 0rem;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
}

.sub-nav-links li {
    position: relative;
    display: flex;
    align-items: center;
}

.sub-nav-links li:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 22px;
    background: var(--accent-orange, #f89d1f);
    border-radius: 2px;
    margin: 0 0.7em;
    vertical-align: middle;
}


.sub-nav-links a {
    color: var(--text-dark);
    text-decoration: none;
    padding: var(--spacing-sm) var(--spacing-md);
    border-radius: 4px;
    position: relative;
    white-space: nowrap;
    transition: color var(--transition-fast);
}

.sub-nav-links a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0.2em;
    width: 0;
    height: 3px;
    background: var(--accent-orange, #f89d1f);
    border-radius: 2px;
    transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}

.sub-nav-links a:hover::after,
.sub-nav-links a.active::after {
    width: 100%;
}

.sub-nav-links a:hover,
.sub-nav-links a.active {
    color: var(--accent-orange, #f89d1f);
}



/* Cards */
.card {
    background-color: var(--text-light);
    border-radius: 8px;
    padding: var(--spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform var(--transition-normal);

}



/* Grid Layouts */
.feature-grid,
.service-grid,
.expertise-grid,
.benefits-grid,
.testimonials-grid,
.links-grid,
.goals-grid,
.commitments-grid,
.resource-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-xl);
    margin-top: var(--spacing-lg);
}

/* Contact Form */
.contact-form-container {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: var(--spacing-md);
}

.form-group label {
    display: block;
    margin-bottom: var(--spacing-xs);
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: var(--spacing-sm);
    border: 1px solid var(--neutral-silver);
    border-radius: 4px;
    font-family: var(--font-primary);
}

.submit-btn {
    background-color: var(--primary-blue);
    color: var(--text-light);
    padding: var(--spacing-sm) var(--spacing-lg);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color var(--transition-fast);
}

.submit-btn:hover {
    background-color: var(--secondary-blue);
}

/* Resource Cards */
.resource-card {
    background-color: var(--text-light);
    border-radius: 8px;
    padding: var(--spacing-lg);
    text-align: center;
    transition: transform var(--transition-normal);
}

.resource-card:hover {
    transform: translateY(-5px);
}

.download-link {
    display: inline-block;
    margin-top: var(--spacing-md);
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 500;
}

/* Testimonials */
.testimonial-card {
    background-color: var(--text-light);
    border-radius: 8px;
    padding: var(--spacing-lg);
    text-align: center;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: var(--spacing-md);
}

.testimonial-author {
    font-weight: 500;
    color: var(--primary-blue);
}

/* Links Section */
.links-section {
    margin-bottom: var(--spacing-xl);
    padding: var(--spacing-lg) 0;
}

.link-card {
    background-color: var(--text-light);
    border-radius: 8px;
    padding: var(--spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.resource-links {
    list-style: none;
    margin-top: var(--spacing-md);
}

.resource-links li {
    margin-bottom: var(--spacing-sm);
}

.resource-links a {
    color: var(--primary-blue);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.resource-links a:hover {
    color: var(--secondary-blue);
}

/* Footer */


.footer {
    background-color: var(--text-dark);
    color: var(--text-light);
    padding: var(--spacing-xl) 0 var(--spacing-md);

}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-xl);
    margin-bottom: var(--spacing-xl);
}

.footer-section h4 {
    color: var(--text-light);
    margin-bottom: var(--spacing-md);
}

.footer-section ul {
    list-style: none;
}

.footer-section a {
    color: var(--text-light);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.footer-section a:hover {
    color: var(--neutral-silver);
}

.footer-bottom {
    text-align: center;
    padding-top: var(--spacing-md);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Mobile Menu */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-dark);
}

/* New Styles */
.consultation-btn {
    background: var(--accent-orange, #f89d1f);
    color: #fff;
    padding: 0.7em 1.5em;
    border-radius: 30px;
    font-weight: 600;
    right: 1vw;
    box-shadow: 0 2px 8px rgba(124, 58, 237, 0.15);
    transition: background 0.2s;
    border: none;
    text-decoration: none;
}

.consultation-btn:hover {
    background: var(--accent-dark-Orange, #d38313);
}

.identify-section {
    background: var(--background-light, #f7f8fa);
}

.identify-title {
    text-align: center;
    font-size: 2.2em;
    margin-bottom: 1.5em;
    font-weight: 700;
}

.identify-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
}

@media (max-width: 900px) {
    .identify-grid {
        grid-template-columns: 1fr;
    }

}


.identify-card-full {
    grid-column: 1 / -1;
}

.identify-card {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    padding: 3em 4em;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5em;
    transition: box-shadow 0.2s;
    position: relative;
}

/* For the full-width card, revert to row layout for icon/content */
.identify-card-row {
    flex-direction: row;
    align-items: center;
    gap: 2em;
}

.identify-card-row .identify-icon {
    font-size: 5em;
    margin: 0 1.5em 0 0;
    width: auto;
    justify-content: flex-start;
}

.identify-icon {
    font-size: 3.5em;
    margin: 0 auto 0.5em auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.identify-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* vertically center content */
}

.identify-card h3 {
    font-size: 2em;
    margin-bottom: 0.5em;
    font-weight: 700;
    color: var(--primary-blue);
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.identify-card p {
    font-size: 1.15em;
    margin-bottom: 1.5em;
    color: #333;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.1px;
}

.explore-btn {
    background: var(--accent-orange, #f89d1f);
    color: #fff;
    padding: 0.7em 2em;
    border-radius: 24px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
    border: none;
    display: inline-block;
    font-size: 1.1em;
    box-shadow: 0 2px 8px rgba(124, 58, 237, 0.08);
}

.explore-btn:hover {
    background: var(--accent-dark-Orange, #d38313);
    box-shadow: 0 4px 16px rgba(124, 58, 237, 0.15);
}

/* Responsive Design */
@media (max-width: 1100px) {
    .container {
        max-width: 98vw;
    }
}

@media (max-width: 900px) {
    .client-summary-grid {
        grid-template-columns: 1fr 1fr;
    }

    .quick-access-list-grid {
        grid-template-columns: 1fr 1fr;
    }

    .identify-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    .identify-card h3 {
        font-size: 1.3em;
    }

    .identify-card p {
        font-size: 1em;
    }

    .navbar {
        padding: var(--spacing-md);
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--text-light);
        padding: var(--spacing-md);
        flex-direction: column;
        align-items: center;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        z-index: 1001;
    }

    .nav-links.active {
        display: flex;
    }

    .mobile-menu-btn {
        display: block;
    }

    .consultation-btn {
        margin-top: 0.3em;
        width: 25vw;
        height: 10vw;
        max-width: 120px;
        max-height: 60px;
        font-size: 0.7em;
        padding: 0.5em 1em;
        text-align: center;
    }

    .hero-btn {
        font-size: 0.7rem;
    }

    .hero {
        height: 45vh;
        min-height: 220px;
        padding: 0 0.5em;
        margin-bottom: 2vh;
    }

    .hero-content {
        padding: var(--spacing-md);
    }

    h1 {
        font-size: 1.2rem;
    }

    h2 {
        font-size: 1.2rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    p {
        font-size: 0.9rem;
    }

    .client-summary-card {

        & h3 {
            font-size: 1.2rem;
        }

        & p {
            font-size: 0.8rem;
        }

    }

    .container {
        h2 {
            font-size: 1.3rem;
            margin-top: 5vh;
        }

        ul {
            font-size: 0.8rem;
        }
    }

    .section {
        padding: 2px;
        margin-bottom: 0;
    }

    .section+.section {
        margin-top: 0px
    }



    .feature-grid,
    .service-grid,
    .expertise-grid,
    .benefits-grid,
    .testimonials-grid,
    .links-grid,
    .goals-grid,
    .commitments-grid {
        grid-template-columns: 1fr;
    }

    .client-summary-grid {
        grid-template-columns: 1fr;
        gap: 1em;
    }

    .quick-access-list-grid {
        grid-template-columns: 1fr;
        gap: 1em;
    }

    .identify-title {
        text-align: center;
        font-size: 1.5em;
        margin-bottom: 1.5em;
        font-weight: 700;
    }

    .identify-card, .identify-card-row {
        padding: 1.2em 0.7em;
        flex-direction: column !important;
        gap: 1em;
    }

    .readmore-btn {
        padding: 0.7em 1.5em;
        text-decoration: none;
        font-size: 0.7em;
    }

    .quick-access-header {
        font-size: 1.1em;

    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: var(--spacing-md);
    }

    .cta-buttons {
        flex-direction: column;
        gap: var(--spacing-sm);
    }

    .container {
        padding: 0 0.5em;
    }

}

@media (max-width: 500px) {
    .hero {
        height: 32vh;
        min-height: 120px;
    }

    .hero-content {
        padding: var(--spacing-sm);
    }

    .client-summary-card, .card, .identify-card {
        padding: 1em 0.5em;
    }

    .footer {
        padding: var(--spacing-md) 0 var(--spacing-xs);
    }

    .footer-content {
        gap: var(--spacing-xs);
    }
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn var(--transition-normal);
}

/* Additional Utility Classes */
.section-intro {
    font-size: 1.2rem;
    color: var(--text-dark);
    margin-bottom: var(--spacing-lg);
    text-align: center;
}

/* Quick Access Section Styles */
.quick-access-section {
    margin-bottom: 2.5em;
    padding: 0;
}

.quick-access-header {
    font-family: var(--font-primary);
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    font-size: 2.2em;
    margin-bottom: 1.5em;
}

.quick-access-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5em;
    max-width: 1100px;
    margin: 0 auto;
}

.quick-access-col h3 {
    font-size: 1.3em;
    color: #1E88E5;
    margin-bottom: 1em;
    font-weight: 600;
}

.quick-access-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-access-list li {
    margin-bottom: 1.3em;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(42, 122, 226, 0.06);
    padding: 1em 1.2em;
    transition: box-shadow 0.2s;
}

.quick-access-list li:hover {
    box-shadow: 0 4px 16px rgba(42, 122, 226, 0.13);
}

.quick-access-list a {
    color: #2a7ae2;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.08em;
    transition: color 0.2s;
}

.quick-access-list a:hover {
    color: #f89d1f;
}

.quick-desc {
    display: block;
    color: #444;
    font-size: 0.98em;
    margin-top: 0.2em;
    font-weight: 400;
}

@media (max-width: 900px) {
    .quick-access-grid {
        grid-template-columns: 1fr;
        gap: 2em;
    }
}

.cta-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: var(--spacing-md);
    margin-top: var(--spacing-lg);
}

.cta-buttons .download-btn, .cta-buttons .fee-proposal-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    font-size: 1.08em;
    font-weight: 600;
    line-height: 1.2;
}

.cta-buttons {
    display: flex;
    gap: var(--spacing-md);
    justify-content: center;
    margin-top: var(--spacing-lg);
}

.feature-list {
    list-style: none;
    margin-top: var(--spacing-md);
}

.feature-list li {
    margin-bottom: var(--spacing-sm);
    padding-left: var(--spacing-md);
    position: relative;
}

.feature-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--primary-blue);
}

/* Map Section */
.map-section {
    margin-top: var(--spacing-xl);
}

.map-container {
    height: 400px;
    background-color: var(--neutral-silver);
    border-radius: 8px;
    overflow: hidden;
}

.map-placeholder {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dark);
    font-style: italic;
}


.cookie-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    /* darkened background */
    display: none;
    /* hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.cookie-banner {
    background: #fff;
    color: #2B4C7E;
    /* matches your primary blue */
    padding: 2em;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
    animation: fadeIn 0.3s ease-in-out;
}

.cookie-banner p {
    margin-bottom: 1.2em;
    font-size: 1em;
}

.cookie-buttons {
    display: flex;
    justify-content: center;
    gap: 1em;
}

.cookie-buttons button {
    border: none;
    border-radius: 6px;
    padding: 0.6em 1.4em;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.2s;
}

#accept-cookies {
    background: var(--accent-orange, #f89d1f);
    color: #fff;
}

#reject-cookies {
    background: #444;
    color: #fff;
}

#accept-cookies:hover {
    background: var(--accent-dark-Orange, #d38313);
}

#reject-cookies:hover {
    background: #222;
}

.learnMore {
    text-decoration: none;
    color: var(--accent-orange, #f89d1f);
}
/* ==========================================================================
   FINOVACRYPTO-LIVE-001 DEEL D - visuele restyle
   Aan het eind toegevoegd zodat het bewust de regels hierboven overschrijft,
   en in een keer terug te draaien is. Raakt geen teksten, alleen presentatie.
   ========================================================================== */

:root {
    /* Gedempter oranje: hetzelfde accent, minder fel. Oud: #f89d1f / #d38313. */
    --accent-orange: #e08a2e;
    --accent-dark-Orange: #c0731f;

    /* Vaste sectie-afstand, i.p.v. wisselende marges per pagina. */
    --section-gap: 3.5rem;

    /* Ruimere hoekafronding voor kaarten. */
    --radius-card: 18px;

    /* Navy waarmee de hero-overlay wordt getint. */
    --hero-navy: 14, 26, 48;
}

/* --- Hero: donkere overlay voor leesbare tekst ------------------------- */
/* De oude overlay was een vlakke rgba(0,0,0,.4) en gaf op de lichtere foto's
   te weinig contrast. Nu een navy-getinte verloopoverlay: sterker aan de
   randen, iets opener in het midden, zodat de foto zichtbaar blijft maar de
   witte koptekst overal haalbaar contrast houdt. */
.hero::before {
    background:
        linear-gradient(180deg,
            rgba(var(--hero-navy), 0.82) 0%,
            rgba(var(--hero-navy), 0.60) 45%,
            rgba(var(--hero-navy), 0.86) 100%),
        radial-gradient(ellipse at center,
            rgba(var(--hero-navy), 0.25) 0%,
            rgba(var(--hero-navy), 0.70) 100%);
    z-index: 1;
}

.hero {
    background-color: rgb(var(--hero-navy));   /* voorkomt witte flits voor de foto er is */
}

/* Boven de overlay uit. */
.hero-content,
.hero .container {
    position: relative;
    z-index: 2;
}

.hero h1 {
    color: #fff !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
    letter-spacing: -0.01em;
}

.hero p,
.hero .hero-subtitle {
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

/* --- Consistente sectie-spacing ---------------------------------------- */
.section {
    padding: var(--section-gap) 0;
}

.section + .section {
    margin-top: 0;   /* de padding regelt de tussenruimte al */
}

/* --- Kaarten: ruimere hoeken, meer lucht, subtiele hover-lift ---------- */
.client-summary-card,
.identify-card,
.info-card,
.quick-access-card-link {
    border-radius: var(--radius-card);
}

.client-summary-card {
    padding: 2.4em 2em 2em 2em;
    align-items: center;
    text-align: center;
    border: 1px solid rgba(43, 76, 126, 0.08);
}

.client-summary-card:hover,
.quick-access-card-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(43, 76, 126, 0.16);
}

/* Icoon boven de titel op de 'Identify Yourself'-kaarten. */
.card-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1em auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(43, 76, 126, 0.08);
    color: var(--primary-blue);
    flex: none;
}

.card-icon svg {
    width: 28px;
    height: 28px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.client-summary-card:hover .card-icon {
    background: rgba(224, 138, 46, 0.14);
    color: var(--accent-dark-Orange);
}

/* --- 'Read More' als ghost/outline-knop -------------------------------- */
.readmore-btn {
    background: transparent;
    color: var(--primary-blue) !important;
    border: 1.5px solid rgba(43, 76, 126, 0.45);
    box-shadow: none;
}

.readmore-btn:hover {
    background: var(--primary-blue);
    color: #fff !important;
    border-color: var(--primary-blue);
    box-shadow: 0 4px 14px rgba(43, 76, 126, 0.22);
}

/* Respecteer de systeemvoorkeur voor minder beweging. */
@media (prefers-reduced-motion: reduce) {
    .client-summary-card,
    .quick-access-card-link {
        transition: none;
    }

    .client-summary-card:hover,
    .quick-access-card-link:hover {
        transform: none;
    }
}

/* --- Nagekomen: accent dat nog hardgecodeerd was ----------------------- */
/* Twee plekken gebruikten het felle oranje rechtstreeks in plaats van de
   variabele, waardoor ze na het dempen als enige nog opvielen. */
.quick-access-list a:hover {
    color: var(--accent-dark-Orange);
}

@media (max-width: 768px) {
    .sub-nav-links li a.active::after {
        background: var(--accent-orange);
    }
}

/* --- Nagekomen: Links.html deed niet mee aan de sectie-spacing --------- */
/* `body.links-no-gap` zette alle sectie-marges en -padding met !important op
   nul. Dat was ooit nodig omdat `.section + .section` een grote margin-top
   had; die margin is hierboven al op 0 gezet, dus de uitzondering kan weg.
   Zonder deze regel is Links.html de enige pagina met 0px sectie-ruimte. */
.links-no-gap .section {
    padding-top: var(--section-gap) !important;
    padding-bottom: var(--section-gap) !important;
}

/* --- Nagekomen: lopende tekst in de kaarten links uitlijnen ------------ */
/* Icoon en titel blijven gecentreerd, maar een alinea van acht regels in een
   smalle kolom leest slecht als elke regel apart gecentreerd wordt. De knop
   blijft via auto-marges in het midden staan. */
.client-summary-card p {
    text-align: left;
    align-self: stretch;
}

.client-summary-card .readmore-btn-wrap {
    margin-top: auto;
    align-self: center;
}

/* --- Telefoonnummer achter een klik (FINOVACRYPTO-LIVE-004) ------------- */
/* Overgenomen van finovatec.com (assets/site.css .reveal-phone): een knop die
   niet als knop oogt, zodat "Show number" in de lopende regel past. Het
   nummer verschijnt pas na de klik - zie fvcVulTelefoon() in script.js. */
.reveal-phone {
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.reveal-phone:hover,
.reveal-phone:focus-visible {
    color: var(--accent-orange);
}

/* Het onthulde nummer blijft een gewone tel:-link in de omringende kleur. */
a[data-phone-link] {
    color: inherit;
    text-decoration: none;
}

a[data-phone-link]:hover {
    text-decoration: underline;
}

/* --- Taalwisselaar NL/EN (FINOVACRYPTO-LIVE-004) ------------------------ */
/* Staat boven de inhoud van de pagina zelf, niet in de navigatiebalk: die
   balk is gedeeld met de negen Engelstalige pagina's, en een wisselaar daar
   zou suggereren dat de hele site meeschakelt. */
.fvc-lang {
    display: flex;
    align-items: center;
    gap: 0.4em;
    justify-content: flex-end;
    max-width: 600px;
    margin: 0 auto 1em auto;
    font-family: var(--font-secondary);
}

.fvc-lang-label {
    font-size: 0.8rem;
    color: #6b7a90;
    margin-right: 0.2em;
}

.fvc-lang button {
    appearance: none;
    cursor: pointer;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.3em 0.7em;
    border-radius: 999px;
    border: 1px solid rgba(43, 76, 126, 0.25);
    background: transparent;
    color: var(--primary-blue);
    transition: background var(--transition-fast), color var(--transition-fast);
}

.fvc-lang button:hover {
    border-color: var(--primary-blue);
}

.fvc-lang button[aria-pressed="true"] {
    background: var(--primary-blue);
    border-color: var(--primary-blue);
    color: #fff;
}

@media (max-width: 768px) {
    .fvc-lang {
        justify-content: center;
    }
}

/* Op mobiel wordt het opschrift van de consultatieknop door CSS vervangen
   ('Book Now', regel ~152). Dat ontsnapt aan data-i18n, dus voor de
   Nederlandse variant zetten we hier de content-tekst mee om. lang="nl"
   staat alleen op de tweetalige pagina, dus de rest blijft ongemoeid. */
@media (max-width: 768px) {
    html[lang="nl"] .consultation-btn::after {
        content: 'Plan gesprek';
    }
}

/* --- Logo: icoon + merknaam als tekst (FINOVACRYPTO-LIVE-004) ----------- */
/* Voorheen was het hele logo een PNG (486x96) waarin icoon en merknaam samen
   waren ingebakken; de merknaam liep daar door vier kleuren en was daardoor
   met CSS niet aan te passen. Nu is het icoon uit die PNG gesneden
   (images/FinovaCryptoIcon.png) en staat de merknaam ernaast als tekst, in
   een kleur navy. Dit is variant B uit
   screenshots/live004/logo/voorstellen.png. */
.logo a {
    display: flex;
    align-items: center;
    gap: 0.55em;
    text-decoration: none;
}

.logo-img {
    height: 28px;
}

.logo-word {
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    color: var(--primary-blue);
    white-space: nowrap;
}

/* De hover-vergroting zat op de afbeelding; nu op het geheel, anders
   verspringt de merknaam ten opzichte van het icoon. */
.logo-img:hover {
    transform: none;
}

.logo a:hover .logo-word {
    color: var(--accent-orange);
}

.logo a:hover .logo-img {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .logo-img {
        height: 26px;
    }

    .logo-word {
        font-size: 0.9rem;
    }
}

@media (max-width: 380px) {
    .logo-word {
        font-size: 0.82rem;
        letter-spacing: 0.05em;
    }
}
