.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//**
 * AZMC Custom CSS voor Elementor Site Settings
 * 
 * INSTRUCTIES:
 * 1. Ga naar Elementor → Settings → Style
 * 2. Scroll naar "Custom CSS"
 * 3. Plak ALLE code hieronder in het tekstveld
 * 4. Klik op "Save"
 * 
 * Dit laadt de CSS direct via Elementor, werkt altijd!
 */

/* ===== RESET & BASE ===== */
:root {
    /* Site palette: black/white – rest of site */
    --primary-color: #000000;
    --secondary-color: #333333;
    --accent-color: #666666;
    --text-dark: #1a1a1a;
    --text-light: #6c757d;
    --bg-light: #f8f9fa;
    --bg-white: #ffffff;
    --border-color: #e0e0e0;
    --shadow: 0 2px 10px rgba(0,0,0,0.1);
    --shadow-lg: 0 5px 20px rgba(0,0,0,0.15);
    /* Blue/beige only: homepage Mijn Expertises buttons + floating icon widgets */
    --accent-1: #1a4d7a;
    --accent-2: #2c6b9e;
    --accent-3: #d4a574;
    --accent-4: #b8926a;
}

/* ===== BREEDBEELD – volle breedte (geen boxed layout) ===== */
body,
html,
#content,
main,
.elementor-page,
.elementor,
.elementor-section,
.elementor-section-boxed .elementor-container,
.elementor-container,
.elementor-widget-wrap,
.elementor-inner-section,
.elementor-column-wrap,
.azmc-section,
.azmc-container,
.azmc-hero,
.azmc-intro-content,
.azmc-why-section,
section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.elementor-section-boxed .elementor-container {
    max-width: 100% !important;
    width: 100% !important;
}
.azmc-fullwidth {
    width: 100% !important;
    max-width: 100% !important;
}

/* Alle widgets en pagina’s full width – PC, tablet, mobiel – geen horizontale scroll */
html { overflow-x: hidden; }
body { overflow-x: hidden; min-width: 0; }
.elementor-widget,
.elementor-widget-wrap,
.elementor-widget-container,
.elementor-element,
.elementor-inner-section,
.elementor-section-wrap {
    max-width: 100% !important;
    box-sizing: border-box !important;
}
.elementor-widget-container img,
.elementor-widget-container video,
.azmc-section img,
.azmc-container img {
    max-width: 100% !important;
    height: auto !important;
}

/* ===== HEADER & NAVIGATION ===== */
.azmc-header {
    background: var(--bg-white);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.25s ease;
}

.azmc-header-top {
    background: #000000;
    color: white;
    padding: 0.5rem 0;
    text-align: center;
    font-size: 0.9rem;
}

.azmc-header-top a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.azmc-header-main {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0.85rem 1.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.azmc-logo-container {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.azmc-logo-container a {
    display: flex;
    align-items: center;
    transition: opacity 0.2s ease;
}

.azmc-logo-container a:hover {
    opacity: 0.85;
}

.azmc-logo-container img {
    height: 52px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
}

.azmc-nav ul {
    display: flex;
    list-style: none;
    gap: 0.15rem;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.azmc-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    min-width: 0;
}

.azmc-nav > ul > li > a {
    position: relative;
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    transition: color 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem 0.65rem;
    border-radius: 6px;
}

.azmc-nav > ul > li > a::after {
    content: '';
    position: absolute;
    bottom: 0.2rem;
    left: 0.65rem;
    right: 0.65rem;
    height: 2px;
    background: var(--primary-color);
    transform: scaleX(0);
    transition: transform 0.25s ease;
    border-radius: 1px;
}

.azmc-nav > ul > li > a:hover,
.azmc-nav > ul > li > a:focus-visible {
    color: var(--primary-color);
}

.azmc-nav > ul > li > a:hover::after,
.azmc-nav > ul > li > a:focus-visible::after {
    transform: scaleX(1);
}

/* Dropdown Menu */
.azmc-has-dropdown {
    position: relative;
}

.azmc-dropdown-arrow {
    font-size: 0.65rem;
    transition: transform 0.3s ease;
    opacity: 0.8;
}

.azmc-has-dropdown:hover .azmc-dropdown-arrow,
.azmc-has-dropdown.active .azmc-dropdown-arrow {
    transform: rotate(180deg);
}

.azmc-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    min-width: 280px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
    z-index: 1000;
    margin-top: 0.35rem;
    padding: 0.4rem 0;
    list-style: none;
    border: none;
}

.azmc-has-dropdown:hover .azmc-dropdown,
.azmc-has-dropdown.active .azmc-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.azmc-dropdown li {
    margin: 0;
    padding: 0;
}

.azmc-dropdown a {
    display: block;
    padding: 0.55rem 1.15rem;
    color: var(--text-dark);
    text-transform: none;
    font-size: 0.9rem;
    white-space: nowrap;
    letter-spacing: 0;
    transition: background 0.2s ease, color 0.2s ease;
    line-height: 1.4;
    border-left: 3px solid transparent;
    margin: 0 0.25rem;
    border-radius: 6px;
}

.azmc-dropdown a:hover,
.azmc-dropdown a:focus-visible {
    background: var(--bg-light);
    color: var(--primary-color);
    border-left-color: var(--primary-color);
}

/* PC: Header menu – ruimere spacing, submenu strak */
@media (min-width: 969px) {
    .azmc-nav ul {
        gap: 0.25rem;
    }
    .azmc-nav > ul > li > a {
        font-size: 0.9rem;
        padding: 0.55rem 0.75rem;
    }
    .azmc-nav > ul > li > a::after {
        left: 0.75rem;
        right: 0.75rem;
    }
    .azmc-dropdown {
        min-width: 300px;
        padding: 0.35rem 0;
    }
    .azmc-dropdown a {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
        margin: 0 0.35rem;
    }
}

.azmc-header-phone {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.azmc-contact-btn {
    background: var(--primary-color);
    color: white;
    padding: 0.6rem 1.35rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.azmc-contact-btn:hover,
.azmc-contact-btn:focus-visible {
    background: var(--secondary-color);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
    color: white;
    transform: translateY(-1px);
}

.azmc-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.6rem;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.azmc-hamburger:hover,
.azmc-hamburger:focus-visible {
    background: var(--bg-light);
}

.azmc-hamburger span {
    width: 26px;
    height: 2.5px;
    background: var(--text-dark);
    transition: all 0.3s ease;
    display: block;
    border-radius: 2px;
}

.azmc-hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.azmc-hamburger.active span:nth-child(2) {
    opacity: 0;
}

.azmc-hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* ===== BREEDBEELD – Header, Footer, Hero volle breedte op alle pagina's ===== */
.azmc-header,
.azmc-footer,
.azmc-hero {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}
.azmc-footer-content {
    max-width: 100% !important;
}

/* ===== HERO SECTION ===== */
.azmc-hero {
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    color: white;
    padding: 2rem 2rem;
    text-align: center;
    position: relative;
    min-height: 25vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Kortere hero voor "Wie ben ik" pagina */
.azmc-hero-wie-ben-ik {
    min-height: 25vh !important;
    padding: 2rem 2rem !important;
    background-attachment: scroll !important;
}

/* Hero Overlay - Donkere gradient voor betere leesbaarheid */
.azmc-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(26, 77, 122, 0.85) 0%,
        rgba(44, 107, 158, 0.75) 50%,
        rgba(26, 77, 122, 0.85) 100%
    );
    z-index: 1;
}

/* Extra donkere overlay onderaan voor tekst contrast */
.azmc-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.2) 50%,
        transparent 100%
    );
    z-index: 1;
}

