.elementor-19572 .elementor-element.elementor-element-ed451d1{--display:flex;--min-height:0px;--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:20px 20px;--row-gap:20px;--column-gap:20px;--overlay-opacity:1;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:33px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19572 .elementor-element.elementor-element-ed451d1:not(.elementor-motion-effects-element-type-background), .elementor-19572 .elementor-element.elementor-element-ed451d1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.pw.genexohub.org/wp-content/uploads/2026/02/vc-scaled.jpg");background-position:top center;background-size:cover;}.elementor-19572 .elementor-element.elementor-element-ed451d1::before, .elementor-19572 .elementor-element.elementor-element-ed451d1 > .elementor-background-video-container::before, .elementor-19572 .elementor-element.elementor-element-ed451d1 > .e-con-inner > .elementor-background-video-container::before, .elementor-19572 .elementor-element.elementor-element-ed451d1 > .elementor-background-slideshow::before, .elementor-19572 .elementor-element.elementor-element-ed451d1 > .e-con-inner > .elementor-background-slideshow::before, .elementor-19572 .elementor-element.elementor-element-ed451d1 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(0deg, #000000A8 0%, #000000AD 0%);}.elementor-19572 .elementor-element.elementor-element-39d7c70c .rs-heading .title-inner .title{color:#FFFFFF;margin:0px 0px 0px 0px;}.elementor-19572 .elementor-element.elementor-element-bc8bd9c{--divider-border-style:solid;--divider-color:#FFFFFF;--divider-border-width:1.2px;}.elementor-19572 .elementor-element.elementor-element-bc8bd9c .elementor-divider-separator{width:45%;}.elementor-19572 .elementor-element.elementor-element-4e80920b{--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;--margin-top:20px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-19572 .elementor-element.elementor-element-4e80920b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-19572 .elementor-element.elementor-element-752a0760{color:#000000;}.elementor-19572 .elementor-element.elementor-element-752a0760 a{color:#5C8018;}.elementor-19572 .elementor-element.elementor-element-74c9f01{--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;}@media(max-width:767px){.elementor-19572 .elementor-element.elementor-element-39d7c70c .rs-heading .title-inner .title{font-size:16px;}}@media(min-width:768px){.elementor-19572 .elementor-element.elementor-element-ed451d1{--width:100vw;}.elementor-19572 .elementor-element.elementor-element-4e80920b{--width:104.409%;}}/* Start custom CSS for html, class: .elementor-element-ae4568c */:root {
    --imtc-green: #5C8018;
    --imtc-gold: #f9c234;
    --imtc-navy: #0f172a;
    --imtc-light: #f8fafc;
    --imtc-status-green: #22c55e;
}

.imtc-portal { padding: 40px 5%; font-family: 'Inter', sans-serif; }
.imtc-container { max-width: 1200px; margin: 0 auto; }

