.wc-list,
ul {
    list-style: none
}

.btn-orange,
.btn-submit,
.captcha-box,
.close-video,
.faq-head,
.mit-play-btn,
.wc-card {
    cursor: pointer
}

.btn-call,
.footer-call-btn,
.sp-outline-btn,
.wc-explore-btn,
a {
    text-decoration: none
}

.recruiter-grid {
    grid-template-columns: repeat(3, 1fr)
}

html {
    scroll-behavior: smooth
}

:root {
    --primary-orange: #ff5e00;
    --gradient-bg: linear-gradient(105deg, #fffbec 0%, #fffbec 30%, #ffcba4 60%, #ff9a63 100%);
    --gradient-text: linear-gradient(to right, #ff8c42, #ff5e00);
    --black: #111;
    --gray-text: #555;
    --border-color: #000;
    --black: #000
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: Poppins, sans-serif;
    color: var(--black);
    background: #fcf6f2;
    overflow-x: hidden
}

img {
    max-width: 100%;
    display: block
}
.whatsapp-icon,
.whatsapp-icon i {
  transform: none !important;
  rotate: 0deg !important;
  scale: 1 !important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative
}

.section-padding,
footer {
    padding: 60px 0
}

.section-title {
    border-left: 5px solid var(--black);
    padding-left: 20px;
    margin-bottom: 20px
}

.section-title h2 {
    font-size: 2rem;
    font-weight: 500
}

.section-title p {
    color: var(--gray-text);
    font-size: .95rem;
    margin-top: 5px
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%;
    background: #fff;
    border-bottom: 1px solid var(--black);
    box-shadow: none;
    position: sticky;
    top: 0;
    z-index: 1000
}

.logos {
    display: flex;
    align-items: center
}

.header-logo {
    height: 60px;
    width: auto;
    display: block
}

.header-actions {
    display: flex;
    gap: 15px
}

.btn-orange {
    background: linear-gradient(to bottom, #ffaa6e 0, #ff5e00 100%);
    color: #fff;
    padding: 12px 35px;
    border-radius: 50px;
    border: none;
    font-weight: 500;
    font-size: 1rem;
    display: inline-block;
    letter-spacing: .5px;
    box-shadow: 0 4px 15px rgba(255, 94, 0, .2);
    transition: transform .2s, box-shadow .2s
}

.btn-orange:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 94, 0, .3)
}

.btn-call {
    display: inline-flex;
    align-items: center;
    background-color: #f0fff4;
    border: 1px solid #4cd137;
    border-radius: 50px;
    padding: 4px 20px 4px 5px;
    color: #000;
    font-weight: 500;
    font-size: .95rem;
    height: 48px;
    gap: 12px;
    transition: background .3s
}

.hero-headline .serif,
.mit-serif {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic
}

.btn-call:hover {
    background-color: #e0fadd
}

.btn-call .icon-circle {
    background-color: #4cd137;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    transform: scaleX(-1)
}

.mit-hero-wrapper {
    position: relative;
    padding-top: 80px;
    padding-bottom: 100px;
    background: linear-gradient(90deg, #fdf9b4 0, #fff1c1 30%, #ffb46a 55%, #ff863b 100%)
}

.hero-badge,
.mit-badge {
    padding: 5px 20px;
    background: #fff
}

.mit-hero-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .07) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, .07) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: linear-gradient(90deg, #000 0%, #000 38%, transparent 55%), linear-gradient(180deg, transparent 0%, #000 45%, #000 100%);
    mask-composite: intersect;
    -webkit-mask-composite: destination-in;
    pointer-events: none;
    z-index: 1
}

.mit-content-container {
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative
}

.mit-left-column {
    flex: 1;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.mit-visuals-group {
    position: relative;
    width: 450px;
    height: 400px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.mit-student-image {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 130%;
    height: 130%;
    z-index: 2;
    background-image: url('../image/banner-image.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center
}

.mit-play-btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.mit-white-circle {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5
}

.mit-white-circle img {
    width: 28px;
    height: auto;
    margin-left: 2px
}

.mit-spin-ring {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 3.8s infinite spinDropOneWay;
    transform-origin: 50% 50%
}

@keyframes spinDropOneWay {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.3, 0.0, 0.6, 1)
    }
    55% {
        transform: rotate(360deg);
        animation-timing-function: ease-out
    }
    100%,
    80% {
        transform: rotate(360deg)
    }
}

.mit-play-btn {
    position: absolute;
    top: 28%;
    left: -130px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mit-spin-ring svg,
.triangle-content {
    width: 100%;
    height: 100%
}

.mit-play-icon {
    width: 80px;
    height: auto;
    z-index: 2
}

.mit-text-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 600px
}

.mit-born-text,
.mit-floating-tag {
    position: absolute;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
    white-space: nowrap
}

.mit-text-content h1 {
    font-size: 2.7rem;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #111;
    font-weight: 300
}

.mit-badge {
    display: inline-block;
    border: 1px solid #333;
    border-radius: 50px;
    margin-bottom: 15px;
    font-weight: 500
}

.mit-text-content p {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px
}

.mit-floating-tag {
    top: -50px;
    font-size: 1.2rem;
    color: #333;
    font-weight: 300;
    letter-spacing: 1px
}

.born-text,
.mit-born-text {
    font-size: 1.2rem;
    font-weight: 300;
    color: #111;
    letter-spacing: 1px
}

.mit-born-text {
    top: -40px
}

@media (max-width:1100px) {
    .mit-content-container {
        flex-direction: column
    }
    .mit-left-column {
        width: 100%;
        margin-bottom: 50px
    }
    .mit-visuals-group {
        width: 100%;
        height: 400px
    }
    .mit-play-btn {
        left: 10%;
        top: 0
    }
    .form-wrapper {
        width: 100%;
        max-width: 400px
    }
    .mit-floating-tag {
        display: none
    }
}

.form-bg-img {
    right: -20px
}

.form-card,
.form-widget-box {
    position: relative;
    z-index: 2
}

@keyframes spinText {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.born-text {
    position: absolute;
    right: 15%;
    top: 100px;
    z-index: 99;
    font-family: Poppins, sans-serif
}

.hero .container {
    display: flex;
    align-items: flex-start;
    gap: 50px
}

.hero-text {
    flex: 1;
    position: relative;
    z-index: 2;
    margin-top: 40px
}

.hero-headline h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 400
}

.hero-headline .serif {
    font-size: 3.2rem
}

.hero-badge {
    display: inline-block;
    border: 1px solid #333;
    border-radius: 50px;
    margin: 20px 0;
    font-weight: 500
}

.hero-headline p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.6
}

.form-wrapper {
    position: relative;
    width: 400px;
    z-index: 10;
    margin-top: 0
}

