.elementor-984 .elementor-element.elementor-element-b453b1e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-984 .elementor-element.elementor-element-75b16d5{--display:flex;}.elementor-984 .elementor-element.elementor-element-771e06f{--spacer-size:50px;}@media(max-width:767px){.elementor-984 .elementor-element.elementor-element-b453b1e{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-984 .elementor-element.elementor-element-de8016d.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-984 .elementor-element.elementor-element-c421996.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-984 .elementor-element.elementor-element-4099208.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-984 .elementor-element.elementor-element-e3e9412.elementor-element{--flex-grow:1;--flex-shrink:0;}}/* Start custom CSS for container, class: .elementor-element-b453b1e */.seminar-card {
  border-radius: 6px;
  background: var(--e-global-color-d72b861);
  padding: 30px 30px 0px 30px;
  margin: 20px 0;
  text-align: center;
  font-family: inherit;
  width: 100%;
  height: 100% !important;
  max-width: 400px;
  box-sizing: border-box;
  display: flex;
  position: relative;
  transition: box-shadow 0.3s ease-out;
  border-bottom: solid 2px var(--e-global-color-accent);
  box-shadow: 0 0 0 0 var(--e-global-color-accent);
}

.seminar-card:hover {
  border-bottom: solid 2px var(--e-global-color-accent);
  box-shadow: 0 8px 0 0 var(--e-global-color-accent);
}

.seminar-card h2.seminar-title {
  margin: 0px !important;
}

.seminar-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}

.seminar-date {
  margin: 5px 0 0 0;
  font-weight: 600;
  color: var(--e-global-color-secondary);
}

.seminar-date a {
  color: var(--e-global-color-secondary);
  text-decoration: none;
  font-family: var(--e-global-typography-primary-font-family), alef, david;
}

.seminar-date a:hover {
  text-decoration: none;
}

.seminar-card.inactive .seminar-date {
  color: var(--e-global-color-accent);
  font-style: italic;
  font-family: var(--e-global-typography-primary-font-family), alef, david;
}

.seminar-description {
  margin: 20px 0;
  line-height: 1.6;
  color: #666;
  flex-grow: 1;
  text-align: center;
  font-family: var(--e-global-typography-primary-font-family), alef, david;
}

.seminar-cta {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  text-decoration: none;
  font-size: inherit;
  font-weight: 500;
  transition: none;
  white-space: nowrap;
  z-index: 1;
}

/* Active state - button style */
.seminar-card.active .seminar-cta {
  background: var(--e-global-color-secondary);
  color: white;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
}

.seminar-card.active .seminar-cta:hover {
  text-decoration: none;
}

/* Inactive state - text style */
.seminar-card.inactive .seminar-cta {
  color: var(--e-global-color-secondary);
  font-weight: bold;
  background: none;
  padding: 12px 25px;
  text-decoration: none;
}

.seminar-card.inactive .seminar-cta:hover {
  text-decoration: none;
}

/* Mobile responsive styles */
@media (max-width: 767px) {
  .seminar-card {
    max-width: 100%;
    width: 100%;
    /* margin: 20px 10px; */
  }
  
  .seminar-card h2.seminar-title {
    font-size: var(--e-global-typography-primary-font-size);
    line-height: 1.2;
  }
  
  .seminar-date {
    font-family: var(--e-global-typography-primary-font-family), alef, david;
    margin: 0px 0 0 0;
}
  
  .seminar-description {
    font-family: var(--e-global-typography-primary-font-family), alef, david;
  }
  
  .seminar-cta {
    font-family: var(--e-global-typography-primary-font-family), alef, david;
  }
  
  /* Active state - button style */
  .seminar-card.active .seminar-cta {
    padding: 10px 20px;
  }
  
  /* Inactive state - text style */
  .seminar-card.inactive .seminar-cta {
    padding: 10px 20px;
  font-family: var(--e-global-typography-primary-font-family), alef, david;
  }
}

/* Ensure centering on all screen sizes */
.elementor-984 .elementor-element.elementor-element-b453b1e .elementor-widget-container {
  display: flex;
  justify-content: center;
}

/* Start date styling */
.seminar-start-date {
  display: block;
  color: var(--e-global-color-secondary);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}

.seminar-start-date:hover {
  text-decoration: none;
}

/* End date styling */
.seminar-end-date {
  display: block;
  color: var(--e-global-color-accent);
  font-weight: normal;
  font-size: 16px;
  font-family: var(--e-global-typography-primary-font-family), alef, david;
}/* End custom CSS */
/* Start custom CSS *//*
.elementor-post__card {
    border-bottom: 2px solid var(--e-global-color-e757e89) !important;
    box-shadow: 0px 0px 7px var(--e-global-color-e757e89);
}
    *//* End custom CSS */