﻿*, .topbar {
    font-family: Montserrat,sans-serif
}

.container, .topbar-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px
}

.nav-links li a, .topbar-right a {
    text-decoration: none;
    white-space: nowrap
}

.drawer-close, .hamburger {
    line-height: 1
}

.hero-fallback, .hero-video {
    object-fit: cover;
    object-position: center
}

.iiitdm-brand-lines, .nav-menu > li > a {
    text-transform: uppercase;
    text-transform: uppercase
}

#heroTyping, #heroTyping span, .hero-title {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --blue: #0a1b6f;
    --white: #ffffff;
    --black: #000000;
    --overlay: rgba(0,0,0,0.45);
    --shadow: 0 6px 20px rgba(0,0,0,0.12);
    --container-pad: 24px;
    --iitdm-gold: #FDBC01
}

body {
    overflow-x: hidden;
    padding-top: calc(44px + var(--header-height))
}

.topbar {
    display: flex;
    align-items: center
}

.topbar-left, .topbar-right {
    display: flex;
    align-items: center;
    gap: 22px
}

.topbar-social {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #fff
}

.topbar, .topbar-lang {
    display: flex;
    align-items: center
}

.topbar-lang, .topbar-right a {
    font-size: 12px;
    font-weight: 700;
    color: #fff
}

.topbar-social span {
    opacity: .9;
    cursor: pointer
}

.topbar-lang {
    gap: 8px;
    letter-spacing: .8px
}

    .topbar-lang .sep {
        opacity: .6
    }

.topbar-right a {
    letter-spacing: .4px;
    opacity: .95
}

    .drawer-links a:hover, .drawer-sub a:hover, .nav-links li a:hover, .topbar-right a:hover {
        opacity: 1
    }

.topbar {
    background: #4b1d6b;
    height: 54px;
    width: 100%
}

.topbar-inner, .topbar-left, .topbar-right {
    align-items: center;
    display: flex
}

.topbar-inner {
    width: 100%;
    justify-content: space-between
}

.drawer, .drawer-backdrop, .hero p, .hero-video {
    max-width: 100%
}

.topbar-social {
    display: flex;
    align-items: center;
    gap: 14px
}

    .topbar-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center
    }

.search-btn {
    background: 0 0;
    border: none;
    color: #fff;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

    .search-btn i, .topbar-social i, .topbar-social svg {
        font-size: 16px
    }

    .search-btn:hover {
        color: #ffae00
    }

    .search-btn:focus {
        outline: 0
    }

.logo, .nav-actions, .nav-links, .navbar {
    height: 64px;
    display: flex;
    align-items: center
}

.nav-grid {
    height: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: 32px
}

.logo small {
    font-weight: 600;
    margin-top: 3px
}

header.scrolled .logo {
    color: var(--blue)
}

.nav-links {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 14px
}

    .nav-links li a {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .2px;
        opacity: .95
    }

header.scrolled .logo, header.scrolled .nav-links a, header.scrolled .nav-links li a, header.scrolled .nav-menu a {
    color: #111
}

.nav-actions {
    display: flex;
    align-items: center;
    flex-shrink: 0
}

.btn-outline, .btn-primary {
    cursor: pointer;
    letter-spacing: .2px
}

.mobile-menu {
    flex-direction: column;
    align-items: center;
    gap: 2px;
    color: #fff;
    cursor: pointer;
    user-select: none
}

header.scrolled .mobile-menu {
    color: purple
}

.hamburger {
    font-size: 26px
}

.menu-text {
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700
}

.drawer-backdrop {
    position: fixed;
    inset: 0;
    background: #4b1f63 !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s
}

.drawer {
    position: fixed;
    top: 0;
    background: #fff;
    transform: translateX(100%);
    transition: transform .25s;
    display: flex;
    flex-direction: column
}

.drawer-head, .hero {
    align-items: center
}

.drawer.open {
    transform: translateX(0)
}

.drawer-backdrop.open {
    opacity: 1;
    pointer-events: auto
}

.drawer-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee
}

.drawer-title {
    font-weight: 800;
    color: var(--blue);
    font-size: 14px;
    letter-spacing: .6px
}

