@charset "utf-8";
/* CSS Document */
/*NAVBAR BEGIN */
{
	margin :0;
	padding:0;
}

body
{
	font-family:"sans-serif";
}
#nav-bar
{
	position: sticky;
	top: 0;
	z-index: 10;	
}
.navbar
{
	background-image: linear-gradient(to right,#c9abf5,#ad7df5);
	padding : 0 !important;
}
.navbar-brand img
{
	height: 100px;
	padding-left: 50px;
}

.navbar-nav li
{
	padding: 0 10px;
}
.navbar-nav li a
{
	color : #fff !important;
	font-weight: 600;
	float:right;
	text-align: left;
}
.fa-bars
{
	color: #fff;
	font-size:30px !important;
}
.navbar-toggler
{
	outline: none !impotant;
}
/*NAVBAR EINDE */

/*BANNER  BEGIN */
#banner
{
	
	background-image: linear-gradient(to right,#c9abf5,#ad7df5);
	color:#fff;
	padding-top:5%; 
}
.promo-title
{
	font-size: 40px;
	font-weight: 600;
	margin-top: 100px;
}

.bottom-img
{
	width: 100%;
}


/*Service  BEGIN */

#services
{
	padding:80px 0;
	
}
.service-img
{
	width: 200px;
	margin-top : 20px;
	
}

.services
{
	padding:20px;
}


/* ===== Sections ===== */
.section {
    padding: 70px 0;
}

.section-alt {
    background: #fff;

}

.section-head {
    margin-bottom: 24px;
}

    .section-head p {
        margin: 6px 0 0;
        color: #50606c;
    }
/* ===== Steps ===== */
.steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.step {
    display: flex;
    gap: 12px;
    padding: 16px;
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 18px;
}

.step-num {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #eaf4ff;
    border: 1px solid #d6e9ff;
    font-weight: 800;
}
/* ===== Contact ===== */

.contact-grid {
   
    gap: 14px;
}

.form label {
    display: grid;
    gap: 6px;
    margin-bottom: 12px;
    font-weight: 600;
}

input, textarea {
    font: inherit;
    padding: 20px 25px;
    border-radius: 12px;
    /*border: 1px solid #d7e2ec;*/
    /*outline: none;*/
}

    input:	focus, textarea:focus {
        border-color: #0b5cff;
        box-shadow: 0 0 0 3px rgba(11,92,255,0.12);
    }

.map-placeholder {
    margin-top: 12px;
    border-radius: 18px;
    /*border: 1px dashed #cfe1ff;*/
    /*background: #f2f7ff;*/
    padding: 18px;
}
/* ===== FOOTER ===== */
#footer
{
	background-image:  linear-gradient(to right,#c9abf5,#ad7df5);
	color:#fff;	
}
.footer-img {
    width: 100%;
    color: #fff;
}

.footer-box
{
	padding:20%;
}

.footer-box img
{
	width: 120px;
	margin-bottom: 20px;
}
.contact-info p {
    margin: 2px 0;
}

.btn-aanmelden {
    background-color: #883afc;
    color: #ffffff;
    border: none;
    padding: 10px 22px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.2s ease;
    width: 200px; /* 👈 breedte aanpassen */
    text-align: center; /* tekst mooi centreren */
}

    .btn-aanmelden:hover {
        background-color: #c6a3fb;
        color: #ffffff;
        transform: translateY(-1px);
        box-shadow: 0 4px 10px rgba(43, 182, 115, 0.25);
    }