.elementor-114 .elementor-element.elementor-element-9bf36db{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-114 .elementor-element.elementor-element-a5997a6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-114 .elementor-element.elementor-element-a5997a6 .elementor-heading-title{font-size:48px;font-weight:600;line-height:55px;color:var( --e-global-color-text );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-114 .elementor-element.elementor-element-a5997a6 .elementor-heading-title{line-height:44px;}}@media(min-width:1920px){.elementor-114 .elementor-element.elementor-element-9bf36db{--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-114 .elementor-element.elementor-element-a5997a6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 35px) 0px;}.elementor-114 .elementor-element.elementor-element-a5997a6 .elementor-heading-title{font-size:72px;line-height:70px;}}@media(max-width:767px){.elementor-114 .elementor-element.elementor-element-9bf36db{--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-114 .elementor-element.elementor-element-a5997a6 .elementor-heading-title{font-size:34px;line-height:34px;}}/* Start custom CSS *//* ── TABS ── */
.tab-bar {
  display: flex;
  flex-wrap: wrap;
  background-color: #f9f9f9;
  border-bottom: 2.5px solid #8BF38A;
}

.tab-btn {
  flex: 1;
  padding: 31px 15px;
  font-size: 20px;
  color: #939393;
  background-color: #DFDFDF;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: background 0.15s, color 0.15s;
  outline: none;
  line-height: 1.2;
  border-radius: 0;
}

.tab-btn:last-child {
  border-right: none;
}

.tab-btn.active {
  background-color: #8BF38A;
  font-weight: 600;
  font-family: GeneralSans-Variable;
  color: #393939;
}

.tab-btn:hover:not(.active) {
  background-color: #e4e4e4;
  color: #555;
}

/* ── CONTENT PANE ── */
.tab-pane-content {
  display: none;
  padding: 58px 114px;
}

.tab-pane-content.active {
  display: block;
}

/* ── COMPANY GRID ── */
.company-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 8px 0 0 0;
  gap: 40px;
}

.company-row {
  display: contents; /* each .company-row holds 3 .company-cell children */
}

.company-cell {
  padding: 0;
  font-size: 22px;
  line-height: 29px;
  vertical-align: top;
}

/* row separator — target every 3rd cell's bottom border */
.company-grid .company-cell {
  border-bottom: none;
}

/* ── LOAD MORE ── */
.load-more-wrap {
  padding: 100px 0 60px;
}

.btn-load-more {
  background-color: #DFDFDF;
  color: #656C76;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 16px 40px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
  line-height: 24px;
}

.btn-load-more:hover {
  background-color: #DFDFDF;
  color: #444;
}
.company-row.hidden-row {
  display: none;
}
.company-row.hidden-row.show-row {
  display: contents;
}
@media(max-width: 1900px){
    .tab-pane-content {
        padding: 50px 80px;
    }
    .tab-btn {
        padding: 22px 15px;
        font-size: 18px;
    }
    .company-cell {
        font-size: 18px;
        line-height: 26px;
    }
}
@media(max-width: 1024px){
    .tab-pane-content {
        padding: 20px;
    }
}
@media(max-width: 767px){
    .tab-bar{
        border:0;
    }
    .tab-btn{
        flex: initial;
        white-space: initial;
        width: 50%;
        font-size: 12px;
    }
    .company-cell {
        font-size: 12px;
        line-height: 16px;
    }
    .btn-load-more {
        font-size: 12px;
        padding: 14px 32px;
    }
}/* End custom CSS */