	
			.index-header-section {
			margin-top: -150px;
			margin-bottom: 30px;
		}
		
		
.homepage-news__container {
    display: flex;
    gap: 18px;
    margin: 0 auto
}
.homepage-news__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    background: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    padding: 15px 15px;
}
.homepage-news__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5px;
    font-color: #000;
}
.homepage-news__title {
    margin: 0;
    font-size: 15px;
    flex-grow: 1;
    font-weight: 600;
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    color: #000000;
    text-overflow: ellipsis
}
.homepage-news__date {
    font-size: .9em;
    color: #7f7f7f;
    flex-shrink: 0
}
.homepage-news__description {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    color: #000000;
}
.homepage-news__item>a:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
}

	.card-body {
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 20px 15px;
    border-radius: 5px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.card-body .card-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
    color: #212529;
}

.card-body p {
    margin-bottom: 25px;
    font-size: 14px;
}


.card-body p:last-child {
    margin-bottom: 0;
}

.card-body b {
    font-size: 16px;
}


       .custom-section-wrapper {
    position: relative;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.custom-section-block-products {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100%;
}

.custom-section-block-products::-webkit-scrollbar {
    display: none;
}

/* Spacers voor gelijke ruimte links/rechts op mobiel */
.custom-section-block-products::before,
.custom-section-block-products::after {
    content: "";
    flex: 0 0 20px;
}

/* Box Styling */
.custom-section-col-box {
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(0, 0, 0, .125);
    flex: 0 0 260px;
    scroll-snap-align: center;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.custom-section-text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
    padding: 20px 10px 10px 10px;
    z-index: 2;
    text-align: center;
}

.custom-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
}

.custom-section-image-container {
    flex-grow: 1;
    z-index: 1;
    padding: 0;
}

.custom-section-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.custom-section-clickable-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

/* INTERACTIEVE SCROLLBAR */
.scrollbar-track {
    width: 150px;
    height: 6px;
    background: rgb(0 0 0 / 30%);
    margin: 10px auto 0;
    border-radius: 10px;
    position: relative;
    touch-action: none;
    cursor: pointer;
}

.scrollbar-dot {
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
    transform: translate(0, -50%);
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    cursor: grab;
    touch-action: none;
    z-index: 20;
}

.scrollbar-dot:active {
    cursor: grabbing;
    transform: translate(0, -50%) scale(1.1);
}

@media (min-width: 1180px) {
    .custom-section-block-products {
        justify-content: center;
    }
    .scrollbar-track { display: none; }
    .custom-section-block-products::before,
    .custom-section-block-products::after { display: none; }
}

@media (max-width: 1180px) {
    .custom-section-wrapper {
        padding: 0px 0px 40px 0px;
    }
}

@media (max-width: 1179px) {
    .custom-section-block-products {
        margin-bottom: 40px;
    }
}
	  

  .homepage-check-wrapper {
            background: #fff;
            border: 1px solid rgba(0, 0, 0, .125);
            border-radius: 6px;
            padding: 15px 20px;
            height: 100%;
            display: flex;
            align-items: center;
        }

        .homepage-form-direct {
            display: flex;
            width: 100%;
            margin: 0;
        }

        .homepage-input-field {
            flex-grow: 1;
            padding: 12px 15px;
            border: 1px solid rgba(0, 0, 0, .125);
            border-right: none;
            border-radius: 4px 0 0 4px;
            font-size: 15px;
            outline: none;
            color: #333;
        }

        .homepage-btn-check {
            background-color: #0d6efd;
            color: #fff;
            border: 1px solid #0d6efd;
            padding: 0 25px;
            border-radius: 0 4px 4px 0;
            cursor: pointer;
            font-weight: 500;
        }

        .homepage-hosting-flex {
            background: #fff;
            border: 1px solid rgba(0, 0, 0, .125);
            border-radius: 6px;
            padding: 15px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 100%;
        }

        .homepage-price-section { display: flex; flex-direction: column; }
        .homepage-label { font-size: 11px; text-transform: uppercase; color: #6c757d; font-weight: 600; }
        .homepage-price-amount { font-size: 24px; font-weight: 700; color: #000; }

        .homepage-btn-order {
            background-color: #198754;
            color: white;
            text-decoration: none;
            padding: 10px 18px;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 600;
        }


		

        /* --- INDEX SPECIFIEKE STYLING --- */
        /* Alleen als deze ID aanwezig is, wordt de banner langer */
        #index-hero {
            background: #0967bb;
             /* De extra lengte voor je overlap */
            -webkit-clip-path: ellipse(120% 99% at 50% 0%);
            clip-path: ellipse(120% 99% at 50% 0%);
            padding: 35px 0px 225px 0px;
        }
		
		      #index-hero h1 {
            font-size: 44px; /* Grotere tekst, specifiek voor de index */
            letter-spacing: -1px;
            color: #fff;
            margin-bottom: 10px;
            font-weight: 700;
        }
		
		#index-hero h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    color: #fff;
}


        /* --- MOBIEL DESIGN --- */
        @media (max-width: 768px) {
			
			
			      #index-hero h1 {
                font-size: 25px;
                font-weight: 700;
            }
			
			#index-hero h2 {
    font-size: 15px;
}



			
			   .homepage-news__item:nth-child(2) {
        display: none
    }
	
	
				.index-header-section {
			margin-top: -80px;
		}