.azmc-hero-content {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 2; /* Boven overlay */
    animation: fadeInUp 1s ease-out;
}

/* Hero Text Shadow voor betere leesbaarheid */
.azmc-hero h1,
.azmc-hero p,
.azmc-hero-subtitle {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}

.azmc-hero h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: white;
}

.azmc-hero p {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    margin-bottom: 2rem;
    opacity: 0.95;
    line-height: 1.8;
    color: white;
}

.azmc-hero-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-top: 1rem;
    color: white;
}

/* ===== SECTIONS ===== */
.azmc-section {
    padding: 4rem 2rem;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

/* Logo in section titles */
.azmc-title-with-logo {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
}

.azmc-title-logo {
    height: 50px !important;
    width: auto !important;
    display: inline-block !important;
    vertical-align: middle !important;
    transition: transform 0.3s ease !important;
    object-fit: contain !important;
}

.azmc-title-with-logo:hover .azmc-title-logo {
    transform: scale(1.05) !important;
}

.azmc-section-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 1rem;
    color: var(--primary-color);
    font-weight: 700;
}

.azmc-section-subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 3rem;
    line-height: 1.8;
}

/* ===== INTRO SECTION ===== */
.azmc-intro-section {
    background: var(--bg-light);
}

.azmc-intro-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}

@media (min-width: 1400px) {
    .azmc-intro-content {
        max-width: 1920px;
        gap: 4rem;
    }
}

.azmc-intro-image {
    width: 100%;
    border-radius: 10px;
    box-shadow: var(--shadow-lg);
    object-fit: cover;
    max-height: 500px;
    transition: transform 0.6s ease, filter 0.6s ease;
}

.azmc-intro-image-container {
    overflow: hidden;
    border-radius: 10px;
}

.azmc-intro-image-container:hover .azmc-intro-image {
    transform: scale(1.1);
    filter: brightness(1.05);
}

.azmc-intro-image-container {
    position: relative;
}

.azmc-intro-text p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark);
}

.azmc-intro-highlight {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: var(--shadow);
    border-left: 4px solid var(--accent-color);
}

.azmc-intro-highlight h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.azmc-intro-highlight p {
    color: var(--text-light);
    line-height: 1.8;
}

/* ===== BUTTONS ===== */
.azmc-btn {
    display: inline-block;
    padding: 1rem 2rem;
    background: #000000;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s;
    margin-top: 1rem;
    border: none;
    cursor: pointer;
}

.azmc-btn:hover {
    background: #333333;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    color: white;
}

/* Button Hover Ripple Effect */
.azmc-btn {
    position: relative;
    overflow: hidden;
}

.azmc-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.azmc-btn:hover::before {
    width: 300px;
    height: 300px;
}

.azmc-btn-secondary {
    background: transparent;
    border: 2px solid #000000;
    color: #000000;
}

.azmc-btn-secondary:hover {
    background: #000000;
    color: white;
}

/* ===== WHY SECTION ===== */
.azmc-why-section {
    background: white;
}

.azmc-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.azmc-feature-card {
    background: var(--bg-light);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: var(--shadow);
    transition: transform 0.3s, box-shadow 0.3s;
}

.azmc-feature-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: var(--shadow-lg);
}

/* Feature Card 3D Tilt Effect */
.azmc-feature-card {
    transform-style: preserve-3d;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.azmc-feature-card:hover {
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateY(-5px) scale(1.02);
}

.azmc-feature-card::before {
    content: "✓";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: var(--accent-color);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 1rem;
}

/* Diensten: vinkjes verwijderen op Mijn Diensten en diensten-detail pagina's */
.azmc-diensten-section .azmc-feature-card::before,
.azmc-diensten-grid .azmc-feature-card::before,
.azmc-diensten-detail .azmc-feature-card::before {
    display: none !important;
    content: none !important;
}

.azmc-feature-card h3 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

/* SVG Checkmark Icon voor feature cards (alternatief voor emoji) */
.azmc-feature-card .azmc-checkmark-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: var(--accent-color);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-bottom: 1rem;
    padding: 5px;
}

.azmc-feature-card .azmc-checkmark-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Service Icon Styling (voor SVG icons) */
.azmc-service-icon-v2 {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: white;
    flex-shrink: 0;
    transition: transform 0.3s ease, background 0.3s ease;
}

.azmc-service-icon-v2 svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

/* Icon Hover Animations */
.azmc-service-card-v2:hover .azmc-service-icon-v2 {
    transform: scale(1.1) rotate(5deg);
    background: var(--secondary-color);
}

.azmc-service-card-v2:hover .azmc-service-icon-v2 svg {
    animation: checkmarkPop 0.4s ease-out;
}

@keyframes checkmarkPop {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* ===== EXPERTISE SECTION ===== */
.azmc-expertise-section {
    background: var(--bg-light);
}

/* Mijn Expertises knoppen – mobiel: niet afsnijden, tekst mag wrappen */
@media (max-width: 768px) {
    .azmc-expertise-section {
        overflow-x: visible !important;
    }
    .azmc-expertise-buttons-wrap {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 1rem !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .azmc-expertise-btn {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        text-align: center !important;
        transform: none !important;
        padding: 1rem 1rem !important;
        font-size: 0.95rem !important;
    }
    .azmc-expertise-btn:hover,
    .azmc-expertise-btn.active {
        transform: none !important;
    }
}

.azmc-expertise-content {
    background: white;
    padding: 3rem;
    border-radius: 10px;
    box-shadow: var(--shadow);
    margin-top: 2rem;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1400px) {
    .azmc-expertise-content {
        max-width: 1920px;
        padding: 4rem;
    }
}

.azmc-expertise-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
}

.azmc-expertise-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
    padding: 0;
}

.azmc-expertise-list li {
    padding: 0.75rem;
    background: var(--bg-light);
    border-radius: 5px;
    border-left: 3px solid var(--accent-color);
}

/* ===== CTA SECTION ===== */
.azmc-cta-section {
    background: #000000;
    color: white;
    text-align: center;
    padding: 4rem 2rem;
}

