.elementor-kit-24369{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-bfc6a52:#fc640c;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:600;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-24369 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1210px;}.e-con{--container-max-width:1210px;}.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 *//* ===== Card ===== */
.executive-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.executive-card:hover {
    transform: translateY(-5px);
 
}

/* ===== Image Area ===== */
.executive-image {
    position: relative;
    overflow: hidden;
    height: 280px;
    background: linear-gradient(45deg, #f0f2f5, #e9ecef);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.executive-image img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease;
    border: 4px solid white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.executive-card:hover .executive-image img {
    transform: scale(1.05);
}

/* ===== Card Content ===== */
.executive-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex: 1; /* allows the content area to stretch and equalize card heights */
}

/* Names & Titles */
.executive-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 25px 25px 8px 25px;
    text-align: center;
}

.executive-title {
    font-size: 1rem;
    color: #d4af37;
    font-weight: 500;
    text-align: center;
    margin: 0 25px 20px 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f8f9fa;
}

/* ===== Bio (Equal Height) ===== */
.executive-bio {
    /* KEY: make bios equal height by letting them grow within stretched cards */
    flex: 1 1 auto;            /* grow to take the remaining space */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
    margin: 0 25px 25px 25px;
    color: #5a6c7d;
    font-size: 0.95rem;
    line-height: 1.7;
    text-align: justify;
}

.executive-bio p {
    margin: 0; /* spacing handled by gap */
}


.executive-title span {
  display: block; /* forces it below */
  font-size: 0.95rem; /* slightly smaller if you like */
  color: #d4af37;        /* optional muted tone */
}/* End custom CSS */