* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI Custom', sans-serif;
    overflow-x: hidden;
    color: #222;
    background-color: var(--color-bg);
}

img {
    max-width: 100%;
    display: block;
}

.container {
    max-width: 1710px;
    margin: 0 auto;
    width: 95%;
    padding-left: 0px;
    padding-right: 0px;
}

.section-title {
    font-size: 48px;
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 35px;
}


/* ================= GLOBAL COLORS ================= */

:root {
    --color-primary: #970f14;
    --color-primary-dark: #5f0f13;
    --color-white: #ffffff;
    --color-black: #000000;
    --gradient-primary: linear-gradient(180deg, #AD080E 0%, #7F1519 100%);
    --color-bg: #fdf3f2;

}


/* ================= SEGOE UI FONT ================= */

@font-face {
    font-family: 'Segoe UI Custom';
    src: url('../fonts/Segoe-UI.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Custom';
    src: url('../fonts/Segoe-UI-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Custom';
    src: url('../fonts/Segoe-UI-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ================= HEADER ================= */

.site-header {
    background: var(--color-white);
    border-bottom: 1px solid #e5e5e5;
    position: fixed !important;
    width:100% !important;
    z-index: 1000;
    box-shadow: 0px 2px 10.1px 0px rgba(0, 0, 0, 0.25);

}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.logo img {
    width: 270px;
}


.btn-apply {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: var(--gradient-primary);
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;

    transition: all 0.35s ease;
}

.btn-text {
    white-space: nowrap;
}


.btn-icon-box {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
}

.btn-icon-box svg {
    width: 28px;
    height: 28px;
    color: var(--color-primary);
    transition: all 0.35s ease;
}


.btn-apply:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(160, 0, 0, 0.35);
}

.btn-apply:hover .btn-icon-box {
    background: var(--color-white);
}

.btn-apply:hover .btn-icon-box svg {
    color: var(--color-primary-dark);
    transform: translateX(4px);
}

/* ================= HERO WRAP ================= */

.hero-wrap {
    position: relative;
}


.hero-section {
    position: relative;
    min-height: 700px;
    /* height: 700px; */
    padding: 60px 0;
    background: url("../images/hero-bg-desktop.webp") center/cover no-repeat;
    overflow: hidden;
}

.hero-inner {
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 800px;
    margin-top: 20px !important;
}

.hero-subtitle {
    font-size: 40px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 12px;
}

.hero-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--color-primary);
    margin-bottom: 30px;
}

 .hero-ticker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    background: var(--gradient-primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 9px 18px;
    border-radius: 8px;
    letter-spacing: 0.4px;
}

/* .hero-ticker::before {
    content: '⏳';
    font-size: 14px;
} */


.program-box {
    display: flex;
    align-items: stretch;
    border: 1px solid var(--color-primary);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 28px;
    max-width: 514px;
}

.program-left {
    position: relative;
    padding: 20px 25px 20px 20px;
    font-size: 40px;
    font-weight: 700;
    color: var(--color-primary);
    display: flex;
    align-items: center;
}

.program-left::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 60%;
    background: var(--color-primary);
}

.program-right {
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    width: 100%;
}

.approval-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}

.approval-item img {
    width: 30px;
}


.program-list {
    list-style: none;
    margin-bottom: 30px;
}

.program-list li {
    font-size: 24px;
    margin-bottom: 12px;
    color: var(--color-primary);
    position: relative;
    padding-left: 20px;
}

.program-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 13px;
    height: 16px;
    background: var(--color-primary);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.intake-strip {
    display: flex;
    /* width: 560px; */
    border-radius: 10px;
    overflow: hidden;
    /* background: #ffffffa8;
    border: 1px solid var(--color-primary); */

}

.intake-left {
    background: var(--gradient-primary);
    color: #fff;
    padding: 16px 30px;
    font-weight: 700;
    font-size: 36px;
}

.intake-right {
    color: var(--color-primary);
    padding: 14px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
        border-radius: 0 10px 10px 0;
    background: #ffffffa8;
    border: 1px solid var(--color-primary);
}

.intake-right strong {
    font-size: 32px;
    line-height: 1;
}

.intake-right p {
    font-size: 20px;
    font-weight: 700;
}


.students-image {
    position: absolute;
    bottom: 0;
    left: 47%;
    transform: translateX(-40%);
    z-index: 1;
    width: 42%;
    height: 74%;
}