.azmc-cta-section h2 {
    color: white;
    margin-bottom: 1rem;
}

.azmc-cta-section p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    color: white;
}

.azmc-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.azmc-cta-section .azmc-btn {
    background: white;
    color: var(--primary-color);
}

.azmc-cta-section .azmc-btn:hover {
    background: var(--accent-color);
    color: white;
}

/* ===== CONTACT SECTION ===== */
.azmc-contact-section {
    background: white;
}

.azmc-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 2rem;
}

/* Verbeterde Contact Formulier Layout (zonder contactgegevens box) */
.azmc-contact-section form {
    max-width: 100%;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
    background: var(--bg-light);
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.azmc-contact-section form > div[style*="grid-template-columns"] {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.azmc-contact-section form > div[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr 1fr;
}

.azmc-contact-info {
    background: var(--bg-light);
    padding: 2rem;
    border-radius: 10px;
}

.azmc-contact-info h3 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.azmc-contact-info p {
    margin-bottom: 1rem;
    line-height: 1.8;
}

.azmc-contact-info a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

.azmc-contact-info a:hover {
    text-decoration: underline;
}

.azmc-contact-section {
    padding: 5rem 2rem;
}

.azmc-contact-section .azmc-section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.azmc-contact-section .azmc-section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.azmc-contact-form {
    background: white;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: var(--shadow);
    max-width: 900px;
    margin: 0 auto;
}

.azmc-form-group {
    margin-bottom: 1.5rem;
}

.azmc-form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
    font-weight: 600;
}

.azmc-form-group input,
.azmc-form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #cccccc;
    border-radius: 5px;
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.3s, box-shadow 0.3s;
    background: white;
    box-sizing: border-box;
}

.azmc-form-group input:focus,
.azmc-form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    border-width: 2px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* Duidelijke borders voor contactformulier op "Wie ben ik" pagina */
.azmc-contact-form input,
.azmc-contact-form textarea,
.azmc-contact-section input,
.azmc-contact-section textarea {
    border: 2px solid #cccccc !important;
    background: white !important;
    padding: 0.875rem !important;
    border-radius: 5px !important;
    font-size: 1rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: border-color 0.3s, box-shadow 0.3s !important;
}

.azmc-contact-form input:focus,
.azmc-contact-form textarea:focus,
.azmc-contact-section input:focus,
.azmc-contact-section textarea:focus {
    border: 2px solid var(--primary-color) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1) !important;
}

.azmc-contact-form input:hover,
.azmc-contact-form textarea:hover,
.azmc-contact-section input:hover,
.azmc-contact-section textarea:hover {
    border-color: #999999 !important;
}

.azmc-form-group textarea {
    min-height: 120px;
    resize: vertical;
}

/* ===== INTERACTIEVE FORMULIEREN STYLING ===== */

/* Radio Buttons - Betere styling */
.azmc-form-group input[type="radio"],
.azmc-form-group input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 0.75rem;
    cursor: pointer;
    accent-color: var(--primary-color);
}

.azmc-form-group input[type="radio"]:hover,
.azmc-form-group input[type="checkbox"]:hover {
    accent-color: var(--secondary-color);
}

/* Select Dropdowns */
.azmc-form-group select {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-family: inherit;
    font-size: 1rem;
    background: white;
    cursor: pointer;
    transition: border-color 0.3s;
}

.azmc-form-group select:focus {
    outline: none;
    border-color: var(--primary-color);
}

.azmc-form-group select:hover {
    border-color: var(--primary-color);
}

/* Form Containers */
#azmc-assessment-container,
#azmc-quiz-container,
#azmc-roi-calculator {
    max-width: 900px;
    margin: 0 auto;
}

/* Assessment/Quiz Resultaten */
#azmc-assessment-result,
#azmc-quiz-result,
#azmc-roi-result {
    animation: fadeInUp 0.6s ease-out;
}

#azmc-score-display {
    font-size: 4rem;
    font-weight: 700;
    color: var(--primary-color);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

/* ROI Calculator Resultaten */
#azmc-roi-result [id^="roi-"] {
    transition: transform 0.3s ease;
}

#azmc-roi-result [id^="roi-"]:hover {
    transform: scale(1.05);
}

/* Checklist Download Success */
#azmc-checklist-success {
    animation: fadeIn 0.5s ease-out;
}

/* Offerte Success */
#azmc-offerte-success {
    animation: fadeInUp 0.6s ease-out;
}

/* Form Labels - Betere styling */
.azmc-form-group label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 5px;
    transition: background 0.3s;
}

.azmc-form-group label:hover {
    background: var(--bg-light);
}

.azmc-form-group label input[type="radio"]:checked + span,
.azmc-form-group label input[type="checkbox"]:checked + span {
    font-weight: 600;
    color: var(--primary-color);
}

/* Form Input Focus States */
.azmc-form-group input:focus,
.azmc-form-group textarea:focus,
.azmc-form-group select:focus {
    box-shadow: 0 0 0 3px rgba(26, 77, 122, 0.1);
}

/* Disabled Button State */
.azmc-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/* Loading State */
.azmc-btn.loading {
    position: relative;
    color: transparent;
}

.azmc-btn.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Success/Error Messages */
.azmc-form-message {
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    animation: slideDown 0.3s ease-out;
}

.azmc-form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.azmc-form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Quiz/Assessment Cards */
.azmc-quiz-card,
.azmc-assessment-card {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: var(--shadow);
    margin-bottom: 1.5rem;
    transition: transform 0.3s, box-shadow 0.3s;
}

.azmc-quiz-card:hover,
.azmc-assessment-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ROI Calculator Grid */
#azmc-roi-result > div:first-of-type {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Responsive Form Elements */
@media (max-width: 768px) {
    .azmc-form-group input[type="radio"],
    .azmc-form-group input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }
    
    #azmc-score-display {
        font-size: 3rem;
    }
    
    #azmc-roi-result > div:first-of-type {
        grid-template-columns: 1fr;
    }
}

/* ===== FOOTER - VOLLEDIG NIEUWE VERSIE ===== */
.azmc-footer {
    background: #000000;
    color: white;
    position: relative;
    overflow: hidden;
    z-index: 1000;
}

.azmc-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.azmc-footer-top {
    padding: 4rem 2rem 2rem;
    background: linear-gradient(180deg, #000000 0%, #1a1a1a 100%);
}

.azmc-footer-content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}

@media (min-width: 1400px) {
    .azmc-footer-content {
        max-width: 100%;
    }
}

.azmc-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

/* Footer Column Styling */
.azmc-footer-column {
    animation: fadeInUp 0.8s ease-out;
}

.azmc-footer-column:nth-child(1) { animation-delay: 0.1s; }
.azmc-footer-column:nth-child(2) { animation-delay: 0.2s; }
.azmc-footer-column:nth-child(3) { animation-delay: 0.3s; }
.azmc-footer-column:nth-child(4) { animation-delay: 0.4s; }

