.elementor-kit-305{--e-global-color-primary:#5A6B2A;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#6B6B6B;--e-global-color-accent:#F0F0EC;--e-global-color-0469725:#FFFFFF;--e-global-color-6a52023:#2A2A2A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Questrial";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:20px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-size:16px;font-weight:400;line-height:1.7px;}.elementor-kit-305 button,.elementor-kit-305 input[type="button"],.elementor-kit-305 input[type="submit"],.elementor-kit-305 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-0469725 );border-radius:8px 8px 8px 8px;}.elementor-kit-305 e-page-transition{background-color:#FFBC7D;}.elementor-kit-305 a{font-size:48px;font-weight:500;}.elementor-kit-305 h2{font-size:36px;font-weight:500;}.elementor-kit-305 h3{font-size:22px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}.elementor-widget:not(:last-child){margin-block-end:24px;}.elementor-element{--widgets-spacing:24px 32px;--widgets-spacing-row:24px;--widgets-spacing-column:32px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1400px){.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 */.tm-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  /* Set a fixed height so all cards match — adjust to fit your image */
  height: 360px;
}
.tm-card .elementor-widget-image img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%);
  transition: transform 0.45s ease;
  z-index: 0;
}
.tm-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top,
    rgba(0,0,0,0.82) 45%,
    rgba(0,0,0,0.25) 100%);
  z-index: 1; pointer-events: none;
}
.tm-info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px 20px 24px;
  z-index: 2;
  transform: translateY(0);
  transition: transform 0.45s cubic-bezier(0.25,0.46,0.45,0.94);
}
.tm-bio {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,0.82);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.45s cubic-bezier(0.25,0.46,0.45,0.94),
    opacity 0.35s ease;
}
/* Hover states */
.tm-card:hover .elementor-widget-image img {
  transform: scale(1.04);
}
.tm-card:hover .tm-info {
  transform: translateY(-8px);
}
.tm-card:hover .tm-bio {
  max-height: 200px;
  opacity: 1;
}/* End custom CSS */