.elementor-kit-5{--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-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 img{border-radius:5px 5px 5px 5px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.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-kit-5 p{margin-block-end:76px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== CARD STYLE FOR EACH COLUMN ===== */
.team-cards-section .team-card-col > .elementor-widget-wrap {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
  overflow: hidden;
  padding: 0 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-cards-section .team-card-col > .elementor-widget-wrap:hover {
  transform: translateY(-7px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.15);
}

/* ===== COLUMN SPACING ===== */
.team-cards-section .team-card-col {
  padding: 6px !important;
}

/* ===== SLIDER IMAGE HEIGHT ===== */
.team-card-col .swiper-slide img,
.team-card-col .swiper-wrapper img {
  width: 100% !important;
  height: 280px !important;
  object-fit: cover !important;
  object-position: top center !important;
  display: block;
  border-radius: 16px 16px 0 0;
}

/* ===== DOTS ===== */
.team-card-col .swiper-pagination-bullet {
  background: #aaaaaa !important;
  opacity: 1 !important;
  width: 9px !important;
  height: 9px !important;
}

.team-card-col .swiper-pagination-bullet-active {
  background: #1a6fc4 !important;
  transform: scale(1.3);
}

/* ===== NAME TEXT BELOW IMAGE ===== */
.team-cards-section .team-card-col .elementor-widget-text-editor,
.team-cards-section .team-card-col .elementor-widget-heading {
  padding: 14px 18px 20px !important;
  text-align: center;
}

.team-cards-section .team-card-col .elementor-heading-title {
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #1a1a2e !important;
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .team-card-col .swiper-slide img,
  .team-card-col .swiper-wrapper img {
    height: 220px !important;
  }

  .team-cards-section .team-card-col {
    padding: 4px !important;
  }
}/* End custom CSS */