.drawer-links {
    padding: 12px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

    .drawer-links a {
        font-weight: 700;
        border-bottom: 1px solid #f1f1f1
    }

.hero h1, .logo {
    font-weight: 800
}

.drawer-ctas {
    display: grid;
    gap: 10px;
    margin-top: auto;
    border-top: 1px solid #eee
}

    .drawer-ctas button {
        width: 100%;
        padding: 12px 14px;
        font-weight: 800;
        cursor: pointer;
        font-size: 13px
    }

    .drawer-ctas .btn-outline {
        border-color: #111;
        color: #111
    }

    .drawer-ctas .btn-primary {
        background: var(--blue);
        border-color: var(--blue);
        color: #fff
    }

.hero {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: #000
}

.hero-fallback, .hero-overlay, .hero-play, .hero-video {
    position: absolute
}

.hero-video {
    inset: 0;
    z-index: 1
}

.hero-fallback {
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: none
}

.hero-overlay {
    inset: 0;
    background: var(--overlay);
    z-index: 2
}

.hero-content {
    color: #fff;
    padding: 190px var(--container-pad) 0
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 16px;
    letter-spacing: .6px
}

.hero p {
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 26px
}

.btn-white {
    letter-spacing: .3px
}

.hero-play {
    right: 26px;
    bottom: 26px;
    z-index: 4;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: none;
    background: rgba(255,255,255,.92);
    cursor: pointer;
    display: none
}

.mega, header {
    z-index: 9999
}

.hero-play:active {
    transform: scale(.98)
}

.hero-play svg {
    width: 22px;
    height: 22px
}

.hero-video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

header.scrolled {
    position: fixed;
    background: var(--white);
    box-shadow: var(--shadow);
    left: 0;
    right: 0;
    width: 100%
}

footer, header, section {
    max-width: 100vw
}

.hero {
    display: flex;
    justify-content: center;
    padding-top: 100px;
    height: calc(100vh - 0px)
}

.hero-content {
    padding: 0 var(--container-pad)
}

.content {
    padding: 90px var(--container-pad)
}

@media (max-width:768px) {
    .hero-content {
        padding-top: 210px;
        max-width: 92%
    }

    .btn-white {
        width: 100%;
        text-align: center
    }

    .hero-video {
        width: 100%;
        height: 100%
    }
}

.btn-outline, .btn-primary {
    border: 1px solid #fff;
    padding: 10px 18px
}

@media (max-width:1024px) {
    .nav-actions, .nav-links, .top-bar, .topbar {
        display: none
    }

    :root {
        --container-pad: 18px
    }

    .mobile-menu {
        display: flex
    }

    .mobile-menu {
        display: flex;
        margin-left: auto
    }
}

@media (max-width:1280px) {
    .nav-actions .btn-primary {
        display: none
    }
}

.navbar-inner {
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.nav-links {
    flex: 1;
    overflow: hidden
}

.nav-actions {
    flex-shrink: 0
}

.nav-actions, .nav-links {
    justify-content: flex-end
}

@media (max-width:1400px) {
    .nav-actions .btn-primary {
        display: none
    }
}

.logo {
    user-select: none;
    grid-row: 1/span 2;
    font-size: 22px;
    color: #fff;
    line-height: 1.05
}

.btn-outline, .nav-links a {
    color: #fff;
    font-weight: 700
}

.logo small {
    display: block;
    font-size: 11px;
    letter-spacing: 2px
}

.nav-links {
    gap: 18px;
    grid-column: 2;
    grid-row: 2;
    display: flex;
    gap: 22px;
    list-style: none
}

    .nav-links a {
        font-size: 13px;
        text-decoration: none
    }

.mega-col a, .mega > a {
    font-size: 13px;
    font-weight: 500;
    padding: 6px 0;
    text-decoration: none;
    white-space: normal
}

.btn-outline {
    background: 0 0;
    font-size: 13px
}

.btn-primary {
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 800
}

header.scrolled .btn-outline {
    border-color: #4b1d6b;
    color: #4b1d6b
}

header.scrolled .btn-primary {
    background: #4b1d6b;
    color: #fff;
    border-color: #4b1d6b
}

.mobile-menu, header.scrolled .topbar {
    display: none
}

@media (max-width:1024px) {
    .nav-actions, .nav-links {
        display: none
    }

    .nav-grid {
        grid-template-columns: auto auto;
        grid-template-rows: auto
    }

    .logo {
        grid-row: auto
    }

    .mobile-menu {
        display: flex;
        margin-left: auto;
        color: #fff
    }

    header.scrolled .mobile-menu {
        color: #111
    }
}

.mega, .mega.col-1 {
    grid-template-columns: 1fr
}

.nav-menu {
    display: flex;
    gap: 34px
}

    .nav-menu > li, .nav-menu > li.has-mega {
        position: relative
    }

        .nav-menu > li.has-sub > a::after {
            content: "";
            width: 7px;
            height: 7px;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            display: inline-block;
            margin-left: 6px;
            transform: rotate(45deg);
            transition: transform .25s
        }

        .nav-menu > li:hover > a::after {
            transform: rotate(225deg)
        }

.mega {
    display: grid;
    box-shadow: 0 10px 30px rgba(0,0,0,.35)
}

.nav-menu > li:hover > .mega {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.mega-col a, .mega > a {
    display: block;
    line-height: 1.35;
    color: #000
}

    .mega-col a:hover, .mega > a:hover {
        color: gray
    }

.menu-toggle {
    display: none;
    font-size: 26px;
    color: #fff;
    cursor: pointer
}

@media (max-width:991px) {
    .nav-menu {
        position: fixed;
        top: 108px;
        right: -100%;
        width: 320px;
        height: calc(100vh - 108px);
        background: #111;
        flex-direction: column;
        padding: 20px;
        overflow-y: auto;
        transition: right .3s
    }

        .nav-menu.active {
            right: 0
        }

        .nav-menu > li {
            border-bottom: 1px solid rgba(255,255,255,.1)
        }

    .mega {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        background: #0f0f0f;
        margin: 8px 0
    }

    .menu-toggle, .nav-menu li.open > .mega {
        display: block
    }
}

.mega, .nav-menu > li.has-mega > .mega {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0
}

.navbar, header.scrolled .nav-menu {
    background: 0 0
}

.nav-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 18px 24px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 40px;
    row-gap: 12px;
    align-items: center
}

.nav-actions, .nav-menu {
    grid-column: 2;
    display: flex
}

.logo {
    grid-row: 1/span 2
}

.nav-actions {
    grid-row: 1
}

.nav-menu {
    grid-row: 2;
    justify-content: flex-end;
    gap: 22px;
    list-style: none;
    overflow: visible
}

.mega {
    background: #fff;
    color: #000;
    padding: 24px 26px;
    display: grid;
    gap: 10px;
    transform: translateY(12px);
    transition: .25s;
    min-width: 320px
}

    .mega.col-2 {
        grid-template-columns: repeat(2,minmax(220px,1fr))
    }

.mega-col {
    flex-direction: column;
    gap: 10px
}

    .mega-col a {
        width: 100%;
        line-height: 1.55;
        color: #000
    }

.nav-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    white-space: normal;
    min-width: 0
}

.hero-title .line-1, .iiitdm-brand-mark, .nav-menu > li > a {
    white-space: nowrap
}

@media (max-width:1360px) {
    .nav-actions .btn-outline {
        display: none
    }
}

@media (max-width:1200px) {
    .nav-actions {
        display: none
    }
}

.navbar, .topbar-social {
    display: flex;
    align-items: center
}

    .topbar-social span {
        font-size: 18px;
        font-weight: 700;
        line-height: 1
    }

        .topbar-social span:hover {
            opacity: 1;
            transform: translateY(-1px)
        }

header, header.scrolled {
    height: auto
}

.navbar {
    height: var(--header-height)
}

body.header-scrolled {
    padding-top: var(--header-height)
}

#siteHeader.scrolled .mega a, #siteHeader.scrolled .mega-title, header.scrolled .nav-menu > li > a {
    color: #111 !important
}

