html {
    scroll-behavior: smooth;
}
.nowrap { 
    white-space: nowrap;
}
.mobile-menu-item {
    display: none !important;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}
.testimonial-google {
    max-height: 20px;
}
.navbar-collapse-show[data-mobile-nav-style=modern] .navbar-show-modern-bg {
    z-index: 0;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    width: 40px;
    line-height: 40px;
    padding: 0;
}
/* ========================================
   TOP BANNER STYLING
   ======================================== */

.top-banner {
    background: #f8f9fa;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 14px;
    position: relative;
    z-index: 999;
    width: 100%;
}

.top-banner-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.top-banner-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-banner-left {
    flex: 1;
    text-align: left;
    display: flex;
    white-space: nowrap;
}

.top-banner-contact {
    color: #495057;
}

.top-banner-icon {
    margin-right: 5px;
    font-size: 14px;
}

.top-banner-phone {
    color: #495057;
    text-decoration: none;
    font-weight: 500;
    margin-right: 15px;
}

.top-banner-email {
    color: #495057;
    text-decoration: none;
    font-weight: 500;
}

.top-banner-right {
    flex: 1;
    text-align: right;
}

.top-banner-nav {
    display: inline-block;
}

.top-banner-link {
    color: #495057;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.top-banner-link:hover {
    color: #dc2626;
}

.active-menu-item {
    color: #dc2626;
    font-weight: 600;
}

.top-banner-link:not(:first-child) {
    margin-left: 20px;
}

/* Google Logo Styling */
.google-logo {
    height: 30px;
    margin-right: 15px;
}

/* ========================================
   z ISOLATIE - EXACT DESIGN COPY
   ======================================== */

/* Exact Color Scheme from z - Updated with Nu Isoleren Red */
:root {
    --theme-blue: #1e3a8a;
    --theme-light-blue: #3b82f6;
    --theme-orange: #dc2626;  /* Changed to Nu Isoleren red */
    --theme-red: #dc2626;    /* Nu Isoleren accent red */
    --theme-dark: #1f2937;
    --theme-gray: #6b7280;
    --theme-light-gray: #f3f4f6;
    --theme-white: #ffffff;
    --theme-border: #e5e7eb;
    --theme-text: #374151;
    --theme-text-light: #9ca3af;
}

/* ========================================
   z HEADER & NAVIGATION EXACT COPY
   ======================================== */

/* Header styling - exact z layout */
header {
    background: var(--theme-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* position: sticky;
    top: 0; */
    z-index: 1000;
    border-bottom: 1px solid var(--theme-border);
}

.navbar {
    padding: 1rem 0;
    background: transparent;
}

.navbar-brand img {
    height: 70px !important; /* Increased from 50px to 70px */
    width: auto;
}

.navbar-nav .nav-link {
    color: var(--theme-text);
    font-weight: 500;
    font-size: 15px;
    padding: 8px 16px;
    margin: 0 4px;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-transform: none;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #dc2626 !important;
    background-color: transparent !important;
}

/* Override any theme styles for nav-link hover */
.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link {
    color: #dc2626 !important;
    background-color: transparent !important;
}

.btn-header-cta {
    background: var(--theme-orange);
    color: var(--theme-white);
    border: 2px solid var(--theme-orange);
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-left: 16px;
}

.btn-header-cta:hover {
    background: transparent;
    color: var(--theme-orange);
    border-color: var(--theme-orange);
}

/* Mobile navigation */
@media (max-width: 991px) {
    .navbar-nav {
        padding-top: 1rem;
        border-top: 1px solid var(--theme-border);
        margin-top: 1rem;
    }
    
    .btn-header-cta {
        margin-left: 0;
        margin-top: 1rem;
        display: inline-block;
        width: auto;
    }
}

/* ========================================
   z HERO SECTION EXACT COPY
   ======================================== */

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--theme-dark); /* Fallback */
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: white !important; /* Ensure "Isolatiebedrijf België" is white */
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--theme-orange);
    margin-bottom: 2rem;
    line-height: 1.3;
}