.form-bg-img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 0x;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
}

.form-card,
.form-widget-box {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.form-widget-box {
    position: relative;
    z-index: 2;
    border-radius: 4px;
    overflow: hidden;
    min-height: 400px
}

.form-card {
    padding: 30px;
    border-radius: 2px;
    width: 100%
}

.nothing,
.wc-pill-image {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.btn-submit {
    width: 100%;
    background: var(--gradient-text);
    color: #fff;
    border: none;
    padding: 12px;
    font-weight: 700;
    border-radius: 25px
}

.creator-banner {
    background: #fffcf5;
    padding: 60px 0 120px
}

.banner-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.banner-content {
    border-left: 5px solid var(--black);
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px
}

.banner-content p {
    font-size: 1.6rem;
    color: #333;
    margin: 0;
    line-height: 1.3;
    white-space: nowrap
}

.banner-content b {
    font-weight: 700;
    color: var(--black)
}

.iam-section {
    background-color: var(--black);
    position: relative;
    height: 450px;
    overflow: visible;
    border-bottom: 1px solid #fff;
    margin-top: 0
}

.iam-container {
    position: relative;
    width: 100%;
    height: 100%
}

.crop-layer-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none
}

.circle-solid-draw {
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    width: 420px;
    height: 420px;
    background-color: #ff5e00;
    border-radius: 50%
}

.iam-girl-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 115%;
    width: auto;
    object-fit: contain;
    z-index: 5
}

.circle-outline-draw {
    position: absolute;
    top: -275px;
    left: 50%;
    transform: translateX(-50%);
    width: 650px;
    height: 650px;
    border: 1px solid #ff5e00;
    border-radius: 50%;
    z-index: 6;
    opacity: .6;
    pointer-events: none;
    clip-path: inset(275px 0 0 0)
}

.bottom-black-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(to bottom, transparent 0, var(--black) 80%);
    z-index: 7
}

.iam-text-overlay {
    position: absolute;
    bottom: 180px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    z-index: 10;
    text-shadow: 0 4px 15px rgba(0, 0, 0, .8)
}

.iam-static {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ff5e00
}

.iam-slider-window {
    height: 65px;
    overflow: hidden
}

.iam-slider-track {
    animation: 9s cubic-bezier(.23, 1, .32, 1) infinite slideUpIam
}

.iam-slide {
    height: 65px;
    display: flex;
    align-items: center;
    font-size: 2.8rem;
    font-weight: 400;
    color: #fff;
    white-space: nowrap
}

.iam-slide i {
    font-style: italic;
    font-weight: 300;
    margin-left: 10px
}

@keyframes slideUpIam {
    0%,
    100%,
    25% {
        transform: translateY(0)
    }
    33%,
    58% {
        transform: translateY(-65px)
    }
    66%,
    91% {
        transform: translateY(-130px)
    }
}

.iam-decor,
.iam-star {
    position: absolute;
    z-index: 2;
    pointer-events: none
}

.star-top-left {
    top: 10%;
    left: 10%;
    width: 35px;
    opacity: .9;
    z-index: 8
}

.star-mid-right {
    top: 40%;
    right: 15%;
    width: 25px;
    opacity: .8;
    z-index: 8
}

.decor-bottom-left {
    bottom: 0;
    left: 0;
    opacity: 1
}

.decor-bottom-right {
    bottom: 0;
    right: 0;
    opacity: 1
}

.programs-watercolor-section {
    padding: 20px 0;
    background: #fffcf5
}

.prog-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    gap: 30px
}

.prog-header-wrapper .section-title {
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
    border-left: 5px solid var(--black);
    padding-left: 20px
}

.prog-decor-circle {
    flex: 0 0 320px;
    width: 320px;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
    margin-right: 20px
}

.prog-decor-circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
    display: block;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .15))
}

.prog-stack {
    display: flex;
    flex-direction: column
}

.wc-card {
    position: relative;
    width: 100%;
    height: 200px;
    border: none;
    overflow: hidden;
    background: 0 0
}

.card-green {
    border-top: 1.5px solid var(--black);
    border-bottom: 1.5px solid var(--black)
}

.wc-pill-image {
    width: 0;
    opacity: 0;
    height: 100px;
    flex-shrink: 0;
    border-radius: 60px;
    overflow: hidden;
    margin-right: 0;
    transition: .5s cubic-bezier(.25, 1, .5, 1)
}

.faculty-img-box img,
.nothing img,
.wc-pill-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wc-card:hover .nothing,
.wc-card:hover .wc-pill-image {
    width: 180px;
    opacity: 1;
    margin-right: 40px
}

.wc-title-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    transition: .5s
}

.wc-title-wrapper h3 {
    font-size: 2.2rem;
    font-weight: 400;
    color: var(--black);
    margin: 0;
    line-height: 1.2;
    transition: font-size .3s
}

.admission-header h2 b,
.wc-explore-btn,
.wc-list li,
.wc-year-badge {
    font-weight: 600
}

.wc-card:hover h3 {
    font-size: 2.4rem
}

.wc-year-badge {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: .4s;
    font-size: 1.1rem;
    color: var(--black);
    margin-top: 0
}

.wc-card:hover .wc-year-badge {
    opacity: 1;
    max-height: 50px;
    transform: translateY(0);
    margin-top: 8px
}

.wc-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform .6s cubic-bezier(.25, 1, .5, 1), opacity .6s
}

.card-pink .wc-background {
    background-image: url('../image/wcbg1.png')
}

.card-green .wc-background {
    background-image: url('../image/wcbg2.png')
}

.card-orange .wc-background {
    background-image: url('../image/wcbg3.png')
}

.wc-card:hover .wc-background {
    transform: translateX(0);
    opacity: 1
}

.wc-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%
}

.nothing,
.wc-details {
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: .5s cubic-bezier(.25, 1, .5, 1)
}

.nothing {
    height: 120px;
    flex-shrink: 0;
    border-radius: 30px;
    margin-right: 0
}

.card-pink .nothing {
    border: none;
    border-radius: 0;
    width: auto !important;
    height: auto !important;
    font-size: 1.1rem;
    color: #333;
    margin-left: 0;
    margin-top: 5px;
    font-family: Poppins, sans-serif;
    transform: translateY(10px);
    transition: .4s
}