header.scrolled .nav-menu > li.has-sub > a::after {
    border-color: #111 !important
}

header.scrolled .logo, header.scrolled .logo small {
    color: #0a1b6f !important
}

header.scrolled .nav-menu > li > a:hover {
    opacity: .85
}

.topbar-social {
    gap: 18px;
    gap: 8px
}

    .topbar-social a {
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        border-radius: 50%;
        transition: background .25s,transform .25s,box-shadow .25s
    }

        .topbar-social a:hover {
            background: rgba(255,255,255,.15);
            transform: translateY(-2px);
            box-shadow: 0 6px 14px rgba(0,0,0,.25)
        }

    .topbar-social i {
        display: inline-block;
        line-height: 1
    }

.drawer, body.no-scroll {
    overflow: hidden;
    height: 100vh
}

@media (max-width:1024px) {
    .nav-grid, .navbar {
        align-items: center
    }

    .header, header.scrolled {
        height: 100px
    }

    .navbar {
        display: flex
    }

    .logo {
        grid-column: 1;
        grid-row: 1;
        font-size: 20px;
        line-height: 1.1
    }

        .logo small {
            font-size: 10px;
            letter-spacing: 2px
        }

    .mobile-menu {
        grid-column: 3;
        grid-row: 1;
        display: flex;
        align-items: center;
        justify-content: center
    }

    header {
        background: 0 0 !important;
        box-shadow: none !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        z-index: 9999
    }

    .logo, .mobile-menu {
        align-self: center;
        color: #fff
    }

    .nav-actions, .nav-menu, .topbar {
        display: none !important
    }

    .navbar {
        display: flex;
        align-items: center
    }

    .nav-grid {
        grid-template-columns: auto 1fr auto;
        grid-template-rows: 1fr;
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        height: 100%;
        width: 100%
    }

    .logo {
        grid-column: 1;
        justify-self: start;
        text-align: left
    }

    .mobile-menu {
        grid-column: 3;
        justify-self: end;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 4px;
        display: flex
    }

    .hamburger {
        font-size: 28px;
        line-height: 1
    }

    .menu-text {
        font-size: 10px;
        letter-spacing: 1px;
        font-weight: 700
    }

    .hero {
        height: 100vh;
        min-height: 100vh;
        position: relative
    }

    .hero-fallback, .hero-video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    header.scrolled .hamburger, header.scrolled .logo, header.scrolled .menu-text {
        color: purple !important
    }

    .nav-grid {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px
    }

    header.scrolled .logo, header.scrolled .mobile-menu {
        color: #0a1b6f
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: 0 0;
    transition: background .3s,box-shadow .3s
}

.drawer {
    background-color: #4b1f63;
    color: #fff;
    width: 100%;
    max-width: 420px;
    right: 0
}

.drawer-head {
    padding: 18px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 10001
}

.drawer-close {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    pointer-events: auto;
    z-index: 10002
}

.drawer-ctas {
    padding: 0 20px 20px
}

.drawer-apply, .drawer-compare {
    width: 100%;
    padding: 14px;
    font-weight: 800
}

.drawer-compare {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff
}

.drawer-apply {
    margin-top: 12px;
    background: #fff;
    color: #050a6e;
    border: none
}

.drawer-menu {
    padding: 10px 20px
}

.drawer-item {
    border-bottom: 1px solid rgba(255,255,255,.35)
}

.drawer-parent {
    display: flex;
    justify-content: space-between
}

    .drawer-parent span {
        font-size: 20px;
        transition: transform .3s
    }

.drawer-links a, .drawer-single, .drawer-sub a {
    font-size: 14px;
    display: block;
    color: #fff;
    text-decoration: none
}

.drawer-sub {
    padding-bottom: 12px
}

    .drawer-single, .drawer-sub a {
        padding: 8px 0
    }

    .drawer-links a, .drawer-sub a {
        padding: 10px 0;
        opacity: .95
    }

.drawer-parent {
    width: 100%;
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.drawer-sub {
    display: none;
    padding-left: 12px
}

.drawer-item.open .drawer-sub, .hero-line, .hero-title span, .mega-col a {
    display: block
}

.drawer-item.open .toggle-icon {
    content: "×"
}

.drawer-menu {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.drawer-backdrop {
    z-index: 9998
}

.drawer {
    z-index: 10000
}

@media (max-width:1024px) {
    header.scrolled {
        background: #fff !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        box-shadow: 0 6px 20px rgba(0,0,0,.12) !important
    }

    .drawer {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100vw;
        max-width: none;
        height: 100vh;
        background-color: #4b1f63;
        transform: translateX(100%);
        transition: transform .3s;
        z-index: 10000;
        display: flex;
        flex-direction: column
    }

        .drawer.open {
            transform: translateX(0)
        }
}

.nav-grid, .navbar {
    width: 100%
}

.nav-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    row-gap: 12px;
    align-items: center;
    grid-template-columns: auto 1fr auto
}

.iiitdm-brand {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.nav-actions, .nav-menu {
    justify-content: flex-end
}

.iiitdm-brand-mark {
    font-size: 44px;
    line-height: 1;
    text-shadow: none
}

.iiitdm-brand-lines {
    margin-top: 6px
}

.nav-actions {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    gap: 12px
}

.nav-menu {
    grid-column: 1/span 2;
    grid-row: 2;
    display: flex;
    align-items: center;
    text-align: right
}

header.scrolled {
    background: #4b1d69 !important;
    box-shadow: 0 6px 20px rgba(0,0,0,.12)
}

.nav-grid {
    display: grid;
    align-items: center
}

.iiitdm-brand {
    justify-self: start
}

.nav-actions {
    justify-self: end
}

.nav-menu {
    grid-column: 1/-1;
    display: flex;
    align-items: center
}

    .nav-menu .mega, .nav-menu .mega-col {
        text-align: left
    }

    .nav-menu .mega {
        left: 0;
        right: auto
    }

.mega.col-3 {
    grid-template-columns: repeat(3,minmax(220px,1fr));
    display: grid;
    grid-template-columns: repeat(3,minmax(180px,1fr));
    gap: 18px
}

.mega.col-4 {
    display: grid;
    grid-template-columns: repeat(4,minmax(250px,1fr));
    gap: 20px
}

.mega.col-3 {
    display: grid;
    grid-template-columns: repeat(3,minmax(0px,1fr));
    gap: 20px
}

.mega-col {
    display: block;
    background: #fff
}

.iiitdm-brand-row, .iiitdm-brand-text, .nav-menu {
    display: flex;
    display: flex
}

.nav-menu {
    grid-column: 1/-1;
    justify-content: flex-end;
    align-items: center;
    gap: 26px;
    padding: 0 16px;
    margin: 0;
    height: 40px
}

    .nav-menu > li > a {
        color: #fff;
        text-decoration: none;
        display: inline-block;
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;
        font-weight: 700;
        line-height: 1;
        height: 40px;
        font-size: 12.5px
    }

@media (min-width:1025px) {
    .iiitdm-brand {
        margin-top: 10px
    }

    #siteHeader.scrolled .navbar {
        padding: 0 !important
    }

    #siteHeader.scrolled .nav-grid {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        row-gap: 4px !important;
        column-gap: 18px !important;
        align-items: center !important
    }

    #siteHeader.scrolled .iiitdm-brand-mark {
        margin: 0 !important;
        line-height: 1 !important
    }

    #siteHeader.scrolled .iiitdm-brand-lines {
        margin-top: 4px !important
    }

    #siteHeader.scrolled .nav-menu {
        height: 36px !important;
        padding: 0 !important;
        margin: 0 !important;
        align-items: center !important
    }

        #siteHeader.scrolled .nav-menu > li > a {
            height: 36px !important;
            padding: 0 !important;
            margin: 0 !important;
            display: flex !important;
            align-items: center !important;
            line-height: 1 !important
        }
}