/* ================= FORM ================= */

.enquiry-form {
    position: absolute;
    top: 85px;
    right: 100px;
    width: 400px;
    height: 577px !important;
    padding: 30px;
    border-radius: 24px;
    background: var(--gradient-primary);
    z-index: 5;
    /* display: flex; */
    /* align-items: flex-start; */
    /* justify-content: center; */
    text-align: center;
}

.enquiry-form h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-white);
}


/* =========================================================== trust-bar SECTION ================================================== */

.trust-bar-section {
    position: relative;
    /* isolation: isolate; */
    padding: 30px 0;
    background: var(--gradient-primary);
    background-image: url("../images/bg-strip-hero.webp"), var(--gradient-primary);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.trust-bar-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.09), transparent);
    border-radius: 100% 0 0 100%;
    z-index: 0;
}

.trust-bar-section .container {
    position: relative;
    z-index: 1;
}

.trust-bar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 64px;
}

.trust-bar-card {
    flex: 1;
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    padding: 15px;
}

.trust-bar-features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: 100%;
}

.trust-bar-item {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--color-white);
    font-size: clamp(12px, 1.1vw, 18px);
    font-weight: 600;
    line-height: 1.4;
    max-width: 240px;
}

.trust-bar-icon {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.trust-bar-icon img {
    width: 30px;
}

.trust-bar-tagline {
    flex: 0 0 340px;
    color: var(--color-white);
    font-size: clamp(16px, 1.3vw, 20px);
    line-height: 1.3;
    font-weight: 600;
}


/* ========================================== WHY SECTION ========================================= */


.why-section {
    padding: 90px 0;
    background: var(--color-bg);
    overflow-x: hidden;
}

.why-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.why-visual {
    position: relative;
    width: 50%;
    max-width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
}

.why-circle {
    width: 560px;
    display: block;
    position: relative;
    z-index: 1;
}


.why-pill {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--color-white);
    border: 1.5px solid var(--color-primary);
    border-radius: 50px;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(139, 21, 56, 0.15);
    transition: 0.2s ease;
    width: 300px;
    text-wrap: auto;
}

.pill-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pill-icon img {
    width: 35px;
    filter: brightness(0) invert(1);
}


.pill-1 {
    top: 0%;
    right: 12px;
    z-index: 2;
}

.pill-2 {
    top: 47%;
    right: -48px;
    transform: translateY(-50%);
    z-index: 3;
}

.pill-3 {
    bottom: 0%;
    right: 12px;
    z-index: 2;
}


.why-content {
    max-width: 50%;
}


.why-content p {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    color: var(--color-black);
}

.why-highlight span {
    font-style: italic;
    font-weight: 600;
}

.why-content b {
    font-weight: 600;
}

.btn-apply.why-btn {
    margin-top: 20px;
}


/* =========================================== PEDAGOGY SECTION ====================================== */

.pedagogy-section {
    padding: 50px 0;
    background: var(--color-bg);
    text-align: center;
}

.pedagogy-section .container {
    max-width: 1450px;
}

.pedagogy-card {
    background: var(--color-white);
    border-radius: 16px;
    padding: 35px 80px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 40px;
}

.pedagogy-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 400;
    color: var(--color-black);
    text-align: left;
    line-height: 1.3;
}

.p-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-icon img {
    width: 100%;
    height: auto;
    filter: grayscale(0);
}


.pedagogy-item:nth-child(-n+4) {
    border-bottom: 0.5px solid rgba(0, 0, 0, 1);
    padding-bottom: 20px;
}

/* ======================================== Career Launchpads ==================================================== */

.launchpad-section {
    padding: 50px 0;
    background: var(--color-bg);
    overflow: hidden;
}


.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.launchpad-section .section-title {
    font-weight: 600;
    margin-bottom: 25px;
}

.section-title span {
    font-weight: 700;
}

.subtitle {
    font-size: 20px;
    color: var(--color-black);
}

.btn-mobile-wrapper {
    display: none;
    margin-top: 30px;
    text-align: center;
}

.btn-mobile-wrapper .btn-primary {
    width: 100%;
    justify-content: space-between;
}


.swiper-wrapper {
    box-sizing: border-box;
}

