.elementor-199 .elementor-element.elementor-element-35f7531{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:40px;--padding-bottom:40px;--padding-left:10px;--padding-right:10px;}.elementor-199 .elementor-element.elementor-element-cc92112{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-199 .elementor-element.elementor-element-14de69d .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:35px;font-weight:700;color:#231F20;}.elementor-199 .elementor-element.elementor-element-02d2bd3{--display:flex;--border-radius:10px 10px 10px 10px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-199 .elementor-element.elementor-element-02d2bd3:not(.elementor-motion-effects-element-type-background), .elementor-199 .elementor-element.elementor-element-02d2bd3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-5815d25 );}.elementor-199 .elementor-element.elementor-element-42d74a4{--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;}.elementor-199 .elementor-element.elementor-element-e4522b9{--display:flex;--min-height:500px;--border-radius:10px 10px 10px 10px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-199 .elementor-element.elementor-element-e4522b9:not(.elementor-motion-effects-element-type-background), .elementor-199 .elementor-element.elementor-element-e4522b9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-5815d25 );}.elementor-199 .elementor-element.elementor-element-323f8f1{--display:flex;--min-height:70px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--border-radius:10px 10px 0px 0px;--padding-top:10px;--padding-bottom:10px;--padding-left:20px;--padding-right:20px;}.elementor-199 .elementor-element.elementor-element-323f8f1:not(.elementor-motion-effects-element-type-background), .elementor-199 .elementor-element.elementor-element-323f8f1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-199 .elementor-element.elementor-element-71e7734 img{width:50px;opacity:1;border-style:none;border-radius:0px 0px 0px 0px;}.elementor-199 .elementor-element.elementor-element-04fe028 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:23px;font-weight:700;color:var( --e-global-color-5815d25 );}@media(min-width:768px){.elementor-199 .elementor-element.elementor-element-cc92112{--width:70%;}.elementor-199 .elementor-element.elementor-element-42d74a4{--width:30%;}}/* Start custom CSS for shortcode, class: .elementor-element-6f1c0bd *//* Executive list wrapper */
.executive-list {
  display: flex;
  flex-direction: column;
  gap: 20px; /* space between items */
}

/* Each executive item (row) */
.executive-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: #231F20;
  border-radius: 10px;
}

/* Photo on the left */
.executive-photo {
  flex: 0 0 100px; /* fixed width */
}

.executive-img {
  width: 100px;
  height: 100px;
  /* circular photo */
  object-fit: cover;
  border-radius: 5px;
}

/* Content on the right */
.executive-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Header: name + type */
.executive-header {
  display: flex;
  flex-wrap: wrap;
   align-items: baseline;
  gap: 20px;
  font-weight: 700;
  font-size: 20px;
}

.executive-name {
  color: #fff;
}

.executive-type {
     font-size: 16px;
  color: #fff; /* highlight role */
  font-weight: 500;
}

/* Description below */
.executive-desc {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}

/* Remove border on last item */
.executive-item:last-child {
  border-bottom: none;
}/* End custom CSS */