.wc-details {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.step-img,
.why-icon {
    transition: transform .3s
}

.wc-card:hover .wc-details {
    width: auto;
    min-width: 380px;
    opacity: 1
}

.wc-list {
    margin-bottom: 15px
}

.wc-list li {
    font-size: .9rem;
    margin-bottom: 4px;
    position: relative;
    padding-left: 15px;
    color: var(--black)
}

.wc-list li::before {
    content: '•';
    position: absolute;
    left: 0
}

.wc-explore-btn {
    background: var(--black);
    color: #fff;
    padding: 8px 25px;
    border-radius: 30px;
    font-size: .85rem;
    display: inline-block;
    width: fit-content;
    white-space: nowrap
}

.l-dot,
.step-img {
    border-radius: 50%
}

.admission-header h2,
.why-title {
    font-size: 1.8rem;
    font-weight: 300
}

.process-steps,
.step-item {
    display: flex;
    position: relative
}

.card-pink:hover .wc-details {
    flex-direction: row;
    align-items: flex-end;
    gap: 20px
}

.card-pink .wc-list {
    margin-bottom: 0
}

.admission-wrapper {
    position: relative;
    padding-top: 60px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-left: 0;
    background-image: url('../image/your-admission-bg.png');
    background-size: cover;
    background-position: center
}

.admission-header {
    margin-bottom: 30px;
    position: relative;
    z-index: 2
}

.admission-header h2 {
    margin-bottom: 10px
}

.why-feature h4,
.why-title b {
    font-weight: 700
}

.admission-header p {
    color: #666;
    font-size: 1rem
}

.process-steps {
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    padding: 0;
    margin-top: 40px;
    width: 100%
}

.process-steps::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 2px;
    background-color: var(--black);
    z-index: 0
}

.df-card:hover,
.step-item:hover .step-img,
.why-feature:hover .why-icon {
    transform: translateY(-5px)
}

.step-item {
    z-index: 1;
    width: 18%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.step-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    background: #fff;
    border: 1px solid var(--black);
    margin-bottom: 15px;
    display: block;
    position: relative;
    z-index: 2
}

.step-item:hover .step-img {
    border-color: #ff5e00
}

.why-choose-section {
    padding: 20px 0;
    background-color: #fffcf5;
    position: relative;
    border-bottom: 1px solid var(--black);
    font-family: sans-serif
}

.place-container,
.why-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px
}

.why-header-box {
    max-width: 700px;
    margin-bottom: 60px;
    margin-left: 60px
}

.why-title {
    color: var(--black);
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 5px solid var(--black)
}

@media (max-width:900px) {
    .why-header-box {
        max-width: 100%;
        margin-left: -10px;
        margin-bottom: 40px;
        padding: 0 20px
    }
    .why-title {
        font-size: 1.5rem;
        font-weight: 300;
        color: #000;
        margin-bottom: 10px;
        margin-left: 5px;
        padding-left: 10px;
        border-left: 2px solid #000
    }
    .why-desc {
        padding-left: 10px;
        margin-left: 0
    }
}

.why-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    padding-left: 25px;
    max-width: 90%
}

.why-content-row {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 20px;
    padding-bottom: 20px
}

.why-group-left,
.why-group-right {
    display: flex;
    align-items: center;
    gap: 15px
}

.why-feature {
    text-align: center;
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.why-icon {
    height: 90px;
    width: auto;
    display: block;
    margin-bottom: 10px;
    max-width: none
}

.why-feature h4 {
    font-size: .9rem;
    line-height: 1.4;
    color: var(--black);
    margin-top: 5px
}

.why-sep {
    width: 1px;
    height: 80px;
    background-color: #000;
    opacity: .5;
    margin: 0 10px
}

.why-center-visual {
    position: relative;
    width: 360px;
    min-width: 360px;
    height: 312px;
    aspect-ratio: 360/312;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 30px;
    z-index: 1;
    flex-shrink: 0;
    flex-grow: 0
}

.triangle-outline-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    overflow: visible
}

.triangle-outline-svg polygon {
    fill: none;
    stroke: #000;
    stroke-width: 2;
    vector-effect: non-scaling-stroke
}

.triangle-mask {
    position: absolute;
    left: 2.5%;
    bottom: 2%;
    width: 95%;
    height: 95%;
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    background: #000;
    z-index: 1
}

.faculty-img-box,
.shape-pentagon .photo-inner {
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%)
}

.triangle-campus-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    display: block
}

@media (max-width:1100px) {
    .why-content-row {
        flex-direction: column;
        gap: 10px
    }
    .why-center-visual {
        order: 1;
        margin-bottom: 20px
    }
    .why-group-left,
    .why-group-right {
        order: 2;
        width: 80%;
        justify-content: center
    }
}

.df-card,
.faculty-item {
    min-width: 220px;
    text-align: center
}

.recognition-section {
    text-align: center;
    background: #fff;
    padding-bottom: 0
}

.animated-headline {
    height: 70px;
    overflow: hidden;
    margin-bottom: 30px
}

.text-slider {
    animation: 9s cubic-bezier(.23, 1, .32, 1) infinite slideUp
}

.slide-item {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 300;
    color: var(--black);
    white-space: nowrap;
    letter-spacing: -1px
}

.slide-item b {
    font-weight: 600;
    margin-right: 12px
}

@keyframes slideUp {
    0%,
    100%,
    25% {
        transform: translateY(0)
    }
    33%,
    58% {
        transform: translateY(-70px)
    }
    66%,
    91% {
        transform: translateY(-140px)
    }
}

.rec-paragraph-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto 50px;
    display: inline-block
}

.rec-header p {
    color: #666;
    line-height: 1.8;
    font-size: 1rem;
    padding: 0 20px
}

.star-icon {
    position: absolute;
    opacity: 1
}

.star-1 {
    top: 10%;
    right: -80px;
    width: 32px;
    height: auto
}

.star-2 {
    bottom: 0;
    right: -50px;
    width: 23px;
    height: auto
}

@media (max-width:900px) {
    .why-choose-section {
        padding: 60px 0
    }
    .why-content-row {
        flex-direction: column;
        gap: 20px
    }
    .why-group-left,
    .why-group-right {
        width: 80%;
        display: flex;
        gap: 3px;
        padding: 0
    }
    .why-group-left {
        order: 1;
        flex-wrap: wrap;
        justify-content: center
    }
    .why-group-right {
        order: 2;
        flex-wrap: wrap;
        justify-content: center
    }
    .why-center-visual {
        order: 3;
        width: 100%;
        max-width: 300px;
        height: 260px;
        margin-top: 20px
    }
    .why-feature {
        width: 30%;
        min-width: 90px
    }
    .why-icon {
        height: 60px;
        margin-bottom: 8px
    }
    .star-icon,
    .why-sep {
        display: none
    }
    .slide-item {
        font-size: 2rem;
        height: 50px;
        white-space: normal;
        flex-direction: column;
        line-height: 1.2
    }
    .animated-headline {
        height: 100px
    }
    @keyframes slideUp {
        0%,
        100%,
        25% {
            transform: translateY(0)
        }
        33%,
        58% {
            transform: translateY(-100px)
        }
        66%,
        91% {
            transform: translateY(-200px)
        }
    }
    .rec-paragraph-wrapper {
        max-width: 90%
    }
}