.iiitdm-brand-row {
    align-items: center;
    align-items: center;
    gap: 14px;
    min-width: 0
}

.iiitdm-brand-text {
    font-size: 14px;
    color: #fff;
    line-height: 1.25;
    font-weight: 700;
    flex-direction: column
}

.iiitdm-brand-lines div {
    white-space: normal;
    line-height: 1.25
}

.nav-grid {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    align-items: center;
    column-gap: 24px
}

.nav-actions, .nav-menu {
    flex-shrink: 0;
    white-space: nowrap
}

.iiitdm-brand-mark {
    color: var(--iitdm-gold);
    color: #fdbc01;
    font-weight: 900;
    letter-spacing: 2px
}

.btn-white, .mega-title {
    font-weight: 800;
    color: #000;
    text-transform: uppercase
}

.nav-menu > li.has-mega > .mega {
    min-width: max-content;
    background: #fff !important;
    padding: 40px 48px;
    display: grid;
    gap: 11px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    z-index: 99999;
    isolation: isolate;
    transition: opacity .25s
}

.nav-menu > li.has-mega:hover > .mega {
    visibility: visible;
    opacity: 1
}

.mega.col-2 {
    grid-template-columns: repeat(2,minmax(260px,1fr))
}

.mega.col-3 {
    grid-template-columns: repeat(3,minmax(240px,1fr))
}

