/*
Theme Name: Your Tech Club Theme
Theme URI: https://yourtechclub.com
Author: Your Tech Club
Description: Your Tech Club Theme is a customized theme for YourTechClub...
Version: 1.0
*/

/* #topbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
} 
 */
body {
	margin-top: 0px;
}



.site-breadcrumb img {
    width: 12px !important;
    height: auto !important;
    margin: 0 !important;
}

.widget_shopping_cart_footer .ecomus-price-saved {
	display: none;
}

/* 
Header customization */
.header-custom-html {
	display: flex;
    align-content: center;
    align-items: center;
	    gap: 10px;
}

.kv-widget-wrapper {
	color: black !important;
}

.kiyohIframe {
	width: 90px;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    opacity: 0.4;
}
.header-search__form {
    padding: 16px 0px;
    width: 100%;
    min-width: 500px;
    max-width: 400px;
    border-radius: 100px;
    border: 1.025px solid var(--Color-Neutral-neutral-lighter, #CCC);
}


.header-search__button { display: none !important;}

.header-search__form {
	    padding: 16px 0px;
}


/* 
Mega menu customization */
.panel__container {
  background: #F8F6F2;
}
.hambuger-navigation li a {
  color: #000 !important;
  font-family: "Albert Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.mega-menu__column li a {
	  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.mega-menu ul.mega-menu__column .menu-item--widget-heading:first-child {
    margin-top: 0;
    font-size: 14px;
}
.mega-menu__link-text {
	color: #780000;
	font-weight: 700 !important;
}
.mega-menu__column> li:first-child > a {
    font-weight: 700 !important;
    color: #000 !important; 
}


/* Top bar customization */
@media screen and (max-width: 768px) {
    .topbar-items {
    display: flex;
    align-items: center;
    height: 100%;
    flex: 1;
    justify-content: center;
}
    .topbar:not(.topbar-mobile) {
        display: flex;
    }
    .topbar-right-items {
    display: none !important;
}
.topbar-center-items {
    display: none !important;
}
.topbar-custom-text {
    font-size: 11px !important;
    text-align: center;
}
	.topbar-custom-text svg {
   width: 11px;
	height: 11px;
}
}


/* 
Testimonial Carousel Customization */
.ecomus-testimonial-carousel-2__item {
    min-height: 480px; 
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .ecomus-testimonial-carousel-2__item {
        min-height: 600px; 
    }
	
	body {
	margin-top: 0px;
}
	
	.ecomus-image-box-carousel .navigation-class--mobileboth .swiper-button {
        display: none !important;
    }

	

}
@media screen and (max-width: 1024px) {
       .testimonial-carousel-items  .swiper-button.elementor-swiper-button-prev {
    left: -10px !important;
    top: 30% !important;
    }
     .testimonial-carousel-items .swiper-button.elementor-swiper-button-next {
       right: -10px !important;
    top: 30% !important;
    }
/* 	 .swiper-button.elementor-swiper-button-prev {
        left: -13px !important;
    }
     .swiper-button.elementor-swiper-button-next {
        right: -13px !important;
    } */
}


/* 
Contact box customization */
    .contact-icon-box-one h3 {
		margin-top: 0px;
	}	
	
	.contact-icon-box-one a {
	    color: black !important;
	    font-weight: 700;
	    
	}	
	
	.contact-icon-box-three h3 {
		margin-top: 0px;
	}
	
	.contact-icon-box-three a {
	    color: black;
	}


/* Inspiratie archive page customization	 */
.custom-card-row {
  display: flex;
  /*justify-content: center;*/
  gap: 20px;
  margin-bottom: 20px !important;
  flex-wrap: wrap;
}

.custom-card-row.columns-3 .custom-card {
  flex: 0 0 calc(33.333% - 13.34px);
  max-width: calc(33.333% - 13.34px);
}

.custom-card-row.columns-2 .custom-card {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}

.custom-card {
  height: 558px;
  padding: 48px 48px 24px 32px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 79%);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  color: white;
  transition: transform 0.3s ease;
}

.custom-card:hover {
  transform: scale(1.02);
}

.card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card-title {
  font-size: 24px;
  font-family: 'Albert Sans', sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.card-subtitle {
  font-size: 18px;
  font-family: 'Albert Sans', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

#inspiration-grid-wrapper {
	gap: 0 !important;
}

@media (max-width: 1024px) {
  .custom-card-row.columns-3 .custom-card,
  .custom-card-row.columns-2 .custom-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.project-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 8px 16px;
  font-family: 'Albert Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid black;
	color: black;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-btn.active,
.filter-btn:hover {
  background: black;
  color: white;
}

.custom-card:hover {
	color: white;
}

.related-projects {
  display: flex;
  gap: 20px;
}

/* Inspiratie detail page customization	 */
.related-project-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/*Hero adjustment*/
.pro-brief p {
    margin-top: 0;
}
.tags {
	display: flex;
    gap: 8px;
}

.tag {
	display: flex;
    padding: 4px 8px;
    align-items: flex-start;
    background: #FFF8E8;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: #000;
}

.inspiratie-product-link {
  color: var(--Color-Brand-light-blue, #669BBC);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
    text-underline-offset: 3px !important;
}


.inspiratie-gallery {
    position: relative;
    overflow: visible;
}


.inspiratie-gallery .swiper-slide img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 638px; 
}

/* Tablet (max width: 1024px) */
@media (max-width: 1024px) {
    .inspiratie-gallery .swiper-slide img {
        height: 476px;
        object-fit: cover;
    }
	
	.panel__container .ecomus-products-filter__container{
		    padding: 30px !important;
	}
}

/* Mobile (max width: 767px) */
@media (max-width: 767px) {
    .inspiratie-gallery .swiper-slide img {
        height: 300px;
        object-fit: cover;
    }
}

.custom-swiper-nav {
    width: 56px;
    height: 56px;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev.custom-swiper-nav {
    left: -20px;
}

.swiper-button-next.custom-swiper-nav {
    right: -20px; 
}

.custom-swiper-nav img {
    width: 100%;
    height: auto;
    display: block;
}


.swiper-button-prev::after,
.swiper-button-next::after {
    display: none !important;
    content: none !important;
}

   .contact-icon-box-one h3 {
		margin-top: 0px;
	}	
	
	.contact-icon-box-one a {
	    color: black !important;
	    font-weight: 700;
	    
	}	
	
	.contact-icon-box-three h3 {
		margin-top: 0px;
	}
	
	.contact-icon-box-three a {
	    color: black;
	}



    /* 
Afspraak planner - Showroom customization */
.ui-datepicker td a {
    text-decoration: none;
    color: #333;
    font-size: 14px !important;
}

/* Reset alles van de jQuery UI datepicker */
.ui-datepicker table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  width: 100% !important;
}
.ui-datepicker td, .ui-datepicker th {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  width: 36px !important;
  height: 36px !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  line-height: 34px !important;
  margin: 1px auto !important;
  padding: 0 !important;
  border-radius: 50% !important;
  text-align: center !important;
  box-sizing: border-box !important;
  background: none !important;
  color: #2c3e50 !important;
  font-weight: 400 !important;
  transition: background 0.2s, color 0.2s;
}

/* Hover, actief, geselecteerd: mooie ronde groene button */
.ui-datepicker td a:hover,
.ui-datepicker td.ui-datepicker-current-day a,
.ui-datepicker td.ui-state-active a,
.ui-datepicker td a:focus {
  background: #188750 !important; /* jouw groene kleur */
  color: #fff !important;
  border-radius: 50% !important;
  outline: none !important;
}

/* Vandaag een andere zachte kleur (optioneel) */
.ui-datepicker .ui-state-highlight {
  background: #e2f2e9 !important;
  color: #188750 !important;
  border-radius: 50% !important;
}

/* Disabled (niet selecteerbaar) dagen vervagen */
.ui-datepicker td.ui-state-disabled span,
.ui-datepicker td.ui-state-disabled a {
  color: #ccc !important;
  background: none !important;
  pointer-events: none !important;
}

.ui-datepicker-header a {
	cursor: pointer;
}


@media screen and (max-width: 767px) {
.onz-showroom-icon-list ul{
    display: flex;
    gap: 5px;
    flex-direction: column;
	}
}
	
/*appointment-form customization*/
    .appointment-form .gform_heading {
	    display: none;
	}
	
	.appointment-form .ginput_container input[type="text"],
.appointment-form .ginput_container input[type="email"],
.appointment-form .ginput_container input[type="tel"],
.appointment-form .ginput_container textarea,
.appointment-form .ginput_container select {
    border-radius: 2px;
    border: 1px solid var(--Color-Neutral-neutral-lighter, #E8E8E8);
    background: var(--Color-Neutral-white, #FFF);
    padding: 12px;
    width: 100%; 
    box-sizing: border-box; 
}

/*Field height consistancy*/
   .appointment-form .ginput_container select {
    height: 44px; 
}  

/* Restore dropdown arrow */
.appointment-form .ginput_container select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="gray"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"/></svg>'); 
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
    padding-right: 30px; 
    cursor: pointer;
}

/* Optional: Fix for Safari */
.appointment-form .ginput_container select::-ms-expand {
    display: none;
}
/* Style all labels in the contact form */
.appointment-form .gfield_label {
    color: var(--Text-primary, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 150%; /* 24px */
}

/* Style placeholders in all input fields and textarea */
.appointment-form ::placeholder {
    color: var(--Color-Neutral-neutral, #666);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

/* Specific support for Firefox */
.appointment-form input::-moz-placeholder,
.appointment-form textarea::-moz-placeholder {
    color: var(--Color-Neutral-neutral, #666);
    opacity: 1; /* Ensures visibility */
}

/* Specific support for Webkit browsers (Chrome, Safari) */
.appointment-form input::-webkit-input-placeholder,
.appointment-form textarea::-webkit-input-placeholder {
    color: var(--Color-Neutral-neutral, #666);
}

/* Specific support for Edge */
.appointment-form input::-ms-input-placeholder,
.appointment-form textarea::-ms-input-placeholder {
    color: var(--Color-Neutral-neutral, #666);
}

/* Style dropdown options */
.appointment-form select,
.appointment-form select option {
    color: var(--Color-Neutral-neutral, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

/* Set the height of the textarea */
.appointment-form .ginput_container textarea {
    height: 120px !important;
}

/* Style the submit button */
.appointment-form .gform_button {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--Color-Brand-dark-blue, #003049);
    background: var(--Color-Brand-dark-blue, #003049);
    color: white; /* Ensures text visibility */
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Smooth transition */
}

/* Hover state for the submit button */
.appointment-form .gform_button:hover {
    color: white;
    background: #780000;
    border: 1px solid #780000;
}


.appointment-form .ginput_container_date img {
    position: absolute !important;
}



@media screen and (max-width: 1024px) {
    .appointment-form .gform_button {
        width: 100%;
    }
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    color: #c02b0a;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-block-end: 12px;
    margin-block-start: 0;
    margin-inline: 0;
    letter-spacing: -0.3px;
}

/* Homepage */
/* @media (max-width: 1024px) {
    .ecomus-icon-box-carousel--elementor .swiper-pagination {
        display: inline-block !important;
    }
    
} */


/*Inspiration Slider Post*/

@media only screen and (min-width: 992px)  {
	.inspiration-slider-layout .elementor-swiper-button-next {
   	position: absolute !important;
    top: 50% !important;
    left: 85% !important;
    }
	.inspiration-slider-layout .ecomus-carousel--elementor .swiper-pagination {
    display: block !important;
}
}

.inspiration-slider-layout .ecomus-carousel--elementor .swiper-pagination {
    display: none !important;
}



/* === Desktop View === */
.page-id-6474 .topbar,
.page-id-6475 .topbar,
.page-id-6474 .topbar-mobile,
.page-id-6475 .topbar-mobile,
.page-id-6474 .topbar-slides,
.page-id-6475 .topbar-slides,
.page-id-6474 .topbar-items,
.page-id-6475 .topbar-items,
.page-id-6474 .ecomus-button-link,
.page-id-6475 .ecomus-button-link,
.page-id-6474 .site-header__desktop .header-bottom,
.page-id-6475 .site-header__desktop .header-bottom,
.page-id-6474 .header-right-items .kiyohIframe,
.page-id-6475 .header-right-items .kiyohIframe,
.page-id-6474 .header-right-items .header-cart__icon,
.page-id-6475 .header-right-items .header-cart__icon,
.page-id-6474 .header-center-items .header-search__form,
.page-id-6475 .header-center-items .header-search__form,
.page-id-6474 .header-center-items,
.page-id-6475 .header-center-items,
.page-id-6474 .header-right-items,
.page-id-6475 .header-right-items,
.page-id-6474 .header-hamburger,
.page-id-6475 .header-hamburger {
    display: none !important;
}

.page-id-6474 .site-header__desktop.minimized .header-main,
.page-id-6475 .site-header__desktop.minimized .header-main,
.page-id-6474 .site-header__desktop.minimized .header-bottom,
.page-id-6475 .site-header__desktop.minimized .header-bottom,
.page-id-6474 .site-header__desktop,
.page-id-6475 .site-header__desktop {
    margin-top: 0px !important;
}

.page-id-6474 .header-left-items .header-logo,
.page-id-6475 .header-left-items .header-logo {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
}

/* === Mobile View === */
@media screen and (max-width: 1024px) {
    .page-id-6474 .header-left-items,
    .page-id-6475 .header-left-items {
        display: none !important;
    }

    .page-id-6474 .header-center-items,
    .page-id-6475 .header-center-items {
        display: flex !important;
        width: 100% !important;
        justify-content: center !important;
    }

    .page-id-6474 .site-header__mobile.minimized .header-mobile-main,
    .page-id-6475 .site-header__mobile.minimized .header-mobile-main,
    .page-id-6474 .site-header__mobile-sticky.minimized .header-mobile-main,
    .page-id-6475 .site-header__mobile-sticky.minimized .header-mobile-main {
        margin-top: 0px !important;
    }
	/* === Fixed Mobile Header for Specific Pages === */
.page-id-6474 .site-header__mobile,
.page-id-6475 .site-header__mobile,
.page-id-6474 .site-header__mobile-sticky,
.page-id-6475 .site-header__mobile-sticky,
.page-id-6474 .site-header__mobile-sticky.minimized,
.page-id-6475 .site-header__mobile-sticky.minimized {
    position: fixed !important;
    top: 0px !important;
    left: 0;
    right: 0;
    z-index: 999 !important;
}

}

.sub-menu.mega-menu {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	/*position: absolute;*/
	z-index: 9999;
	transition: opacity 0.3s ease;
}

.menu-item-has-children.menu-open > .sub-menu.mega-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}


.menu-item .mega-menu {
	z-index: 9999 !important;
}

html.no-scroll {
  overflow: hidden !important;
  height: 100% !important;
}

.ecomus-products-filter__form {
  max-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* voor iOS smooth scroll */
}

.woocommerce-mini-cart-item__qty .qty {
	width: 35px !important;	
}