.hero-description {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 2.5rem;
    max-width: 90%;
}

/* Hero Video Elements */
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Dark overlay for better text readability */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.hero-content-container {
    position: relative;
    z-index: 3;
    padding: 80px 0;
}

.hero-content {
    color: white;
}

.btn-hero-primary {
    background: var(--theme-orange);
    color: var(--theme-white);
    border: none;
    padding: 16px 32px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
}

.btn-hero-primary:hover {
    background: #ea580c;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.4);
    color: var(--theme-white);
}

.hero-image {
    position: relative;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Hero Video Background Styling */
.hero-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-section .hero-content {
    position: relative;
    z-index: 3;
}

/* Hero USP Grid */
.hero-usp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 600px;
}

.hero-usp-item {
    display: flex;
    align-items: center;
    color: white;
    font-size: 17px;
    font-weight: 500;
}

.hero-usp-icon {
    color: var(--theme-orange);
    margin-right: 10px;
    font-size: 1.2rem;
}

/* Hero responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.3rem;
    }
    
    .hero-description {
        max-width: 100%;
    }
    
    .hero-section {
        padding: 60px 0 40px;
        min-height: 80vh !important;
    }
}

@media (max-width: 480px) {
    .hero-section {
        min-height: 70vh !important;
        padding: 60px 0 !important;
    }
    
}

/* ========================================
   z USP BANNER EXACT COPY
   ======================================== */

.usp-banner {
    background: linear-gradient(135deg, var(--theme-blue) 0%, var(--theme-light-blue) 100%);
    color: var(--theme-white);
    padding: 60px 0;
}

.usp-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--theme-white);
}

.usp-item {
    text-align: center;
    padding: 1.5rem 1rem;
}

.usp-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: all 0.3s ease;
}

.usp-icon i {
    font-size: 1.5rem;
    color: var(--theme-orange);
}

.usp-item:hover .usp-icon {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-4px);
}

.usp-text {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
    opacity: 0.95;
}

/* ========================================
   z SECTIONS EXACT COPY
   ======================================== */

/* Section titles exactly like z */
.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--theme-dark);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
}

.section-subtitle {
    color: var(--theme-gray);
    margin-bottom: 3rem;
    line-height: 1.6;
}

.section-padding {
    padding: 80px 0;
}

/* About section exact styling */
.about-section {
    background: var(--theme-white);
    padding: 80px 0;
}

.about-image {
    height: 100%;
    display: flex;
    align-items: stretch;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* Ensure the columns stretch to full height */
.about-section .row.align-items-stretch > div {
    display: flex;
    flex-direction: column;
}


.about-title {
    font-size: 2.3rem;
    font-weight: 800;
    color: var(--theme-dark);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.about-content h2 {
    font-weight: 800;
    color: var(--theme-dark);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.about-content h2 {
    font-size: 2.3rem;
    font-weight: 800;
    color: var(--theme-dark);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.about-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--theme-blue);
    margin-bottom: 1rem;
}

.about-content p {
    font-size: 17px;
    color: var(--theme-gray);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}


/* ========================================
   z SERVICES SECTION EXACT COPY
   ======================================== */

.services-section {
    background: var(--theme-light-gray);
    padding: 80px 0;
}

.service-card {
    background: var(--theme-white);
    border-radius: 0;
    padding: 2.5rem 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--theme-border);
    transition: all 0.3s ease;
    height: 100%;
    text-align: left;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--theme-orange);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--theme-blue) 0%, var(--theme-light-blue) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.service-icon i {
    font-size: 2rem;
    color: var(--theme-white);
}

