/* PATH CHOOSER & TESTIMONIALS STIJLEN */

/* Path Chooser Section */
.peppol-homepage-isolated .path-chooser-section {
    background: white !important;
    padding: 60px 40px !important;
    margin-bottom: 40px !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #e2e8f0 !important;
}

.peppol-homepage-isolated .path-chooser-header {
    text-align: center !important;
    margin-bottom: 50px !important;
}

.peppol-homepage-isolated .paths-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
    margin-top: 40px !important;
}

.peppol-homepage-isolated .path-card {
    background: #f8fafc !important;
    border-radius: 12px !important;
    padding: 30px !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.peppol-homepage-isolated .path-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
    border-color: #D2691E !important;
}

.peppol-homepage-isolated .path-icon-container {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
    transition: all 0.3s ease !important;
    background: linear-gradient(135deg, #D2691E, #c25718) !important;
}

.peppol-homepage-isolated .path-card:hover .path-icon-container {
    transform: rotate(5deg) scale(1.1) !important;
}

.peppol-homepage-isolated .path-icon {
    width: 24px !important;
    height: 24px !important;
    fill: white !important;
}

.peppol-homepage-isolated .path-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin: 0 0 15px 0 !important;
}

.peppol-homepage-isolated .path-description {
    color: #666 !important;
    line-height: 1.6 !important;
    margin-bottom: 25px !important;
    font-size: 15px !important;
}

.peppol-homepage-isolated .path-features-list {
    list-style: none !important;
    margin: 0 0 25px 0 !important;
    padding: 0 !important;
}

.peppol-homepage-isolated .path-features-list li {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 10px !important;
    color: #555 !important;
    font-size: 14px !important;
}

.peppol-homepage-isolated .path-checkmark {
    width: 16px !important;
    height: 16px !important;
    background: #10B981 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 8px !important;
    flex-shrink: 0 !important;
}

.peppol-homepage-isolated .path-checkmark::after {
    content: '✓' !important;
    color: white !important;
    font-size: 10px !important;
    font-weight: bold !important;
}

.peppol-homepage-isolated .path-cta-button {
    width: 100% !important;
    padding: 16px 24px !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    margin-top: auto !important;
    background: #D2691E !important;
    color: white !important;
    text-decoration: none !important;
    display: inline-block !important;
    text-align: center !important;
}

.peppol-homepage-isolated .path-cta-button:hover {
    background: #c25718 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(210, 105, 30, 0.3) !important;
    text-decoration: none !important;
}

.peppol-homepage-isolated .path-cta-button:active {
    transform: translateY(0) !important;
}

/* Testimonials Section */
.peppol-homepage-isolated .testimonials-section {
    background: white !important;
    padding: 60px 40px !important;
    margin-bottom: 40px !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #e2e8f0 !important;
}

.peppol-homepage-isolated .testimonials-header {
    text-align: center !important;
    margin-bottom: 50px !important;
}

.peppol-homepage-isolated .testimonials-carousel {
    position: relative !important;
    overflow: hidden !important;
}

.peppol-homepage-isolated .testimonials-container {
    display: flex !important;
    transition: transform 0.3s ease !important;
    gap: 20px !important;
}

.peppol-homepage-isolated .testimonial-card {
    flex: 0 0 calc(33.333% - 14px) !important;
    background: #f8fafc !important;
    padding: 30px !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    position: relative !important;
}

.peppol-homepage-isolated .testimonial-quote {
    color: #555 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-bottom: 25px !important;
    font-style: italic !important;
    font-family: inherit !important;
}

.peppol-homepage-isolated .testimonial-author {
    font-weight: 600 !important;
    color: #D2691E !important;
    font-size: 16px !important;
    margin-bottom: 5px !important;
    font-family: inherit !important;
}

.peppol-homepage-isolated .testimonial-company {
    color: #666 !important;
    font-size: 14px !important;
    font-family: inherit !important;
}

.peppol-homepage-isolated .testimonials-nav {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: white !important;
    border: 2px solid #D2691E !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    z-index: 10 !important;
}

.peppol-homepage-isolated .testimonials-nav:hover {
    background: #D2691E !important;
    transform: translateY(-50%) scale(1.1) !important;
}

.peppol-homepage-isolated .testimonials-nav:hover svg {
    color: white !important;
}

.peppol-homepage-isolated .testimonials-nav svg {
    color: #D2691E !important;
    width: 20px !important;
    height: 20px !important;
    transition: color 0.3s ease !important;
}

.peppol-homepage-isolated .testimonials-nav-prev {
    left: -25px !important;
}

.peppol-homepage-isolated .testimonials-nav-next {
    right: -25px !important;
}

.peppol-homepage-isolated .testimonials-nav:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.peppol-homepage-isolated .testimonials-nav:disabled:hover {
    background: white !important;
    transform: translateY(-50%) !important;
}

.peppol-homepage-isolated .testimonials-nav:disabled:hover svg {
    color: #D2691E !important;
}