/* --- SUPERIOR TAXI FOOTER V2 --- */
.taxi-jack-footer {
    background-color: #050505;
    color: #fff;
    font-family: 'Montserrat', sans-serif; /* Of jouw font */
    position: relative;
    padding-top: 0;
    overflow: hidden;
    /* Zorgt dat footer niet tegen vorige sectie plakt */
    margin-top: 0; 
}

/* 1. De Taxi Strip (Nu RELATIVE ipv ABSOLUTE) */
/* Hierdoor neemt hij fysieke ruimte in en duwt hij de tekst naar beneden */
.taxi-strip-animated {
    position: relative; /* BELANGRIJK: Was absolute */
    display: block;
    width: 100%;
    height: 30px; /* Iets dikker voor meer impact */
    background-image: 
        linear-gradient(45deg, #000 25%, transparent 25%), 
        linear-gradient(-45deg, #000 25%, transparent 25%), 
        linear-gradient(45deg, transparent 75%, #000 75%), 
        linear-gradient(-45deg, transparent 75%, #000 75%);
    background-color: #ffc000;
    background-size: 40px 40px; /* Grotere blokken, oogt rustiger */
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    border-bottom: 4px solid #ffc000;
    z-index: 10;
}

/* 2. Bandenprofiel Achtergrond (Subtiel rechts onder) */
.tire-track-bg {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 150px;
    height: 100%;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 10px,
        rgba(20, 20, 20, 1) 10px,
        rgba(20, 20, 20, 1) 20px
    );
    transform: skew(-20deg);
    opacity: 0.4;
    pointer-events: none;
    z-index: 0;
}

/* 2. De Container padding aanpassen */
.taxi-jack-footer .container {
    max-width: 1200px;
    margin: 0 auto;
    /* We gebruiken !important om zeker te zijn dat je thema dit niet overschrijft */
    padding-top: 60px !important; 
    padding-bottom: 40px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    position: relative;
    z-index: 1;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

/* Koppen styling met Wegmarkering effect */
.footer-col h4.footer-heading {
    color: #ffc000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: 1px;
    display: inline-block;
}

/* Dashed line (Wegmarkering) onder de titel */
.footer-col h4.footer-heading::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: repeating-linear-gradient(
        90deg,
        #fff,
        #fff 8px,
        transparent 8px,
        transparent 12px
    );
    margin-top: 8px;
}

/* --- TAXI ROOF LIGHT LOGO --- */
.taxi-roof-light {
    background: #ffc000;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 4px;
    margin-bottom: 25px;
    transform: skew(-10deg);
    /* Glow effect */
    box-shadow: 0 0 15px rgba(255, 192, 0, 0.4);
    border: 2px solid #fff;
    position: relative;
    overflow: hidden;
}

.taxi-roof-light .light-text {
    font-weight: 900;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    display: block;
    transform: skew(10deg); /* Tekst rechtop zetten */
}

/* Klein checkerboard randje in het logo */
.taxi-roof-light .checkers-mini {
    height: 4px;
    width: 100%;
    background-image: linear-gradient(45deg, #000 25%, transparent 25%), linear-gradient(-45deg, #000 25%, transparent 25%);
    background-color: #ffc000;
    background-size: 8px 8px;
    position: absolute;
    bottom: 0; left: 0;
}

/* Openingstijden Box */
.opening-hours-box {
    background: #111;
    border: 1px solid #222;
    padding: 20px;
    border-radius: 6px;
    border-left: 3px solid #ffc000;
}

.status-indicator {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #ffc000;
    font-weight: bold;
    font-size: 14px;
}

.dot {
    height: 8px; width: 8px;
    background-color: #0f0;
    border-radius: 50%;
    margin-right: 10px;
}
.pulse { box-shadow: 0 0 0 rgba(0, 255, 0, 0.4); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.4); } 70% { box-shadow: 0 0 0 6px rgba(0, 255, 0, 0); } 100% { box-shadow: 0 0 0 0 rgba(0, 255, 0, 0); } }

.hours-list { list-style: none; padding: 0; margin: 0; color: #fff; font-size: 15px; }
.hours-list li { margin-bottom: 5px; }
.float-right { float: right; color: #ffc000; }
.sub-text { font-size: 12px; color: #888; font-style: italic; margin-top: 5px; }

/* Links */
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 12px; font-size: 15px; color: #ccc; }
.footer-links li i { width: 20px; text-align: center; margin-right: 8px; }

.arrow-links li a { color: #ccc; text-decoration: none; transition: 0.3s; display: inline-block; }
.arrow-links li a:hover { color: #ffc000; padding-left: 5px; }
.highlight-link { color: #ffc000 !important; font-weight: bold; }

/* Contact Icons */
.icon-fixed { width: 20px; display: inline-block; vertical-align: top; margin-top: 4px; color: #ffc000; }
.address-row span { display: inline-block; width: calc(100% - 30px); color: #ccc; font-size: 15px; line-height: 1.5; }
.phone-big { display: block; font-size: 22px; font-weight: 800; color: #fff; text-decoration: none; margin: 15px 0 5px 0; }
.phone-big:hover { color: #ffc000; }
.email-link { color: #999; text-decoration: none; display: block; margin-bottom: 20px; }
.email-link:hover { color: #fff; }

.social-icons { margin-bottom: 20px; }
.social-btn { display: inline-flex; width: 36px; height: 36px; background: #222; color: #fff; border-radius: 50%; justify-content: center; align-items: center; margin-right: 10px; text-decoration: none; transition: 0.3s; }
.social-btn:hover { background: #ffc000; color: #000; }

.btn-footer-cta {
    background: #ffc000; color: #000; padding: 12px 20px; font-weight: 800; text-transform: uppercase;
    text-decoration: none; border-radius: 4px; display: inline-block; transition: 0.3s;
}
.btn-footer-cta:hover { background: #fff; }

/* --- SUBFOOTER & NOVA SEPTEM --- */
.footer-bottom {
    border-top: 1px solid #222;
    padding-top: 30px;
    font-size: 13px;
    color: #666;
}

.bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

/* Update voor de subfooter links */
.novaseptem-credits {
    color: #888;
    font-size: 14px;
    margin-top: 10px;
}

.novaseptem-credits a {
    color: #bbb; /* Iets lichter grijs voor betere leesbaarheid */
    text-decoration: none;
    border-bottom: 1px dotted #555; /* Subtiel lijntje eronder */
    transition: color 0.3s;
}

.novaseptem-credits a:hover {
    color: #ffc000; /* Geel bij eroverheen gaan */
    border-bottom-color: #ffc000;
}
.legal-links a { margin-left: 15px; color: #666; text-decoration: none; }
.legal-links a:hover { color: #ffc000; }

/* Mobile adjustments */
@media (max-width: 900px) {
    .bottom-flex { flex-direction: column; text-align: center; }
    .tire-track-bg { display: none; } /* Uitzetten op mobiel voor rust */
    .taxi-jack-footer .container { padding-top: 60px; }
}