.service-card:hover .service-icon {
    background: linear-gradient(135deg, var(--theme-orange) 0%, #ea580c 100%);
    transform: scale(1.1);
}
.service-card-first .service-card {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.service-card-last .service-card {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.service-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-dark);
    margin-bottom: 1rem;
}

.service-description {
    font-size: 17px;
    color: var(--theme-gray);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.service-link {
    color: var(--theme-orange);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-link:hover {
    color: #ea580c;
    text-decoration: underline;
}

/* ========================================
   z PROJECTS SECTION EXACT COPY
   ======================================== */

.projects-section {
    background: var(--theme-white);
    padding: 80px 0;
}

.project-card {
    background: var(--theme-white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid var(--theme-border);
}

.project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.project-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.05);
}

.project-content {
    padding: 1.5rem;
}

.project-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--theme-dark);
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.project-location {
    font-size: 0.9rem;
    color: var(--theme-gray);
    margin-bottom: 1rem;
}

.project-type {
    display: inline-block;
    background: rgba(30, 58, 138, 0.1);
    color: var(--theme-blue);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

/* ========================================
   z CONTACT FORM EXACT COPY
   ======================================== */

.contact-form-section {
    background: var(--theme-light-gray);
    padding: 80px 0;
}

.contact-form-container {
    background: var(--theme-white);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--theme-border);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    font-weight: 600;
    color: var(--theme-dark);
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.95rem;
}

.form-control {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--theme-border);
    border-radius: 8px;
    font-size: 1rem;
    background: var(--theme-white);
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: var(--theme-orange);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

.form-control::placeholder {
    color: var(--theme-text-light);
}

.btn-form-submit {
    background: var(--theme-orange);
    color: var(--theme-white);
    border: none;
    padding: 14px 32px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
    width: 100%;
}

.btn-form-submit:hover {
    background: #ea580c;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.4);
}

/* ========================================
   z CONTACT SIDEBAR EXACT COPY
   ======================================== */

.contact-sidebar {
    background: var(--theme-white);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--theme-border);
    height: fit-content;
}

.contact-person-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1.5rem;
    display: block;
    border: 4px solid var(--theme-light-gray);
}

.contact-person-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--theme-dark);
    text-align: center;
    margin-bottom: 0.5rem;
}

