a:hover {
    text-decoration: none;
}





/* Basis styles */
.statistics {
  padding: 40px 0px;
  border-top: 1px solid #e6e6e6;
}

.statistics .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.statistics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.statistics-item {
  background: white;
  border-radius: 8px;
  padding: 20px 15px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}



.statistics-count {
  font-size: 32px;
  font-weight: 600;
  color: #4b0082;
  margin: 10px 0;
}

.statistics-label {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}

/* Tablet styles */
@media (max-width: 992px) {
  .statistics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .statistics-item {
    padding: 18px 12px;
  }

  
  .statistics-count {
    font-size: 28px;
  }
}

/* Mobile styles */
@media (max-width: 576px) {
  .statistics {
    padding: 30px 10px;
  }
  
  .statistics-grid {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 0 auto;
    gap: 15px;
  }
  
  .statistics-item {
    padding: 20px 10px;
  }
  
  .statistics-count {
    font-size: 26px;
  }
  
  .statistics-label {
    font-size: 15px;
  }
}

/* Hover effect voor niet-touch devices */
@media (hover: hover) {
  .statistics-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(106, 13, 173, 0.1);
    transition: all 0.3s ease;
  }
}



		
		

/* General Styles */
.status-bubble {
    background: white;
    color: #333;
    border-radius: 8px;
    padding: 6px 9px;
    font-size: 12px;
    font-weight: 200;
    float: right;
    position: absolute;
    right: 26px;
    margin-top: 86px;
    max-width: 160px;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 1;
    transition: opacity 0.5s ease;
}


	section.header img.image-homepage {
		width: 220px;
		margin-bottom: 20px;
	}
	
.status-bubble:after {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
}

.button-container {
    display: flex;
    gap: 25px;
}

.button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
}

.button:hover {
    background-color: #45a049;
}




    

/* Mobile Menu Styles */
body.menu-open {
    overflow: hidden;
}

.menu-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
}