/* 1. Mission Statement (Primary) */
.imtc-mission-statement { 
    font-size: 1.15rem; 
    border-left: 5px solid var(--imtc-gold); 
    padding: 15px 30px; 
    margin-bottom: 40px; 
    font-style: italic; 
    background: linear-gradient(to right, #f8fafc, #fff);
    line-height: 1.7;
}

/* 2. Tech Stack Row */
.imtc-stack-row {
    width: 100%;
    margin-bottom: 50px;
    padding: 15px;
    background: var(--imtc-light);
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.imtc-tech-stack {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.imtc-tag {
    flex: 1;
    background: var(--imtc-navy);
    color: #fff;
    padding: 14px 10px;
    border-radius: 8px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.3s;
    white-space: nowrap;
}

.imtc-tag i { color: var(--imtc-gold); }

/* Live Status Dot */
.status-dot {
    height: 8px;
    width: 8px;
    background-color: var(--imtc-status-green);
    border-radius: 50%;
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* 3. Terminal Header */
.imtc-terminal { display: flex; background: var(--imtc-light); border-radius: 20px; overflow: hidden; border: 1px solid #e2e8f0; margin-bottom: 50px; }
.imtc-director-frame { flex: 0 0 320px; }
.imtc-director-frame img { width: 100%; height: 100%; object-fit: cover; }

.imtc-identity-group { flex: 1; display: flex; flex-direction: column; }
.imtc-banner { padding: 30px; background: var(--imtc-navy); color: #fff; }
.imtc-banner h2 { color: var(--imtc-gold); font-size: 1.4rem; margin: 5px 0; }
.imtc-badge { font-size: 0.7rem; text-transform: uppercase; color: var(--imtc-gold); font-weight: 700; }
.imtc-lead-text { font-size: 0.9rem; opacity: 0.8; margin: 0; }

.imtc-board-panel { padding: 30px; background: #fff; flex-grow: 1; }
.imtc-board-panel h4 { margin-bottom: 15px; color: var(--imtc-green); border-bottom: 1px solid #eee; padding-bottom: 10px; }

/* 4. Operations & Feature Grids */
.imtc-section-header { margin-bottom: 25px; border-bottom: 2px solid var(--imtc-light); padding-bottom: 8px; }
.imtc-module-grid, .imtc-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 50px; }
.imtc-module, .imtc-feature-card { padding: 25px; border: 1px solid #e2e8f0; border-radius: 12px; transition: 0.3s; background: #fff; }
.imtc-accent { border-top: 5px solid var(--imtc-green); }
.imtc-icon-box, .imtc-feature-card i { font-size: 2rem; color: var(--imtc-green); margin-bottom: 15px; }
.imtc-feature-card i { color: var(--imtc-gold); }

.imtc-accents { border-bottom: 5px solid var(--imtc-green); }
/* List Style */
.imtc-list-reset { list-style: none; padding: 0; }
.imtc-list-reset li { position: relative; padding-left: 25px; margin-bottom: 10px; font-size: 0.9rem; color: #444; }
.imtc-list-reset li::before { 
    content: "\2713"; 
    position: absolute; 
    left: 0; 
    color: var(--imtc-green); 
    font-weight: 900; 
}

/* Footer */
.imtc-footer { padding: 30px; background: var(--imtc-navy); border-radius: 15px; color: #fff; }
.imtc-footer-inner { display: flex; justify-content: space-between; align-items: center; }
.imtc-footer-contact a { color: var(--imtc-gold); text-decoration: none; }

/* Mobile Reset */
@media (max-width: 768px) {
    .imtc-terminal, .imtc-module-grid, .imtc-feature-grid { flex-direction: column; display: flex; }
    .imtc-director-frame { flex: 0 0 300px; }
    
    .imtc-tech-stack {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .imtc-tag { font-size: 0.75rem; padding: 10px; }

    .imtc-list-reset li { margin-left: 0 !important; padding-left: 25px !important; }
    
    .imtc-footer { background: transparent; color: var(--imtc-navy); padding: 20px 0; border-top: 1px solid #ddd; }
    .imtc-footer-inner { flex-direction: column; align-items: flex-start; gap: 10px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c0386a */.imtc-staff-container { margin-bottom: 60px; }

.management-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 30px; 
    margin-bottom: 40px;
}

.mgmt-lead-card { 
    background: #fff; 
    border: 1px solid #e2e8f0; 
    border-radius: 15px; 
    overflow: hidden; 
}

.lead-header { 
    background: var(--navy); 
    color: var(--uniosun-gold); 
    padding: 12px 25px; 
    font-size: 0.9rem; 
    font-weight: 700; 
    text-transform: uppercase;
}

.mgmt-lead-card ul { padding: 25px; list-style: none; }
.mgmt-lead-card li { 
    padding-bottom: 12px; 
    margin-bottom: 12px; 
    border-bottom: 1px solid #f1f5f9; 
    font-size: 0.9rem;
    position: relative;
    padding-left: 25px;
}
.mgmt-lead-card li::before { 
    content: "\2713"; 
    position: absolute; 
    left: 0; 
    color: var(--uniosun-green); 
    font-weight: 900; 
}
.mgmt-lead-card li:last-child { border-bottom: none; }

/* Directory Grid (Sub-staff) */
.staff-directory-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 20px; 
}

.directory-column ul { list-style: none; padding: 0; }
.directory-column li { 
    background: var(--light-bg); 
    padding: 15px 20px; 
    border-radius: 10px; 
    margin-bottom: 10px; 
    font-size: 0.85rem;
    border-left: 4px solid var(--uniosun-green);
}
.directory-column li span { color: var(--slate); font-size: 0.75rem; }

.sub-title { border: none !important; margin-top: 20px; }
.sub-title h4 { font-size: 1.1rem; color: var(--navy); }

/* Mobile Reset (0px) */
@media (max-width: 768px) {
    .management-grid, .staff-directory-grid { grid-template-columns: 1fr; }
    
    /* 0px Mobile Padding for Staff List */
    .mgmt-lead-card li, .directory-column li { 
         margin-left: -20px !important; padding-left: 20px !important;
    }
    
    .directory-column li { border-left: 0; border-bottom: 1px solid #ddd; border-radius: 0; background: transparent; }
}/* End custom CSS */