.contact-person-title {
    color: var(--theme-orange);
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.contact-info {
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 8px 0;
}

.contact-item i {
    width: 20px;
    color: var(--theme-blue);
    margin-right: 12px;
    font-size: 1.1rem;
}

.contact-item a {
    color: var(--theme-dark);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: var(--theme-orange);
}

.company-info {
    border-top: 1px solid var(--theme-border);
    padding-top: 1.5rem;
    text-align: center;
}

.company-info p {
    font-size: 0.9rem;
    color: var(--theme-gray);
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

/* ========================================
   z CTA SECTION EXACT COPY
   ======================================== */

.cta-section {
    background: linear-gradient(135deg, var(--theme-blue) 0%, var(--theme-light-blue) 100%);
    color: var(--theme-white);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.05"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.05"/><circle cx="50" cy="10" r="1" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.5;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.cta-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.5;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-cta-white {
    background: var(--theme-white);
    color: var(--theme-blue);
    border: 2px solid var(--theme-white);
    padding: 14px 28px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-cta-white:hover {
    background: transparent;
    color: var(--theme-white);
    border-color: var(--theme-white);
}

.btn-cta-outline {
    background: transparent;
    color: var(--theme-white);
    border: 2px solid rgba(255, 255, 255, 0.5);
    padding: 14px 28px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-cta-outline:hover {
    background: var(--theme-white);
    color: var(--theme-blue);
    border-color: var(--theme-white);
}

.cta-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.3);
}

/* Fix for CTA button clickability */
.cta-section {
    position: relative;
    z-index: 10;
}

.cta-buttons .hero-button {
    position: relative;
    z-index: 11;
    pointer-events: auto;
}

/* ========================================
   z RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 991px) {
    .cta-buttons {
        justify-content: center;
    }
    
    .btn-cta-white,
    .btn-cta-outline {
        width: 100%;
        justify-content: center;
        margin-bottom: 0.5rem;
    }
    
    .contact-form-container {
        padding: 2rem;
    }
    
    .contact-sidebar {
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .usp-title {
        font-size: 1.6rem;
    }
    
    .service-card {
        margin-bottom: 2rem;
    }
    
    .section-padding {
        padding: 60px 0;
    }
}


/* ========================================
   FOOTER STYLING - z STYLE
   ======================================== */

.footer-theme {
    background-color: #f8f9fa;
    padding: 60px 0 30px 0;
    border-top: 1px solid #e9ecef;
}

.footer-contact {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9ecef;
}

.footer-contact-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-company-info h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.footer-company-info p {
    color: #666;
    margin: 5px 0;
    font-size: 16px;
}

.footer-contact-details p {
    margin: 5px 0;
    font-size: 16px;
}

.footer-contact-details a {
    color: #dc2626;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-details a:hover {
    color: #b91c1c;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a.active-menu-item {
    color: #dc2626;
}
.footer-column ul li a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #dc2626;
}

.footer-bottom {
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
    text-align: center;
}

.footer-bottom p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.footer-bottom a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #dc2626;
}

/* Responsive Footer */
@media (max-width: 992px) {
    .footer-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .footer-contact-info {
        flex-direction: column;
        text-align: center;
    }
}

/* ========================================
   ABOUT SECTION IMAGES - FULL HEIGHT
   ======================================== */

.about-image {
    height: 100%;
    display: flex;
    align-items: stretch;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* Responsive adjustments for about section full-height images */
@media (max-width: 991px) {
    .about-section .row.align-items-stretch {
        align-items: center; /* Switch back to center on mobile for better layout */
    }
    
    .about-image img {
        min-height: 300px; /* Smaller minimum height on tablets */
    }
}

@media (max-width: 768px) {
    
    .about-image img {
        min-height: 250px; /* Even smaller on mobile */
    }
}

/* ========================================
   WERKGEBIED TABLE - MINIMALISTIC DESIGN
   ======================================== */

.werkgebied-table {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: none;
}

.werkgebied-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.werkgebied-table thead th {
    background: var(--theme-dark);
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 20px 25px;
    text-align: center;
    border: none;
    position: relative;
}

.werkgebied-table thead th:first-child {
    border-radius: 0;
}

.werkgebied-table thead th:last-child {
    border-radius: 0;
}

.werkgebied-table tbody td {
    padding: 18px 25px;
    text-align: center;
    font-size: 1rem;
    color: var(--theme-text);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.werkgebied-table tbody tr {
    transition: all 0.3s ease;
}

.werkgebied-table tbody tr:hover {
    background-color: rgba(30, 58, 138, 0.03);
    transform: translateY(-1px);
}

.werkgebied-table tbody tr:hover td {
    color: var(--theme-blue);
    font-weight: 500;
}

.werkgebied-table tbody tr:last-child td {
    border-bottom: none;
}

/* Responsive table */
@media (max-width: 768px) {
    .werkgebied-table {
        border-radius: 12px;
    }
    
    .werkgebied-table thead th {
        padding: 15px 12px;
        font-size: 0.95rem;
    }
    
    .werkgebied-table tbody td {
        padding: 12px 10px;
        font-size: 0.9rem;
    }
}


/* ========================================
   TESTIMONIALS SECTION - z STYLE
   ======================================== */

.testimonials-section {
    background: var(--theme-light-gray);
    padding: 80px 0;
    overflow: hidden;
}

.testimonial-card {
    background: var(--theme-white);
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--theme-border);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--theme-orange);
}

.testimonial-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--theme-text);
    margin-bottom: 2rem;
    font-style: italic;
    flex: 1;
    position: relative;
    margin-top: 25px;
}

.testimonial-text::before {
    content: '"';
    font-size: 3rem;
    color: var(--theme-orange);
    position: absolute;
    top: -30px;
    left: -10px;
    font-weight: bold;
    line-height: 1;
}

.testimonial-author {
    border-top: 1px solid var(--theme-border);
    padding-top: 1.5rem;
    margin-top: auto;
}

.testimonial-author strong {
    color: var(--theme-dark);
    font-weight: 700;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 0.5rem;
}

.testimonial-author small {
    color: var(--theme-gray);
    font-size: 0.9rem;
}

/* Google Logo Above Title */
.testimonials-header {
    text-align: center;
    margin-bottom: 3rem;
}

