.btn-custom {
    background-color: #0f5b66;
    border: 1px solid #0f5b66;
    color: #fff;
}

.btn-custom:hover {
    background-color: #09434b;
    border-color: #09434b;
    color: #fff;
}

.btn-custom:focus,
.btn-custom:focus-visible {
    box-shadow: none;
    outline: none;
}

.btn.btn-custom:active,
.btn.btn-custom.active,
.btn-check:checked + .btn.btn-custom {
    background-color: #09434b !important;
    border-color: #09434b !important;
    color: #fff !important;
    filter: none !important;
    box-shadow: none !important;
}

@media (min-width: 768px) {
.sfw_company,
.sfw_email1,
.sfw_issues_per_year {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
}

.sfw_contactperson,
.sfw_phone,
.sfw_ad_sellers {
    display: inline-block;
    width: 49%;
}
}

.btn-success {
    background-color: #0f5b66;
    border: 1px solid #0f5b66;
    color: #fff;
    width: 100%;
}

.btn-success:hover {
    background-color: #09434b;
    border-color: #09434b;
    color: #fff;
}

.btn-success:focus,
.btn-success:focus-visible {
    box-shadow: none;
    outline: none;
}

.btn.btn-success:active,
.btn.btn-success.active,
.btn-check:checked + .btn.btn-success {
    background-color: #09434b !important;
    border-color: #09434b !important;
    color: #fff !important;
    filter: none !important;
    box-shadow: none !important;
}
.hero-section {
            background: linear-gradient(180deg, #0F5B66 0%, rgba(15, 91, 102, 0.78) 100%);
            padding: 80px 0;
            color: white;
        }
        
        .hero-image-container {
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .hero-image-container img {
            transform: translateY(-20px);
        }

.features-section {
            background-color: white;
            padding: 60px 0;
        }

.feature-icon {
            width: 64px;
            height: 64px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            font-size: 2rem;
        }
        
        .icon-blue {
            background-color: #e0e7ff;
            color: #4f46e5;
        }
        
        .icon-purple {
            background-color: #f3e8ff;
            color: #9333ea;
        }
        
        .icon-green {
            background-color: #dcfce7;
            color: #16a34a;
        }

        .icon-yellow {
            background-color: #fef9c3;
            color: #f59e0b;
        }

.benefits-section {
            background-color: #f9fafb;
            padding: 60px 0;
        }
        
        .benefit-icon {
            width: 40px;
            height: 40px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1.5rem;
            flex-shrink: 0;
        }
        
        .stats-card {
            background-color: white;
            border-radius: 12px;
            padding: 2rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
        }
        
        .stat-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 0;
            border-bottom: 1px solid #f3f4f6;
        }

        .stat-row:last-child {
            border-bottom: none;
        }

        .stat-green {
            color: #16a34a;
        }
        
        .stat-purple {
            color: #4f46e5;
        }
        
        .stat-violet {
            color: #9333ea;
        }

.demo-section {
            background-color: white;
            padding: 60px 0;
        }

.brochure-section {
            background-color: #f9fafb;
            padding: 60px 0;
        }

section[id] {
    scroll-margin-top: 75px;
}
@media screen and (max-width: 1000px) {
.blw_eb41dee346287e3d2132032561bf802e .italic_text{
    max-width: 100% !important;
}    
}
/* Custom CSS to set the video height for larger screens */
    @media (min-width: 768px) {
        .custom-video-height {
            height: 389px !important;
        }
    }

    /* Default height for smaller screens */
    .custom-video-height {
        height: 250px;
    }



.zoom_button {
        position: absolute;
            bottom: 10px;
    right: 10px;
    }
.breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #293233
}

.breadcrumbs ol li {
    display: inline-block
}

.breadcrumbs ol li a,.breadcrumbs ol li a:hover,.breadcrumbs ol li a:focus {
    color: #293233;
   text-decoration:none;
}

.breadcrumbs li:not(:first-child):before {
  content: ">";
}
.blw_e1da49db34b0bdfdddaba2ad6552f848 a {    text-decoration: underline; color:inherit; font-weight: 600; }
.tarief-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .tarief-card.default-hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(62, 69, 50, 0.2);
        }
    
        .tarief-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(62, 69, 50, 0.2);
        }
    
        .default-hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(62, 69, 50, 0.2);
        }
    
        .tarief-card .features .fa-check-circle {
            color: rgb(62, 69, 50);
        }
    
        .tarief-btn{
            border-color: rgb(62, 69, 50) !important;
            background: white !important;
            color: rgb(62, 69, 50) !important;
        }
    
        .tarief-btn:hover{
            background: rgb(62, 69, 50) !important;
            color: white !important;
        }
         .info-icon {
            position: relative;
            display: inline-block;
        }

        .info-icon .tooltiptext {
            visibility: hidden;
            width: 140px;
            background-color: black;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 5px 5px;
            font-size: 12px;
            
            position: absolute;
            z-index: 1;
            bottom: 100%; 
            left: 0; 
            transform: translateX(-100%); 
        }

        .info-icon:hover .tooltiptext {
            visibility: visible;
        }

    .tarief-form-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(128, 128, 128, 0.5);
        z-index: 10000;
    }

    .tarief-form-container {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10000;
        width: 80%;
        max-width: 800px;
        height: auto;
        max-height: 80%;
        background-color: #fff;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        border-radius: 8px;
        overflow: hidden;
    }