.elementor-551 .elementor-element.elementor-element-2f340dd4{--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;--justify-content:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-551 .elementor-element.elementor-element-2f340dd4:not(.elementor-motion-effects-element-type-background), .elementor-551 .elementor-element.elementor-element-2f340dd4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00000000;}.elementor-551 .elementor-element.elementor-element-18607081{--display:flex;}.elementor-551 .elementor-element.elementor-element-fc75e23{--display:flex;}.elementor-551 .elementor-element.elementor-element-3b4ee100{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-style:none;}/* Start custom CSS for html, class: .elementor-element-cf384b1 */<style>
/* 1. SECTION WRAPPER - LIGHT PROFESSIONAL THEME */
.hero_split_section {
    background: #F1F5F9; 
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    padding: 100px 0;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #0F172A; 
    overflow: hidden;
}

.split_container {
    display: flex;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 24px;
    align-items: center;
    gap: 40px;
}

/* 2. LEFT SIDE - TYPOGRAPHY */
.hero_layout_left { flex: 1; }
.hero_main_title { 
    font-size: 56px; 
    font-weight: 850; 
    line-height: 1.1; 
    margin-bottom: 24px; 
    letter-spacing: -2.5px;
    color: #0F172A; 
}
.brand_accent_text { color: #084C8C; } /* Updated to Brand Blue */
.hero_sub_description { 
    font-size: 19px; 
    color: #475569; 
    margin-bottom: 40px; 
    max-width: 480px; 
    line-height: 1.6;
}

.btn_action_primary {
    display: inline-block; 
    background: #0F172A; 
    color: #fff; 
    padding: 18px 40px; 
    border-radius: 6px; 
    text-decoration: none; 
    font-weight: 700; 
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn_action_primary:hover {
    background: #084C8C; /* Changed from Green to Brand Blue */
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(8, 76, 140, 0.2);
}

/* 3. RIGHT SIDE - ALIGNED CARDS */
.hero_layout_right { flex: 1.2; }
.alumni_visual_deck {
    display: flex;
    gap: 16px;
    align-items: center; 
    justify-content: flex-end;
}

.deck_item {
    flex: 1;
    background: #FFFFFF;
    border-radius: 12px;
    position: relative;
    height: 380px; 
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #E2E8F0;
}

.deck_item:hover {
    transform: translateY(-10px); 
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.hiring_tag {
    position: absolute; 
    top: 15px; 
    left: 10px; 
    right: 10px; 
    background: #0F172A; 
    color: #fff; 
    padding: 7px; 
    border-radius: 4px; 
    font-size: 10px; 
    font-weight: 800; 
    text-align: center; 
    z-index: 5; 
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.portrait_frame { width: 100%; height: 100%; }
.portrait_frame img { 
    width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); transition: 0.6s ease; opacity: 0.85; 
}

.deck_item:hover .portrait_frame img {
    filter: grayscale(0%);
    opacity: 1;
}

.alumni_caption {
    position: absolute; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, transparent 100%);
    color: #fff; 
    padding: 25px 15px 15px;
    font-weight: 700; 
    font-size: 15px; 
    z-index: 5;
    word-wrap: break-word;
}

/* MOBILE RESPONSIVE */
@media (max-width: 900px) {
    .split_container { flex-direction: column; text-align: center; }
    .hero_layout_left { margin-bottom: 50px; }
    .hero_main_title { font-size: 40px; }
    .alumni_visual_deck { flex-wrap: wrap; justify-content: center; }
    .deck_item { min-width: 140px; height: 300px; }
}
</style>/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2f340dd4 */#masthead, .site-header {
    display: none !important;
}/* End custom CSS */