.campus-full-width {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 20px;
    border-bottom: 1px solid var(--black)
}

.stats-bar {
    display: flex;
    justify-content: space-around;
    padding: 40px 0;
    background: #fff;
    position: relative
}

.stat-item h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 5px
}

.stat-item p {
    color: #666;
    font-size: .9rem
}

.stat-divider {
    width: 1px;
    background: #eee;
    height: 50px
}

.faculty-grid {
    display: flex;
    justify-content: space-between
}

.faculty-card {
    background: #ffeeda;
    border: 1px solid #fca;
    padding: 20px;
    text-align: center;
    flex: 1;
    position: relative
}

.faculty-img-box {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
    background: #fff
}

.linkedin-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #333
}

.placements-section {
    display: flex;
    margin: 0;
    background: #000;
    color: #fff;
    overflow: hidden
}

.place-left {
    flex: 1;
    padding: 50px;
    position: relative;
    background: url('https://placehold.co/600x400/111/333?text=Student+With+Laptop') center/cover no-repeat
}

.place-left-content {
    position: relative;
    z-index: 2;
    margin-top: 250px
}

.place-stats {
    display: flex;
    gap: 20px;
    font-size: .8rem;
    border-top: 1px solid #555;
    padding-top: 20px
}

.place-right {
    flex: 1;
    padding: 50px;
    background: #fff
}

.recruiter-grid {
    display: grid;
    gap: 15px;
    margin-top: 20px
}

.logo-box {
    border: 1px solid #eee;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000
}

.logo-box.green {
    background: #ce5
}

.logo-box.blue {
    background: #007bff;
    color: #fff
}

.logo-box.gold {
    background: #daa520;
    color: #fff
}

footer {
    background: #000;
    color: #fff;
    position: relative
}

.footer-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.footer-info,
.num-box {
    flex: 1
}

.footer-section {
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 2px solid #333
}

.footer-section h4 {
    color: #888;
    margin-bottom: 10px;
    font-size: 1.2rem
}

.footer-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: #ccc
}

.footer-form-area {
    width: 400px
}

.footer-form-area .form-card {
    width: 100%;
    box-shadow: none
}

/* Make the modal container wider */
.video-modal-content {
    width: 95%;          /* Increased from 80/90% to 95% */
    max-width: 1200px;   /* Increased from 900px to 1200px */
    border: 2px solid #ff5e00; /* Optional: adds an MIT-themed border */
    box-shadow: 0 0 30px rgba(0,0,0,0.8);
}

/* Maintain the 16:9 ratio */
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Optional: Smooth fade-in for the modal */
.video-modal {
    display: none;
    transition: opacity 0.3s ease-in-out;
}

.photo-inner img {
    object-fit: cover;
    filter: grayscale(100%) contrast(1.1);
    object-position: center 20%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    filter: grayscale(100%);
    transform: scale(1);
    transition: none
}

.df-shape img,
.fac-shape img {
    filter: grayscale(100%);
    object-fit: cover
}

.testimonials-section {
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden
}

.testi-header {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    border-left: 5px solid #000;
    padding-left: 20px
}

.testi-title {
    font-size: 2.5rem;
    font-weight: 400;
    color: #111;
    margin: 0
}

.testi-subtitle {
    font-size: .95rem;
    color: #555;
    margin-top: 5px
}

.testi-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2
}

.testi-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 100%
}

.testi-card {
    position: relative;
    width: 320px;
    min-height: 420px;
    margin-bottom: 40px;
    overflow: visible !important
}

.card-content {
    background: #fff;
    padding: 50px 30px 80px;
    height: 100%;
    border: 1px solid #eee;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05)
}

.card-backing {
    position: absolute;
    top: 10px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    z-index: 1;
    transition: .3s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #333
}

.df-card,
.fac-shape {
    transition: transform .3s
}

.card-1 .card-backing {
    background-image: url('../image/placemt 1.png')
}

.card-2 .card-backing {
    background-image: url('../image/placement2.png')
}

.card-3 .card-backing {
    background-image: url('../image/placement3.png')
}

.quote {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    line-height: 1.6;
    margin-bottom: auto
}

.separator {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 10px 0 20px
}

.student-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    line-height: 1.4
}

.student-photo {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 110px;
    background: 0 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .2))
}

.life-slider-wrapper,
.photo-inner {
    width: 100%;
    position: relative;
    overflow: hidden
}

.photo-inner {
    height: 100%;
    clip-path: inherit;
    border-radius: inherit
}

.shape-triangle {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    display: flex;
    align-items: flex-end
}

.life-section {
    padding: 80px 0;
    color: #000;
    overflow: hidden;
    margin-bottom: 0
}

.life-header {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
    max-width: 800px
}

.life-title {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 20px;
    border-left: 5px solid #000;
    padding-left: 20px;
    line-height: 1;
    color: #111
}

.life-desc-box p {
    font-size: 1rem;
    line-height: 1.6;
    color: #222
}

.faculty-item h4,
.life-desc-box strong {
    color: #000;
    font-weight: 700
}

.life-slider-wrapper {
    margin-left: 0;
    padding: 40px 0
}

.life-slider-track {
    display: flex;
    gap: 30px;
    width: max-content;
    animation: 30s linear infinite lifeScroll
}

.life-slider-track:hover {
    animation-play-state: paused
}

.life-slide {
    flex: 0 0 auto;
    height: 350px;
    border: 2px solid #000;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    overflow: hidden;
    background: #fff
}

.fac-shape,
.life-dots {
    justify-content: center
}

.life-slide img {
    height: 100%;
    width: auto;
    display: block;
    object-fit: cover
}

.life-dots {
    display: flex;
    gap: 12px;
    margin-top: 10px
}

.l-dot {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, .4);
    border: 1px solid rgba(0, 0, 0, .1)
}

.l-dot.active {
    background: #fff;
    border-color: #fff
}

