.elementor-kit-1659{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1659 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){margin-block-end: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 *//* 1) Completely hide the built-in overlay layer */
.my-team-hover .elementor-team-member__overlay,
.my-team-hover .elementor-team-member__overlay:before,
.my-team-hover .elementor-team-member__overlay:after {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* 2) Hide the social icons wrapper just in case */
.my-team-hover .elementor-team-member__social-wrapper,
.my-team-hover .elementor-team-member__social-icons {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* 3) Make each card a relative container */
.my-team-hover .elementor-team-member__card {
  position: relative;
  overflow: hidden;
}

/* 4) Prep your description text as an absolutely-positioned overlay, initially hidden */
.my-team-hover .elementor-team-member__description {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  padding: 15px !important;
  background: rgba(0, 0, 0, 0.75) !important;
  color: #fff !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease, visibility 0.3s ease !important;
  z-index: 10 !important;
}

/* 5) On hover, fade the description in */
.my-team-hover:hover .elementor-team-member__description {
  opacity: 1 !important;
  visibility: visible !important;
}/* End custom CSS */