.mobile-menu .close {
    font-size: 36px;
    font-weight: 100;
    color: #fff;
    opacity: 2;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: #f5f3ee;
    backdrop-filter: blur(6px);
    transition: left 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.mobile-menu .information {
    padding: 20px 20px;
    color: #000000;
    font-size: 15px;
    text-align: center;
}

.mobile-menu .information .title {
    font-size: 24px;
    background-clip: text;
    color: #000000;
    font-weight: 800;
    margin-bottom: 5px;
}

.mobile-menu .right-menu {display: flex;justify-content: center;margin-top: 2px;}

.mobile-menu .systeem-status {
    padding: 12px 10px;
    font-size: 22px;
    line-height: 1;
    width: 230px;
    margin: 0 auto 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.mobile-menu.active {
    left: 0;
    opacity: 1;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 20px 20px;
    margin-bottom: 15px;
    background: #fff;
}

.menu-logo {
    height: 28px;
}

.close-menu {
    font-size: 30px;
    color: #000000;
    cursor: pointer;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.menu-items {
    padding: 0px;
}

.menu-items a {
    text-decoration: none;
    font-size: 17px;
    padding: 10px 20px;
    font-weight: 600;
    -webkit-background-clip: text;
    display: block;
    color: #000;
    /* text-align: center; */
}

.menu-items a:hover {
    color: #ccc;
}

/* Button Styles */
.center-top-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

a.default-button {
    position: relative;
    padding: 12px 20px;
    color: white;
    border-radius: 6px;
    font-size: 16px;
    border: 1px solid #ffffff;
    cursor: pointer;
    display: inline-block;
    width: fit-content;
    transition: all 0.3s ease;
    overflow: hidden;
}


a.default-button:hover {
    background: #00000017;
    border: 1px solid #00000000;
}

a.green-button {
    position: relative;
    padding: 12px 33px;
    color: white;
    border-radius: 6px;
    font-size: 16px;
    background: #41a726;
    border: 1px solid #41a726;
    cursor: pointer;
    display: inline-block;
    width: fit-content;
    transition: all 0.3s ease;
    overflow: hidden;
}


a.green-button:hover {
    background: #2d8715;
        border: 1px solid #2d8715;
}


a.orange-button {
    position: relative;
    padding: 8px 25px;
    background-color: #ed5701;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    width: fit-content;
    transition: all 0.3s ease;
    overflow: hidden;
}

a.orange-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
}

a.orange-button:hover {
    background-color: #b54708;
}

a.grey-button {
    position: relative;
    padding: 8px 25px;
    background-color: #4e4d4d;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    width: fit-content;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}

a.grey-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
}



.content {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-color: rgba(255,255,255,0.9);
    border-radius: 8px;
}






section.features-list {
	padding: 40px 0px;
}


		
		
		       /* Basisstijlen voor feature items */
        .feature-item-list {
            display: inline-flex;
            align-items: center;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.3;
        }
        .icon-circle-list {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background-color: #20c552;
            color: white;
            font-size: 11px;
            flex-shrink: 0;
             /* Fijne afstelling voor perfecte uitlijning */
            margin-right: 15px;
        }
        
        /* Marquee stijlen */
        .marquee-container {
            overflow: hidden;
            white-space: nowrap;
            width: 100%;
        }
        
        .marquee {
            display: inline-block;
            animation: marquee 20s linear infinite;
        }
        
        @keyframes marquee {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        
        /* Responsieve aanpassingen */
        @media (max-width: 1199px) {
            /* Schakel al over naar marquee bij lg-breakpoint (1200px) */
            .normal-display {
                display: none !important;
            }
			     .feature-item-list {
            margin-left: 30px;
            
        }
            .marquee-display {
                display: block !important;
            }
        }
		
		
		
		
		
		
		
		

/* Header Styles */
header {
    padding: 11px 0px;
    align-items: center;
    background: #fff;
}

header * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header .menu-bar {
    display: none;
}

header .systeem-status {
    padding: 12px 15px;
    font-size: 18px;
    border-radius: 50%;
    border: 1px solid #ffffff4d;
    backdrop-filter: blur(6px);
}

header .logo {
    display: flex;
    align-items: center;
    float: left;
    margin-top: 10px;
}

header .logo img {
    width: 188px;
}

header nav {
}

.gradient-arrow {
    background: linear-gradient(to right, #FF8C00, #FFA500);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 0.9em;
    line-height: 1;
    margin-left: 10px;
}

header .nav-outer-container {
    position: fixed;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1000;
}

header .nav-box {
    padding: 21px 45px;
    display: flex;
    align-items: center;
    backdrop-filter: blur(6px);
    border-radius: 50px;
}

header .nav-logo {
    width: 0;
    height: 30px;
    margin-right: 0;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

header .sticky .nav-logo {
    width: 45px;
    margin-right: 15px;
    opacity: 1;
    transform: translateX(0);
}

header .sticky .nav-box {
    padding: 22px 35px;
}

header .nav-outer-container.hidden {
    opacity: 0;
    transform: translateY(-15px);
}

header .nav-outer-container.sticky {}

header .nav-outer-container.sticky .nav-box {
    box-shadow: 0 6px 20px rgba(0,0,0,0.16);
    background: rgb(105 27 208);
}

header .nav-box nav ul {
    display: flex;
    list-style: none;
}

header .nav-box nav ul li {
    margin: 0 20px;
}

header .nav-box nav ul li a {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
}

header nav ul li a:hover {
    color: #FFC107;
}

header .customer-actions {
    display: flex;
    align-items: center;
    z-index: 9999;
    float: right;
}

header .btn {
    margin-left: 10px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s;
    margin-bottom: 0;
}

header .btn-signup {
    color: #000000;
    font-weight: 300;
    margin-right: 10px;
    border-radius: 50px;
    padding: 11px 5px;
}

header .btn-signup:hover {
     color: #FFC107;
}

/* Header Section */
section.header {
}



section.header#index {
    padding: 120px 0 140px 0px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 13%), rgb(0 0 0 / 49%)), url(/assets/img/homepage/header-homepage.png) center center / cover;
    clip-path: ellipse(160% 100% at 50% 0%);
    min-height: 75vh;
    display: flex;
    align-items: center;
}



section.header#over-ons {
    padding: 120px 0 140px 0px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 24%), rgb(0 0 0 / 49%)), url(/assets/img/over-ons/header-over-ons.jpeg) center center / cover;
    clip-path: ellipse(160% 100% at 50% 0%);
    min-height: 75vh;
    display: flex;
    align-items: center;
}



	