@keyframes lifeScroll {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

@media (max-width:900px) {
    .life-section {
        background: linear-gradient(to bottom, #fdf9b4 0, #ffb46a 100%)
    }
    .life-slide {
        height: 220px;
        border-width: 6px
    }
    .testi-title {
        font-size: 1.3 rem;
        font-weight: 400;
        color: #111;
        margin: 0
    }
}

.df-grid,
.faculty-grid {
    display: flex;
    gap: 20px;
    margin-top: 40px
}

.life-section+section {
    margin-top: 0
}

.gradient-wrapper {
    background: linear-gradient(90deg, #fdf9b4 0, #fff1c1 30%, #ffb46a 60%, #ff863b 100%);
    width: 100%;
    overflow: hidden;
    padding-bottom: 80px
}

.life-section,
.testimonials-section {
    background: 0 0 !important
}

.testimonials-section {
    padding-bottom: 20px
}

.life-section {
    padding-top: 20px;
    padding-bottom: 60px
}

.faculty-section {
    padding: 40px 0 60px;
    background: 0 0
}

.faculty-grid {
    justify-content: space-between;
    flex-wrap: wrap
}

.faculty-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center
}

.fac-shape {
    width: 140px;
    height: 140px;
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .15));
    position: relative
}

.faculty-item:hover .fac-shape {
    transform: translateY(-10px)
}

.fac-shape .photo-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.fac-shape img {
    width: 100%;
    height: 100%
}

.shape-pentagon .photo-inner {
    width: 90%;
    height: 90%
}

.shape-circle .photo-inner {
    border-radius: 50%;
    width: 90%;
    height: 90%
}

.shape-square {
    width: 130px;
    height: 130px
}

.shape-square .photo-inner {
    width: 90%;
    height: 90%
}

.shape-triangle {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 130px
}

.shape-triangle .photo-inner {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 88%;
    height: 88%
}

.faculty-item h4 {
    font-size: 1.1rem;
    margin-bottom: 5px
}

.faculty-item p {
    font-size: .9rem;
    color: #444
}

@media (max-width:900px) {
    .faculty-grid {
        justify-content: center
    }
    .faculty-item {
        flex: 0 0 45%;
        margin-bottom: 30px
    }
}

.df-grid,
.faq-head {
    justify-content: space-between
}

.df-section {
    padding: 20px 0 10px;
    background: 0 0
}

.df-card {
    flex: 1;
    border: 1px solid #000;
    background: 0 0;
    padding: 40px 20px 30px;
    position: relative
}

.df-linkedin,
.df-visual-box {
    justify-content: center;
    display: flex
}

.df-card:hover {
    background: rgba(255, 255, 255, .2)
}

.df-linkedin {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 28px;
    height: 28px;
    border: 1.5px solid #000;
    border-radius: 50%;
    align-items: center;
    color: #000;
    font-size: .8rem;
    z-index: 10;
    transition: .3s
}

.df-linkedin:hover {
    background: #000;
    color: #fff
}

.pattern-pentagon {
    background: linear-gradient(135deg, #000 40%, #ff5e00 40%, #ff5e00 70%, #006400 70%);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%)
}

.pattern-circle {
    background: linear-gradient(to right, #000 30%, #ff4081 100%)
}

.pattern-square {
    background: linear-gradient(45deg, #ff5e00 0, #ff9a63 100%)
}

.pattern-triangle {
    background: linear-gradient(180deg, #000 50%, #ff9a63 50%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: translate(6px, 6px)
}

.pattern-circle,
.pattern-pentagon,
.pattern-square,
.pattern-triangle {
    background-image: url('../image/placemt 1.png')
}

.df-visual-box {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 30px;
    align-items: center
}

.df-pattern,
.df-shape,
.df-shape img {
    width: 100%;
    height: 100%
}

.df-pattern {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #333
}

.df-shape,
.faq-section-new,
.footer-right,
.mit-footer {
    position: relative
}

.pattern-pentagon {
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%)
}

.pattern-circle {
    border-radius: 50%
}

.pattern-square {
    border-radius: 4px
}

.pattern-triangle {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: 4px;
    left: 4px
}

.df-shape {
    z-index: 2;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .1))
}

.df-shape img {
    display: block;
    transition: .3s
}

.shape-pentagon,
.shape-pentagon img {
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%)
}

.shape-triangle,
.shape-triangle img {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%)
}

.shape-triangle {
    align-items: flex-end;
    padding-bottom: 5px
}

.shape-circle,
.shape-circle img {
    border-radius: 50%
}

.shape-triangle {
    width: 150px;
    padding-top: 8px
}

.shape-triangle img {
    width: 90%;
    height: 90%;
    margin-bottom: 5px
}

.pattern-rhombus,
.shape-rhombus,
.shape-rhombus .photo-inner,
.shape-rhombus img {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)
}

.pattern-octagon,
.shape-octagon,
.shape-octagon .photo-inner,
.shape-octagon img {
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%)
}

.pattern-rhombus {
    background: linear-gradient(135deg, #000 0, #007bff 100%)
}

.pattern-octagon {
    background: linear-gradient(to right, #000 40%, #28a745 100%)
}

.pattern-octagon,
.pattern-rhombus {
    background-image: url('../image/placemt 1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #333
}

.df-info h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 5px;
    color: #000
}

.df-info p {
    font-size: .9rem;
    color: #333;
    margin: 0
}

.faq-section-new {
    padding: 80px 0;
    background-color: #fff;
    z-index: 10
}

.faq-container {
    max-width: 1000px;
    margin: 0 auto
}

.faq-box {
    border: 1px solid #000;
    margin-bottom: 15px;
    background: #fff;
    transition: .3s;
    overflow: hidden
}

.faq-head {
    padding: 25px 30px;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    user-select: none
}

.faq-head i {
    font-size: .9rem;
    transition: transform .3s
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s;
    padding: 0 30px
}

.faq-body p {
    margin: 0;
    padding-bottom: 30px;
    font-size: .95rem;
    line-height: 1.6;
    color: #222
}

.faq-box.active {
    background: linear-gradient(90deg, #fdf9b4 0, #ffe7b0 50%, #ffb46a 100%)
}

.faq-box.active .faq-head i {
    transform: rotate(180deg)
}

.faq-box.active .faq-body {
    max-height: 300px
}

.mit-footer {
    background-color: #000;
    color: #fff;
    padding: 80px 0;
    overflow: hidden
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px
}

.footer-left {
    flex: 1;
    padding-top: 20px
}

.captcha-row,
.footer-call-btn {
    align-items: center
}

.contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 40px
}

.contact-item .icon-box {
    width: 20px;
    font-size: 1.2rem;
    color: #666;
    margin-top: 5px
}

.contact-item h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff
}

.contact-item a,
.contact-item p {
    font-size: .95rem;
    color: #888;
    line-height: 1.6;
    text-decoration: none
}

.contact-item a:hover {
    color: #fff
}

.footer-call-btn {
    display: inline-flex;
    gap: 10px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 25px;
    color: #fff;
    font-weight: 600;
    transition: .3s;
    margin-bottom: 60px
}

.captcha-row,
.form-group,
.form-row-2 {
    margin-bottom: 15px
}

.footer-call-btn:hover,
.sp-outline-btn:hover {
    background: #fff;
    color: #000
}

.copyright-text {
    font-size: .8rem;
    color: #555;
    margin-top: 20px
}

.footer-right {
    width: 450px
}

.footer-form-wrapper {
    position: relative;
    z-index: 1
}

.footer-form-bg {
    position: absolute;
    top: 20px;
    right: -20px;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    border-radius: 0
}

.footer-form-card {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .5)
}

