.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;}.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-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;}: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; /* High-end light slate background */
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    padding: 100px 0;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #0F172A; /* Solid Black text */
    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; /* Black Heading */
}
.brand_accent_text { color: #059669; } /* Emerald Green Accent */
.hero_sub_description { 
    font-size: 19px; 
    color: #475569; /* Dark slate-gray subtext */
    margin-bottom: 40px; 
    max-width: 480px; 
    line-height: 1.6;
}

.btn_action_primary {
    display: inline-block; 
    background: #0F172A; /* Solid Black Button */
    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: #059669; /* Transitions to green */
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

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

.deck_item {
    flex: 1;
    background: #FFFFFF;
    border-radius: 12px;
    position: relative;
    height: 380px; /* Fixed uniform height */
    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; /* Black Tag */
    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;
}

/* Gradient overlay to make names readable */
.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 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: #10B981; 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; }
.accent_green { color: #10B981; }
.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;
}
.tab_link.active { color: #10B981; border-bottom: 3px solid #10B981; }

/* 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; }
.btn_know_more { flex: 1.2; text-align: center; padding: 12px; background: #0F172A; 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>
.about_brand_section {
    background: #FFFFFF;
    padding: 120px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    font-family: 'Inter', sans-serif;
    color: #0F172A;
}

.site_wrapper {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    align-items: center;
    gap: 80px;
}

/* VISUAL SIDE STYLING */
.about_visual_side {
    flex: 1;
    position: relative;
}

.main_about_image {
    width: 100%;
    height: 500px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px -12px rgba(0,0,0,0.15);
}

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

.experience_box {
    position: absolute;
    top: -40px;
    right: -20px;
    background: #10B981;
    color: #fff;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    z-index: 5;
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.3);
}

.exp_number { font-size: 42px; font-weight: 800; display: block; }
.exp_label { font-size: 13px; font-weight: 600; line-height: 1.3; }

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

/* TEXT SIDE STYLING */
.about_text_side { flex: 1.1; }
.about_tag { color: #10B981; font-weight: 700; text-transform: uppercase; font-size: 13px; letter-spacing: 2px; }
.about_heading { font-size: 46px; font-weight: 850; margin: 15px 0 25px; line-height: 1.1; letter-spacing: -1.5px; }
.about_paragraph { font-size: 18px; color: #475569; line-height: 1.7; margin-bottom: 35px; }

.value_checklist { margin-bottom: 0px; }
.value_item { display: flex; gap: 15px; margin-bottom: 20px; align-items: flex-start; }
.dot { width: 8px; height: 8px; background: #10B981; border-radius: 50%; margin-top: 8px; flex-shrink: 0; }
.value_item p { font-size: 16px; color: #1e293b; margin: 0; }

/* MOBILE RESPONSIVE */
@media (max-width: 900px) {
    .site_wrapper { flex-direction: column-reverse; gap: 60px; }
    .about_heading { font-size: 34px; }
    .experience_box { right: 0; top: -20px; }
    .trust_overlay { left: 0; bottom: -20px; }
    .main_about_image { height: 400px; }
}
</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 */