section.header img.image-domeinnaam {
    max-width: 300px;
    float: right;
}

section.header#webhosting {
	padding: 120px 0 140px 0px;
	background: linear-gradient(to bottom, rgb(0 0 0 / 25%), rgb(0 0 0 / 49%)), url(/assets/img/webhosting/header-webhosting.jpeg) center center / cover;
	clip-path: ellipse(160% 100% at 50% 0%);
	min-height: 75vh;
	display: flex;
	align-items: center;
}

section.header#domeinnamen {
	padding: 120px 0 140px 0px;
	background: linear-gradient(to bottom, rgb(0 0 0 / 13%), rgb(0 0 0 / 49%)), url(/assets/img/domeinnaam/header-domeinnamen.jpg) center center / cover;
	clip-path: ellipse(160% 100% at 50% 0%);
	min-height: 75vh;
	display: flex;
	align-items: center;
}


section.header img.image-webhosting {
    max-width: 300px;
    float: right;
}



section.header#domeinnaam {
    background-size: cover;
    padding: 220px 0 120px 0px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: linear-gradient(101.64deg, #be4f0c 29.26%, #ff9e4b 78.9%);
}




  #webhosting .price-container {
            display: flex;
            align-items: center;
            gap: 20px;
        }
        
        #webhosting .price-box {
            display: flex;
            align-items: center;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 12px 35px;
            line-height: 1;
            color: #fff;
        }
        
          #webhosting  .from-text {
            font-size: 16px;
            margin-right: 10px;
            color: #ffffff;
        }
        
        #webhosting  .price-main {
            display: flex;
            align-items: center;
        }
        
         #webhosting  .price-whole {
            font-size: 24px;
            font-weight: bold;
            color: #ffffff;
        }
        
         #webhosting  .price-fraction {
            font-size: 16px;
            align-self: flex-start;
            margin-top: 2px;
            color: #ffffff;
        }
        
          #webhosting .price-currency {
            font-size: 16px;
            margin-left: 10px;
            color: #ffffff;
        }
        
        /* Button styling */
   #webhosting  .order-button {
            background-color: #4CAF50;
            color: white;
            border: 1px solid #4CAF50;
            padding: 12px 24px;
            font-size: 16px;
            border-radius: 8px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
          #webhosting  .order-button:hover {
            background-color: #3e8e41;
        }
		
		
		









              section.header  .domain-checker {
            display: flex;
            flex-direction: column;
            width: 100%;
            margin-top: 50px;
            max-width: 650px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            border-radius: 50px;
            overflow: hidden;
            background: #fff;
        }
        
             section.header  .domain-input {
            width: 100%;
            padding: 18px 25px;
            border: none;
            outline: none;
            border-radius: 20px 20px 0px 0px;
            font-size: 16px;
            background-color: white;
        }
        
              section.header .check-button {
            width: 100%;
            padding: 18px 40px;
            background-color: #4CAF50;
            color: white;
            border: none;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
            transition: background-color 0.3s;
        }
        
              section.header .check-button:hover {
            background-color: #3e8e41;
        }
        
              section.header .domain-input::placeholder {
            color: #aaa;
        }

        /* Desktop layout */
        @media (min-width: 768px) {
                 section.header  .domain-checker {
                flex-direction: row;
            }
                 section.header  .domain-input {
                border-radius: 50px 0 0 50px;
            }
                  section.header .check-button {
                width: auto;
                border-radius: 50px;
            }
        }

        /* Mobiele layout */
        @media (max-width: 767px) {
                  section.header .domain-checker {
               display: none;
            }
                 section.header  .check-button {
                border-radius: 0 0 25px 25px;
            }
        }
		
		
		
		












section.header .title {
    font-size: 54px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 60px;
    line-height: 1;
    z-index: 99999;
    position: relative;
}