.testimonials-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.google-logo {
    height: 35px;
    margin-right: 15px;
}

.testimonials-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--theme-dark);
    line-height: 1.2;
    margin-bottom: 0;
}

.testimonials-subtitle {
    color: var(--theme-gray);
    max-width: 600px;
    margin: 0 auto;
}

/* ========================================
   SERVICE SUBTITLES - PROPER SIZING
   ======================================== */

.service-subtitle {
    font-size: 1rem !important;
    font-weight: 600;
    color: var(--theme-orange);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

/* Ensure h4 doesn't override service subtitle */
.service-card h4,
.service-card .service-subtitle {
    font-size: 1rem !important;
    font-weight: 600;
    color: var(--theme-orange);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

/* Logo in Header - LARGER SIZE */
.navbar-brand img {
    height: 70px !important; /* Increased from 50px to 70px */
    width: auto;
}

/* Responsive for hero video */
@media (max-width: 768px) {
   
    .google-logo {
        height: 30px;
        margin-right: 10px;
    }
    
    .testimonial-card {
        padding: 2rem;
        margin-bottom: 2rem;
    }
    
    .testimonial-text {
        font-size: 1rem;
    }
    
    .navbar-brand img {
        height: 60px !important;
    }
}

@media (max-width: 480px) {
    .testimonials-title {
        font-size: 1.8rem;
    }
    
    .testimonial-card {
        padding: 1.5rem;
    }
    
    .navbar-brand img {
        height: 50px !important;
    }
}

/* ========================================
   ABOUT SECTION SPECIFIC STYLING - RESTORED
   ======================================== */

.about-section-bg {
    background: var(--theme-light-gray);
    padding: 80px 0;
}

.about-section-bg .row,
.services-section-bg .row {
    align-items: stretch;
}

.about-section-bg .row > div, 
.services-section-bg .row > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-content-padding {
    padding: 2rem 0;
}

.about-text {
    font-size: 17px;
    color: var(--theme-gray);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.about-text-last {
    font-size: 17px;
    color: var(--theme-gray);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.about-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--theme-blue);
    margin-bottom: 1rem;
}

/* ========================================
   BUTTON STYLING - ORIGINAL RESTORED
   ======================================== */

/* Hero Button - Already defined above */
.hero-button {
    background: var(--theme-orange);
    color: var(--theme-white);
    border: none;
    padding: 16px 32px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3); */
}

.hero-button:hover {
    background: black;
    transform: translateY(-2px);
    /* box-shadow: 0 8px 20px rgba(249, 115, 22, 0.4); */
    color: var(--theme-white);
    text-decoration: none;
}

.container.services-section-container {
    margin-top: -140px;
    position: relative;
    z-index: 2;
}
.services-section-bg {
}
.services-section-bg {
    background: var(--theme-light-gray);
}

.p-0 {
    padding: 0 !important;
}
header .navbar-brand {
    padding: 10px 0;
}

/* ========================================
   SERVICE IMAGES - EPS & GLASWOL STYLING
   ======================================== */

.service-image {
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

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

/* Hero Section Page Variation (About Page */
.hero-section-page {
    width: 100%;
    min-height: auto;
    text-align: left;
    border-bottom-right-radius: 35px;
}


.hero-section-page .hero-content {
       max-width: 100%;
    /* text-align: center; */
    padding-left: 30px;
}

.hero-section-page .hero-title {
    color: white !important;
    margin-bottom: 1.5rem;
}

.hero-section-page .hero-subtitle {
    color: var(--theme-orange);
    margin-bottom: 2rem;
}

.hero-section-page .hero-description {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
    max-width: 700px;
}

/* Responsive adjustments for hero-section-page */
@media (max-width: 768px) {
    
}

@media (max-width: 480px) {
    .hero-section-page {
        width: 100%; /* Full width on very small screens */
        border-radius: 8px;
        min-height: 45vh !important;
    }
    
    .hero-section-page .hero-title {
        font-size: 2rem !important;
    }
    
    .hero-section-page .hero-subtitle {
        font-size: 1.2rem !important;
    }
}

/* ========================================
   INNOVATION SECTION - MODERN DESIGN WITHOUT ICONS
   ======================================== */

.innovation-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 80px 0;
}

.innovation-card {
    background: var(--theme-white);
    border-radius: 12px;
    padding: 2.5rem;
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
    border-left: 4px solid var(--theme-orange);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.innovation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-left-color: var(--theme-blue);
}

.innovation-number {
    display: inline-block;
    background: linear-gradient(135deg, var(--theme-orange) 0%, #ea580c 100%);
    color: white;
    font-weight: 800;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    margin-bottom: 1.5rem;
    min-width: 60px;
    text-align: center;
}

.innovation-title {
    font-weight: 700;
    color: var(--theme-dark);
    margin-bottom: 1rem;
}

.innovation-description {
    color: var(--theme-gray);
    margin: 0;
}

/* Responsive adjustments for innovation section */
@media (max-width: 768px) {
    .innovation-section {
        padding: 60px 0;
    }
    
    .innovation-card {
        padding: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .innovation-title {
        font-size: 19px;
    }
    
    .innovation-number {
        font-size: 1rem;
        padding: 0.4rem 0.8rem;
    }
}

/* ========================================
   SPECIALISATIES SECTION - MODERN DESIGN WITHOUT ICONS
   ======================================== */

.specialisaties-section {
    background: var(--theme-white);
    padding: 80px 0;
}

.specialisatie-card {
    background: var(--theme-white);
    border-radius: 16px;
    padding: 2.5rem;
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid var(--theme-border);
    position: relative;
    overflow: hidden;
}

.specialisatie-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--theme-blue) 0%, var(--theme-orange) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.specialisatie-card:hover::before {
    transform: scaleX(1);
}

.specialisatie-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: var(--theme-orange);
}

.specialisatie-badge {
    display: inline-block;
    background: var(--theme-blue);
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0.5rem 1.2rem;
    border-radius: 20px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.specialisatie-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--theme-dark);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.specialisatie-description {
    color: var(--theme-gray);
    margin-bottom: 1.5rem;
}

.specialisatie-link {
    color: var(--theme-orange);
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
    /* font-size: 0.95rem; */
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.specialisatie-link:hover {
    color: var(--theme-blue);
    transform: translateX(5px);
}

/* Different badge colors for variety */
.specialisatie-card:nth-child(1) .specialisatie-badge {
    background: var(--theme-blue);
}

.specialisatie-card:nth-child(2) .specialisatie-badge {
    background: var(--theme-orange);
}

.specialisatie-card:nth-child(3) .specialisatie-badge {
    background: var(--theme-dark);
}

.specialisatie-card:nth-child(4) .specialisatie-badge {
    background: var(--theme-light-blue);
}

/* Responsive adjustments for specialisaties section */
@media (max-width: 768px) {
    .specialisaties-section {
        padding: 60px 0;
    }
    
    .specialisatie-card {
        padding: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .specialisatie-title {
        font-size: 18px;
    }
    
    .specialisatie-badge {
        font-size: 0.8rem;
        padding: 0.4rem 1rem;
    }
}

/* ========================================
   REALISATIES PAGE STYLING
   ======================================== */

.realisaties-section {
    background: var(--theme-white);
    padding: 80px 0;
}

.realisaties-grid {
    margin-top: 2rem;
}

.realisatie-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 280px;
}

.realisatie-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.realisatie-link {
    display: block;
    text-decoration: none;
    height: 100%;
}

.realisatie-image {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.realisatie-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.realisatie-item:hover .realisatie-image img {
    transform: scale(1.05);
}

.realisatie-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 58, 138, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.realisatie-item:hover .realisatie-overlay {
    opacity: 1;
}

.realisatie-overlay-content {
    text-align: center;
    color: white;
}

.realisatie-overlay-content i {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--theme-orange);
}

.realisatie-overlay-content h4 {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}

/* Call to Action Section */
.cta-section {
    background: var(--main-color2);
    color: white;
    padding: 80px 0;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: white; /* White text on blue background */
}

.cta-description {
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.9); /* Light white text on blue background */
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-button-outline {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.hero-button-outline:hover {
    background: white;
    color: var(--main-color2);
}

/* Responsive adjustments for realisaties */
@media (max-width: 768px) {
    .realisaties-section {
        padding: 60px 0;
    }
    
    .realisatie-item {
        height: 250px;
        margin-bottom: 1.5rem;
    }
    
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .hero-button {
        width: 100%;
        max-width: 300px;
        text-align: center;
        margin: 0.5rem 0;
    }
}

@media (max-width: 480px) {
    .realisatie-item {
        height: 220px;
    }
    
    .cta-title {
        font-size: 1.8rem;
    }
    
    .cta-description {
        font-size: 1rem;
    }
}

.benefits-section-clean {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.benefit-card-clean {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-left: 4px solid var(--theme-orange);
}

.benefit-card-clean:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.benefit-title-clean {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.benefit-description-clean {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 0.95rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

.section-subtitle {
    color: #666;
    margin-bottom: 0;
}


/* ========================================
   CLEAN SERVICE CARDS (WITHOUT ICONS)
   ======================================== */

.clean-service-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.clean-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: var(--theme-orange);
}

.clean-service-title {
    color: var(--theme-blue);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.clean-service-description {
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.clean-service-link {
    color: var(--theme-orange);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.clean-service-link:hover {
    color: var(--theme-blue);
    text-decoration: none;
}

.clean-service-link i {
    transition: transform 0.3s ease;
}

.clean-service-link:hover i {
    transform: translateX(4px);
}

/* ========================================
   CITY NAVIGATION CARDS - HERO BUTTON STYLING
   ======================================== */

.city-nav-card .hero-button {
    padding: 12px 20px;
    display: inline-block;
    width: auto;
}

.city-nav-card {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    text-align: center;
    transition: all 0.3s ease;
}

.city-nav-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* CTA Buttons Spacing */
.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .hero-button,
.cta-buttons .hero-button-outline {
    margin: 0;
}

@media (max-width: 768px) {
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}


/* About list styling for city pages */
.about-list {
    list-style: none;
    padding-left: 0;
}

.about-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--theme-border);
}

.about-list li:last-child {
    border-bottom: none;
}

.about-list li strong {
    color: var(--theme-orange);
}

/* ========================================
   PROCESS STEPS STYLING
   ======================================== */

.process-steps {
    margin-top: 2rem;
}

.process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 8px;
    border-left: 4px solid var(--theme-orange);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.process-step:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.step-number {
    background: var(--theme-orange);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.step-content h4 {
    color: var(--theme-blue);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.step-content p {
    color: #6b7280;
    margin-bottom: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .process-step {
        padding: 1rem;
    }
    
    .step-number {
        width: 35px;
        height: 35px;
        margin-right: 1rem;
        font-size: 1rem;
    }
    
    .step-content h4 {
        font-size: 1.1rem;
    }
}

/* ========================================
   TESTIMONIALS SLIDER - GOOGLE REVIEWS
   ======================================== */

.testimonials-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.testimonials-rating .rating-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--theme-dark);
}

.testimonials-rating .rating-stars {
    font-size: 1.2rem;
}

.testimonials-rating .rating-count {
    font-size: 1rem;
    color: var(--theme-gray);
}

.testimonials-slider-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.testimonials-slider {
    display: flex;
    transition: transform 0.5s ease;
    gap: 0;
}

.testimonial-slide {
    /* min-width: 100%; */
    width: 50%;
    flex-shrink: 0;
    padding: 0 15px;
}

.testimonial-rating {
    margin-bottom: 1rem;
}

.testimonial-rating .fa-star {
    font-size: 1rem;
    margin-right: 2px;
}

/* Navigation Buttons */
.testimonials-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 2rem;
}

.testimonial-nav-btn {
    background: var(--theme-white);
    border: 2px solid var(--theme-orange);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--theme-orange);
}

.testimonial-nav-btn:hover {
    background: var(--theme-orange);
    color: var(--theme-white);
    transform: scale(1.1);
}

.testimonial-nav-btn i {
    font-size: 1.2rem;
}

/* Dots Indicator */
.testimonials-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 1.5rem;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: var(--theme-border);
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-dot.active {
    background: var(--theme-orange);
    transform: scale(1.2);
}

.testimonial-dot:hover {
    background: var(--theme-orange);
}

/* Responsive Design */
@media (max-width: 768px) {
    .testimonials-slider-container {
        margin: 0 -15px;
    }
    
    .testimonial-slide {
        padding: 0 20px;
    }
    
    .testimonials-nav {
        gap: 15px;
    }
    
    .testimonial-nav-btn {
        width: 45px;
        height: 45px;
    }
    
    .testimonials-rating {
        flex-direction: column;
        gap: 5px;
    }
}

/* ========================================
   TESTIMONIAL READ MORE FUNCTIONALITY
   ======================================== */

.testimonial-text-container {
    position: relative;
}

.testimonial-read-more {
    background: none;
    border: none;
    color: var(--theme-orange);
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0;
    margin-top: 0.5rem;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.testimonial-read-more:hover {
    color: #ea580c;
    text-decoration: none;
}

.testimonial-text-full {
    margin-bottom: 0;
}
.nowrap {
    white-space: nowrap;
}
.checkbox-custom  {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}
.checkbox-custom input {
    flex: 0;
    margin-top: 8px;
}

@media(max-width: 991px) {
    .hero-section {
        min-height: 70vh;
    }
    .hero-content-container {
        padding: 20px 0;
    }
    .service-card,.service-card-first .service-card, .service-card-last .service-card {
        border-radius: 7px;
        min-height: auto;
    }
    .service-card .service-title {
        
    }
    .service-card .service-description {

    }

    .about-image {
        justify-content: center;
    }
    .about-image img {
        min-height: 300px; /* Smaller minimum height on tablets */
        max-height: 600px; /* Smaller minimum height on tablets */
        
    }
    .about-section .row.align-items-stretch {
        align-items: center; /* Switch back to center on mobile for better layout */
    }
    .clean-service-link {
        display: flex;
    }
    .about-image {
        margin: 30px 0;
    }
    .container.services-section-container {
        padding: 0;
        margin-top: 0;
    }
} 

@media (max-width: 767px) {
    .about-image img {
        min-height: 250px; /* Even smaller on mobile */
    }
    .hero-section-page {
        width: 100%;
        min-height: 50vh !important;
        border-radius: 0;
    }
    
    .hero-section-page .hero-title {
        font-size: 2.5rem !important;
    }
    
    .hero-section-page .hero-subtitle {
        font-size: 1.3rem !important;
    }
    .container {
        max-width: none;
        width: 90%;
    }
    .hero-section-page .hero-content {
        padding-left: 0;
    }
    .about-section, .specialisaties-section {
        padding: 40px 0;
    }
    .mobile-menu-item {
        display: flex !important;
    }
    .specialisatie-description {
        margin-bottom: 0px;
    }
    .innovation-number {
        min-width: auto;
    }
    .cta-buttons .hero-button, .cta-buttons .hero-button-outline {
        max-width: auto;

        width: 100%;
    }
    .testimonial-slide {
        width: 100%;
    }
}

@media (max-width: 576px) {

    .footer-theme {
        padding: 40px 0 20px 0;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .footer-contact {
        margin-bottom: 30px;
    }
    
    .footer-column h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .werkgebied-table thead th {
        padding: 12px 8px;
        font-size: 0.85rem;
    }
    
    .werkgebied-table tbody td {
        padding: 10px 6px;
        font-size: 0.8rem;
    }
    .navbar-collapse-show[data-mobile-nav-style=modern] .navbar-modern-inner {
        width: 100%;
    }
    .navbar .container {
        width: 100%;
    }
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-collapse {
        padding: 42px 10px 0 20px;
    }
}