/* ============================================================
   LLM.css — LL.M Programme Page Stylesheet
   Extends: style.css (Site Master Theme)
   Theme: Red + Deep Blue + White | Luxury Academic
   ============================================================ */

@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/cinzel-700.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-400.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/playfair-700.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'Cormorant';
    src: url('../fonts/CormorantGaramond-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Cormorant';
    src: url('../fonts/CormorantGaramond-Regular.ttf') format('truetype');
    font-weight: 400;
}


/* ==============================
   MINI HERO SECTION
   ============================== */
.llm-mini-hero {
    position: relative;
    height: clamp(260px, 30vh, 380px);
    min-height: 260px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: url('../Assets/Images/LLM/hero-bg.jpg') center center / cover no-repeat;
    background-attachment: fixed;
}

    /* Fallback if specific hero image isn't found */
    .llm-mini-hero:not([style*="background"]) {
        background:  url('../Assets/Images/mini-hero.png') center center / cover no-repeat;
        background-attachment:fixed;
    }

.llm-hero-overlay {
    position: absolute;
    inset: 0;
/*    background: linear-gradient(110deg, rgba(4, 22, 54, 0.95) 0%, rgba(13, 54, 110, 0.9) 45%, rgba(198, 40, 40, 0.75) 100%);*/
    z-index: 1;
}

.hero-deco-left {
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.07);
    z-index: 2;
    pointer-events: none;
}

    .hero-deco-left::before {
        content: '';
        position: absolute;
        inset: 25px;
        border-radius: 50%;
        border: 1px solid rgba(198, 40, 40, 0.25);
    }

.llm-mini-hero .container {
    position: relative;
    z-index: 3;
}

/* Breadcrumb */
.llm-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 12px;
}

    .llm-breadcrumb a {
        color: rgba(255, 255, 255, 0.65);
        text-decoration: none;
    }

        .llm-breadcrumb a:hover {
            color: #ffffff;
        }

.bc-sep {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.35);
}

/* Hero Badge */
.llm-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(198, 40, 40, 0.18);
    border: 1px solid rgba(198, 40, 40, 0.45);
    color: #ffb3b3;
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
    backdrop-filter: blur(6px);
    animation: heroBadgePulse 3s ease-in-out infinite;
}

@keyframes heroBadgePulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(198, 40, 40, 0.3);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(198, 40, 40, 0);
    }
}

.llm-hero-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    animation: heroFadeUp 0.9s ease both;
}

    .llm-hero-title span {
        color: var(--primary-red);
        font-style: italic;
    }

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==============================
   SNAPSTHOT & ABOUT
   ============================== */
.llm-snapshot-strip {
    background: var(--primary-blue);
    padding: 0;
    position: relative;
    z-index: 3;
}

.snapshot-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 32px 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}

    .snapshot-item:last-child {
        border-right: none;
    }

.snapshot-icon {
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
}

    .snapshot-icon.red {
        background: rgba(198, 40, 40, 0.25);
        color: #ef9a9a;
    }

.snapshot-info h5 {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    margin-bottom: 4px;
}

.snapshot-info p {
    font-family: 'Cinzel', serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.llm-about-collage {
    position: relative;
    height: 480px;
}

.llm-ac-img {
    position: absolute;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
    border: 4px solid #fff;
}

.llm-ac-main {
    width: 75%;
    height: 85%;
    top: 0;
    left: 0;
}

.llm-ac-secondary {
    width: 55%;
    height: 55%;
    bottom: 0;
    right: 0;
}

.llm-experience-tag {
    position: absolute;
    bottom: 40%;
    right: 20%;
    background: var(--primary-red);
    color: #fff;
    border-radius: 16px;
    padding: 18px;
    text-align: center;
    box-shadow: var(--shadow-red);
    z-index: 4;
}

.exp-number {
    display: block;
    font-family: 'Cinzel', serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.exp-label {
    display: block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
}

/* ==============================
   CURRICULUM
   ============================== */
.llm-semester-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.sem-card {
    background: #F8FAFC;
    border-radius: 20px;
    padding: 35px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
}

    .sem-card::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 5px;
        background: var(--primary-blue);
        border-radius: 20px 0 0 20px;
    }

    .sem-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-md);
    }

        .sem-card:hover::before {
            background: var(--primary-red);
        }

.sem-card-highlight {
    background: var(--primary-blue);
    color: #fff;
}

    .sem-card-highlight .sem-subjects li {
        color: rgba(255, 255, 255, 0.8);
    }

        .sem-card-highlight .sem-subjects li i {
            color: #ef9a9a;
        }

.sem-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.sem-badge {
    background: var(--primary-red);
    color: #fff;
    font-size: 11px;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.sem-year {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 600;
}

.sem-subjects {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .sem-subjects li {
        display: flex;
        gap: 12px;
        font-size: 14px;
        line-height: 1.5;
    }

        .sem-subjects li i {
            color: var(--primary-red);
            font-size: 10px;
            margin-top: 6px;
        }

/* ==============================
   RESPONSIVE
   ============================== */
@media (max-width: 991px) {
    .llm-semester-grid {
        grid-template-columns: 1fr;
    }

    .snapshot-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .llm-about-collage {
        height: 350px;
        margin-bottom: 30px;
    }
}