section.header .description {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

section.header .small-title {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.1;
}


section.header .small-title span.orange-color {
    color: #ffc765;
}

section.header .title span.orange-color {
    color: #ffffff;
}










section.feedback-homepage {
	padding: 10px 0px;
	background: #f5f3ee;
}




 .rating-section {
}

 .rating-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    border-radius: 10px;
    gap: 12px;
}
.rating-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

 .stars-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
}

 .star-box {
    background-color: #28a745;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.star-box:hover {
    transform: scale(1.1);
}

 .star {
    color: white;
    font-size: 16px;
}

 .rating-text {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

.review-count {
    font-size: 13px;
    color: #000000;
    margin-top: 2px;
    font-style: italic;
    cursor: pointer;
    text-decoration: underline;
    transition: color 0.2s;
}

.review-count:hover {
    color: #28a745;
}

.customer-images {
    display: flex;
    align-items: center;
    position: relative;
}

.customer-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid white;
    object-fit: cover;
    margin-left: -14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s, z-index 0.3s;
}

.customer-img:hover {
    transform: scale(1.1);
    z-index: 1;
}

.customer-img:first-child {
    margin-left: 0;
}

 .review-btn {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 9px 16px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-left: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.review-btn:hover {
    background-color: #218838;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Review Popup Styles */
.reviews-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.reviews-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.reviews-popup-content {
    background-color: white;
    padding: 25px;
    border-radius: 10px;
    width: 90%;
    max-width: 700px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    transition: all 0.3s ease;
    position: relative;
}

.reviews-popup-overlay.active .reviews-popup-content {
    transform: translateY(0);
}

.reviews-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    color: #888;
    transition: color 0.2s;
}

.reviews-close-btn:hover {
    color: #333;
}

.reviews-title {
    margin: 5px 0 20px;
    font-size: 22px;
    text-align: center;
    color: #2c3e50;
}

.review-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.review-item:last-child {
    border-bottom: none;
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}

.review-author {
    font-weight: 600;
    font-size: 15px;
    color: #333;
}

.review-date {
    font-size: 12px;
    color: #777;
    margin-top: 2px;
}

.review-stars {
    color: #ffc107;
    margin: 5px 0;
    font-size: 14px;
}

.review-text {
    font-size: 14px;
    line-height: 1.5;
    color: #444;
}

.load-more-btn {
    background-color: #f8f9fa;
    color: #28a745;
    border: 1px solid #28a745;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.load-more-btn:hover {
    background-color: #28a745;
    color: white;
}

/* Form Popup Styles */
.form-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.form-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.form-popup-content {
    background-color: white;
    padding: 25px;
    border-radius: 10px;
    width: 90%;
    max-width: 420px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    transition: all 0.3s ease;
    position: relative;
}

.form-popup-overlay.active .form-popup-content {
    transform: translateY(0);
}

.form-close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 22px;
    cursor: pointer;
    color: #888;
    transition: color 0.2s;
}

.form-close-btn:hover {
    color: #333;
}

.form-title {
    margin: 5px 0 20px;
    font-size: 20px;
    text-align: center;
    color: #2c3e50;
}

.form-group {
    margin-bottom: 18px;
}

label {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
    color: #444;
    font-size: 14px;
}

input, textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s;
}

input:focus, textarea:focus {
    border-color: #28a745;
    outline: none;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.2);
}

textarea {
    height: 100px;
    resize: vertical;
}

.rating-options {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 15px 0;
}

.rating-option {
    cursor: pointer;
}

.submit-btn {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    margin-top: 10px;
}

.submit-btn:hover {
    background-color: #218838;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.notification {
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #28a745;
    color: white;
    padding: 14px 24px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    z-index: 99999;
    max-width: 90%;
}

.notification.show {
    opacity: 1;
    visibility: visible;
}

.error-message {
    color: #e74c3c;
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
    font-weight: 500;
}

/* Content Sections */
section.GLainZaL {
    padding: 70px 0px;
    /* border-top: 1px solid #e6e6e6; */
}

section.GLainZaL .mb-bottom-20 {
    margin-bottom: 20px;
}

section.GLainZaL .box {
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

section.GLainZaL .box .title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}

section.GLainZaL .box .description {
    font-size: 16px;
    color: #5b5765;
}

section.laTeNTYp {
    padding: 100px 0px 100px 0px;
    border-top: 1px solid #e6e6e6;
}

section.laTeNTYp .styled-image {
    border-radius: 10px 10px 5px 5px;
    box-shadow: 5px 5px 15px rgb(129 129 129 / 30%);
    display: block;
    margin: 0 auto;
    border: 1px solid #e2e2e2;
}