.pgdm-card {
    background: var(--color-white);
    border-radius: 20px;
    padding: 12px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-img-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.card-img-wrap img {
    width: 100%;
    /* height: 200px; */
    height: auto;
    object-fit: cover;
    display: block;
}

.card-img-wrap::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, transparent, #ffffff);
}

.pgdm-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    /* padding: 0 10px; */
}

.pgdm-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}


.bottom-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.info-card {
    background: var(--color-white);
    border-radius: 16px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    padding: 24px;
    gap: 16px;
}

.info-card.logo-card {
    padding: 10px;
    overflow: hidden;
    justify-content: center;
    background: var(--color-white);
}

.info-card.logo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon img {
    width: 40px;
    filter: brightness(0) invert(1);
}

.info-text h4 {
    font-size: 26px;
    margin-bottom: 4px;
    font-weight: 400;
}

.info-text p {
    font-size: 18px;
}


.swiper-slide .pgdm-card {
    width: 100%;
}

/* ========================================= PLACEMENTS SECTION  ========================================= */
.placements-section {
    padding: 50px 0;
    background: var(--color-bg);
    overflow: hidden;
}

.placement-header {
    text-align: center;
    margin-bottom: 60px;
}

.placement-header h2 {
    font-size: 40px;
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 16px;
}

.placement-header p {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 400;
}

.placement-visuals {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* max-width: 1050px; */
    margin: 0 auto 70px auto;
    min-height: 450px;
}

.circle-desktop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 457px;
    z-index: 11;
}

.circle-mobile {
    display: none;
}

.cards-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}

.cards-col {
    display: flex;
    flex-direction: column;
    gap: 35px;
    flex: 1;
}

.col-left {
    align-items: flex-end;
    padding-right: 90px;
}

.col-right {
    align-items: flex-start;
    padding-left: 90px;
}

.stat-card {
    background: var(--color-white);
    border-radius: 20px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);

    padding: 24px 30px;
    position: relative;
    min-width: 480px;
    pointer-events: auto;
}

.stat-card.stat-card-lb {
    min-width: 450px;
}

.stat-card.stat-card-rb {
    min-width: 450px;
}

.stat-val {
    color: var(--color-primary);
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 4px;
}

.stat-lbl {
    font-size: 24px;
    font-weight: 400;
}

.card-left {
    text-align: center;
    padding-right: 100px;
}

.card-left .icon-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.card-right {
    text-align: center;
    padding-left: 100px;
}

.card-right .icon-box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
}

.icon-box {
    width: 70px;
    height: 70px;
    background: var(--gradient-primary);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(139, 21, 56, 0.3);
}

.icon-box img {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
}
.placements-section .section-title{
    text-align: center;
}

.placement-logos-slider {
    padding: 20px 10px !important;
}

.logo-pill {
    background: var(--color-white);
    border-radius: 50px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 85px;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.logo-pill img {
    max-height: 65px;
    max-width: 100%;
    object-fit: contain;
}

.placement-logos-slider {
    max-width: 1920px;
}


/* ========================================= ALUMNI & CALENDAR SLIDERS ========================================= */

.alumni-slider-section,
.calendar-slider-section {
    padding: 50px 0;
    background: var(--color-bg);
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.slider-header {
    margin-bottom: 40px;
}

.alumni-slider-section .section-title,
.calendar-slider-section .section-title {
    text-align: center;

    margin-bottom: 8px;
}

.calendar-slider-section .subtitle {
    text-align: center;

}

.alumni-swiper,
.calendar-swiper {
    overflow: visible;
}

.alumni-card,
.calendar-card {
    background: var(--color-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(139, 21, 56, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 12px 12px 30px 12px;
}

.slider-card-img-wrap {
    position: relative;
    border-radius: 12px;
}

.slider-card-img-wrap::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, transparent, #ffffff);
}

.slider-card-content {
    /* padding: 20px; */
    text-align: left;
}

.alumni-card h3,
.calendar-card h3 {
    font-size: 32px;
    font-weight: 400;
    margin: 10px 0 6px 0;
}

.alumni-card .course {
    font-size: 24px;
    margin: 0 0 4px 0;
}

.alumni-card .batch {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.date-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    font-weight: 400;
}

.calendar-icon {
    flex-shrink: 0;
}

.calendar-card-content .date-row img {
    width: 20px;
    height: auto;
}

.slider-controls {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
    position: relative;
    z-index: 10;
}

.nav-btn {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: var(--gradient-primary);
    box-shadow: 0 4px 12px rgba(139, 21, 56, 0.3);
}

.nav-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(139, 21, 56, 0.4);
}

.nav-btn:active {
    transform: translateY(0);
}

.nav-btn svg {
    color: var(--color-white);
    stroke: var(--color-white);
}

.alumni-swiper .slider-controls .nav-btn,
.calendar-swiper .slider-controls .nav-btn {
    display: none;
}

/* ======================================== LEGACY & CREDIBILITY SECTION ======================================= */

#legacy-credibility {
    position: relative;
    padding: 50px 0;
    background: var(--gradient-primary);
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

#legacy-credibility .corner-shape {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

#legacy-credibility .shape-left {
    top: 0;
    left: 0;
    width: 420px;
}

#legacy-credibility .shape-right {
    top: 0;
    right: 0;
    width: 420px;
}