/* Footer Contact Column */
.azmc-footer-contact {
    max-width: 350px;
}

.azmc-footer-logo {
    margin-bottom: 1.5rem;
    min-height: 60px;
    display: flex;
    align-items: center;
    background: transparent;
}

.azmc-footer-logo::before {
    display: none;
}

.azmc-footer-logo-link {
    display: inline-block;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.azmc-footer-logo-link:hover {
    transform: scale(1.05);
}

/* Footer Logo - Behoud originele kleuren */
.azmc-footer-logo-img {
    height: auto;
    width: auto;
    max-width: 200px;
    max-height: 60px;
    display: block;
    object-fit: contain;
    /* Geen filter - logo behoudt originele kleuren */
    filter: none;
    -webkit-filter: none;
    background: transparent;
}

/* Alleen als logo specifiek wit moet zijn voor donkere achtergrond */
.azmc-footer-logo-img.azmc-logo-white {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}


/* Hover effect */
.azmc-footer-logo-link:hover .azmc-footer-logo-img {
    opacity: 0.9;
    transform: scale(1.05);
}

.azmc-footer-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.azmc-footer-tagline {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-style: italic;
}

.azmc-footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.azmc-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.6;
    transition: transform 0.3s ease, color 0.3s ease;
}

.azmc-contact-item svg,
.azmc-contact-icon {
    color: white;
    flex-shrink: 0;
    margin-right: 0.75rem;
    margin-top: 2px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.azmc-contact-item:hover {
    transform: translateX(5px);
    color: white;
}

.azmc-contact-item:hover svg {
    transform: scale(1.1);
    color: var(--accent-color);
}

.azmc-contact-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

.azmc-contact-item a:hover {
    color: white;
    text-decoration: underline;
}

/* Social Links */
.azmc-footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.azmc-social-link {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
}

.azmc-social-link:hover {
    background: white;
    color: var(--primary-color);
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
    border-color: white;
}

.azmc-social-link svg {
    width: 20px;
    height: 20px;
}

/* Footer Navigation Columns */
.azmc-footer-nav,
.azmc-footer-services,
.azmc-footer-info {
    padding-top: 0.5rem;
}

.azmc-footer-heading {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 0.75rem;
}

.azmc-footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: white;
    transition: width 0.3s ease;
}

.azmc-footer-column:hover .azmc-footer-heading::after {
    width: 60px;
}

.azmc-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.azmc-footer-links li {
    margin: 0;
}

.azmc-footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.azmc-footer-links a::before {
    content: '→';
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: all 0.3s ease;
    color: white;
}

.azmc-footer-links a:hover {
    color: white;
    transform: translateX(5px);
    padding-left: 20px;
}

.azmc-footer-links a:hover::before {
    opacity: 1;
    left: 0;
}

/* Footer CTA */
.azmc-footer-cta {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.azmc-footer-cta .azmc-footer-heading {
    margin-bottom: 1rem;
}

.azmc-footer-cta p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.azmc-footer-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: white;
    color: var(--primary-color);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.azmc-footer-btn:hover {
    background: var(--accent-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

/* Footer Bottom */
.azmc-footer-bottom {
    background: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 2rem;
}

.azmc-footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.azmc-footer-copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin: 0;
}

.azmc-footer-legal {
    display: flex;
    gap: 1.5rem;
}

.azmc-footer-legal a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.azmc-footer-legal a:hover {
    color: white;
    text-decoration: underline;
}

/* Footer Animations */
@keyframes footerFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.azmc-footer-column {
    animation: footerFadeIn 0.8s ease-out both;
}

/* Responsive Footer */
@media (max-width: 968px) {
    .azmc-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
    }
    
    .azmc-footer-contact {
        max-width: 100%;
        grid-column: 1 / -1;
    }
    
    .azmc-footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .azmc-footer-top {
        padding: 3rem 1.5rem 1.5rem;
    }
    
    .azmc-footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .azmc-footer-contact {
        grid-column: 1;
    }
    
    .azmc-footer-social {
        justify-content: center;
    }
    
    .azmc-footer-bottom {
        padding: 1.5rem 1.5rem;
    }
    
    .azmc-footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .azmc-footer-legal {
        justify-content: center;
    }
}

/* ===== EXTRA BREEDE SCHERMEN (1400px+) ===== */
@media (min-width: 1400px) {
    .azmc-section {
        padding: 4rem 3rem;
    }
    
    .azmc-hero {
        padding: 2rem 2rem;
        min-height: 25vh;
    }
    
    .azmc-feature-card {
        padding: 2.5rem;
    }
}

/* ===== ZEER BREEDE SCHERMEN (1600px+) ===== */
@media (min-width: 1600px) {
    .azmc-section {
        padding: 5rem 4rem;
    }
    
    .azmc-hero {
        padding: 4rem 4rem;
        min-height: 50vh;
    }
    
    .azmc-feature-card {
        padding: 3rem;
    }
    
    .azmc-features-grid {
        gap: 4rem;
    }
}

/* ===== FLOATING CONTACT BUTTONS ===== */
.azmc-floating-contact-buttons {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 999999 !important;
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.azmc-floating-contact-buttons.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

.azmc-floating-contact-buttons.hidden {
    opacity: 0 !important;
    transform: translateY(20px) !important;
    pointer-events: none !important;
}

.azmc-floating-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    color: white;
    font-size: 24px;
    position: relative;
    overflow: hidden;
    animation: floatingButtonFloat 3s ease-in-out infinite;
}

/* Floating Button Float Animation - Direct zichtbaar */
@keyframes floatingButtonFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.azmc-floating-btn:nth-child(1) { animation-delay: 0s; }
.azmc-floating-btn:nth-child(2) { animation-delay: 0.2s; }
.azmc-floating-btn:nth-child(3) { animation-delay: 0.4s; }

.azmc-floating-btn:hover {
    transform: scale(1.15) translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    animation: none;
}

.azmc-floating-btn:active {
    transform: scale(1.05) translateY(0);
}

.azmc-floating-btn:active {
    transform: scale(0.95);
}

.azmc-floating-btn.whatsapp {
    background: #25D366 !important;
}

.azmc-floating-btn.whatsapp:hover {
    background: #20bd5a !important;
}

/* Footer: WhatsApp icon expliciet groen (SVG fill) */
.azmc-footer-social a[aria-label="WhatsApp"] { color: #25D366 !important; }
.azmc-footer-social a[aria-label="WhatsApp"] svg { fill: #25D366 !important; }
.azmc-footer-social a[aria-label="WhatsApp"]:hover svg { fill: #20bd5a !important; }

.azmc-floating-btn.email {
    background: var(--accent-1);
}

.azmc-floating-btn.email:hover {
    background: var(--accent-2);
}

.azmc-floating-btn.phone {
    background: var(--accent-3);
}

.azmc-floating-btn.phone:hover {
    background: var(--accent-4);
}

.azmc-floating-btn .tooltip {
    position: absolute;
    right: 70px;
    background: var(--text-dark);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    font-weight: 500;
}

.azmc-floating-btn .tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: var(--text-dark);
}

.azmc-floating-btn:hover .tooltip {
    opacity: 1;
}

/* ===== BLOG PAGINA'S – Terug naar Kennisbank knop ========== */
.azmc-btn-terug:hover {
    background: var(--secondary-color) !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .azmc-btn-terug {
        width: 100%;
        justify-content: center;
        padding: 1rem 1.5rem !important;
        font-size: 1rem !important;
    }
}

/* ===== WORDPRESS REACTIE/COMMENT WIDGET – 50-60% breedte desktop, 100% mobiel ========== */
#comments,
.comments-area {
    max-width: 55%;
    margin: 2rem auto;
    padding: 0 1rem;
}

@media (max-width: 768px) {
    #comments,
    .comments-area {
        max-width: 100%;
        margin: 2rem 0;
        padding: 0 0.5rem;
    }
}

#comments .comments-title,
#reply-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.comment-body {
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--border-color);
}

.comment-body .comment-author {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.comment-body .comment-author a {
    color: var(--primary-color);
    text-decoration: none;
}

.comment-body .comment-author a:hover {
    text-decoration: underline;
}

.comment-body .comment-metadata {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 0.75rem;
}

.comment-body .comment-metadata a {
    color: var(--text-light);
    text-decoration: none;
}

.comment-body .comment-metadata a:hover {
    text-decoration: underline;
}

.comment-body .comment-content {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-dark);
}

.comment-body .comment-content a {
    color: var(--primary-color);
    text-decoration: underline;
}

.comment-reply-link {
    font-size: 0.95rem;
    color: var(--primary-color);
    text-decoration: underline;
}

.comment-reply-link:hover {
    text-decoration: none;
}

#respond {
    margin-top: 2rem;
    padding: 2rem 0;
}