.mega.col-4 {
    grid-template-columns: repeat(4,minmax(220px,1fr))
}

.mega:not(.col-2):not(.col-3):not(.col-4) {
    grid-template-columns: 1fr;
    min-width: 300px;
    padding: 28px 32px
}

.mega-title {
    margin: 0 0 12px;
    font-size: 13px;
    letter-spacing: .6px
}

.mega a {
    display: block;
    font-size: 14px;
    padding: 6px 0;
    color: #000;
    text-decoration: none
}

    .mega a:hover {
        color: #555
    }

@media (max-width:1024px) {
    .iiitdm-brand {
        margin-top: 20%;
        max-width: 220px
    }

    .iiitdm-brand-mark {
        font-size: 26px
    }

    .iiitdm-brand-text {
        min-width: 0 !important
    }

    .nav-grid {
        grid-template-columns: auto auto;
        justify-content: space-between;
        align-items: center
    }

    .mobile-menu {
        transform: translateY(-50%);
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 2px;
        z-index: 9999
    }

    .iiitdm-brand-row {
        height: 18px
    }

    .hamburger {
        font-size: 36px;
        line-height: 1
    }

    .menu-text {
        font-size: 10px;
        letter-spacing: 1px
    }

    .navbar {
        height: 44px;
        position: relative
    }

    .mega {
        display: none !important
    }

    .nav-grid {
        display: flex !important;
        align-items: center;
        justify-content: space-between
    }

    .iiitdm-brand {
        max-width: calc(100% - 60px);
        flex: 1 1 auto
    }

    .iiitdm-brand-row {
        align-items: center
    }

    .iiitdm-brand-lines {
        white-space: normal;
        font-size: 10px;
        line-height: 1.2
    }

    .mobile-menu {
        position: static !important;
        transform: none !important
    }
}

.mobile-menu {
    position: absolute;
    right: 16px;
    top: 1%;
    height: 100px;
    transform: translateY(-50%)
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    padding: 0 20px;
    text-align: center;
    transform: translateY(5vh)
}

.hero-title {
    letter-spacing: -1px;
    line-height: 1.06;
    text-transform: uppercase;
    margin: 0 0 20px
}

.hero-content p:not(.hero-after) {
    font-size: 16px;
    line-height: 1.65;
    max-width: 560px;
    margin: 0 auto 28px;
    opacity: .92
}

.hero .hero-content .hero-title {
    max-width: none !important;
    width: auto !important;
    margin: 0 auto 22px !important;
    text-align: center !important;
    white-space: normal !important;
    line-height: 1.08 !important;
    font-size: clamp(30px, 3vw, 58px) !important;
    font-weight: 900 !important;
    letter-spacing: -1px !important;
    text-transform: uppercase !important
}