.legacy-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.legacy-header .section-title {
    color: var(--color-white);
    margin-bottom: 10px;
}

.legacy-header .tagline {
    color: #FFCA33;
    font-size: 28px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 16px;
}

.legacy-header .subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: 20px;
    line-height: 1.6;
}

.legacy-badges {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 40px;
}

.badge-capsule {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 60px;
    padding: 20px 30px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(16px);
    min-width: 480px;
    align-items: center;
}

.badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    max-width: 200px;
}

.badge-item img {
    width: 60px;
    height: auto;
}

.bc-r.badge-item img {
    width: 45px;
    height: 45px;
}

.badge-item span,
.badge-text strong,
.badge-text p {
    color: var(--color-white);
}

.badge-text strong,
.badge-item span {
    font-weight: 600;
    font-size: 16px;
}

.badge-text p {
    font-size: 25px;

    margin-bottom: 10px;
    font-weight: 700;
}

.rankings-title {
    text-align: center;
    color: var(--color-white);
    margin-bottom: 40px;
}

.legacy-swiper {
    padding-bottom: 10px;
    overflow: visible;
}

.swiper-slide {
    height: auto;
}

.ranking-card {
    height: 100%;
    padding: 32px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.rank-number {
    font-size: 96px;
    font-weight: 900;
    color: #E8C607;
    line-height: 1;
    margin-bottom: 14px;
}

.rank-number sup {
    font-size: 20px;
    top: -13px;
    left: 5px;
    position: relative;
}

.ranking-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #E8C607;
    margin-bottom: 12px;
}

.ranking-card p {
    font-size: 16px;
    color: var(--color-white);
    line-height: 1.6;
}

.legacy-nav {
    display: none;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.legacy-prev,
.legacy-next {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    background: var(--color-white);
    color: var(--color-primary);
    font-size: 22px;
}

/* ================================ Admissions Process ================================================ */

#admissions-process-section {
    padding: 50px 0;
    background: var(--color-bg);
}

.ap-container {
    max-width: 1520px;
    margin: auto;
    padding: 50px 45px;
    background: linear-gradient(90deg, rgba(255, 252, 252, 1) 0%, rgba(255, 248, 248, 1) 100%);
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    gap: 10px;
    align-items: center;
}

.ap-left .section-title {
    margin-bottom: 15px;
}

