/*
 Theme Name: buro_deBom thema
 Theme URI: https://example.com
 Description: Het thema van buro_deBom
 Author: Jelle | buro_deBom
 Template: sydney
 Version: 1.0.0
*/

/* Eigen CSS hieronder */
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.page-wrap {
	padding: 0px !important;
}

.container {
	max-width: 100%;
	width: 100%;
}

/* Hero Section */
.hero_section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero_background {
    position: relative;
    width: 100%;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Dark overlay met 50% opacity */
.hero_background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero_title,
.hero_subtitle,
.hero_divider {
    position: relative;
    z-index: 2;
    color: #ffffff;
	font-family: 'Poppins', sans-serif;
}

.hero_title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1.5rem;
}

.hero_divider {
    max-width: 160px;
    height: 3px;
    background-color: #E50580;
    border: none;
    margin: 1rem 0;
    opacity: 0.9;
}

.hero_subtitle {
    font-size: clamp(1.25rem, 3vw, 2rem);
    font-weight: 400;
    line-height: 1.5;
    margin: 1.5rem 0 0;
    max-width: 800px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.hero_background_inner {
	width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* Responsive optimalisaties */
@media (max-width: 768px) {
    .hero_background {
        min-height: 50vh;
        padding: 3rem 1.5rem;
    }
    
    .hero_divider {
        width: 60px;
        height: 2px;
    }
	
	.shfb-footer {
		padding-bottom: 20px;
	}
}

@media (max-width: 480px) {
    .hero_background {
        min-height: 40vh;
        padding: 4rem 1rem;
    }
}

.shfb-builder-item.shfb-component-mobile_hamburger i svg {
	    width: 20px;
    height: 20px;
    position: relative;
    top: 8px;
    fill: black;
}

.site-logo {
	object-fit: contain;
}

@media (max-width: 1024px) {
    .shfb-row.shfb-cols-layout-equal-tablet.shfb-cols-3 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Performance optimalisatie: reduceer repaints */
.hero_background {
    will-change: transform;
    transform: translateZ(0);
}

/* Introduction Section */
.introduction_section {
    width: 100%;
    padding: 5rem 2rem;
    background-color: #ffffff;
}

.introduction_inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto; /* Links uitgelijnd, niet gecentreerd */
    font-family: 'Poppins', sans-serif;
}

.introduction_title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 600;
    line-height: 1.3;
    color: #333333;
    margin: 0 0 1.5rem;
}

.introduction_info {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

.introduction_info p {
    margin: 0 0 1rem;
}

.introduction_info p:last-child {
    margin-bottom: 0;
}

/* Responsive optimalisaties */
@media (max-width: 768px) {
    .introduction_section {
        padding: 3rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .introduction_section {
        padding: 3rem 1rem;
    }
}

/* Performance optimalisatie */
.introduction_section {
    will-change: transform;
    transform: translateZ(0);
}

.button {
	background: #E50580;
    color: white;
    font-family: 'Poppins', sans-serif !important;
    padding: 13px 35px 10px 35px !important;
    font-size: 16px !important;
    border-radius: 100px !important;
	border: 1px solid #E50580;
	transition: 0.3s all;
	text-transform: math-auto !important;
	display: inline-block;
}

.button:hover {
	background-color: transparent;
	transition: 0.3s all;
	color: #E50580;
}

.button_secondary {
	background: transparent;
    color: #E50580;
    font-family: 'Poppins', sans-serif !important;
    padding: 13px 35px 10px 35px !important;
    font-size: 16px !important;
    border-radius: 100px !important;
	border: 1px solid #E50580;
	transition: 0.3s all;
	text-transform: math-auto 
}


.button_secondary:hover {
	background-color: #E50580;
	transition: 0.3s all;
	color: white;
}

a.button.button_hero {
	position: relative;
    z-index: 2;
	display: inline-block;
    margin-top: 20px;
}

a.button.button_hero:hover { 
	background-color: transparent;
	color: white;
	border: 1px solid white;
	transition: 0.3s all;
}

a.button.button_introduction {
	display: inline-block;
    margin-top: 30px;
}

/* Image Info Section */
.imginfo_section {
    width: 100%;
    padding: 5rem 2rem;
    background-color: #f9f9f9;
}

.imginfo_inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

/* Image (links) */
.imginfo_image_wrapper {
    flex: 0 0 45%;
    max-width: 45%;
}

.imginfo_image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    object-fit: cover;
}

/* Content (rechts) */
.imginfo_content {
    flex: 1;
    font-family: 'Poppins', sans-serif;
}

.imginfo_title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 600;
    line-height: 1.3;
    color: #333333;
    margin: 0 0 1.5rem;
}

.imginfo_information {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 2rem;
}

.imginfo_information p {
    margin: 0 0 1rem;
}

.imginfo_information p:last-child {
    margin-bottom: 0;
}

/* Responsive optimalisaties */
@media (max-width: 768px) {
    .imginfo_section {
        padding: 3rem 1.5rem;
    }
    
    .imginfo_inner {
        flex-direction: column;
        gap: 2.5rem;
    }
    
    .imginfo_image_wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .imginfo_content {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .imginfo_section {
        padding: 3rem 1rem;
    }
    
    .imginfo_inner {
        gap: 2rem;
    }
    
    .imginfo_button {
        width: 100%;
        text-align: center;
        padding: 1rem 1.5rem;
    }
}

/* Performance optimalisatie */
.imginfo_section {
    will-change: transform;
    transform: translateZ(0);
}

/* Services Section */
.services_section {
    width: 100%;
    padding: 4rem 2rem;
    background-color: #ffffff;
}

.services_inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}

/* Header */
.services_header {
    margin-bottom: 3rem;
}

.services_title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 600;
    line-height: 1.3;
    color: #333333;
    margin: 0 0 1.5rem;
}