section.laTeNTYp .section-title {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

section.laTeNTYp i.icon {
    font-size: 30px;
    margin-right: 10px;
}

section.laTeNTYp .title {
    font-size: 45px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 30px;
}

section.laTeNTYp .description {
    font-size: 18px;
    color: #696969;
    line-height: 1.8;
}

section.laTeNTYp .padding-text-left {
    padding: 0px 70px 0px 15px;
}

section.laTeNTYp .padding-text-right {
    padding: 0px 0px 0px 70px;
}

section.vNxTefrI {
    padding: 70px 0px 70px 0px;
    border-top: 1px solid #e6e6e6;
}

section.vNxTefrI i.icon {
    font-size: 30px;
    margin-bottom: 30px;
}

section.vNxTefrI .section-title {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

section.vNxTefrI .description {
    font-size: 18px;
    color: #696969;
    line-height: 1.8;
}

/* FAQ Section */
section.faq-section {
    padding: 70px 0px 70px 0px;
    border-top: 1px solid #e6e6e6;
}

section.faq-section .section-title {
    font-size: 25px;
    font-weight: 800;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

section.faq-section .faq-item {
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

section.faq-section .faq-question {
    padding: 20px 25px;
    color: #000000;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.faq-section .faq-question .icon {
    margin-left: 15px;
    color: #888;
}

section.faq-section .faq-item.active .faq-question .icon {
    transform: rotate(180deg);
}

section.faq-section .faq-answer {
    padding: 0 25px;
    display: none;
    border-top: 1px solid #f0f0f0;
}

section.faq-section .faq-item.active .faq-answer {
    display: block;
    padding: 25px;
}

section.faq-section .faq-answer p {
    margin: 0;
    padding: 0;
    color: #696969;
    line-height: 1.7;
    font-size: 18;
}

/* Webhosting Sections */














        section.webhosting-packages .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
 /* Minimalistische buttons */
        section.webhosting-packages .info-btn {
            background-color: #f3ebff;
            color: #787878;
            width: 36px;
            height: 36px;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            position: absolute;
            top: 15px;
            right: 10px;
        }
        
        section.webhosting-packages .info-btn:hover {
            transform: translateY(-2px);
        }
        
        /* Overlay */
        section.webhosting-packages .popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0,0,0,0.5);
            z-index: 9999;
            justify-content: center;
            align-items: center;
        }
        
        section.webhosting-packages .popup-overlay.active {
            display: flex;
        }
        
        /* Popup container */
        section.webhosting-packages .popup-container {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            width: 90%;
            max-width: 320px;
            max-height: 80vh;
            overflow-y: auto;
            position: relative;
            animation: fadeIn 0.2s ease-out;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        /* Popup content */
        section.webhosting-packages .popup-content {
            padding: 20px;
        }
        
        section.webhosting-packages .bubble-title {
            font-weight: bold;
            margin-bottom: 12px;
            color: #4CAF50;
            font-size: 16px;
            padding-bottom: 5px;
            border-bottom: 1px solid #eee;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        section.webhosting-packages .feature-list {
            list-style-type: none;
            padding: 0;
            margin: 0;
            font-size: 13px;
        }
        
        section.webhosting-packages .feature-item {
            margin-bottom: 6px;
            position: relative;
            padding-left: 22px;
            line-height: 1.4;
        }
        
        section.webhosting-packages .feature-item i {
            position: absolute;
            left: 0;
            top: 3px;
            color: #4CAF50;
            font-size: 12px;
        }
        
        /* Sluit button */
        section.webhosting-packages .close-popup {
            background: none;
            border: none;
            color: #777;
            font-size: 18px;
            cursor: pointer;
            padding: 0 0 0 10px;
            line-height: 1;
        }
        
        section.webhosting-packages .close-popup:hover {
            color: #333;
        }
        
        /* Pakket cards */
        section.webhosting-packages .packages-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }
        
        section.webhosting-packages .package-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            position: relative;
        }
        
        section.webhosting-packages .package-title {
            color: #333;
            margin-top: 0;
            margin-bottom: 15px;
            font-size: 18px;
        }
        
        section.webhosting-packages .package-price {
            font-weight: bold;
            color: #4CAF50;
            font-size: 20px;
            margin-bottom: 15px;
        }
        
        section.webhosting-packages .package-features {
            list-style: none;
            padding: 0;
            margin: 0 0 15px 0;
        }
        
        section.webhosting-packages .package-features li {
            margin-bottom: 6px;
            padding-left: 20px;
            position: relative;
            font-size: 13px;
        }
        
        section.webhosting-packages .package-features li i {
            position: absolute;
            left: 0;
            top: 3px;
            color: #4CAF50;
            font-size: 12px;
        }
        
        section.webhosting-packages .section-title {
            text-align: center;
            color: #333;
            margin-bottom: 20px;
        }














section.webhosting-packages {
    margin: 0;
    padding: 0;
    color: #696969;
    line-height: 1.7;
    height: max-content;
    font-size: 18px;
    padding: 10px 0px 70px 0px;
}

section.webhosting-packages .box {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    background: #bebebe29;
}

section.webhosting-packages .box .title {
    font-size: 20px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}

section.webhosting-packages .box .product {
    font-size: 15px;
    font-weight: 500;
    color: #a2a2a2;
    margin-bottom: 10px;
}

section.webhosting-packages .box .price {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-bottom: 5px;
}

section.webhosting-packages .box .time {
    font-size: 14px;
    font-weight: 600;
    color: #6a6a6a;
    margin-bottom: 20px;
}

section.webhosting-packages .box .information {
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
}

section.webhosting-specifications {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    padding: 70px 0px;
    border-top: 1px solid #e6e6e6;
}

section.webhosting-specifications i.fas.fa-check.checkmark {
    color: #3ab50c;
    font-size: 16px;
    padding-right: 10px;
    font-weight: 400;
}

section.webhosting-specifications .section-title {
    font-size: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

section.webhosting-specifications .title {
    margin-bottom: 10px;
}




/* Copyright Section */
section.copyright {
    padding: 25px 0px;
    border-top: 1px solid #e6e6e6;
}

section.copyright .text {
    color: #000;
    font-size: 14px;
}

/* Slider Section */
section.slider .slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0px 0px 50px 0px;
}

section.slider .slider-track {
    display: flex;
    align-items: center;
    animation: scroll 30s linear infinite;
    width: max-content;
}

section.slider .slider-track:hover {
    animation-play-state: paused;
}

section.slider .logo-box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    min-width: 180px;
    flex-shrink: 0;
    margin-left: 30px;
}

