*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
	list-style-type: none;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

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

html {
	box-sizing: inherit;
	scroll-behavior: smooth;
	height: -webkit-fill-available;

}

body {

	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;

}

a,
button {
	cursor: pointer;
	border: none;
	outline: none;
	user-select: none;
	background: none;
	box-shadow: none;
	text-decoration: none;
}

img,
video {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

section {
	margin: 0 auto;
	padding: 5rem 0;
}

p{
	font-size: 24px;
	line-height:36px;
	margin-bottom: 1.5rem;
	font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.align_center {
	align-items: center;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.container {
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
	padding: 0 4rem;
}

.container_fluid {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0;
}

.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0px 7px 0rem;
}

.hamburger {
	display: none;
}

.bar {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #c00;
}

.nav-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 36px;
}


.nav-link {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	
}

.nav-link:hover {
	color: #c00;
}

.nav-logo {
	color: #c00;
}

.header {
	background: #ffffff;
}

.btn {
	padding: 15px 30px;
	border-radius: 10px;
background:#1376F8;
color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 36px;
display: inline-block;

}

.colm_banner {
    max-width: 700px;
}
.row_custom {
	display: grid;
	gap: 50px;
	align-items: center;
}

.row_colm_3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.row_colm_4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.row_colm_2 {
	grid-template-columns: 1fr 1fr;
}


.cart_header {
	display: flex;
	column-gap: 30px;
}

.top_notification {
	background: #1376F8;
	display: flex;
	color: #ffffff;
	padding: 10px 0px;
}

.top_notification .container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.location {
    display: flex;
    gap: 30px;
}
.top_notification p {
	display: flex;
	align-items: center;

	
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 0px;

}

.location p img {
    margin-right: 8px;
}

.title_h2 {
	
	color: #000;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1.5rem;
	
}

.tab_Area {
	margin-top: 2rem;
}

.tabs {
	margin: 0;
	list-style: none;
	position: relative;
	padding: 0px 0px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 0px;
	margin-bottom: 0rem;
}

.tabs .active-tab {
	

	position: relative;
	color: #fff;
	background: #1376F8;
}


.tabs li {
	display: inline-block;
	cursor: pointer;
	color: #fff;
	padding: 13px 10px 12px 10px;
	font-size: 20px;
	font-weight: 600;
	width: 33.333%;
	max-width: 288px;
	text-align: center;
	border: 0;
	background: #9DBFFF;
}


.tabs-content {
	margin: 0px;
	padding: 3rem;
	list-style: none;
	background: #fff;

}

.tabs-content li {
	display: none;
}

.tab_Area {}

ul.tabs-content h4 {
	font-size: 30px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 8px;
	font-weight: 700;
}

ul.tabs-content p {
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
}

ul.tabs-content {
	color: #fff;
	font-size: 14px;
}







.card_prod .crd_details {
	color: #000000;
}

.card_prod {
	background: #ffff;
	border-radius: 18px;
}

.card_prod .crd_details {
	padding: 1.5rem;
}

.card_prod .crd_details h4 {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 15px;
}

.card_prod .crd_details p {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}


.slick-initialized .slick-slide {

	margin: 0 10px 0px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.slick-next,
.slick-prev {
	z-index: 5;
}

.slick-next {
	right: 15px;
}

.slick-prev {
	left: 15px;
}

.slick-next:before,
.slick-prev:before {
	color: #000;
	font-size: 26px;
}

.testiminial .test_img img {
	border-radius: 16px;
	display: block;
}

.testiminial {
	position: relative;
}

.testiminial .slick-next::before {

	content: url(../img/arrow-r.svg);
	position: absolute;
	right: -20px;
	top: 50%;
	z-index: 0;
	transform: translateY(-50%);
}

.testiminial .slick-prev::before {
	content: url(../img/arrow-l.svg);
	position: absolute;
	left: -20px;
	top: 50%;
	z-index: 0;
	transform: translateY(-50%);
}


.testiminial_rw {
	padding-top: 2rem;
}



.footer {
	background: url(../img/Footer.png);
    background-size: cover;
}

ul.social_media {
	display: flex;
	gap: 20px;
}

h4.ftr_title, .widget_nav_menu .widget-title, #text-3 .widget-title, #text-4 .widget-title{
	margin-bottom: 15px;
	color: #FFF;
	
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize
}

ul.ftr_ment li a, .widget_nav_menu .menu li a {
	color: #fff;
	font-size: 1rem;
	line-height: 30px;
}

.footer {
	color: #fff;
	padding: 4rem 0px 0rem 0px;
}

.ftr_logo p {
	font-size: 1.2rem;
	margin-top: 15px;
}

.copy_wight {
	
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 45px;
	text-align: center;
	background: #fff;
	font-size: 14px;
	color: #000;
	margin-bottom: 0px;
}

ul.ftr_hours li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	flex-wrap: wrap;
}