.services_divider {
    width: 80px;
    height: 3px;
    background-color: #E50580;
    border: none;
    margin: 1.5rem 0;
    opacity: 0.9;
}

.services_info {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 400;
    line-height: 1.7;
    max-width: 800px;
}

.services_info p {
    margin: 0 0 1rem;
}

.services_info p:last-child {
    margin-bottom: 0;
}

/* Grid met cards */
.services_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
}

.services_card {
    flex: 1 1 calc(25% - 1.5rem);
    min-width: 250px;
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.services_card:hover {
    transform: translateY(-5px);
    border-color: #E50580;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
}

/* Icon styling */
.services_icon_wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E50580;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.services_card:hover .services_icon_wrapper {
    background-color: #E50580;
    transform: scale(1.1);
}

.services_icon {
    font-size: 2rem;
    color: #ffffff;
}

/* Service naam */
.services_name {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    font-weight: 500;
    line-height: 1.4;
    color: #333333;
    margin: 0;
}

/* Responsive optimalisaties */
@media (max-width: 768px) {
    .services_section {
        padding: 3rem 1.5rem;
    }
    
    .services_header {
        margin-bottom: 2.5rem;
    }
    
    .services_grid {
        gap: 1.5rem;
    }
    
    .services_card {
        flex: 1 1 calc(50% - 0.75rem);
        min-width: 200px;
        padding: 2rem 1.25rem;
    }
    
    .services_divider {
        width: 60px;
        height: 2px;
    }
}

@media (max-width: 480px) {
    .services_section {
        padding: 2rem 1rem;
    }
    
    .services_grid {
        gap: 1rem;
    }
    
    .services_card {
        flex: 1 1 100%;
        padding: 1.75rem 1rem;
    }
    
    .services_icon_wrapper {
        width: 60px;
        height: 60px;
        margin-bottom: 1.25rem;
    }
    
    .services_icon {
        font-size: 1.75rem;
    }
}

/* Performance optimalisatie */
.services_section {
    will-change: transform;
    transform: translateZ(0);
}

/* Info Image Section (Image rechts) */
.infoimg_section {
    width: 100%;
    padding: 4rem 2rem;
    background-color: white;
}

.infoimg_inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

/* Flex Row (Content links + Image rechts) */
.infoimg_row {
    display: flex;
    align-items: center;
    gap: 4rem;
    margin-bottom: 2rem;
}

/* Content (links) */
.infoimg_content {
    flex: 1;
    font-family: 'Poppins', sans-serif;
}

.infoimg_title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 600;
    line-height: 1.3;
    color: #333333;
    margin: 0 0 1.5rem;
}

.infoimg_information {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

.infoimg_information p {
    margin: 0 0 1rem;
}

.infoimg_information p:last-child {
    margin-bottom: 0;
}

/* Image (rechts) */
.infoimg_image_wrapper {
    flex: 0 0 45%;
    max-width: 45%;
}

.infoimg_image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

/* Information 2 (volle breedte onder de row) */
.infoimg_information_2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 400;
    line-height: 1.7;
    margin: 2rem 0 2rem;
    width: 100%;
}

.infoimg_information_2 p {
    margin: 0 0 1rem;
}

.infoimg_information_2 p:last-child {
    margin-bottom: 0;
}

