.elementor-6258 .elementor-element.elementor-element-605a2c9{--spacer-size:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6258 .elementor-element.elementor-element-cf9c1ae{text-align:center;}.elementor-6258 .elementor-element.elementor-element-cf9c1ae .elementor-heading-title{font-family:"Jost", Sans-serif;font-size:60px;font-weight:bold;color:#D00303;}.elementor-6258 .elementor-element.elementor-element-831800e{text-align:center;}.elementor-6258 .elementor-element.elementor-element-831800e .elementor-heading-title{font-family:"Jost", Sans-serif;font-size:19px;font-weight:600;font-style:italic;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for html, class: .elementor-element-9126855 */.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
}

.card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
  color: #000;
  box-sizing: border-box;
  min-height: 250px;
}

.card h2 {
  color: #d00303;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}

.card p {
  margin: 5px 0;
  font-size: 14px;
}

.card strong {
  font-weight: bold;
}

.search-container {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.search-container select {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 2px solid #d00303;
}

.search-container button {
  padding: 10px 20px;
  background: #d00303;
  color: #fff;
  border: 2px solid #e79a29;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.search-container button:hover {
  background: #b00202;
}/* End custom CSS */