@media (max-width:768px) {
    .hero-content {
        transform: translateY(-4vh)
    }

    .hero-title .line-1 {
        white-space: normal
    }

    .btn-white {
        width: auto;
        padding: 14px 26px;
        margin: 0 auto;
        display: inline-flex
    }

    .hero-content h1 {
        font-size: 10px;
        line-height: 1.15;
        letter-spacing: -.5px;
        max-width: 92%;
        margin: 0 auto 14px
    }

    .hero-content p {
        max-width: 360px;
        margin: 0 auto 28px;
        font-size: 8px;
        line-height: 1.6
    }
}

.btn-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    background: #fff;
    border: 1px solid #fff;
    font-size: 13px;
    letter-spacing: .8px;
    cursor: pointer;
    transition: background-color .25s,color .25s,transform .25s,box-shadow .25s
}

    .btn-white:hover {
        background: #e2b23a;
        color: #000;
        transform: translateY(-2px);
        box-shadow: 0 10px 26px rgba(0,0,0,.25)
    }

    .btn-white:active {
        transform: translateY(0);
        box-shadow: 0 6px 14px rgba(0,0,0,.25)
    }

.typing-caret::after {
    content: "|";
    margin-left: 4px;
    animation: 1s infinite blink;
    font-weight: 600
}

@keyframes blink {
    0%,50% {
        opacity: 1
    }

    100%,51% {
        opacity: 0
    }
}

.hero-after {
    pointer-events: none;
    opacity: 0 !important;
    transform: translateY(10px)
}

    .hero-after.show {
        pointer-events: auto;
        transition: opacity .6s,transform .6s;
        opacity: 1 !important;
        transform: translateY(0) !important;
        pointer-events: auto !important
    }

#heroTyping, #heroTyping span {
    font-family: 'Inter Tight',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI'
}

.hero-content p {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

@media (max-width:1024px) {
    .mobile-menu {
        position: absolute;
        top: auto;
        right: 36px !important;
        height: auto;
        transform: none;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 2px;
        z-index: 9999
    }

    .iiitdm-brand-lines {
        display: block;
        white-space: normal;
        font-size: 10px;
        line-height: 1.2
    }

    header .nav-grid, header .navbar {
        position: relative !important
    }

    header .iiitdm-brand, header .logo {
        position: relative !important;
        top: 1px !important;
        left: 1px !important
    }

    header .menu-toggle, header .mobile-menu {
        position: absolute !important;
        right: 15px !important;
        top: 25px !important;
        transform: none !important;
        height: auto !important;
        margin: 0 !important
    }
}

@media (max-width:768px) {
    .hero-content h1 {
        max-width: 92%;
        font-size: 16px
    }

    .hero-content p {
        max-width: 88%;
        font-size: 14px
    }

    .hero-title {
        font-size: 16px;
        line-height: 1.15;
        letter-spacing: -.4px
    }

    #line1 {
        white-space: normal
    }

    .hero-after {
        font-size: 14px;
        max-width: 90%;
        margin-bottom: 22px
    }

    .hero-content {
        max-width: 90% !important;
        margin: 0 auto !important;
        padding: 0 12px !important;
        transform: none !important
    }

    #heroTyping {
        font-size: 22px !important;
        font-weight: 900 !important;
        line-height: 1.15 !important;
        max-width: 100% !important;
        margin: 0 auto 14px !important;
        text-align: center !important
    }

        #heroTyping span {
            display: block !important;
            font-weight: 900 !important;
            white-space: normal !important
        }

    .hero-content p.hero-after {
        max-width: 80% !important;
        margin: 0 auto 22px !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
        text-align: center !important
    }

    .hero-content .btn-white {
        width: auto !important;
        padding: 14px 24px !important;
        margin: 0 auto !important;
        display: inline-flex !important
    }
}

.iiitdm-brand-text {
    min-width: 0 !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important
}

.iiitdm-brand-lines, .iiitdm-brand-lines span {
    display: block !important;
    white-space: normal !important
}

.iiitdm-brand-lines {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.25 !important
}

header.scrolled .iiitdm-brand-lines {
    color: #4b1d6b !important
}

.iiitdm-brand {
    max-width: 0
}

#siteHeader {
    transition: background-color .35s,box-shadow .35s
}

    #siteHeader.scrolled {
        background-color: #4b1d69 !important;
        box-shadow: 0 6px 20px rgba(0,0,0,.35)
    }

        #siteHeader .iiitdm-brand-lines span, #siteHeader.scrolled .hamburger, #siteHeader.scrolled .iiitdm-brand-lines span, #siteHeader.scrolled .logo, #siteHeader.scrolled .menu-text, #siteHeader.scrolled .nav-menu > li > a, #siteHeader.scrolled .search-btn, #siteHeader.scrolled .topbar-social a {
            color: #fff !important
        }

        #siteHeader .iiitdm-brand-mark, #siteHeader.scrolled .iiitdm-brand-mark {
            width: 290px;
            color: #fdbc01
        }

        #siteHeader .iiitdm-brand-lines, #siteHeader.scrolled .iiitdm-brand-lines {
            width: 290px;
            color: #fff
        }

        #siteHeader.scrolled .nav-menu > li.has-sub > a::after {
            border-color: #fff !important
        }

      