.footer-form-card h3 {
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center
}

.form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Poppins, sans-serif;
    font-size: .9rem;
    color: #333
}

.form-row-mobile {
    display: flex;
    gap: 10px
}

.code-box {
    width: 70px;
    text-align: center;
    background: #f9f9f9
}

.form-row-2 {
    display: flex;
    gap: 15px
}

.form-row-2 select {
    width: 50%;
    color: #555
}

.captcha-box {
    background: #eef;
    padding: 8px 15px;
    font-weight: 700;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: monospace;
    font-size: 1.1rem
}

.form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px
}

.form-check input {
    margin-top: 4px
}

.form-check label {
    font-size: .75rem;
    color: #333;
    line-height: 1.4
}

.btn-footer-submit {
    width: 100%;
    background: linear-gradient(to right, #ff8c42, #ff5e00);
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: transform .2s
}

.btn-footer-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 94, 0, .4)
}

.sp-section {
    padding: 80px 0;
    background: linear-gradient(90deg, #fff 30%, #ffdfba 100%)
}

.sp-content-row {
    display: flex;
    gap: 40px;
    align-items: flex-start
}

.sp-left-col {
    flex: 0 0 68%;
    max-width: 68%;
    margin-left: 20px
}

.place-header {
    margin-bottom: 25px;
    border-left: 5px solid #000;
    padding-left: 20px;
    margin-left: 30px
}

.place-title {
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 5px;
    color: #000;
    line-height: 1.2
}

.place-subtitle {
    font-size: 1rem;
    color: #555;
    margin: 0
}

.sp-image-card {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
    background: 0 0
}

.sp-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.sp-overlay-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, #000 20%, rgba(0, 0, 0, .8) 80%, transparent 100%);
    padding: 20px 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.sp-stats-row {
    display: flex;
    align-items: center;
    gap: 20px
}

.sp-stat-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.3
}

.sp-sub {
    font-size: .85rem;
    color: #ccc;
    font-weight: 400
}

.sp-main {
    font-size: 1.05rem;
    color: #fff;
    font-weight: 700
}

.sp-vert-line {
    width: 1px;
    height: 35px;
    background-color: #666
}

.sp-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 10px 25px;
    border: 1px solid #fff;
    color: #fff;
    background: 0 0;
    border-radius: 50px;
    font-size: .85rem;
    font-weight: 600;
    transition: .3s
}

.sp-right-col {
    flex: 0 0 30%;
    max-width: 30%;
    padding-top: 110px
}

.recruiter-heading {
    font-family: 'Libre Bodoni', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 25px;
    line-height: 45px;
    letter-spacing: -.01em;
    color: #000;
    margin-bottom: 0
}

.recruiter-grid {
    display: grid;
    gap: 12px
}

.logo-tile {
    background: center/cover no-repeat #fff;
    border-radius: 0;
    border: 1px solid #eee;
    box-shadow: none;
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px
}

.logo-tile img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    z-index: 2
}

.tile-aerpace,
.tile-asian,
.tile-lenskart,
.tile-marriott,
.tile-tata,
.tile-wipro {
    background-image: url('../image/logos/whitebg.png')
}

.tile-ola {
    background-image: url('../image/logos/olabg.png')
}

.tile-bajaj {
    background-image: url('../image/logos/bajajbg.png')
}

.tile-figgoni {
    background-image: url('../image/logos/blackbg.png')
}

@media (max-width:1000px) {
    .wc-card {
        height: auto;
        padding: 30px 0
    }
    .wc-content {
        flex-direction: column;
        text-align: center;
        gap: 15px
    }
    .card-pink:hover .wc-details,
    .wc-details {
        flex-direction: column;
        width: 100%;
        opacity: 1
    }
    .nothing {
        width: 100%;
        height: 200px;
        opacity: 1;
        margin: 0 0 20px
    }
    .wc-card.is-open .nothing {
        display: block;
        font-size: .85rem;
        font-weight: 600;
        margin: 6px 0 8px;
        color: #111
    }
    .prog-header-wrapper {
        flex-direction: column;
        align-items: flex-start
    }
    .prog-decor-circle {
        align-self: flex-end;
        margin-top: -20px;
        width: 130px
    }
    .admission-wrapper {
        padding-bottom: 40px;
        overflow: hidden
    }
    .admission-wrapper::before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        top: 300px;
        z-index: 1
    }
    .process-steps {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        justify-content: flex-start;
        gap: 20px;
        width: 100%;
        padding: 20px;
        margin-top: 0
    }
    .process-steps::before {
        display: none
    }
    .process-steps::-webkit-scrollbar {
        display: none
    }
    .step-item {
        flex: 0 0 220px;
        width: 220px;
        scroll-snap-align: center;
        z-index: 2
    }
    .step-img {
        width: 150px;
        height: 150px;
        margin-bottom: 10px;
        background: #fff
    }
    .sp-content-row {
        flex-direction: column;
        gap: 0
    }
    .sp-left-col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 40px
    }
    .place-header {
        margin-left: 0;
        padding-left: 20px;
        margin-bottom: 25px;
        border-left: 5px solid #000
    }
    .place-title {
        font-size: 2rem
    }
    .sp-image-card {
        height: auto;
        display: flex;
        flex-direction: column;
        border-radius: 0;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px
    }
    .sp-banner-img {
        position: relative;
        width: 100%;
        height: auto;
        display: block
    }
    .sp-overlay-bar {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        background: #000;
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }
    .sp-stats-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        width: 100%
    }
    .sp-btn-container,
    .sp-vert-line {
        display: none
    }
    .sp-stat-block {
        align-items: flex-start;
        text-align: left;
        padding: 0;
        margin: 0
    }
    .sp-right-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0
    }
    .recruiter-heading {
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
        font-size: 1.8rem
    }
    .recruiter-grid {
        gap: 10px
    }
}

@media (max-width:600px) {
    .df-card,
    .faculty-item {
        flex: 0 0 100%
    }
    .faq-head {
        padding: 20px;
        font-size: 1rem
    }
    header {
        flex-direction: column;
        align-items: center;
        padding: 25px 5% 30px;
        min-height: 130px;
        gap: 15px
    }
    .logos {
        justify-content: center
    }
    .header-logo {
        height: 70px
    }
    .header-actions {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px
    }
    .mit-hero-wrapper {
        padding-top: 50px;
        padding-left: 2px
    }
    .mit-visuals-group {
        margin-top: -10px;
        width: 100%;
        overflow: hidden
    }
    .mit-student-image {
        width: 100%;
        height: 100%;
        bottom: 10px;
        left: 60%;
        transform: translateX(-50%)
    }
}

