/*
Theme Name: Your Tech Club Theme
Theme URI: https://yourtechclub.com
Template: ecomus
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;
}

/* 
Cart Popup Image - Show square */
td.xoo-cp-pimg img {
	aspect-ratio: 1 / 1 !important;
	object-fit: cover !important;
	width: 100% !important;
	height: auto !important;
}

/* 
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;
}

.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;
}

.swa-header-link {
  text-decoration: none !important;
  font-size: 0.875rem !important;
}

.swa-header-link:hover {
  text-decoration: none;
  font-size: 0.875rem;
  color: #fff;
}



/* ========================================
   Blog Posts Grid Styles
   ======================================== */

.blog-posts-wrapper {
  width: 100%;
}

/* Category Filter Tabs */
.blog-category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 64px;
}

.blog-filter-btn {
  padding: 8px 16px;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  border: none !important;
  background: transparent;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 0;
}

.blog-filter-btn:hover,
.blog-filter-btn.active {
  background: #000;
  color: #fff;
}

/* Blog Posts Grid */
.blog-posts-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  transition: opacity 0.3s ease;
  column-gap: 32px;
  row-gap: 64px;
}

.blog-posts-grid-container.loading {
  opacity: 0.5;
  pointer-events: none;
}

/* Blog Post Card Entrance Animation */
@keyframes blogCardFadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Blog Post Card */
.blog-post-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border: 1px solid #e8e8e8;
  opacity: 0;
  animation: blogCardFadeInUp 0.6s ease forwards;
}

/* Staggered animation delays for cards */
.blog-post-card:nth-child(1) {
  animation-delay: 0s;
}
.blog-post-card:nth-child(2) {
  animation-delay: 0.1s;
}
.blog-post-card:nth-child(3) {
  animation-delay: 0.2s;
}
.blog-post-card:nth-child(4) {
  animation-delay: 0.3s;
}
.blog-post-card:nth-child(5) {
  animation-delay: 0.4s;
}
.blog-post-card:nth-child(6) {
  animation-delay: 0.5s;
}
.blog-post-card:nth-child(n + 7) {
  animation-delay: 0.1s;
}

.blog-post-card:hover {
  transform: translateY(-4px);
}

.blog-post-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-post-card-image {
  width: 100%;
  overflow: hidden;
}

.blog-post-card-image img {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-post-card:hover .blog-post-card-image img {
  transform: scale(1.05);
}

.blog-post-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  flex: 1;
}

/* Category Tags */
.blog-post-card-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-post-category-tag {
  display: inline-flex;
  padding: 4px 8px;
  background: #fff8e8;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: #000;
}

/* Title */
.blog-post-card-title {
  color: #000 !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  letter-spacing: -0.72px !important;
  margin: 0px !important;
}

/* Excerpt */
.blog-post-card-excerpt {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin: 0;
  flex: 1;
}

/* Meta (Author, Date, Read Time) */
.blog-post-card-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: auto;
  padding-top: 16px;
}

.blog-post-author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-post-author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  display: none !important;
}

.blog-post-author-name {
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: #000;
}

.blog-post-date-time {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #000000;
}

.blog-post-separator {
  color: #000000;
}

/* Load More Button */
.blog-load-more-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.blog-load-more-btn {
  padding: 12px 24px;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  background: #003049;
  color: #fff;
  border: 1px solid #003049;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-load-more-btn:hover {
  background: #780000;
  border-color: #780000;
}

.blog-load-more-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* No Posts Found Message */
.no-posts-found {
  grid-column: 1 / -1;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  color: #666;
  padding: 40px 20px;
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
  .blog-posts-grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .blog-category-filters {
    margin-bottom: 48px;
  }

  .blog-filter-btn {
    font-size: 14px;
    padding: 6px 12px;
  }
  .blog-post-card-image img {
    width: 100%;
    height: 221px !important;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  .blog-post-card-title {
    color: #000 !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: -0.6px !important;
    margin: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .blog-posts-grid-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .blog-category-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    gap: 8px;
    margin-bottom: 44px;
    padding-bottom: 4px;
  }

  .blog-category-filters::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  .blog-filter-btn {
    flex-shrink: 0;
    font-size: 14px;
    padding: 8px 12px;
    white-space: nowrap;
  }

  .blog-post-card-title {
    font-size: 18px;
  }

  .blog-load-more-wrapper {
    margin-top: 32px;
  }

  .blog-load-more-btn {
    width: 100%;
  }
}

ul.products li.product .product-variation-items--second.product-variation-items--number {
    display: block;
}