.index-header-section {
    margin-top: -80px;
    margin-bottom: 30px;
}

           #index-hero {
    padding: 20px 0px 130px 0px;
}
        }
		
		
	

		
	 
		
		
    .multi-device-section {
            background-color: #ffffff;
            padding: 20px 0px 0px 0px;
            display: flex;
            justify-content: center;
            overflow: hidden;
        }

        .multi-device-container {
            max-width: 1100px;
            width: 100%;
            display: flex;
            align-items: center; 
            gap: 60px;
        }

        /* --- TEKST SECTIE --- */
        .multi-device-content {
            flex: 1;
        }

        .multi-device-content h2 {
            font-size: 28px;
            font-weight: 700;
            line-height: 1.3;
            margin: 0 0 20px 0;
            color: #000;
        }

        .multi-device-content p {
            font-size: 15px;
            line-height: 1.7;
            margin: 0;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            max-width: 480px;
        }

        .multi-device-read-more { display: none; }

        /* --- VISUAL SECTIE --- */
        .multi-device-visual {
            flex: 1.2;
            position: relative;
            height: 300px;
            display: flex;
            align-items: center;
        }

        .multi-device-screen-inner {
            width: 100%; height: 100%;
            overflow: hidden;
            background-color: #fcfcfc;
            border: 1px solid #f0f0f0;
        }

        .multi-device-screen-inner img {
            width: 100%; height: auto; display: block;
        }

        /* MOCKUP FRAMES */
        .multi-device-desktop-frame, 
        .multi-device-tablet-frame, 
        .multi-device-phone-frame {
            background-color: #ffffff;
            border: 1px solid #e8e8e8;
            box-shadow: 0 10px 40px rgba(0,0,0,0.06);
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

        .multi-device-desktop-frame {
            width: 360px; height: 230px; border-radius: 12px; padding: 8px; left: 0; z-index: 1;
        }
        .multi-device-desktop-frame .multi-device-screen-inner { border-radius: 6px; }

        .multi-device-tablet-frame {
            width: 170px; height: 240px; border-radius: 18px; padding: 10px; left: 280px; z-index: 2;
        }
        .multi-device-tablet-frame .multi-device-screen-inner { border-radius: 12px; }

        .multi-device-phone-frame {
            width: 90px; height: 185px; border-radius: 16px; padding: 6px; left: 420px; z-index: 3;
        }
        .multi-device-phone-frame .multi-device-screen-inner { border-radius: 12px; }

        /* --- RESPONSIVE (MOBIEL) --- */
        @media (max-width: 800px) {
			
			.multi-device-content h2 {
  font-size: 20px;
  
    text-align: center;
}


            .multi-device-section { padding: 60px 20px; }
            .multi-device-container { flex-direction: column; text-align: center; gap: 40px; }
            .multi-device-content p {margin: 0 auto;font-size: 14px;}

            .multi-device-text-wrapper.collapsed {
                max-height: 80px;
                overflow: hidden;
                -webkit-mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
            }

            .multi-device-read-more {
                display: inline-block; color: #006ce4; font-size: 14px; font-weight: 600;
                background: none; border: none; padding: 12px 0; cursor: pointer;
            }

            .multi-device-visual {
                height: 360px;
                width: 100%; justify-content: center; margin-top: 20px;
            }

            /* Verberg desktop/tablet op mobiel */
            .multi-device-desktop-frame, .multi-device-tablet-frame { display: none; }

            /* Alleen smartphone, extra groot */
            .multi-device-phone-frame {
                position: relative; 
                left: auto; top: auto; transform: none;
                width: 160px; 
                height: 320px;
                padding: 10px;
                border-radius: 24px;
                box-shadow: 0 20px 50px rgba(0,0,0,0.08);
            }
            .multi-device-phone-frame .multi-device-screen-inner { border-radius: 16px; }
        }
		
		
		