@media (max-width:1024px) {
    .iiitdm-brand-text {
        max-width: 20% !important
    }

    .iiitdm-brand-lines {
        font-size: 9.5px !important;
        line-height: 1.2 !important;
        letter-spacing: .4px !important;
        font-weight: 700 !important;
        white-space: normal !important
    }

        .iiitdm-brand-lines span {
            display: block !important;
            white-space: normal !important
        }
}

@media (max-width:480px) {
    .iiitdm-brand-lines {
        font-size: 8.5px !important;
        line-height: 1.15 !important
    }
}

@media (max-width:1024px) {
    .iiitdm-brand-lines, .iiitdm-brand-text {
        max-width: 240px !important
    }

    .iiitdm-brand-lines {
        font-size: 9.5px !important;
        line-height: 1.2 !important;
        letter-spacing: .4px !important;
        font-weight: 700 !important;
        white-space: normal !important
    }

        .iiitdm-brand-lines span {
            display: block !important;
            white-space: normal !important
        }

    .topbar-search {
        display: none !important
    }
}

@media (max-width:1024px) {
    header.scrolled {
        padding-bottom: 20px
    }

    .iiitdm-brand-row img {
        height: 70px !important;
        width: auto !important
    }

    .mobile-menu {
        top: 50% !important;
        transform: translateY(-50%) !important
    }

    .drawer-parent {
        font-weight: 800 !important;
        letter-spacing: .4px
    }

        .drawer-parent .toggle-icon {
            font-weight: 600 !important
        }
}

@media (max-width:480px) {
    .iiitdm-brand-lines, .iiitdm-brand-text {
        max-width: 210px !important;
        font-size: 8.5px !important;
        line-height: 1.15 !important
    }

    header, header.scrolled {
        padding-bottom: 20px
    }

    .iiitdm-brand-row img {
        height: 60px !important
    }
}

@media (max-width:1024px) {
    .drawer-parent, .drawer-single {
        font-weight: 800 !important;
        letter-spacing: .4px;
        font-size: 14px;
        text-transform: uppercase !important
    }

        .drawer-parent .toggle-icon {
            font-weight: 600 !important
        }
}

@media (min-width:1025px) {
    .nav-menu > li.has-mega > .mega {
        padding: 20px 26px !important;
        border-radius: 8px;
        box-shadow: 0 18px 40px rgba(0,0,0,.35)
    }

    .mega-col {
        gap: 4px !important
    }

        .mega-col a, .mega > a {
            padding: 3px 0 !important;
            line-height: 1.35 !important;
            font-size: 13px !important
        }

        .drawer-parent, .drawer-parent span, .drawer-sub a, .mega a, .mega-col a, .mega-title {
            color: #fff !important
        }

    .nav-menu > li.has-mega > .mega, .nav-menu > li.has-mega > .mega .mega-col {
        background-color: #4b1d69 !important
    }

    .mega-title {
        opacity: .9
    }

    .mega a, .mega-col a {
        font-weight: 500
    }

        .drawer-sub a:hover, .mega a:hover, .mega-col a:hover {
            color: #ffd86b !important
        }

    .mega-col a {
        border-radius: 4px;
        padding: 4px 6px
    }

    .drawer-sub {
        background-color: #4b1d69;
        border-radius: 6px;
        margin: 6px 0 10px;
        padding-left: 12px
    }

        .drawer-sub a {
            font-weight: 600
        }
}

@media (min-width:1025px) {
    /* ================================
   FIX: Mega menu style on scroll
   ================================ */

    #siteHeader.scrolled .nav-menu > li.has-mega > .mega,
    header.scrolled .nav-menu > li.has-mega > .mega {
        background-color: #4b1d69 !important;
    }

    /* Mega titles */
    #siteHeader.scrolled .mega-title {
        color: #fff !important;
        opacity: 0.9;
    }

    /* Mega links */
    #siteHeader.scrolled .mega a,
    #siteHeader.scrolled .mega-col a {
        color: #fff !important;
        font-weight: 500;
    }

        /* Hover color (mustard) */
        #siteHeader.scrolled .mega a:hover,
        #siteHeader.scrolled .mega-col a:hover {
            color: #ffd86b !important;
        }

}


/* new */


/* ================= ROOT ================= */
.iitdm-hero-v3 {
    --primary: #4b1d69;
    --text-main: #1f1f1f;
    --text-light: #666;
    padding: 110px 24px;
    background: #faf9fc; /* premium off-white */
}


/* ================= GRID ================= */
.iitdm-container {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.85fr 1.45fr; /* VIDEO IS BIGGER */
    gap: 90px;
    align-items: center;
}

