body{
	overflow-x:hidden;
}

/*
Theme Name:   Mijn Child Theme
Template:     parent-theme-folder
Description:  Modern CSS template voor Elementor Child Theme
Version:      1.0
*/

/* ===========================
   1. CSS Reset
=========================== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
} 

body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ===========================
   2. Global Elements
=========================== */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

b, strong{
	font-weight:600;
}

input,
button,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

/* ===========================
   3. Headings & Typography
=========================== */
h1, h2, h3, h4, h5, h6 {
  
  line-height: 1.2;
  margin-bottom: 1rem;
}


/* ===========================
   4. Buttons & Forms
=========================== */
button,
input[type="submit"],
.elementor-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

button:hover,
input[type="submit"]:hover,
.elementor-button:hover {
  filter: brightness(0.95);
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  width: 100%;
  padding: 0.75rem;
  border-radius: 4px;
  background-color: #f2f2f2;
  margin-bottom: 1rem;
}

/* ===========================
   5. Layout Helpers
=========================== */
.container {

 margin: 0 auto;
  padding: 0 1rem;
}


/* ===========================
   6. Responsive Utilities
=========================== */


/* ===========================
   7. Elementor Specific Styling
=========================== */
.elementor-section {
  padding: 60px 0;
}

.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3 {
  margin-bottom: 0.5rem;
}

.elementor-button {
  border-radius: 6px;
  padding: 0.75rem 1.25rem;
}




/*Extra css*/