#respond .comment-reply-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

#respond .logged-in-as {
    font-size: 0.95rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

#respond .logged-in-as a {
    color: var(--primary-color);
    text-decoration: underline;
}

.comment-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text-dark);
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
    max-width: 100%;
    padding: 0.75rem;
    border: 2px solid var(--border-color);
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

.comment-form textarea:focus,
.comment-form input:focus {
    outline: none;
    border-color: var(--primary-color);
}

.comment-form .form-submit {
    margin-top: 1rem;
}

.comment-form .submit {
    padding: 0.75rem 1.5rem;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
}

.comment-form .submit:hover {
    opacity: 0.9;
}

/* ===== KENNISBANK (zelfde opzet als Diensten/Consultancy) ===== */
.azmc-kennisbank-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}
.azmc-kennisbank-card {
    text-decoration: none;
    color: inherit;
    display: block;
    overflow: hidden;
}
.azmc-kennisbank-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}
.azmc-kennisbank-card-image {
    height: 180px;
    overflow: hidden;
    background: var(--border-color);
}
.azmc-kennisbank-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.azmc-kennisbank-card:hover .azmc-kennisbank-card-image img {
    transform: scale(1.05);
}
.azmc-filter-btn:hover {
    background: var(--bg-light) !important;
    border-color: var(--primary-color) !important;
}
@media (max-width: 768px) {
    .azmc-kennisbank-filter {
        flex-direction: column;
        align-items: stretch;
    }
    .azmc-kennisbank-filter .azmc-filter-btn {
        width: 100%;
    }
}

/* ===== QUOTE SECTION ===== */
.azmc-quote-section {
    padding: 3rem 2rem;
    text-align: center;
    background: var(--bg-light);
}

.azmc-quote-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

/* ===== SCROLL ANIMATIES ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Scroll animaties voor secties */
.azmc-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.azmc-section.azmc-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Intro content animaties */
.azmc-intro-text {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s;
}

.azmc-intro-image-container {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.8s ease-out 0.4s, transform 0.8s ease-out 0.4s;
}

.azmc-section.azmc-visible .azmc-intro-text,
.azmc-section.azmc-visible .azmc-intro-image-container {
    opacity: 1;
    transform: translateX(0);
}

/* Feature cards animatie */
.azmc-feature-card {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out, box-shadow 0.3s;
}

