  /* Basis styling - alleen voor footer */
  
  footer {
    padding: 100px 0px 50px 0px;
    background: #f5f3ee;
}


  footer .company-information {
    font-size: 16px;
    color: #000000;
}
  
  footer .col-sm-3 {
    float: left;
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  
  footer .footer-content {
    display: block;
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
  }
  
  footer .footer-content li {
    margin-bottom: 8px;
  }
  
  footer .footer-content a {
    color: #000000;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 16px;
  }
  
  footer .footer-content a:hover {
    color: #FFC107;
  }
  
  
  
  
  footer .footer-title {
        text-decoration: none;
        color: #000000;
        font-weight: 800;
        font-size: 25px;
        margin-bottom: 5px;
  }
  
  footer .footer-toggle {
    display: none;
  }
  
  /* Mobiele styling */
  @media (max-width: 1199px) {
	  
	  header .logo {
    display: flex;
    align-items: center;
    float: left;
    margin-top: 4px;
}
	  
	  .navbar {
		  display: none;
	  }
	  
	  .menu-items-header {
		  display: none;
	  }
	  
	  section.features-list {
    padding: 40px 0px 20px 0px;
}
	  
	  
	  .gradient-circle {
    position: absolute;
    top: 883px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1500px;
    height: 1500px;
    border-radius: 50%;
    background: #FF9800;
}


	  
	  footer .text-copyright {
		  font-size: 14px;
	  }
	  
	  footer .footer-content a {
		  font-size: 14px;
	  }
	  
	  footer .footer-bottom {
    margin-top: 25px;
}


footer .text {
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: white !important;
    font-size: 18px !important;
    transition: transform 0.3s !important;
}


	  
	  .icon-main-container {
		  display: none;
	  }
	  
	  .hosting-box-header {
    margin: auto;
}


.header-review-container {
    margin: auto;
}


	  
	  section.header img.image-domeinnaam {
    max-width: 180px;
    margin-bottom: 30px;
    float: none;
}

	  section.header img.image-webhosting {
    max-width: 180px;
    margin-bottom: 30px;
    float: none;
}
	  
	  section.copyright {
    text-align: center;
    padding: 30px 0px;
}
	  
	 footer .payment-section {
    margin: 30px 0px 50px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
	  footer img.payment-icons {width: 50px}
	  
	  footer .footer-logo {
    width: 230px;
    margin: 0 auto 30px auto;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}


footer .bottom-footer {
margin-bottom: 0;
  }
  
  
    footer .company-info {
        text-align: center;
        max-width: 100%;
		font-size: 14px;
    }
	  
	  section.header .title-word {
    font-size: 50px;
	  }
	  
	  section.webhosting-packages .section-title {
    font-size: 25px;
	  }
	  
	  .status-bubble {
		  display: none;
	  }
	  
	  
    footer .col-sm-3 {
      width: 100%;
      float: none;
      margin-bottom: 15px;
    }
	
	    footer .col-sm-5 {
      width: 100%;
      float: none;
      margin-bottom: 15px;
    }
	
	
		    footer .col-sm-5 {
      width: 100%;
      float: none;
      margin-bottom: 15px;
    }
	
	 footer .col-sm-3.col-md-offset-1 {
		 margin-left: 0px;
	 }
    
    footer .footer-section {
      padding-bottom: 10px;
    }
    
    footer .footer-title {
      position: relative;
      cursor: pointer;
      padding: 10px 0;
      font-size: 16px;
    }
    
    footer .footer-toggle {
      display: inline-block;
      position: absolute;
      right: 0;
      transition: transform 0.3s ease;
      margin-top: 5px;
    }
    
    footer .footer-content {
      display: none;
      margin-bottom: 25px;
    }
    
    footer .footer-section.active .footer-content {
      display: block;
    }
    
    footer .footer-section.active .footer-toggle {
      transform: rotate(180deg);
    }
  }
  
  



@media screen and (max-width: 1199px) {
	
	footer .company-information {
		font-size: 14px;
	}
	
	
	
	.footer-col-contact {
		display: none;
	}
	
	.footer-col-socials {
	display: none;
	}
	
	.footer-col-copyright {
	width: 100%;
		text-align: center;
		margin-bottom: 20px !important;
	}
	
	
	section.header#index {
	        clip-path: ellipse(200% 100% at 50% 0%);
	   }
	
	
	section.header#domeinnaam {
    background-size: cover;
    padding: 200px 0 100px 0px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/general/default-bg-small.png), linear-gradient(101.64deg, #be4f0c 29.26%, #ff9e4b 78.9%);
}
	
	

	section.header#webhosting {
               background-size: cover;
               clip-path: none;
               background: linear-gradient(to bottom, rgb(0 0 0 / 54%), rgb(0 0 0 / 49%)), url(/assets/img/webhosting/header-homepage-mobile.jpeg) center center / cover;
               min-height: 50vh;
               padding: 110px 0 115px 0px;
  }
  
  
  	section.header#over-ons {
               background-size: cover;
               clip-path: none;
               background: linear-gradient(to bottom, rgb(0 0 0 / 52%), rgb(0 0 0 / 49%)), url(/assets/img/over-ons/header-homepage-mobile.jpeg) center center / cover;
               min-height: 50vh;
               padding: 110px 0 115px 0px;
  }
  
  
    	section.header#domeinnamen {
               background-size: cover;
               clip-path: none;
               background: linear-gradient(to bottom, rgb(0 0 0 / 13%), rgb(0 0 0 / 49%)), url(/assets/img/domeinnaam/header-homepage-mobile.jpeg) center center / cover;
               min-height: 50vh;
               padding: 110px 0 115px 0px;
  }
  
  
	
	section.header img.image-homepage {
		width: 220px;
		display: inline-block;
		margin-bottom: 20px;
	}
	
	

	
	

	
	section.slider .slider-container {
		padding: 20px;
	}
	
	        /* Container voor icoon + bubble */
        .icon-bubble-container-mobile {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        /* Icoon (voorbeeld: tandwiel) */
        .icon-mobile {
            font-size: 24px;
            width: 32px;
            height: 32px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Chatbubble met pijl links (zoals je voorbeeld) */
        .status-bubble-mobile {
            position: relative;
            background: white;
            color: #000000;
            border-radius: 8px;
            padding: 8px 12px;
            font-size: 11px;
            font-weight: 400;
            max-width: 160px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        }

        /* Pijl aan de LINKERKANT (aangepast van je code) */
        .status-bubble-mobile:after {
            content: '';
            position: absolute;
            left: -5px; /* Plaatsing links */
            top: 50%;
            transform: translateY(-50%); /* Verticaal gecentreerd */
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid white; /* Pijl naar rechts wijzend */
        }
		
		
	
	i.fas.fa-times.close-mobile-menu {
    font-weight: 100;
    color: #000000;
    font-size: 30px;
}


	
	footer {
    padding: 70px 0px 40px 0px;
    border-top: 1px solid #e6e6e6;
    background: #f5f3ee;
}


	
	section.header .rating-section {
    margin-top: 40px;
}
	header .nav-outer-container {
		display: none;
}

header {
    padding: 15px 0px 7px 0px;
}



header .menu-bar {
	 display: block;
	 font-size: 29px;
	 padding: 10px 5px 10px 5px;
	 color: #000000;
	 margin-top: -7px;
}

header .logo img {
    width: 160px;
}



section.header .col-100 {
	width: 100%
}

section.header {
    padding: 220px 0 60px 0px;
}


  section.header .order-1 {
        order: 1;
    }


section.header .title {
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

section.header .small-title {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;sv
    margin-bottom: 30px;
    line-height: 1;
}


section.header .button-container {
    display: inline-block;
}


section.header .description {
    font-size: 18px;
    color: #ffffff;
}

.header-chat-box {
display: none;
}



.systeem-status {
	display: none;
}

}

@media screen and (max-width: 767px) {
	
	.hosting-box-header {
	margin: 0 auto;
	
	}
	
	    section.header .title {
        font-size: 35px;
        margin-bottom: 40px;
    }
	
	.domain-slider-wrapper {
		display: none;
	}
	
	    section.header#domeinnaam .description {
			margin-bottom: 0px;
		}
	

	section.header#index {
    background-size: cover;
    clip-path: none;
    background: linear-gradient(to bottom, rgb(0 0 0 / 49%), rgb(0 0 0 / 49%)), url(/assets/img/homepage/header-homepage-mobile.jpeg) center center / cover;
    min-height: 50vh;
    padding: 110px 0 115px 0px;
}

	
	section.header-homepage img.image-homepage {
		display: none;
	}
	
	
	
	.margin-bottom-10 {
		margin-bottom: 10px;
	}
	
	
	a.green-button {
	        width: 100%;
        margin-bottom: 20px;
	}
	
	a.default-button {
		width: 100%;
	}
	
.gradient-circle {
    position: absolute;
    top: 415px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #FF9800;
    pointer-events: none;
    /* mix-blend-mode: multiply; */
    /* transition: transform 0.1s ease-out; */
}
	
	
	section.laTeNTYp {
    padding: 50px 0px 50px 0px;
    border-top: 1px solid #e6e6e6;
}

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

.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

    .order-1 {
        order: 1;
    }
	
section.laTeNTYp .bottom-text {margin-bottom: 60px;}	

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

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

.rating-container {
                flex-direction: column;
                align-items: center;
                text-align: center;
                padding: 20px 15px;
            }
            
            .rating-content {
                flex-direction: column;
                align-items: center;
                gap: 10px;
            }
            
            .stars-wrapper {
                margin-bottom: 5px;
            }
            
            .rating-text {
                margin: 5px 0;
            }
            
            .customer-images {
                margin-top: 15px;
                justify-content: center;
                flex-wrap: wrap;
                gap: 5px;
            }
            
            .customer-img {
                width: 32px;
                height: 32px;
                margin-left: -10px;
            }
            
            .customer-img:first-child {
                margin-left: 0;
            }
            
            .review-btn {
                margin: 15px 0 0 0;
                width: 100%;
                max-width: 200px;
            }
            
            .reviews-popup-content,
            .form-popup-content {
                padding: 20px 15px;
            }
            
            .review-item {
                padding: 12px 0;
            }

}
}