.title_center {
	text-align: center;
}



.hm3_banner_section {
	background-image: url(../img/banner.png);
	background-repeat: no-repeat;
	background-color: #EBF6FF;
	background-size: 100%;
	padding: 10rem 0px;
	background-position: bottom right;

}

.slick-dots li {

    background: #fff;
    border-radius: 100px;
}

.slick-dots li[aria-selected="true"]{
	background: #1376F8;
}

.hm3_banner_section h1 {
    color: #FFF;
    text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.75);
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
   /* text-transform: capitalize;*/
	margin-bottom: 2rem;
	
}
.footer p {
    font-size: 1rem;
    line-height: 24px;
}
.crd_details a {
    color: #1376F8;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.36px;
}

.hm3_banner_section p {
	color: #FA5C21;
	
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}



.crd_img{
  text-align: center;
}
.crd_img img{
  margin-left: auto;
  margin-right: auto;
}
a.nav-logo img {
	height: 80px;
}

.home_about h5 {
    color: #011632;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.home_zorgplannen {
	background-image: url(../img/Zorgplannen.png);
	background-repeat: no-repeat;
	background-color: #EBF6FF;
	background-size: cover;
	
	background-position: bottom right;

}
.blur_bg {
    background-image: url(../img/bl.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    border: 0px;
    background-blend-mode: overlay, normal;
    backdrop-filter: blur(40px);
    padding: 3rem;
}
.home_zorgplannen h2, .home_zorgplannen p, .home_zorgplannen li {
    color: #fff;
}
.home_zorgplannen li {
    font-size: 24px;
    list-style: disc;
}
.home_zorgplannen ul {
    padding-left: 15px;
}

.home_client {
    gap: 25px;
}
.home_client img {
    display: block;
}

.home_tab{
	background-image: url(../img/tab-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.tabs-content_row{
	grid-template-columns: 2fr 1fr;
}
/* mobile responsive start here */

.test_img {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center;
}

.test_img img {
    display: block;

    max-width: 200px !important;
    margin-left: auto;
    margin-right: auto;
}
.testi_details {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center;
    margin-top: 40px;
}
.testimonial_item {
    flex-direction: column;
}

.testi_details {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center;
    margin-top: 40px;
}

.home_testimonial {
    background: url(../img/testimonial-bg.png);
    background-size: cover;
}
.testi_details p {
    color: #fff;
    font-style: italic;
    font-size: 28px;
    line-height: 48px;
}

.testi_details span {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
}

.home_testimonial h2{
	color: #fff;
}
.footer .row_custom {
    align-items: flex-start;
}

.home_blog{

	background: url(../img/blg-bg.png);
}
.tabs li{
	position: relative;
}
.tabs .active-tab::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #1376F8;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.home_about .img_shadow{
	position: relative;
}

.home_about .img_shadow::before {
    content: "";
    background: #1376F8;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    border-radius: 20px;
    left: -10px;
    top: -10px;
}

@media only screen and (max-width: 1024px) {
.row_colm_3 {
    grid-template-columns: 1fr 1fr;
}
.container{
	padding: 0 2rem;
}
.row_custom {
   
    gap: 30px;
   
}
.title_h2{
	font-size: 40px;
}
.home_about h5 {

    font-size: 24px;
    
}
}

@media only screen and (max-width: 979px) {

	.nav-link {
		font-size: 14px;
	}

	.title_h2 {
		font-size: 36px;
	}

	.video_colm h4 {
		font-size: 24px;
	}

	.suppirt_img_text h4 {
		font-size: 20px;
	}

	.tabs li {
		width: 33.333%;
		max-width: 100%;
	}
	a.nav-logo img {
		height: 50px;
	}
	.hm3_banner_section h1{
		font-size: 60px;
	}
}

@media only screen and (max-width: 768px) {
	.nav-menu {
		position: fixed;
		left: -100%;
		top: 78px;
		flex-direction: column;
		background-color: #1376F8;
		width: 100%;
		border-radius: 10px;
		text-align: center;
		transition: 0.3s;
		z-index: 99;
		padding: 2rem;
	}

	.nav-link {
		font-size: 1.2rem;
	}

	.nav-menu.active {
		left: 0;
	}

	.nav-item {
		margin: 10px 0px;
	}

	.hamburger {
		display: block;
		cursor: pointer;
	}

	.hamburger.active .bar:nth-child(2) {
		opacity: 0;
	}

	.hamburger.active .bar:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	.hamburger.active .bar:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}
	.top_notification{
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	
	.home_zorgplannen li {
		font-size: 20px;
		
	}
	.blur_bg {
	
		padding: 1.5rem;
	}
	.testi_details p {
		
		font-size: 24px;
		line-height: 36px;
	}
	.hm3_banner_section{
		padding: 5rem 0px;
	}
	.nav-link {
		color: #fff;
		
	}
	.hm3_banner_section h1{
		font-size: 36px;
	}
	p{
		font-size: 18px;

	}
	h2{
		font-size: 30px;;
	}
	.our_cat_item .our_cat_details h4 {

		font-size: 18px;

	}

	.our_cat_item .our_cat_details p {

		font-size: 21px;

	}

	.card_prod .crd_details h4 {
		font-size: 18px;

	}

	.title_h2 {
		font-size: 30px;
	}

	.video_colm h4 {
		font-size: 20px;
	}

	section {
		padding: 2.5rem 0rem;
	}

	.row_colm_2 {
		grid-template-columns: 1fr;
	}

	.row_colm_3 {
		grid-template-columns: 1fr 1fr;
	}

	.heading_h2 {
		font-size: 2rem;
	}

	.row_custom {
		gap: 24px;
	}

	.row_colm_4 {
		grid-template-columns: 1fr 1fr;
	}

	.footer .coml {
		margin-bottom: 1rem;
	}

	

	

	.tabs li img {
		height: 25px;
	}
  .bnrshop_now_link a.shp_now {
    font-size: 24px !important;
 
}
.tabs-content {
    
    padding: 1.5rem;
   
}
}

@media only screen and (max-width: 576px) {
	.row_colm_3 {
		grid-template-columns: 1fr;
	}

	.row_colm_4 {
		grid-template-columns: 1fr;
	}

	a.nav-logo img {
		height: 40px;
	}

	.title_h2 {
		font-size: 28px;
	}

	.our_cat_item img {
		width: 100%;
	}

	.custimor_img img {

		height: 75px;
		width: 75px;
	}

	.title_shop {
		flex-wrap: wrap;
	}

	.cart_header {

		column-gap: 20px;
	}

	.tab_Area {
		margin-top: 1rem;
	}
  .hm2_custimor_colm {

    grid-template-columns: 1fr;
  
}
}


@media only screen and (max-width: 479px) {
	

	.tabs li img {
		height: 20px;
	}

	.cart_header img {
		height: 18px;
	}

	
}

@media only screen and (max-width: 413px) {
	.tabs li {

		padding: 6px 4px 5px 4px;

	}

	.tabs li img {
		height: 16px;
	}
}

@media only screen and (max-width: 374px) {
	.cart_header {
		column-gap: 10px;
	}

	a.nav-logo img {
		height: 32px;
	}
}
/**developer css**/
.widget_nav_menu .menu li.btn{
	display:none;
}

.custom-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
 }
 
 .modal-content {
	background: #1576F8;
	padding: 30px;
	max-width: 700px;
	width: 90%;
	max-height: 80vh;
	overflow-y: auto;
	position: relative;
	border-radius: 10px;
 }
 
 .close-modal {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
	color: #fff;
 }
.modal-content p {
	color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}  .inner-pages p{
	font-size: 1rem;
	line-height: 24px;
} .inner-pages {
	margin-top:10px;
} 
.slick-initialized .slick-slide {
	margin:0px;
}
.home_tab ul.tabs-content p, .home_blog .card_prod .crd_details p, .home_blog .crd_details a, .home_blog .card_prod .crd_details h4{
	font-size: 24px;line-height: 36px;
}ul.ftr_hours li a, .location a {
    color: #fff;
}h4.cat_heading4, h4.cat_heading3 {
    margin-top: -18% !important;
}

/*CONTACTFOMULIER*/

.home_contact {
  padding: 80px 0;            /* witte ruimte */
  background: #fff;
}
.home_contact .wpcf7 form {
  max-width: 720px;
  margin: 0 auto;             /* formulier centreren */
}
/* ===== Contact Form Style (in lijn met diemel.pixxoo.net) ===== */

.contact-form-wrapper {
  max-width: 640px;          /* formulierbreedte */
  margin: 0 auto;            /* centreert het blok */
  background: #fff;
  padding: 40px 50px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.contact-form-wrapper h3 {
  text-align: center;
  color: #1376F8;
  font-weight: 700;
  margin-bottom: 30px;
}

.wpcf7 form p,
.contact-form-wrapper label {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  color: #222;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  background: #f9f9f9;
  transition: border-color 0.2s, background 0.2s;
}

.contact-form-wrapper input[type="text"]:focus,
.contact-form-wrapper input[type="email"]:focus,
.contact-form-wrapper textarea:focus {
  border-color: #1376F8;
  background: #fff;
  outline: none;
}

/* Submit button stijl in lijn met .btn van de site */
.contact-form-wrapper input[type="submit"],
.contact-form-wrapper button[type="submit"] {
  display: inline-block;
  background: #1376F8;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.contact-form-wrapper input[type="submit"]:hover {
  background: #0f65d8;
  transform: translateY(-1px);
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 20px;
  border: none;
  text-align: center;
  font-size: 15px;
  color: #1376F8;
}