.ap-left .subtitle {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.ap-desc {
    font-size: 20px;
    line-height: 1.5;
    max-width: 380px;
}

.ap-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.ap-group {
    background: var(--color-white);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ap-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    border: 1px solid var(--color-primary);
    border-radius: 12px;
    transition: all 0.25s ease;
}

.ap-item:hover {
    transform: translateY(-2px);
}

.ap-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ap-icon img {
    width: 36px;
    height: auto;
}

.ap-item span {
    font-size: 20px;
    font-weight: 600;
}

/* ========================================= admission  Journey process ========================================= */

.admission-journey-section {
    padding: 0 0 50px 0;
    background: var(--color-bg);
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.admission-journey-section .section-title {
    text-align: center;
    margin-bottom: 0;
}

.journey-wrapper {
    position: relative;
    height: 800px;
}

.journey-image {
    position: absolute;
    top: 50%;
    left: 50%;
    /* width: 790px; */
    width: 47%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-image: url("../images/icons/aj-bg-desktop.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.aj-step {
    position: absolute;
    max-width: 400px;
    font-size: 32px;
    line-height: 1.5;
    color: #222;
}

.aj-step-1 {
    top: 34%;
    left: 14%;
}

.aj-step-2 {
    bottom: 28%;
    left: 7%;
    text-align: right;
}

.aj-step-3 {
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.aj-step-4 {
    bottom: 28%;
    right: 7%;
}

.aj-step-5 {
    top: 30%;
    right: 3%;
}

.aj-btn {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 70px;
    right: 5%;
}

/* ========================================= INDUSTRY FIRST LEARNING MODEL ========================================= */

#industry-learning-model {
    padding: 50px 0;
    /* background: var(--color-bg); */
     background: linear-gradient(to bottom, #fdf3f2 0%, #ffffff 100%);
}

.ilm-top {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 40px;
}

.ilm-top .section-title {
    margin-bottom: 10px;
}

.ilm-subtitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ilm-desc {
    font-size: 17px;
    line-height: 1.6;
    color: var(--color-black);
}

.ilm-bottom {
    position: relative;
    padding: 35px 0;
}

.ilm-corner {
    position: absolute;
    width: 55px;
}

.ilm-top-left {
    top: 0;
    left: 0;
    border-top: 4px solid var(--color-primary);
}

.ilm-top-right {
    top: 0;
    right: 0;
    border-top: 4px solid var(--color-primary);
}

.ilm-bottom-left {
    bottom: 0;
    left: 0;
    border-bottom: 4px solid var(--color-primary);
}

.ilm-bottom-right {
    bottom: 0;
    right: 0;
    border-bottom: 4px solid var(--color-primary);
}

.ilm-dashed-center {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 370px;
    height: 2px;
    background: repeating-linear-gradient(to right,
            #9b1116 0px,
            #9b1116 12px,
            transparent 12px,
            transparent 22px);
}

.ilm-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.ilm-card {
    background: var(--color-white);
    border-radius: 18px;
    padding: 25px 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0px 0px 16px 0px #0000001F;
    background-image: url("../images/ilm-card-bg.webp");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}

.ilm-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ilm-icon img {
    width: 40px;
    height: auto;
}

.ilm-card h4 {
    font-size: 24px;
    font-weight: 600;
}

/* ================================ Bloomberg  SECTION ================================================= */
#bb-edge {
    padding: 60px 0 50px;
    background: linear-gradient(180deg, #2F0000 0%, #B70000 100%);

    text-align: center;
    overflow: hidden;
}

.bb-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    /* padding: 0 20px; */
}

.bb-card-group {
    position: relative;
    height: 340px;
    transition: all .6s cubic-bezier(.23, 1, .32, 1);
}

.bb-card {
    position: absolute;
    width: 270px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    border: 10px solid var(--color-white);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    transition: all 2s cubic-bezier(.23, 1, .32, 1);
}

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

.card-1 {
    left: 15%;
    top: 70px;
    transform: rotate(-18deg);
}

.card-2 {
    left: 30%;
    top: 20px;
    transform: rotate(-8deg);
}

.card-3 {
    left: 50%;
    top: 0;
    transform: translateX(-50%) rotate(0deg);
    z-index: 5;
}

.card-4 {
    right: 30%;
    top: 20px;
    transform: rotate(8deg);
}

.card-5 {
    right: 15%;
    top: 70px;
    transform: rotate(18deg);
}

#bb-edge:hover .card-1 {
    left: -8%;
    top: 100px;
    transform: rotate(-18deg) scale(1.05);
}

#bb-edge:hover .card-2 {
    left: 16%;
    top: 25px;
    transform: rotate(-8deg) scale(1.08);
}

#bb-edge:hover .card-3 {
    transform: translateX(-50%) scale(1.1);
}

#bb-edge:hover .card-4 {
    right: 16%;
    top: 25px;
    transform: rotate(8deg) scale(1.08);
}

#bb-edge:hover .card-5 {
    right: -8%;
    top: 100px;
    transform: rotate(18deg) scale(1.05);
}

.bb-text h2 {
    font-size: 32px;
    color: var(--color-white);
    margin-bottom: 18px;
    font-weight: 400;
}

.bb-text span {
    font-weight: 700;
    font-size: 50px;
}

.bb-text p {
    max-width: 740px;
    margin: 0 auto;
    color: var(--color-white);
    line-height: 1.5;
    font-size: 20px;
}

