.elementor-kit-1995{--e-global-color-primary:#941535;--e-global-color-secondary:#14447c;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-fa27725:#FD6925;--e-global-typography-primary-font-family:"STIX Two Text";--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-1995 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:#FFFFFF;padding-inline-end:11px;padding-inline-start:11px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 *//* ==============================
   FORCE FULL-WIDTH TAB WRAPPER
================================ */

.team-tabs {
  width: 100%;
}

.team-tabs .elementor-tabs {
  width: 100%;
}

.team-tabs .elementor-tabs-wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* FORCE 4 */
  gap: 24px;

  width: 100% !important;
  max-width: none !important;
}

/* ==============================
   NUKE ELEMENTOR TAB STYLES
================================ */

.team-tabs .elementor-tab-title {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;

  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* HARD RESET Elementor tab title visuals */
.team-tabs .elementor-tab-title {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* ==============================
   CARD STRUCTURE (NO CARD)
================================ */

.team-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  cursor: pointer;
}

/* FORCE UNIFORM RECTANGULAR IMAGES */
.team-card-image {
  width: 95%;
  height: 240px; /* adjust if you want taller/shorter */
  overflow: hidden;
  border-radius: 0 !important;
}

.team-card-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
  border-radius: 0 !important;
}


/* ==============================
   TEXT — ALWAYS BLACK
================================ */

.team-card h3,
.team-card p {
  color: #000 !important;
  background: none !important;
}

.team-card h3 {
  margin: 14px 0 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.team-card p {
  margin: 6px 0 0;
  font-size: 0.95rem;
}

.team-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  margin: 14px 0 0;
  font-size: 4.0rem;
  font-weight: 520;
  color: #000 !important;
}

/* ==============================
   HOVER / ACTIVE (NO COLORS)
================================ */

/* Base (inactive) state */
.team-card {
  box-shadow: none;
  transform: none;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

/* Hover + Active */
.team-tabs .elementor-tab-title:hover .team-card,
.team-tabs .elementor-tab-title.elementor-active .team-card {
  box-shadow: 0 10px 28px rgba(0,0,0,0.14);
  transform: translateY(-2px);
}

/* ==============================
   TAB CONTENT
================================ */

.team-tabs .elementor-tab-content {
  width: 100%;
  margin-top: 40px;
  padding: 32px;

  background: #f6f6f6;
}

/* ==============================
   MOBILE
================================ */

@media (max-width: 768px) {
  .team-tabs .elementor-tabs-wrapper {
    grid-template-columns: 1fr;
  }
}

/* ==============================
   FIRM SLIDERRRRRR
================================ */

/* ==============================
   RESET DEFAULT SLIDE BEHAVIOR
================================ */

.firm-slider .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}

.firm-slider .elementor-slide-content {
  width: 100%;
  max-width: 100%;
  padding: 0;
  text-align: left;
}

/* ==============================
   SLIDE LAYOUT (1/3 + 2/3)
================================ */

.firm-slide {
  display: flex;
  gap: 32px;
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
}

/* Left column */
.firm-left {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Right column */
.firm-right {
  width: 80%;
}

/* ==============================
   LOGO NORMALIZATION
================================ */

.firm-logo {
  width: 100%;
  height: 300px; /* LOCKED SIZE */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.firm-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* ==============================
   TYPOGRAPHY
================================ */

.firm-name {
  margin-top: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
}

.firm-right p {
  margin: 0 0 2px;
  color: #000;
  line-height: 1.4;
}

/* Restore paragraph spacing */
.firm-right p {
  margin: 0 0 1.0em;
  line-height: 1.6;
}

/* Remove margin after last paragraph */
.firm-right p:last-child {
  margin-bottom: 0;
}

/* Right-align ONLY paragraph text */
.firm-right p {
  text-align: left;
}


/* ==============================
   MOBILE STACK
================================ */

@media (max-width: 768px) {
  .firm-slide {
    flex-direction: column;
    gap: 24px;
  }

  .firm-left,
  .firm-right {
    width: 100%;
  }

  .firm-logo {
    height: 120px;
  }
}

.firm-slider .elementor-slide-content,
.firm-slider .swiper-slide {
  padding-left: 0 !important;
  padding-right: 0 !important;
}/* End custom CSS */