/* ================= LEFT ================= */
.iitdm-hero-left {
    background: rgba(255,255,255,.88);
    padding: 48px 46px;
    border-radius: 28px;
    box-shadow: 0 18px 42px rgba(0,0,0,.05);
    position: relative;
}

    .iitdm-hero-left::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10%;
        bottom: 10%;
        width: 3px;
        background: var(--primary);
        opacity: .55;
        border-radius: 10px;
    }

.iitdm-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    background: rgba(75,29,105,.1);
    color: var(--primary);
    margin-bottom: 18px;
}

.hero-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-main);
    margin-bottom: 18px;
}

    .hero-title span {
        display: block;
        margin-top: 6px;
        color: var(--primary);
    }

.hero-desc {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-light);
    margin-bottom: 26px;
}

.iitdm-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 34px;
}

    .iitdm-highlights li {
        display: flex;
        align-items: center;
        font-size: 15px;
        margin-bottom: 10px;
        color: var(--text-main);
    }

    .iitdm-highlights .icon {
        width: 22px;
        height: 22px;
        margin-right: 12px;
        background: var(--primary);
        color: #fff;
        border-radius: 50%;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.hero-cta {
    display: inline-block;
    padding: 14px 32px;
    background: var(--primary);
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(75,29,105,.22);
    transition: transform .3s ease, box-shadow .3s ease;
}

    .hero-cta:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 34px rgba(75,29,105,.32);
    }

/* ================= VIDEO ================= */
.iitdm-hero-video-wrapper {
    position: relative;
}

.video-glow {
    position: absolute;
    inset: -6%;
  
    z-index: 0;
}

.iitdm-hero-video {
    position: relative;
    z-index: 1;
    aspect-ratio: 16 / 9;
    border-radius: 24px;
    overflow: hidden;
   
}

    .iitdm-hero-video iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
    .iitdm-container {
        grid-template-columns: 1fr;
        gap: 56px;
        text-align: center;
    }

    .iitdm-hero-left {
        padding: 42px 34px;
    }

    .iitdm-highlights li {
        justify-content: center;
    }

    .hero-title {
        font-size: 32px;
    }
}
/* ================= MOBILE VIEW FINAL FIX ================= */
@media (max-width: 768px) {

    /* 1️⃣ SECTION SPACING */
    .iitdm-hero-v3 {
        padding: 64px 16px;
    }

    /* 2️⃣ FORCE SINGLE COLUMN & CENTER */
    .iitdm-container {
        grid-template-columns: 1fr;
        gap: 36px;
        align-items: stretch;
    }

    /* 3️⃣ LEFT CONTENT FULL WIDTH */
    .iitdm-hero-left {
        width: 100%;
        max-width: 100%;
        padding: 32px 22px;
        border-radius: 22px;
        text-align: center;
    }

        /* Remove vertical line on mobile */
        .iitdm-hero-left::before {
            display: none;
        }

    /* 4️⃣ TEXT CLEAN ALIGNMENT */
    .hero-title {
        font-size: 28px; 
        line-height: 1.25;
    }

    .hero-desc {
        font-size: 15px;
        margin-bottom: 22px;
    }

    /* 5️⃣ BULLET LIST — LEFT ALIGNED & CLEAN */
    .iitdm-highlights {
        margin: 0 0 28px;
        padding-left: 0;
    }

        .iitdm-highlights li {
            justify-content: flex-start;
            align-items: flex-start;
            text-align: left;
            gap: 12px;
            font-size: 14.5px;
        }

        /* PERFECT CIRCLES */
        .iitdm-highlights .icon {
            width: 22px;
            height: 22px;
            min-width: 22px;
            min-height: 22px;
            aspect-ratio: 1 / 1;
            border-radius: 50%;
            flex-shrink: 0;
        }

    /* 6️⃣ CTA CENTERED */
    .hero-cta {
        margin: 0 auto;
    }

    /* 7️⃣ VIDEO — FULL WIDTH & NOT CROPPED */
    .iitdm-hero-video-wrapper {
        width: 100%;
    }

    .iitdm-hero-video {
        width: 100%;
        aspect-ratio: 16 / 10;
        border-radius: 22px;
    }
}
/* ================= MOBILE VIDEO HEIGHT FIX ================= */
@media (max-width: 768px) {

    /* Center everything properly */
    .iitdm-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    /* Increase ONLY video height */
    .iitdm-hero-video {
        aspect-ratio: 4 / 5; /* taller video */
        border-radius: 24px;
    }

        /* Ensure iframe fills container */
        .iitdm-hero-video iframe {
            width: 100%;
            height: 100%;
        }

    /* Keep bullets LEFT aligned (as you wanted) */
    .iitdm-highlights {
        align-items: flex-start;
        text-align: left;
    }

        .iitdm-highlights li {
            justify-content: flex-start;
        }

        /* Fix oval bullet issue */
        .iitdm-highlights .icon {
            width: 24px;
            height: 24px;
            min-width: 24px;
            min-height: 24px;
            border-radius: 50%;
            flex-shrink: 0;
        }
}