section.slider .logo {
    max-height: 80px;
    max-width: 140px;
    object-fit: contain;
    filter: grayscale(100%) contrast(120%);
    opacity: 0.8;
}

/* Keyframes */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


   
   
   
   
   
   
   
   
   
   
        /* Linker kant - Alleen bedrijfsinfo */
  footer .footer-bottom {
	  margin-top: 115px;
	 }

  footer .text {
            color: #000000;
            margin-top: 10px;
            font-size: 16px;
        }
		
		  footer .text-copyright {
            color: #000000;
            margin-top: 10px;
            font-size: 16px;
            text-align: center;
        }
        
        
        .footer-logo {
            width: 230px;
            margin-bottom: 30px;
        }
        

        .company-info {
            color: #000000;
            font-size: 16px;
            line-height: 1.8;
        }

        
 

        
        .social-icons {
            display: flex;
            gap: 15px;
            text-align: center;
            justify-content: center;
        }
        
        .social-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 5px;
            color: white !important;
            font-size: 25px !important;
            transition: transform 0.3s !important;
        }
        
        .social-link:hover {
            transform: translateY(-3px);
        }
        
        .instagram {
            background: linear-gradient(to bottom, #efc284, #ff9009, #ff6b00);
        }
        
        .whatsapp {
            background: linear-gradient(to bottom, #efc284, #ff9009, #ff6b00);
        }
        

        
.payment-section {
    margin-top: 40px;
}

img.payment-icons {
    box-shadow: 2px 2px 1px rgb(129 129 129 / 30%);
    border-radius: 5px;
    margin-right: 10px;
}
        
        /* Responsive aanpassingen */
        @media (max-width: 768px) {
			
			 section.header .subtitle {
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    margin-top: 50px;
}
	


.company-info {
    text-align: center;
    max-width: 100%;
}


 
   
      .social-icons {
    justify-content: center;
    margin-top: 15px;
}


        }

		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		section.tIOnLIsM {padding: 30px 0px 30px 0px;}


.bottom-footer {
	margin-bottom: 100px;
}



         .domain-slider-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 20px;
            overflow: hidden;
        }
        
        h2 {
            text-align: center;
            color: #2c3e50;
            margin-bottom: 30px;
            font-weight: 600;
        }
        
        .domain-slider-wrapper {
            position: relative;
            width: 100%;
        }
        
        .domain-slider {
            width: 100%;
            overflow: hidden;
            position: relative;
        }
        
        .domain-slide-track {
            display: flex;
            gap: 15px;
            /* padding: 10px 0; */
            width: max-content;
        }
        
        .domain-slide {
            flex: 0 0 auto;
            width: 120px;
            height: 90px;
            background: #00000021;
            border-radius: 10px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            transform: translateZ(0);
            -webkit-transform: translateZ(0);
        }
        
        .domain-ext {
            font-size: 22px;
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 4px;
        }
        
        .domain-price {
            font-size: 12px;
            color: #ffffff;
            font-weight: 500;
        }
        
        .loading-price {
            font-size: 11px;
            color: #AEAEB2;
            font-style: italic;
        }
        
        @media (max-width: 768px) {
            .domain-slide {
                width: 110px;
                height: 85px;
            }
            
            .domain-ext {
                font-size: 20px;
            }
        }
		
		
	
	
	     /* Support Chat Widget Styling */
        .support-chat-container {
            position: fixed;
            bottom: 25px;
            right: 25px;
            z-index: 9999;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 15px;
        }
        
        .support-chat-bubble {
            width: 300px;
            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
            overflow: hidden;
            transform-origin: bottom right;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: block;
            opacity: 1;
            transform: scale(1);
        }
        
        .support-chat-bubble.hidden {
            display: none;
            opacity: 0;
            transform: scale(0);
        }
        
        .support-chat-header {
            background: #075E54;
            color: white;
            padding: 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .support-chat-profile {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .support-chat-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #ececec;
            overflow: hidden;
        }
        
        .support-chat-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .support-chat-info h4 {
            margin: 0;
            font-size: 15px;
            font-weight: 600;
        }
        
        .support-chat-info p {
            margin: 3px 0 0;
            font-size: 12px;
            opacity: 0.9;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .support-chat-status-online {
            display: inline-block;
            width: 8px;
            height: 8px;
            background: #25D366;
            border-radius: 50%;
        }
        
        .support-chat-status-offline {
            display: inline-block;
            width: 8px;
            height: 8px;
            background: #ccc;
            border-radius: 50%;
        }
        
        .support-chat-close-btn {
            background: none;
            border: none;
            color: white;
            opacity: 0.7;
            cursor: pointer;
            font-size: 18px;
            transition: opacity 0.2s;
        }
        
        .support-chat-close-btn:hover {
            opacity: 1;
        }
        
        .support-chat-content {
            padding: 20px;
            background: #f5f5f5;
        }
        
        .support-chat-message {
            background: white;
            padding: 15px;
            border-radius: 8px;
            font-size: 14px;
            line-height: 1.5;
            box-shadow: 0 1px 1px rgba(0,0,0,0.05);
            margin-bottom: 20px;
        }
        
        .support-chat-timestamp {
            font-size: 11px;
            color: #666;
            text-align: right;
            margin-top: 5px;
            margin-bottom: 15px;
        }
        
        .support-chat-action-container {
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px solid #e0e0e0;
        }
        
        .support-chat-action-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #25D366;
            color: white;
            text-align: center;
            padding: 12px 15px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 14px;
            text-decoration: none;
            transition: all 0.2s ease;
            border: none;
            width: 100%;
            cursor: pointer;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
        .support-chat-action-btn:hover {
            background: #128C7E;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        }
        
        .support-chat-action-btn i {
            margin-right: 10px;
            font-size: 18px;
        }
        
        .support-chat-toggle-btn {
            width: 60px;
            height: 60px;
            background: #2db93f;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 5px 20px rgba(37, 211, 102, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
            flex-shrink: 0;
            order: 2;
            border: none;
        }
        
        .support-chat-toggle-btn:hover {
            transform: scale(1.05);
            background: #128C7E;
        }
        
        .support-chat-icon {
            color: white;
            font-size: 27px;
            margin-top: -3px;
        }
        
        .support-chat-availability {
            font-size: 13px;
            color: #666;
            margin-top: 10px;
            font-style: italic;
        }
        
        @media (max-width: 768px) {
            .support-chat-container {
                right: 15px;
                bottom: 15px;
            }
            
            .support-chat-bubble {
                width: 280px;
            }
        }
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
        .cookie-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 99998;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }
        
        .cookie-overlay.active {
            opacity: 1;
            pointer-events: auto;
        }
        
        .cookie-container {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.95);
            width: 90%;
            max-width: 600px;
            background-color: white;
            z-index: 99999;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            opacity: 0;
            transition: all 0.3s ease;
            max-height: 90vh;
            overflow-y: auto;
            border-radius: 8px;
            pointer-events: none;
        }
        
        .cookie-container.active {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
            pointer-events: auto;
        }
        
        .cookie-header {
            display: flex;
            align-items: center;
            padding: 20px;
            border-bottom: 1px solid #eee;
        }
        

        
        .cookie-title {
            font-size: 18px;
            color: #2b2d42;
            font-weight: 600;
            margin-bottom: 5px;
            margin-top: 5px;
            line-height: 1;
        }
        
        .cookie-content {
            padding: 20px;
        }
        
        .cookie-text {
            margin-bottom: 20px;
            line-height: 1.6;
            color: #212529;
        }
        

        
        .cookie-settings {
            margin-bottom: 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }
        
        .cookie-settings.active {
            max-height: 500px;
        }
        
        .cookie-setting {
            margin-bottom: 15px;
        }
        
        .cookie-setting-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
        }
        
        .cookie-setting-title {
            font-weight: 600;
            color: #2b2d42;
        }
        
        .cookie-toggle {
            position: relative;
            display: inline-block;
            width: 50px;
            height: 24px;
        }
        
        .cookie-toggle input {
            opacity: 0;
            width: 0;
            height: 0;
        }
        
        .cookie-slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            transition: .4s;
            border-radius: 24px;
        }
        
        .cookie-slider:before {
            position: absolute;
            content: "";
            height: 16px;
            width: 16px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            transition: .4s;
            border-radius: 50%;
        }
        
        input:checked + .cookie-slider {
            background-color: #4361ee;
        }
        
        input:checked + .cookie-slider:before {
            transform: translateX(26px);
        }
        
        .cookie-setting-desc {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }
        
        .cookie-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .cookie-btn {
            padding: 12px 20px;
            border-radius: 8px;
            border: none;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s ease;
        }
        
        .cookie-btn-primary {
            background-color: #4361ee;
            color: white;
        }
        
        .cookie-btn-primary:hover {
            background-color: #3f37c9;
        }
        
        .cookie-btn-secondary {
            background-color: transparent;
            color: #4361ee;
            border: 1px solid #4361ee;
        }
        
        .cookie-btn-secondary:hover {
            background-color: rgba(67, 97, 238, 0.1);
        }
        
        .cookie-btn-tertiary {
            background-color: transparent;
            color: #2b2d42;
            text-decoration: underline;
        }

        
        @media (max-width: 600px) {
            .cookie-container {
                width: 95%;
                max-height: 80vh;
            }
            
            .cookie-buttons {
                flex-direction: column;
            }
            
            .cookie-btn {
                width: 100%;
            }
        }


        
.center-content {
	justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

		
		/* Gradient Circle */
.gradient-circle {
    position: absolute;
    top: 800px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    background: #FF9800;
    pointer-events: none;
    /* mix-blend-mode: multiply; */
    /* transition: transform 0.1s ease-out; */
}


		.navbar {
  width: 100%;
  background-color: #f5f3ee; /* Aanpassen naar wens */
  padding: 1.2rem 0;
}

.nav-list {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 2rem; /* Ruimte tussen items */
}

.nav-item a {
  color: #000000; /* Aanpassen naar wens */
  text-decoration: none;
  padding: 0.6rem 7rem;
  display: block;
  font-size: 17px;
  font-family: 'Gilroy-Regular', sans-serif;
}

.nav-item a:hover {
  color: #949494;
}
}