.azmc-section.azmc-visible .azmc-feature-card {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger animatie voor feature cards */
.azmc-feature-card:nth-child(1) { transition-delay: 0.1s; }
.azmc-feature-card:nth-child(2) { transition-delay: 0.2s; }
.azmc-feature-card:nth-child(3) { transition-delay: 0.3s; }
.azmc-feature-card:nth-child(4) { transition-delay: 0.4s; }
.azmc-feature-card:nth-child(5) { transition-delay: 0.5s; }
.azmc-feature-card:nth-child(6) { transition-delay: 0.6s; }
.azmc-feature-card:nth-child(7) { transition-delay: 0.7s; }

/* ===== NIEUWE SCROLL ANIMATIES (voor homepage2 en andere pagina's) ===== */
/* Scroll Fade - Fade-in bij scrollen */
.azmc-scroll-fade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.azmc-scroll-fade.visible,
.azmc-scroll-fade.azmc-visible {
    opacity: 1;
    transform: translateY(0);
}

/* CSS-only fallback: Animate na korte delay (als JavaScript niet werkt) */
@media (prefers-reduced-motion: no-preference) {
    .azmc-scroll-fade {
        animation: fadeInUpDelayed 1s ease-out 0.3s both;
    }
}

@keyframes fadeInUpDelayed {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Slide Left - Slide-in van links */
.azmc-slide-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.azmc-slide-left.visible,
.azmc-slide-left.azmc-visible {
    opacity: 1;
    transform: translateX(0);
}

/* CSS-only fallback */
@media (prefers-reduced-motion: no-preference) {
    .azmc-slide-left {
        animation: slideInLeftDelayed 1s ease-out 0.4s both;
    }
}

@keyframes slideInLeftDelayed {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Slide Right - Slide-in van rechts */
.azmc-slide-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.azmc-slide-right.visible,
.azmc-slide-right.azmc-visible {
    opacity: 1;
    transform: translateX(0);
}

/* CSS-only fallback */
@media (prefers-reduced-motion: no-preference) {
    .azmc-slide-right {
        animation: slideInRightDelayed 1s ease-out 0.5s both;
    }
}

@keyframes slideInRightDelayed {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Special effect voor "Duurzame verbetering" tekst - meer opvallend */
.azmc-hero-subtitle-special {
    animation-duration: 1.2s !important;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    animation-fill-mode: both !important;
}

.azmc-hero-subtitle-special.azmc-slide-left {
    animation: slideInLeftSpecial 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both !important;
}

.azmc-hero-subtitle-special.azmc-slide-right {
    animation: slideInRightSpecial 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both !important;
}

@keyframes slideInLeftSpecial {
    from {
        opacity: 0;
        transform: translateX(-80px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes slideInRightSpecial {
    from {
        opacity: 0;
        transform: translateX(80px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

/* Scale on Scroll - Scale animatie bij scrollen */
.azmc-scale-on-scroll {
    transform: scale(0.95);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    opacity: 0;
}

.azmc-scale-on-scroll.visible,
.azmc-scale-on-scroll.azmc-visible {
    transform: scale(1);
    opacity: 1;
}

/* CSS-only fallback */
@media (prefers-reduced-motion: no-preference) {
    .azmc-scale-on-scroll {
        animation: scaleInDelayed 0.8s ease-out 0.3s both;
    }
}

@keyframes scaleInDelayed {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Parallax Effect */
.azmc-parallax {
    transform: translateZ(0);
    will-change: transform;
}

/* Staggered Animation Delays voor service cards */
.azmc-service-card-v2:nth-child(1) { transition-delay: 0.1s; }
.azmc-service-card-v2:nth-child(2) { transition-delay: 0.2s; }
.azmc-service-card-v2:nth-child(3) { transition-delay: 0.3s; }
.azmc-service-card-v2:nth-child(4) { transition-delay: 0.4s; }
.azmc-service-card-v2:nth-child(5) { transition-delay: 0.5s; }
.azmc-service-card-v2:nth-child(6) { transition-delay: 0.6s; }
.azmc-service-card-v2:nth-child(7) { transition-delay: 0.7s; }

/* Icon Hover Animations - Alleen als checkmarkPop nog niet gedefinieerd is */
.azmc-service-icon-v2 {
    transition: transform 0.3s ease, background 0.3s ease;
}

.azmc-service-card-v2:hover .azmc-service-icon-v2 {
    transform: scale(1.1) rotate(5deg);
    background: var(--secondary-color);
}

.azmc-service-card-v2:hover .azmc-service-icon-v2 svg {
    animation: checkmarkPop 0.4s ease-out;
}

/* Progress Bar voor scroll indicator */
.azmc-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: var(--primary-color);
    z-index: 9999;
    transition: width 0.1s;
    width: 0%;
}

/* ===== GEAVANCEERDE ANIMATIES & EFFECTEN ===== */

/* Button Pulse Effect */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    50% {
        transform: scale(1.02);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

.azmc-btn-pulse {
    animation: pulse 2s infinite;
}

.azmc-btn-pulse:hover {
    animation: none;
}

/* Button Shine/Glow Effect */
@keyframes shine {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

.azmc-btn-shine {
    background: linear-gradient(90deg, #000000 0%, #333333 50%, #000000 100%);
    background-size: 200% auto;
    position: relative;
    overflow: hidden;
}

.azmc-btn-shine:hover {
    animation: shine 1.5s linear infinite;
}

/* Button Ripple Effect */
.azmc-btn-ripple {
    position: relative;
    overflow: hidden;
}

.azmc-btn-ripple::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.azmc-btn-ripple:active::after {
    width: 300px;
    height: 300px;
}

/* Image Zoom on Hover */
.azmc-image-zoom {
    overflow: hidden;
    border-radius: 10px;
}

.azmc-image-zoom img {
    transition: transform 0.6s ease, filter 0.6s ease;
    transform: scale(1);
}

.azmc-image-zoom:hover img {
    transform: scale(1.1);
    filter: brightness(1.05);
}

/* Image Reveal Animation */
@keyframes imageReveal {
    0% {
        opacity: 0;
        transform: scale(1.1);
        filter: blur(10px);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}

.azmc-image-reveal {
    animation: imageReveal 1s ease-out;
}

/* Card Tilt/3D Effect */
.azmc-card-tilt {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
}

.azmc-card-tilt:hover {
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Card Glow Border */
@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.05);
    }
    50% {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.1);
    }
}

.azmc-card-glow {
    animation: glow 3s ease-in-out infinite;
}

.azmc-card-glow:hover {
    animation: none;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

/* Text Reveal Animation */
@keyframes textReveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
        clip-path: inset(0 100% 0 0);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        clip-path: inset(0 0% 0 0);
    }
}

.azmc-text-reveal {
    animation: textReveal 1s ease-out;
}

/* Gradient Text Animation */
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.azmc-gradient-text {
    background: linear-gradient(90deg, #000000, #666666, #000000);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease infinite;
}

/* Loading Spinner */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.azmc-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top-color: var(--primary-color);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 0 auto;
}

/* Skeleton Loading */
@keyframes skeleton {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: calc(200px + 100%) 0;
    }
}

.azmc-skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200px 100%;
    animation: skeleton 1.5s ease-in-out infinite;
    border-radius: 4px;
}

/* Shimmer Effect */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.azmc-shimmer {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    background-size: 1000px 100%;
    animation: shimmer 2s infinite;
}

/* Form Input Focus Glow */
.azmc-form-group input:focus,
.azmc-form-group textarea:focus,
.azmc-form-group select:focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), 0 0 15px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color);
    transition: all 0.3s ease;
}

/* Success Checkmark Animation */
@keyframes checkmarkDraw {
    0% {
        stroke-dashoffset: 100;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.azmc-checkmark-animated {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: checkmarkDraw 0.6s ease-out forwards;
}

/* Error Shake Animation */
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(5px);
    }
}

.azmc-error-shake {
    animation: shake 0.5s ease-in-out;
    border-color: #dc3545 !important;
}

/* Number Counter Animation */
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.azmc-counter {
    animation: countUp 0.8s ease-out;
}

/* Smooth Page Transition */
@keyframes pageFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.azmc-page-transition {
    animation: pageFadeIn 0.6s ease-out;
}

/* Hover Scale with Shadow */
.azmc-hover-scale {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.azmc-hover-scale:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Border Animation */
@keyframes borderGlow {
    0%, 100% {
        border-color: var(--primary-color);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: var(--secondary-color);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }
}

.azmc-border-glow {
    animation: borderGlow 2s ease-in-out infinite;
}

/* Floating Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.azmc-float {
    animation: float 3s ease-in-out infinite;
}

/* Rotate on Hover */
.azmc-rotate-hover {
    transition: transform 0.3s ease;
}

.azmc-rotate-hover:hover {
    transform: rotate(5deg);
}

/* Slide Up on Scroll */
.azmc-slide-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.azmc-slide-up.visible,
.azmc-slide-up.azmc-visible {
    opacity: 1;
    transform: translateY(0);
}

/* CSS-only fallback */
@media (prefers-reduced-motion: no-preference) {
    .azmc-slide-up {
        animation: slideUpDelayed 1s ease-out 0.3s both;
    }
}

@keyframes slideUpDelayed {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fade In Left */
.azmc-fade-in-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.azmc-fade-in-left.visible,
.azmc-fade-in-left.azmc-visible {
    opacity: 1;
    transform: translateX(0);
}

/* CSS-only fallback */
@media (prefers-reduced-motion: no-preference) {
    .azmc-fade-in-left {
        animation: fadeInLeftDelayed 1s ease-out 0.3s both;
    }
}

@keyframes fadeInLeftDelayed {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Fade In Right */
.azmc-fade-in-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.azmc-fade-in-right.visible,
.azmc-fade-in-right.azmc-visible {
    opacity: 1;
    transform: translateX(0);
}

/* CSS-only fallback */
@media (prefers-reduced-motion: no-preference) {
    .azmc-fade-in-right {
        animation: fadeInRightDelayed 1s ease-out 0.4s both;
    }
}

@keyframes fadeInRightDelayed {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Zoom In on Scroll */
.azmc-zoom-in {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.azmc-zoom-in.visible,
.azmc-zoom-in.azmc-visible {
    opacity: 1;
    transform: scale(1);
}

/* CSS-only fallback */
@media (prefers-reduced-motion: no-preference) {
    .azmc-zoom-in {
        animation: zoomInDelayed 1s ease-out 0.3s both;
    }
}

@keyframes zoomInDelayed {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Rotate In */
@keyframes rotateIn {
    from {
        opacity: 0;
        transform: rotate(-10deg) scale(0.9);
    }
    to {
        opacity: 1;
        transform: rotate(0) scale(1);
    }
}

.azmc-rotate-in {
    animation: rotateIn 0.8s ease-out;
}

/* Bounce In */
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.azmc-bounce-in {
    animation: bounceIn 0.8s ease-out;
}

/* ===== WIE BEN IK NIEUWE VERSIE STYLING ===== */

/* Expertises Cards Styling */
.azmc-expertise-card {
    position: relative;
    overflow: hidden;
}

.azmc-expertise-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.05), transparent);
    transition: left 0.5s ease;
}

.azmc-expertise-card:hover::before {
    left: 100%;
}

.azmc-expertise-number {
    position: relative;
    z-index: 1;
    font-family: 'Arial', sans-serif;
    letter-spacing: -2px;
}

/* Highlight Box Styling */
.azmc-highlight-box {
    position: relative;
    overflow: hidden;
}

.azmc-highlight-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--primary-color);
    animation: highlightPulse 2s ease-in-out infinite;
}

@keyframes highlightPulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

/* Image Caption Styling */
.azmc-image-caption {
    font-style: italic;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.azmc-image-caption:hover {
    opacity: 1;
}

/* Why Items Styling */
.azmc-why-item {
    position: relative;
}

.azmc-why-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.azmc-why-item:hover::after {
    width: 100%;
}

/* Feature Icon Styling */
.azmc-feature-icon {
    transition: transform 0.3s ease, background 0.3s ease;
}

.azmc-feature-card:hover .azmc-feature-icon {
    transform: scale(1.1) rotate(5deg);
    background: var(--secondary-color);
}

/* Checkmark Icon Styling */
.azmc-checkmark-icon {
    transition: transform 0.3s ease, background 0.3s ease;
}

.azmc-why-item:hover .azmc-checkmark-icon {
    transform: scale(1.15) rotate(360deg);
    background: var(--secondary-color);
}

/* Container Styling */
.azmc-container {
    width: 100%;
    max-width: 100%;
    padding: 0 2rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Responsive Grid Adjustments */
@media (max-width: 768px) {
    .azmc-intro-content {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
    
    .azmc-expertise-grid,
    .azmc-why-grid {
        grid-template-columns: 1fr !important;
    }
    
    .azmc-features-grid {
        grid-template-columns: 1fr !important;
    }
    
    .azmc-cta-buttons {
        flex-direction: column !important;
    }
    
    .azmc-cta-buttons .azmc-btn {
        width: 100%;
    }
}

/* ===== BLOGS & WHITEPAPERS STYLING ===== */

/* Whitepaper Badge */
.azmc-whitepaper-badge {
    transition: transform 0.3s ease, background 0.3s ease;
}

.azmc-feature-card:hover .azmc-whitepaper-badge {
    transform: scale(1.05);
    background: var(--secondary-color);
}

/* Blog Card Styling */
.azmc-blog-card {
    position: relative;
    overflow: hidden;
}

.azmc-blog-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.03), transparent);
    transition: left 0.5s ease;
}

.azmc-blog-card:hover::before {
    left: 100%;
}

.azmc-blog-date {
    font-weight: 600;
    transition: color 0.3s ease;
}

.azmc-blog-card:hover .azmc-blog-date {
    color: var(--primary-color);
}

/* Blog Grid */
.azmc-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

/* Responsive Blog Grid */
@media (max-width: 768px) {
    .azmc-blog-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== CASE STUDIES STYLING ===== */

/* Case Study Card */
.azmc-case-study-card {
    position: relative;
    overflow: hidden;
}

.azmc-case-study-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.03), transparent);
    transition: left 0.5s ease;
}

.azmc-case-study-card:hover::before {
    left: 100%;
}

/* Case Badge */
.azmc-case-badge {
    transition: transform 0.3s ease, background 0.3s ease;
}

.azmc-case-study-card:hover .azmc-case-badge {
    transform: scale(1.05);
    background: var(--secondary-color);
}

/* Case Result Box */
.azmc-case-result {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.azmc-case-study-card:hover .azmc-case-result {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Stats Grid */
.azmc-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.azmc-stat-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.azmc-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.azmc-stat-number {
    transition: transform 0.3s ease;
}

.azmc-stat-card:hover .azmc-stat-number {
    transform: scale(1.1);
}

/* Case Studies Grid */
.azmc-case-studies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
}

/* Responsive Case Studies Grid */
@media (max-width: 768px) {
    .azmc-case-studies-grid {
        grid-template-columns: 1fr;
    }
    
    .azmc-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .azmc-stats-grid {
        grid-template-columns: 1fr;
    }
}

/* Footer Responsive is al gedefinieerd in footer sectie hierboven */

/* ===== RESPONSIVE ===== */
@media (max-width: 968px) {
    .azmc-hamburger {
        display: flex;
    }

    .azmc-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0.75rem;
        right: 0.75rem;
        background: white;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
        padding: 0.5rem 0;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        border-radius: 12px;
        border: 1px solid rgba(0, 0, 0, 0.06);
    }

    .azmc-nav.active {
        display: block;
    }

    .azmc-nav ul {
        flex-direction: column;
        gap: 0;
    }
    
    .azmc-nav ul li {
        border-bottom: 1px solid var(--border-color);
    }
    
    .azmc-nav ul li:last-child {
        border-bottom: none;
    }
    
    .azmc-nav > ul > li > a {
        padding: 0.85rem 1rem;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    
    .azmc-nav > ul > li > a::after {
        display: none;
    }
    
    /* Mobile Dropdown */
    .azmc-dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: rgba(0, 0, 0, 0.03);
        margin: 0;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
        border-radius: 0 0 8px 8px;
    }
    
    .azmc-has-dropdown.active .azmc-dropdown {
        max-height: 500px;
        padding: 0.25rem 0;
    }
    
    .azmc-dropdown a {
        padding: 0.5rem 1rem 0.5rem 1.5rem;
        font-size: 0.9rem;
        border-left: none;
        margin: 0;
        border-radius: 0;
    }
    
    .azmc-dropdown a:hover {
        border-left-color: transparent;
    }
    
    .azmc-footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .azmc-footer-menu {
        margin-top: 1.5rem;
    }

    .azmc-header-phone {
        display: none;
    }
    
    /* Toon contact knop in mobile menu */
    .azmc-nav.active .azmc-contact-btn {
        display: inline-block;
        margin-top: 1rem;
        width: 100%;
        text-align: center;
    }

    .azmc-intro-content {
        grid-template-columns: 1fr;
    }

    .azmc-contact-grid {
        grid-template-columns: 1fr;
    }
    
    /* Mobile: Contact formulier grid naar 1 kolom */
    .azmc-contact-section form > div[style*="grid-template-columns: 1fr 1fr"],
    .azmc-contact-form-v2 form > div[style*="grid-template-columns: 1fr 1fr"] {
        grid-template-columns: 1fr !important;
    }
    
    .azmc-contact-section form,
    .azmc-contact-form-v2 {
        padding: 2rem 1.5rem !important;
    }

    .azmc-features-grid {
        grid-template-columns: 1fr;
    }

    .azmc-expertise-list {
        grid-template-columns: 1fr;
    }

    .azmc-hero {
        background-attachment: scroll;
    }
    
    /* Mobile: geen parallax effect */
    .azmc-parallax {
        transform: none !important;
    }
}

@media (max-width: 768px) {
    /* Content volle breedte; ruimte onderaan voor contactbalk */
    body,
    #content,
    main {
        padding-bottom: 90px !important;
        box-sizing: border-box !important;
    }

    /* Floating buttons: vaste balk onderaan – geen overlap meer met content */
    .azmc-floating-contact-buttons,
    .floating-contact-buttons {
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        flex-direction: row !important;
        justify-content: center !important;
        gap: 1rem !important;
        padding: 12px 16px !important;
        background: rgba(255, 255, 255, 0.98) !important;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1) !important;
        border-radius: 0 !important;
        padding-bottom: max(12px, env(safe-area-inset-bottom)) !important;
    }

    .azmc-floating-btn,
    .floating-contact-buttons a {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;
        font-size: 22px !important;
        animation: none !important;
    }

    .azmc-floating-btn .tooltip {
        display: none !important;
    }

    /* Full width mobiel: minimale horizontale padding */
    .elementor-section,
    .elementor-container,
    .elementor-inner,
    .elementor-section-wrap,
    .elementor-widget-wrap,
    .elementor-column-wrap,
    .azmc-section,
    .azmc-hero,
    section {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .azmc-section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .azmc-hero {
        padding: 2rem 0.75rem !important;
        min-height: 25vh;
    }

    .azmc-header-main {
        padding: 1rem 0.75rem;
    }

    /* Waarom / Contact / Intro: echt volle breedte */
    .azmc-section.azmc-why-section,
    .azmc-section.azmc-contact-section,
    .azmc-section.azmc-intro-section {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .azmc-why-section > div,
    .azmc-why-section div[style],
    .azmc-contact-section > div,
    .azmc-intro-section .azmc-intro-content,
    [class*="azmc"] > div {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
    }

    /* Waarom-cards: icoon boven tekst, minder zijkant */
    .azmc-why-section ul li {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 1rem !important;
        padding: 1.25rem 0.75rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* CTA-box "Neem contact op" + Bel nu / Contactformulier: mobiel volle breedte, knoppen niet afgesneden */
    .azmc-why-cta-box {
        width: 100% !important;
        max-width: 100% !important;
        padding: 1.5rem 0.75rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    .azmc-why-cta-box p {
        font-size: 1.15rem !important;
        padding: 0 0.25rem !important;
    }

    .azmc-why-cta-buttons {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 1rem !important;
        width: 100% !important;
    }

    .azmc-why-cta-buttons .azmc-btn {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 1rem 1rem !important;
        white-space: nowrap !important;
    }

    /* Typografie mobiel */
    body,
    .elementor-widget-container,
    .azmc-section p,
    .azmc-intro-text p,
    .azmc-why-section li p {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
        font-size: 1rem !important;
        line-height: 1.6 !important;
        -webkit-font-smoothing: antialiased;
    }

    .azmc-section-title,
    h2.azmc-section-title {
        font-size: 1.45rem !important;
        line-height: 1.35 !important;
        font-weight: 700 !important;
    }

    .azmc-section-subtitle {
        font-size: 1.05rem !important;
        line-height: 1.5 !important;
        max-width: 100% !important;
    }

    .azmc-why-section li h3 {
        font-size: 1.15rem !important;
        line-height: 1.4 !important;
    }

    /* Reset animation delays op mobile */
    .azmc-service-card-v2:nth-child(n),
    .azmc-feature-card:nth-child(n) {
        transition-delay: 0s !important;
    }

    .azmc-parallax {
        transform: none !important;
    }
}

/* Kleine mobiel: maximaal full width, nog minder zijkant */
@media (max-width: 480px) {
    body,
    #content,
    main {
        padding-bottom: 85px !important;
    }

    .azmc-header-main {
        padding: 0.75rem 0.5rem !important;
    }

    .azmc-floating-contact-buttons,
    .floating-contact-buttons {
        padding: 10px 12px !important;
        gap: 0.75rem !important;
    }

    .azmc-floating-btn,
    .floating-contact-buttons a {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        font-size: 20px !important;
    }

    .elementor-section,
    .elementor-container,
    .elementor-inner,
    .elementor-widget-wrap,
    .azmc-section,
    .azmc-hero,
    section {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .azmc-section.azmc-why-section,
    .azmc-section.azmc-contact-section,
    .azmc-section.azmc-intro-section {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .azmc-why-section > div,
    .azmc-why-section div[style],
    .azmc-contact-section > div,
    [class*="azmc"] > div {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .azmc-why-section ul li {
        padding: 1rem 0.5rem !important;
    }

    .azmc-why-cta-box {
        padding: 1.25rem 0.5rem !important;
    }

    .azmc-why-cta-buttons .azmc-btn {
        padding: 0.9rem 0.75rem !important;
    }
}/* End custom CSS */