/* Button (onder information 2) */
.infoimg_button {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #333333;
    padding: 0.875rem 2rem;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.infoimg_button:hover {
    background-color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.infoimg_button:active {
    transform: translateY(0);
}

/* Responsive optimalisaties */
@media (max-width: 768px) {
    .infoimg_section {
        padding: 3rem 1.5rem;
    }
    
    .infoimg_row {
        flex-direction: column;
        gap: 2.5rem;
        margin-bottom: 1.5rem;
    }
    
    .infoimg_image_wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .infoimg_content {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .infoimg_section {
        padding: 2rem 1rem;
    }
    
    .infoimg_row {
        gap: 2rem;
        margin-bottom: 1.25rem;
    }
    
    .infoimg_button {
        width: 100%;
        text-align: center;
        padding: 1rem 1.5rem;
    }
}

/* Performance optimalisatie */
.infoimg_section {
    will-change: transform;
    transform: translateZ(0);
}

/* Contact Section (Laatste blok) */
.contact_section {
    width: 100%;
    padding: 5rem 2rem;
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
}

.contact_inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
}

.contact_title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    color: #333333;
    margin: 0 0 1.5rem;
}

.contact_divider {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #333333, transparent);
    border: none;
    margin: 1.5rem auto 2rem;
    opacity: 0.8;
}

.contact_information {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.0625rem, 2.5vw, 1.1875rem);
    font-weight: 400;
    line-height: 1.8;
    margin: 0 0 3rem;
}

.contact_information p {
    margin: 0 0 1.25rem;
}

.contact_information p:last-child {
    margin-bottom: 0;
}

/* Contact buttons */
.contact_buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.contact_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    padding: 1.125rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    min-width: 200px;
}

.contact_button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: left 0.3s ease;
}

.contact_button:hover::before {
    left: 100%;
}

.contact_button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.contact_button:active {
    transform: translateY(-1px);
}

/* Primary button (eerste button) */
.contact_button_primary {
    background: linear-gradient(135deg, #333333 0%, #000000 100%);
}

.contact_button_primary:hover {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
}

/* Secondary button (tweede button) */
.contact_button_secondary {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.contact_button_secondary:hover {
    background: linear-gradient(135deg, #128C7E 0%, #075E54 100%);
}

/* Responsive optimalisaties */
@media (max-width: 768px) {
    .contact_section {
        padding: 4rem 1.5rem;
    }
    
    .contact_buttons {
        flex-direction: column;
        gap: 1.25rem;
    }
    
    .contact_button {
        width: 100%;
        max-width: 320px;
        padding: 1.25rem 2rem;
    }
    
    .contact_divider {
        width: 80px;
        height: 3px;
    }
}

@media (max-width: 480px) {
    .contact_section {
        padding: 3rem 1rem;
    }
    
    .contact_button {
        font-size: 1rem;
        padding: 1rem 1.75rem;
        min-width: 180px;
    }
}

/* Performance optimalisatie */
.contact_section {
    will-change: transform;
    transform: translateZ(0);
}

.contact_information p a {
	color: #E50580;
	text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.contact_information p a:hover {
    border-bottom-color: #E50580;
}

.shfb-row.shfb-cols-2.shfb-cols-layout-equal-desktop.shfb-cols-layout-equal-tablet {
	max-width: 1400px; 
	width: 100%; 
	margin: 0 auto;
}

.shfb .main-navigation a.sydney-dropdown-link {
	    font-family: 'Poppins', sans-serif;
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 400;
    line-height: 1.7;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.2s ease;
}

.shfb .main-navigation a.sydney-dropdown-link:hover { 
	border-bottom-color: #E50580;
	color: #E50580;
}

@media (max-width: 1024px) {
	.shfb-column.shfb-column-3 {
		display: none !important;
	}

	.shfb-header .shfb-main_header_row .shfb-column-1 {
		justify-content: flex-end !important;
		grid-column: 3;
	}
	
	.shfb-header .shfb-main_header_row .shfb-column-2 {
        justify-content: flex-start !important;
    }
}

.sydney-offcanvas-menu.toggled {
	width: 100%; 
	max-width: 100%;
}

.shfb-row-wrapper.shfb-below_footer_row {
	max-width: 1400px; 
	width: 100%; 
	margin: 0 auto;
}

.shfb-row-wrapper.shfb-below_footer_row .sydney-credits {
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.shfb-row-wrapper.shfb-below_footer_row .sydney-credits a {
	    color: #E50580;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s 
ease;
}

.shfb-row-wrapper.shfb-below_footer_row .sydney-credits a:hover {
    border-bottom-color: #E50580;
}


html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}