.decor-bottom-left {
    width: 180px
}


/* Video Modal Styles */
.video-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.video-modal-content {
    position: relative;
    width: 80%;
    max-width: 900px;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.close-video {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.close-video:hover {
    color: #ff6b00; /* MIT Orange */
}

/* Ensure the play button shows a pointer */
#openVideo {
    cursor: pointer;
}

.decor-bottom-right {
    width: 120px
}

.video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
}

.video-responsive {
  position: relative;
  padding-top: 56.25%;
}

.video-responsive iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.close-video {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

@media (max-width:900px) {
    .footer-container {
        flex-direction: column
    }
    .footer-right {
        width: 100%
    }
    .footer-form-bg {
        right: 10px
    }
    .mit-play-btn {
        top: 15%;
        left: -5%
    }
    .animated-headline {
        height: 120px;
        overflow: hidden
    }
    .slide-item {
        height: 120px;
        white-space: normal;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.25;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }
    .slide-item b {
        display: inline-block;
        margin-right: 6px
    }
    @keyframes slideUp {
        0%,
        100%,
        25% {
            transform: translateY(0)
        }
        33%,
        58% {
            transform: translateY(-120px)
        }
        66%,
        91% {
            transform: translateY(-240px)
        }
    }
    .stats-bar {
        flex-wrap: wrap;
        gap: 20px;
        padding: 30px 10px
    }
    .stat-item {
        width: 30%;
        text-align: center
    }
    .stat-item h3 {
        font-size: 1.4rem
    }
    .stat-item p {
        font-size: .75rem;
        line-height: 1.2
    }
    .stat-divider {
        display: none
    }
    .banner-content p {
        white-space: normal;
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.4;
        padding: 0 15px
    }
    .iam-section {
        height: 420px
    }
    .circle-solid-draw {
        width: 300px;
        height: 300px;
        top: -120px
    }
    .circle-outline-draw {
        width: 480px;
        height: 480px;
        top: -210px;
        clip-path: inset(210px 0 0 0)
    }
    .iam-girl-img {
        height: 125%;
        max-width: 85%
    }
    .iam-text-overlay {
        gap: 8px;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        bottom: 120px
    }
    .iam-static {
        white-space: nowrap;
        font-size: 1.4rem;
        line-height: 1.2;
        margin: 0
    }
    .iam-slider-window {
        height: 52px;
        overflow: hidden
    }
    .iam-slide {
        height: 52px;
        font-size: 1.4rem;
        line-height: 1.25;
        white-space: normal;
        text-align: center;
        display: block;
        max-width: 90%;
        margin: 0 auto
    }
    .iam-slide i {
        white-space: nowrap;
        font-style: italic
    }
    @keyframes slideUpIam {
        0%,
        100%,
        25% {
            transform: translateY(0)
        }
        33%,
        58% {
            transform: translateY(-52px)
        }
        66%,
        91% {
            transform: translateY(-104px)
        }
    }
    .prog-header-wrapper {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 24px !important
    }
    .prog-header-wrapper .section-title {
        order: 1 !important;
        width: 100% !important;
        border-left: 5px solid #000 !important;
        padding-left: 20px !important;
        margin-bottom: 0;
        text-align: left
    }
    .prog-decor-circle {
        order: 2 !important;
        width: 300px !important;
        height: 300px !important;
        margin: 20px auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        overflow: visible !important
    }
    @media (max-width:900px) {
        .header-actions {
            display: flex;
            flex-direction: row !important;
            flex-wrap: nowrap !important;
            align-items: center;
            width: 100%;
            gap: 8px !important;
            padding: 0 5px
        }
        .header-actions a,
        .header-actions button {
            flex: 1;
            width: auto !important;
            min-width: 0;
            font-size: .8rem !important;
            white-space: nowrap;
            display: flex;
            justify-content: center;
            align-items: center
        }
        .header-actions .btn-call {
            padding: 5px 10px 5px 4px !important;
            gap: 6px !important;
            background-color: #f0fff4
        }
        .header-actions .btn-call .icon-circle {
            width: 28px !important;
            height: 28px !important;
            min-width: 28px !important;
            margin: 0 !important;
            transform: none !important
        }
        .header-actions .btn-call .icon-circle i,
        .header-actions .btn-call .icon-circle svg {
            margin-left: 0 !important;
            padding: 0 !important;
            transform: scaleX(-1);
            font-size: .9rem
        }
        .header-actions .btn-orange {
            padding: 10px 0 !important
        }
    }
    @media (max-width:480px) {
        header {
            padding: 15px 10px 20px;
            min-height: auto
        }
        .header-logo {
            height: 50px
        }
        .mit-hero-wrapper {
            padding-top: 20px
        }
        .mit-student-image {
            left: 55%;
            width: 120%;
            height: 120%
        }
        .animated-headline,
        .slide-item {
            height: 90px
        }
        .slide-item {
            font-size: 1.35rem;
            padding: 0 5px
        }
        @keyframes slideUp {
            0%,
            100%,
            25% {
                transform: translateY(0)
            }
            33%,
            58% {
                transform: translateY(-90px)
            }
            66%,
            91% {
                transform: translateY(-180px)
            }
        }
        .stats-bar {
            gap: 25px
        }
        .stat-item {
            width: 100%;
            border-bottom: 1px solid rgba(0, 0, 0, .05);
            padding-bottom: 15px
        }
        .stat-item:last-child {
            border-bottom: none
        }
        .iam-section {
            height: 380px;
            overflow: hidden
        }
        .circle-outline-draw {
            width: 340px;
            height: 340px;
            top: -160px;
            clip-path: inset(160px 0 0 0);
            left: 50%;
            transform: translateX(-50%)
        }
        .circle-solid-draw {
            width: 220px;
            height: 220px;
            top: -80px
        }
        .iam-text-overlay {
            bottom: 90px;
            width: 100%;
            padding: 0 10px
        }
        .iam-static {
            font-size: 1.2rem
        }
        .iam-slide,
        .iam-slider-window {
            height: 40px
        }
        .iam-slide {
            font-size: 1.25rem
        }
        @keyframes slideUpIam {
            0%,
            100%,
            25% {
                transform: translateY(0)
            }
            33%,
            58% {
                transform: translateY(-40px)
            }
            66%,
            91% {
                transform: translateY(-80px)
            }
        }
        .prog-decor-circle {
            width: 260px !important;
            height: 260px !important;
            margin-top: 10px !important
        }
        .prog-decor-circle img {
            width: 100% !important;
            height: 100% !important;
            object-fit: contain !important;
            border-radius: 0 !important;
            display: block !important;
            filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .2))
        }
        .prog-header-wrapper .section-title h2 {
            font-size: 1.6rem;
            line-height: 1.2;
            margin-bottom: 8px
        }
        .prog-header-wrapper .section-title p {
            font-size: .9rem;
            line-height: 1.5;
            max-width: 95%
        }
    }
    @media (max-width:1000px) {
        .wc-card {
            background: #fff;
            border-radius: 12px;
            margin-bottom: 20px;
            overflow: hidden
        }
        .wc-content {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
            padding: 10px 10px 14px
        }
        .wc-title-wrapper {
            display: contents
        }
        .wc-title-wrapper h3 {
            order: 1;
            font-size: 1.5rem !important;
            line-height: 1.3;
            font-weight: 500;
            margin: 10px 5px 5px 0;
            position: relative;
            width: 100%;
            padding-right: 30px
        }
        .wc-title-wrapper h3::after {
            content: "⌄";
            position: absolute;
            right: 0;
            top: -10px;
            font-size: 2rem !important;
            font-weight: 200;
            line-height: 1;
            transition: transform .3s;
            cursor: pointer
        }
        .wc-card.is-open .wc-title-wrapper h3::after {
            transform: rotate(180deg);
            top: -15px
        }
        .wc-pill-image {
            order: 2;
            width: 130%;
            align-self: center;
            margin: 0 0 10px;
            height: 0;
            opacity: 0;
            overflow: hidden;
            transition: .4s cubic-bezier(.25, 1, .5, 1);
            border-radius: 50px
        }
        .wc-card.is-open .wc-pill-image {
            height: 80px;
            opacity: 1
        }
        .wc-pill-image img {
            width: 150%;
            height: 100%;
            object-fit: cover
        }
        .wc-year-badge {
            order: 3;
            display: none;
            font-family: Poppins, sans-serif;
            font-size: 1.3rem;
            font-weight: 600;
            color: #111;
            margin-bottom: 15px;
            width: 100%
        }
        .wc-card.is-open .wc-details,
        .wc-card.is-open .wc-year-badge {
            display: block
        }
        .wc-details {
            order: 4;
            display: none;
            width: 100%;
            text-align: left
        }
        .wc-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 20px
        }
        .wc-list li {
            font-size: 1.3rem;
            line-height: 1.5;
            padding-left: 15px;
            position: relative;
            margin-bottom: 5px
        }
        .wc-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #000
        }
        .wc-explore-btn {
            display: inline-block;
            font-size: .8rem;
            font-weight: 600;
            padding: 8px 20px;
            border-radius: 30px;
            background: #000;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .5px
        }
        .testi-wrapper {
            width: 100%;
            overflow: hidden
        }
        .testi-grid {
            display: flex;
            flex-direction: row !important;
            flex-wrap: nowrap !important;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            gap: 20px;
            justify-content: flex-start;
            padding: 10px 20px 60px;
            width: 100%
        }
        .testi-card {
            min-width: 280px;
            max-width: 280px;
            width: 280px;
            flex-shrink: 0;
            scroll-snap-align: center;
            margin-bottom: 0
        }
        .nav-arrow {
            display: none
        }
        .df-section {
            padding: 0 0 60px !important
        }
        .df-grid {
            display: grid !important;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
            flex-wrap: nowrap;
            justify-content: normal;
            margin-top: 20px
        }
        .df-card {
            flex: auto;
            min-width: 0;
            width: 100%;
            margin-bottom: 0;
            padding: 20px 10px
        }
        .df-visual-box {
            width: 100px;
            height: 100px;
            margin-bottom: 15px
        }
        .df-info h4 {
            font-size: .85rem
        }
        .df-info p {
            font-size: .75rem
        }
        .df-linkedin {
            width: 24px;
            height: 24px;
            top: 8px;
            right: 8px
        }
        .life-title,
        .place-title,
        .testi-title {
            font-size: 1.8rem !important;
            line-height: 1.2;
            margin-bottom: 10px
        }
        .testi-subtitle {
            font-size: .9rem !important;
            line-height: 1.5
        }
        header {
            position: static !important;
            top: auto !important;
            z-index: 1000 !important;
            transform: none !important
        }
    }
    @media (max-width:600px) {
        .wc-card {
            background: #fff;
            border-radius: 12px;
            margin-bottom: 20px;
            overflow: hidden
        }
        .wc-content {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
            padding: 10px 10px 14px
        }
        .wc-title-wrapper {
            display: contents
        }
        .wc-title-wrapper h3 {
            order: 1;
            font-size: 1.5rem !important;
            line-height: 1.3;
            font-weight: 500;
            margin: 10px 5px 5px 0;
            position: relative;
            width: 100%;
            padding-right: 30px
        }
        .wc-title-wrapper h3::after {
            content: "⌄";
            position: absolute;
            right: 0;
            top: -10px;
            font-size: 2rem !important;
            font-weight: 200;
            line-height: 1;
            transition: transform .3s;
            cursor: pointer
        }
        .wc-card.is-open .wc-title-wrapper h3::after {
            transform: rotate(180deg);
            top: -15px
        }
        .wc-pill-image {
            order: 2;
            width: 130%;
            align-self: center;
            margin: 0 0 10px;
            height: 0;
            opacity: 0;
            overflow: hidden;
            transition: .4s cubic-bezier(.25, 1, .5, 1);
            border-radius: 50px
        }
        .wc-card.is-open .wc-pill-image {
            height: 80px;
            opacity: 1
        }
        .wc-pill-image img {
            width: 150%;
            height: 100%;
            object-fit: cover
        }
        .wc-year-badge {
            order: 3;
            display: none;
            font-family: Poppins, sans-serif;
            font-size: 1.3rem;
            font-weight: 600;
            color: #111;
            margin-bottom: 15px;
            width: 100%
        }
        .wc-card.is-open .wc-details,
        .wc-card.is-open .wc-year-badge {
            display: block
        }
        .wc-details {
            order: 4;
            display: none;
            width: 100%;
            text-align: left
        }
        .wc-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 20px
        }
        .wc-list li {
            font-size: 1.3rem;
            line-height: 1.5;
            padding-left: 15px;
            position: relative;
            margin-bottom: 5px
        }
        .wc-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #000
        }
        .wc-explore-btn {
            display: inline-block;
            font-size: .8rem;
            font-weight: 600;
            padding: 8px 20px;
            border-radius: 30px;
            background: #000;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .5px
        }
    }
    @media (min-width:1100px) {
        .mit-text-content {
            left: -20px
        }
    }
}