.elementor-24 .elementor-element.elementor-element-61998e6{--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-24 .elementor-element.elementor-element-61998e6:not(.elementor-motion-effects-element-type-background), .elementor-24 .elementor-element.elementor-element-61998e6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00000000;}.elementor-24 .elementor-element.elementor-element-f289f97{--display:flex;}.elementor-24 .elementor-element.elementor-element-409bb21{--display:flex;}.elementor-24 .elementor-element.elementor-element-ba7935b{margin:-1px -1px calc(var(--kit-widget-spacing, 0px) + -1px) -1px;}.elementor-24 .elementor-element.elementor-element-c9a0433{--display:flex;}.elementor-24 .elementor-element.elementor-element-f8386e4{--display:flex;}.elementor-24 .elementor-element.elementor-element-ed40ee2{--display:flex;}.elementor-24 .elementor-element.elementor-element-99a929c{--display:flex;}.elementor-24 .elementor-element.elementor-element-e6814e1{--display:flex;}.elementor-24 .elementor-element.elementor-element-87b5df0{--display:flex;}.elementor-24 .elementor-element.elementor-element-d9dbc63{--display:flex;}.elementor-24 .elementor-element.elementor-element-843cd84{--display:flex;}.elementor-24 .elementor-element.elementor-element-bcb2dc4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-24 .elementor-element.elementor-element-bcb2dc4.elementor-element{--order:99999 /* order end hack */;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ba7935b */<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-61998e6 */#masthead, .site-header {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ddf83c */<style>
.partners_section {
    background: #F8FAFC;
    padding: 100px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.partners_header { text-align: center; margin-bottom: 50px; padding: 0 20px; }
.section_subtitle { color: #084C8C; font-weight: 700; text-transform: uppercase; font-size: 13px; letter-spacing: 2px; }
.section_title { font-size: 42px; font-weight: 850; color: #0F172A; margin: 12px 0; }
.section_desc { color: #64748B; max-width: 600px; margin: 0 auto; font-size: 16px; }

/* WRAPPER FOR BOTH ROWS */
.marquee_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Space between the two rows */
    margin-top: 40px;
}

.marquee_container {
    width: 100%;
    overflow: hidden;
    display: flex;
    /* This creates the professional fade on the sides */
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.marquee_track {
    display: flex;
    gap: 20px;
    flex-shrink: 0;
}

/* ANIMATION DIRECTIONS */
.move_left {
    animation: scroll_left 35s linear infinite;
}

.move_right {
    animation: scroll_right 35s linear infinite;
}

@keyframes scroll_left {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-220px * 6)); } /* Adjust based on logo width + gap */
}

@keyframes scroll_right {
    from { transform: translateX(calc(-220px * 6)); }
    to { transform: translateX(0); }
}

/* LOGO CARD STYLING */
.logo_box {
    width: 200px;
    height: 100px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #E2E8F0;
    padding: 20px;
    flex-shrink: 0;
    transition: 0.3s;
}

.logo_box img {
    max-width: 85%;
    max-height: 70%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: 0.4s;
}

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

/* PAUSE ON HOVER */
.marquee_container:hover .marquee_track {
    animation-play-state: paused;
}

@media (max-width: 768px) {
    .section_title { font-size: 32px; }
    .logo_box { width: 160px; height: 80px; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e76517c */<style>
.program_selection_section {
    background: #F8FAFC;
    padding: 80px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    font-family: 'Inter', sans-serif;
}

.program_container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* HEADER */
.program_header { text-align: center; margin-bottom: 50px; }
.program_main_title { font-size: 42px; font-weight: 850; color: #0F172A; letter-spacing: -1.5px; }

/* Updated Accent Color */
.accent_green { color: #084C8C; } 

.program_subtitle { color: #64748B; font-size: 18px; margin-top: 10px; }

/* TABS */
.category_tabs { 
    display: flex; 
    justify-content: center; 
    border-bottom: 2px solid #E2E8F0; 
    margin-bottom: 40px;
    gap: 30px;
}
.tab_link {
    background: none; border: none; padding: 15px 5px; cursor: pointer;
    font-size: 16px; font-weight: 600; color: #64748B;
    transition: 0.3s; border-bottom: 3px solid transparent;
}

/* Updated Active Tab from Green to Blue */
.tab_link.active { 
    color: #084C8C; 
    border-bottom: 3px solid #084C8C; 
}

/* CARDS */
.category_content { display: none; }
.category_content.active { display: block; animation: fadeIn 0.5s ease; }

.program_grid { display: flex; justify-content: center; }
.program_card {
    background: #FFF; width: 380px; border-radius: 16px; overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid #E2E8F0;
}
.card_image img { width: 100%; height: 200px; object-fit: cover; }
.card_body { padding: 25px; }
.course_title { font-size: 20px; font-weight: 800; color: #0F172A; margin-bottom: 15px; min-height: 50px; }
.course_specs { list-style: none; padding: 0; margin-bottom: 25px; }
.course_specs li { font-size: 14px; color: #475569; margin-bottom: 8px; font-weight: 500; }

.card_actions { display: flex; gap: 10px; }
.btn_brochure { flex: 1; text-align: center; padding: 12px; border: 1px solid #E2E8F0; border-radius: 8px; color: #0F172A; text-decoration: none; font-weight: 700; font-size: 14px; }

/* Optional: Update "Know More" background to Blue if you want it to match */
.btn_know_more { 
    flex: 1.2; 
    text-align: center; 
    padding: 12px; 
    background: #084C8C; /* Changed from Black to Brand Blue for consistency */
    color: #FFF; 
    border-radius: 8px; 
    text-decoration: none; 
    font-weight: 700; 
    font-size: 14px; 
}

@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 768px) {
    .category_tabs { flex-wrap: wrap; gap: 10px; }
    .tab_link { font-size: 14px; }
    .program_main_title { font-size: 32px; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f65b889 */<style>
/* 1. SECTION WRAPPER */
.about_brand_block {
    background: #FFFFFF;
    padding: 100px 0;
    width: 100%;
    display: block;
    position: relative;
    z-index: 10;
    font-family: 'Inter', sans-serif;
    color: #0F172A;
    overflow: visible;
}

.site_wrapper_flex {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    align-items: center;
    gap: 60px;
}

/* 2. VISUAL STYLING */
.about_visual_box { flex: 1; position: relative; }

.about_photo_frame {
    width: 100%;
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.1);
}

.about_photo_frame img { width: 100%; height: 100%; object-fit: cover; }

.achievement_badge {
    position: absolute;
    top: -30px;
    right: -15px;
    background: #084C8C; /* Changed to Brand Blue */
    color: #fff;
    padding: 25px;
    border-radius: 14px;
    text-align: center;
    z-index: 15;
    box-shadow: 0 15px 30px rgba(8, 76, 140, 0.3); /* Adjusted shadow tint */
}

.ach_num { font-size: 36px; font-weight: 800; display: block; line-height: 1; }
.ach_num_text { font-size: 12px; font-weight: 600; }

.trust_chip {
    position: absolute;
    bottom: 25px;
    left: -20px;
    background: #FFF;
    padding: 15px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    z-index: 15;
}

/* 3. TEXT STYLING */
.about_narrative_box { flex: 1.1; }
.mission_tag { color: #084C8C; font-weight: 700; text-transform: uppercase; font-size: 12px; letter-spacing: 1.5px; } /* Changed to Blue */
.narrative_title { font-size: 44px; font-weight: 850; margin: 12px 0 20px; line-height: 1.1; color: #0F172A; }

/* Renamed and Updated Highlight */
.highlight_blue { color: #084C8C; } 

.narrative_p { font-size: 18px; color: #475569; line-height: 1.6; margin-bottom: 30px; }

.points_list { margin-bottom: 0; }
.point_entry { display: flex; gap: 12px; margin-bottom: 18px; align-items: flex-start; }
.point_dot { width: 7px; height: 7px; background: #084C8C; border-radius: 50%; margin-top: 8px; flex-shrink: 0; } /* Changed to Blue */
.point_entry p { font-size: 15px; color: #1e293b; margin: 0; line-height: 1.5; }

/* 4. MOBILE FIXES */
@media (max-width: 900px) {
    .site_wrapper_flex { flex-direction: column-reverse; gap: 50px; text-align: center; }
    .narrative_title { font-size: 32px; }
    .achievement_badge { right: 0; top: -15px; padding: 15px; }
    .trust_chip { left: 0; bottom: -15px; }
    .point_entry { justify-content: center; text-align: left; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-213e27f */<style>
/* Section Base */
.feedback_section {
    background: #F8FAFC; /* Clean off-white background */
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    padding: 100px 0;
    font-family: 'Inter', sans-serif;
}

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

/* Left Column Styling */
.feedback_info_col { flex: 1; }
.feedback_heading { 
    font-size: 48px; 
    font-weight: 850; 
    color: #0F172A; 
    line-height: 1.1; 
    margin-bottom: 30px; 
    letter-spacing: -1.5px;
}

.feedback_features { list-style: none; padding: 0; }
.feedback_features li {
    font-size: 18px;
    color: #334155;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}

.check_icon {
    color: #0F172A;
    font-weight: 900;
}

/* Right Column (Cards) Styling */
.feedback_cards_col { 
    flex: 1.5; 
    display: flex; 
    gap: 24px; 
}

.feedback_card {
    flex: 1;
    background: #FFFFFF;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.05);
    border: 1px solid #E2E8F0;
    transition: transform 0.3s ease;
}

.feedback_card:hover {
    transform: translateY(-5px);
}

.student_name {
    font-size: 20px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 8px;
}

.star_rating {
    color: #FBBF24; /* Golden Yellow Stars */
    font-size: 18px;
    margin-bottom: 20px;
}

.feedback_text {
    font-size: 16px;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

/* Mobile Responsiveness */
@media (max-width: 900px) {
    .feedback_container { flex-direction: column; text-align: center; }
    .feedback_heading { font-size: 36px; }
    .feedback_features li { justify-content: center; }
    .feedback_cards_col { flex-direction: column; width: 100%; }
    .feedback_info_col { margin-bottom: 40px; }
}
</style>/* End custom CSS */