.elementor-kit-8640{--e-global-color-primary:#101010;--e-global-color-secondary:#18b4aa;--e-global-color-text:#444;--e-global-color-accent:#18b4aa;--e-global-typography-primary-font-family:"Onest";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-8640 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */[data-type="filter-btn"] {
  display: inline-block;
  width: 180px;
  height: auto;
  padding: 16px 12px;
  margin: 8px;
  background-color: rgba(100, 100, 100, 0.4);
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  border-radius: 10px;
  transition: transform 0.2s ease, background-color 0.2s ease;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.3;
  vertical-align: top;
}

/* Remove Elementor's default button padding and styling */
[data-type="filter-btn"] .elementor-button {
  all: unset;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* Hover pop effect */
[data-type="filter-btn"]:hover {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.1);
}

/* Active button style */
[data-type="filter-btn"].active {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}

/* Active filter button */
[data-type="filter-btn"].active {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
  transform: scale(1.05);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
  z-index: 1;
}

/* Keep Elementor popups above everything, without changing size/position */
.elementor-popup-modal { z-index: 100000 !important; }

.elementor-popup-modal { position: fixed !important; }
.elementor-popup-modal .dialog-widget-content { position: fixed !important; }/* End custom CSS */