/* bb Slider mobile*/

.bb-slider-mbl-track {
    display: flex;
    align-items: flex-start;
}

.bb-slider-mbl-slide {
    /* width: 200px !important; */
}

.bb-slider-mbl-item {
    width: 200px;
    padding: 6px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.bb-slider-mbl-item img {
    width: 200px;
    height: auto;
    display: block;
    border-radius: 10px;
}


.bb-slider-mbl-nav {
    text-align: center;
    margin-top: 35px;
        display: flex;
    justify-content: center;
    gap: 12px;
}

.bb-slider-mbl-prev,
.bb-slider-mbl-next {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    background: var(--color-white);
    color: var(--color-primary);
}


@media(min-width:980px) {
    .bb-slider-mbl {
        display: none;
    }
}

/* ============================== CAMPUS LIFE SECTION ================================= */

.campus-life {
    padding: 50px 0 80px;
    background: var(--color-bg);
    overflow: hidden;
}

.campus-life .section-title {
    text-align: center;
}

.campus-life .campus-slider-wrapper {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    position: relative;
}

.campus-life .campus-swiper {
    padding: 50px 0 !important;
}

.campus-life .campus-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    transition: 0.4s ease;
}

.campus-life .campus-card {
    width: 100%;
    max-width: 500px;
    background: var(--color-white);
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0px 0px 16px 0px #0000001F;

    transform: scale(0.85);
    transition: all 0.4s ease;
}

.campus-life .campus-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 12px;
}

.campus-life .campus-card h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-primary);
    margin: 0;
}

.campus-life .swiper-slide-active .campus-card {
    background: var(--gradient-primary);
    transform: scale(1.2);
    z-index: 2;
}

.campus-life .swiper-slide-active .campus-card h4 {
    color: var(--color-white);
    font-size: 30px;
    line-height: 1.2;
}

.campus-life .swiper-slide-prev .campus-card,
.campus-life .swiper-slide-next .campus-card {
    transform: scale(0.92);
}

.campus-life .campus-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.campus-life .campus-nav .nav-btn {
    display: none;
}

/* ========================================= FOOTER SECTION  ========================================= */

#cta-footer {
    position: relative;
    overflow: hidden;
}

.cta-bg {
    position: absolute;
    inset: 0;
    background: url("../images/footer-bg-desktop.webp") center/cover no-repeat;
    z-index: 0;
}

.cta-wrapper {
    position: relative;
    z-index: 2;
    padding: 50px;
    display: flex;
    justify-content: center;
}

.cta-box {
    max-width: 994px;
    width: 100%;
    padding: 45px 75px;
    border-radius: 20px;
    border: 1px solid var(--color-white);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.cta-small {
    font-size: 36px;
    color: var(--color-primary);
    margin-bottom: 10px;
    font-weight: 600;
}

.cta-title {
    font-size: 80px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 30px;
}

.cta-admission-strip {
    display: flex;
    margin: 0 auto 40px;
    justify-content: center;
}

.strip-left {
    flex: 2;
    background: linear-gradient(180deg, #AD080E 0%, #7F1519 100%);
    color: var(--color-white);
    font-weight: 700;
    font-size: 22px;
    padding: 18px 20px;
    text-align: center;
}

.strip-right {
    flex: 1;
    background: var(--color-white);
    border: 2px solid #a10f14;
    border-left: none;
    color: #a10f14;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    padding: 10px;
}

.strip-right strong {
    font-size: 22px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-apply.btn-download {
    background: var(--color-white);
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
}

.btn-download .btn-icon-box {
    background: var(--gradient-primary);
}

.btn-apply.btn-download:hover .btn-icon-box {
    background: var(--gradient-primary);
}

.cta-copyright {
    position: relative;
    z-index: 2;
    background: var(--gradient-primary);
    color: var(--color-white);
    text-align: center;
    font-weight: 600;
    padding: 15px;
    font-size: 24px;
}

.btn-apply:hover {
  text-decoration: none;
  color: #fff;
}

a.btn-apply.btn-download {
    color: #831418 !important;
}
.reg_name_div .help-block {
  left: -20% !important;
}
#resentVerificationEmail + .help-block {
    position: relative;
    right: 29%;
}
#loginPassword + .help-block {
    position: relative;
    right: 25%;
}
#loginEmail + .help-block {
    position: relative;
    right: 27%;
}