/* ==========================================================================
   Contact Section Styling (Ultra Premium, Veel Kleuren & Neon Glows)
   ========================================================================== */

/* De hoofdkaart met een diep, mystiek kleurverloop */
.contact-main-card {
    width: 100%;
    background: linear-gradient(145deg, #1f2229, #15171c);
    padding: 26px;
    border-radius: 16px;
    box-sizing: border-box;
    margin-top: 24px;
    border: 1px solid #2a2e38;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}

/* Flexbox Grid voor de splitsing */
.contact-grid {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.contact-info-box, .contact-form {
    flex: 1;
    min-width: 300px;
}

.contact-sub-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 18px 0;
    border-bottom: 1px solid #2a2e38;
    padding-bottom: 8px;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   Linkerkolom: Info-Items (Nu met 3D-lift en Goud/Paarse Gloed)
   ========================================================================== */
.contact-info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    padding: 14px;
    background-color: #111216;
    border: 1px solid #22252e;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Hover-effect: Kaart komt omhoog en krijgt een meerkleurige neon-glow */
.contact-info-item:hover {
    border-color: #dfb76c;
    background-color: #1a1d24;
    transform: translateY(-3px) translateX(2px); /* Subtiele 3D-lift */
    
    /* Goud gemengd met een vleugje spiritueel paars onder de badge */
    box-shadow: 0 8px 20px rgba(223, 183, 108, 0.12), 
                0 4px 12px rgba(162, 57, 202, 0.08);
}

/* De icooncirkels met vloeiende kleurovergangen */
.contact-icon-circle {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #2a2e38, #13151a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3a3f4d;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.contact-icon-circle i {
    color: #b0b3b8;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Icoongloed bij hover: Cirkel wordt volledig goud, icoon wordt donker */
.contact-info-item:hover .contact-icon-circle {
    border-color: #ffd479;
    background: linear-gradient(135deg, #dfb76c, #bfa353);
    box-shadow: 0 0 10px rgba(223, 183, 108, 0.4);
}

.contact-info-item:hover .contact-icon-circle i {
    color: #0d0e12;
    transform: scale(1.1);
}

.contact-info-text {
    display: flex;
    flex-direction: column;
}

.info-label {
    font-size: 11px;
    color: #6c727f;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value {
    font-size: 13.5px;
    color: #ffffff;
    font-weight: 500;
}

.info-value-link {
    font-size: 13.5px;
    color: #dfb76c;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.info-value-link:hover {
    color: #ffd479;
    text-decoration: underline;
}

/* De openingstijden klok-label (Nu hersteld voor alle schermen) */
.info-sub-label {
    font-size: 11.5px;
    color: #6c727f;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.contact-info-item:hover .info-sub-label {
    color: #b0b3b8;
}

/* ==========================================================================
   Rechterkolom: Het Formulier (Glow op inputs & Shimmer-knop)
   ========================================================================== */
.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
}

.form-group label {
    font-size: 13px;
    color: #b0b3b8;
    font-weight: 500;
}

/* Invoervelden */
.form-group input, .form-group textarea {
    background-color: #111216;
    border: 1px solid #2a2e38;
    border-radius: 8px;
    padding: 11px 14px;
    color: #ffffff;
    font-size: 13.5px;
    font-family: Arial, sans-serif;
    outline: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.form-group input::placeholder, .form-group textarea::placeholder {
    color: #4a4f5c;
}

/* Focus effect: Neon paars-gouden gloed rond actieve velden */
.form-group input:focus, .form-group textarea:focus {
    border-color: #dfb76c;
    background-color: #14161d;
    box-shadow: 0 0 12px rgba(223, 183, 108, 0.18), 
                0 0 4px rgba(162, 57, 202, 0.12);
}

/* Status meldingen (Succes / Fout) met zachte neon-achtergronden */
.form-alert {
    padding: 11px 14px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.alert-succes {
    background-color: rgba(46, 204, 113, 0.08);
    border: 1px solid #2ecc71;
    color: #2ecc71;
    box-shadow: 0 0 10px rgba(46, 204, 113, 0.1);
}

.alert-fout {
    background-color: rgba(231, 76, 60, 0.08);
    border: 1px solid #e74c3c;
    color: #e74c3c;
    box-shadow: 0 0 10px rgba(231, 76, 60, 0.1);
}

/* De Verzendknop: Goudverloop met laser-shimmer effect bij een hover */
.btn-submit {
    padding: 13px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    width: 100%;
    background: linear-gradient(135deg, #dfb76c, #bfa353);
    color: #0d0e12;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease;
}

.btn-submit:hover {
    background: linear-gradient(135deg, #ffd479, #dfb76c);
    box-shadow: 0 6px 20px rgba(223, 183, 108, 0.3);
    transform: translateY(-2px);
}

/* De laser-straal animatie die over de goudknop flitst */
.btn-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 35%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: skewX(-25deg);
    z-index: -1;
}

.btn-submit:hover::before {
    animation: button-laser 0.7s ease;
}

/* ==========================================================================
   Responsiviteit & Animaties
   ========================================================================== */
@media (max-width: 768px) {
    .contact-grid {
        flex-direction: column;
        gap: 24px;
    }
}

@keyframes button-laser {
    100% {
        left: 180%;
    }
}