:root {
    --primary: #ca1d23;
    --primary-dark: #b6161b;
    --text-dark: #252525;
    --text-body: #454545;
    --light-pink: #f9ecec;
    --warm-bg: #fffcf3;
    --map-bg: #ffe9e9;
    --white: #ffffff;
    --black: #000000;
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --shadow-soft: 0 12px 30px rgba(0,0,0,.08);
}

* {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif !important;
}

html {
    scroll-behavior: smooth;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

img,
iframe {
    max-width: 100%;
    height: auto;
}

video {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

img,
video {
    max-width: 100%;
    display: block;
}

.custom-container {
    width: min(1440px, calc(100% - 32px));
}

.section-space {
    padding: 80px 0;
}

.top-promo-bar {
    background: var(--primary);
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
}

.site-header {
    position: sticky !important;
    top: 0;
    z-index: 9999;
    background: #fff;
    transition: box-shadow 0.3s ease;
}

.site-header.scrolled {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.site-header .navbar {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

.brand-logo {
    height: 70px !important;
    width: auto;
    object-fit: contain;
}

.btn-primary,
.btn-register-now {
    background: var(--primary);
    border-color: var(--primary);
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

.btn-primary:hover,
.btn-register-now:hover {
    background: #8f0a0a;
    border-color: #8f0a0a;
    transform: translateY(-1px);
}

/* =========================
   HERO VIDEO SECTION
========================= */
.hero-section {
    position: relative;
    min-height: calc(100vh - 118px);
    border-radius: 0 0 var(--radius-xl) var(--radius-xl);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff;
}

.hero-video,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-overlay {
    background: linear-gradient(0deg, rgba(0,0,0,.42), rgba(0,0,0,.16));
}

.hero-content {
    position: relative;
    z-index: 1;
    padding-bottom: 72px;
}

.hero-inner {
    max-width: 1040px;
}

.hero-inner h1 {
    color: #fff;
    font-size: 80px !important;
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 1.6px;
    margin-bottom: 18px;
}

.hero-subtitle {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--primary);
    color: #fff;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1.2;
}

.section-form {
    color: var(--text-dark);
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-top: 70px;
}

@media (max-width: 767px) {
    .section-form {
        font-size: 32px;
        line-height: 130%;
        letter-spacing: 0.5px;
        margin-top: 70px;
        margin-bottom: 30px;
    }
}

.section-title {
    color: var(--text-dark);
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-top: 20px;
}

.section-title span {
    color: var(--primary);
}

.section-title-programme {
    color: var(--text-dark);
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-top: 20px;
}

.section-title-programme span {
    color: var(--primary);
}

@media (max-width: 767px) {
    .section-title-programme {
        font-size: 32px;
    }
}

.section-title-left {
    max-width: 370px;
}

@media (min-width: 1800px) {
    .section-title-programme {
        color: var(--text-dark);
        text-align: center !important;
        font-size: 40px;
        font-weight: 900;
        line-height: 120%;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        margin-top: 20px;
        margin-left: 200px;
    }

    .section-title-programme span {
        color: var(--primary);
    }
}

@media (min-width: 2200px) {
    .section-title-programme {
        color: var(--text-dark);
        text-align: center !important;
        font-size: 40px;
        font-weight: 900;
        line-height: 120%;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        margin-top: 20px;
        margin-left: 380px !important;
    }

    .section-title-programme span {
        color: var(--primary);
    }
}

.title-underline {
    width: 40px;
    height: 4px;
    background: var(--primary);
    margin-top: 18px;
}

.register-wrapper {
    max-width: 1120px;
}

.form-placeholder-box {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: var(--shadow-soft);
}

.placeholder-input,
.placeholder-large,
.placeholder-button {
    background: #f2f2f2;
    border-radius: 6px;
}

.placeholder-input {
    min-height: 46px;
}

.placeholder-large {
    min-height: 120px;
}

.placeholder-button {
    min-height: 42px;
    background: var(--primary);
}

.placeholder-note {
    color: #777;
}

.light-pink-bg {
    background: var(--light-pink);
}

.info-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,.08);
    overflow: hidden;
}

.info-card-img {
    aspect-ratio: 1.2 / 0.8;
    object-fit: cover;
}

.info-card-body {
    padding: 18px 20px 20px;
}

.info-card-body h3,
.workshop-card-body h3,
.counsellor-body h3 {
    color: var(--text-dark);
    font-size: 20px !important;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 8px;
}

.info-card-body p,
.why-item p,
.counsellor-body p,
.contact-item p {
    color: var(--text-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.workshop-card {
    background: transparent;
}

.workshop-image-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.workshop-image {
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
}

.workshop-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

@media (max-width: 991px) {
    .workshop-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .workshop-grid {
        grid-template-columns: 1fr;
    }
}

.workshop-card-body h3 {
    font-weight: 700;
    line-height: 1.4;
}

.workshop-meta {
    margin-top: 8px;
}

.date-badge {
    position: absolute;
    top: 0;
    left: 20px;
    width: 58px;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0,0,0,.12);
}

.date-badge span,
.date-badge strong {
    display: block;
    text-align: center;
}

.date-badge span {
    background: var(--primary);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 0;
}

.date-badge strong {
    background: #fff;
    color: var(--text-dark);
    font-size: 22px;
    font-weight: 700;
    padding: 10px 0;
}

.workshop-card-body {
    padding-top: 16px;
}

.workshop-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
}

.workshop-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.workshop-meta i {
    color: var(--primary);
}

.bg-black {
    background: #000;
}

/* Poster Card */
.poster-card {
    transition: all 0.3s ease;
}

.poster-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* Image Hover */
.poster-thumb {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.poster-thumb:hover {
    transform: scale(1.03);
}

/* Modal Image */
#posterModal img {
    max-height: 90vh;
    object-fit: contain;
}

.poster-popup-wrapper {
    position: relative;
    display: inline-block;
}

#posterModal img {
    max-height: 90vh;
    object-fit: contain;
    border-radius: 20px;
}

/* CLOSE BUTTON dekat poster */
.custom-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
}

.custom-close-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Desktop: grid */
.openday-slider {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 400px));
    justify-content: center; 
    gap: 24px;
}

/* Tablet */
@media (max-width: 991px) {
    .openday-slider {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile slider */
@media (max-width: 767px) {
    .openday-slider {
        display: flex;
        overflow-x: auto;
        gap: 16px;
        padding-bottom: 10px;
        scroll-snap-type: x mandatory;
    }

    .poster-slide {
        flex: 0 0 85%;
        scroll-snap-align: start;
    }

    .openday-slider::-webkit-scrollbar {
        display: none;
    }
}

.hero-banner-wrap {
    width: 100%;
}

.hero-banner-img {
    display: block;
    width: 100%;
    height: auto;
}

.hero-banner-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6%;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
}

.hero-banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    background: #ca1d23;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
}

.hero-banner-btn:hover {
    background: #b6161b;
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .hero-banner-content {
        bottom: 5%;
    }

    .hero-banner-btn {
        min-width: 170px;
        height: 50px;
        font-size: 15px;
        padding: 0 24px;
    }
}

@media (max-width: 767px) {
    .hero-banner-content {
        justify-content: center;
        bottom: 4.5%;
    }

    .hero-banner-btn {
        min-width: 160px;
        height: 46px;
        font-size: 14px;
        padding: 0 22px;
    }
}

.scholarship-layout {
    display: grid;
    grid-template-columns: 420px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.scholarship-track,
.programme-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(320px, 1fr);
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.scholarship-track::-webkit-scrollbar,
.programme-track::-webkit-scrollbar {
    display: none;
}

.scholarship-note {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.scholarship-slider-wrap {
    flex: 1;
    overflow: hidden;
}

.scholarship-track {
    display: flex;
    gap: 24px;
    transition: transform 0.4s ease;
    will-change: transform;
   margin-bottom: 10px;
}

.scholarship-card {
    min-width: 360px;
    max-width: 360px;
    min-height: 280px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-top: 6px solid #ca1d23;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.scholarship-card h3 {
    margin-bottom: 16px;
    color: #252525;
    font-size: 22px !important;
    font-weight: 700;
    line-height: 130%;
}

.scholarship-card ul {
    margin: 0;
    padding-left: 22px;
}

.scholarship-card li {
    margin-bottom: 8px;
    color: #454545;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.slider-arrow {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.7);
    background: transparent;
    color: #fff;
    font-size: 24px;
}

.slider-arrow.dark {
    color: var(--text-dark);
    border-color: #ddd;
}

.scholarship-arrows,
.programme-arrows {
    display: flex;
    gap: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 1800px) {
    .programme-arrows {
        display: flex;
        gap: 14px;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 200px;
    }
}

@media (min-width: 2200px) {
    .programme-arrows {
        display: flex;
        gap: 14px;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 380px;
    }
}

.scholarship-arrows .slider-arrow,
.programme-arrows .slider-arrow {
    width: 48px;
    height: 48px;
    border-radius: 600px;
    border: 1.2px solid rgba(37,37,37,0.24);
    background: transparent;
    color: #252525;
    opacity: 0.4;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
}

.scholarship-arrows .slider-arrow i,
.programme-arrows .slider-arrow i {
    font-size: 20px;
    line-height: 1;
}

.scholarship-arrows .slider-arrow:hover,
.programme-arrows .slider-arrow:hover {
    opacity: 1;
}

.scholarship-arrows .slider-arrow.active,
.programme-arrows .slider-arrow.active {
    opacity: 1;
    border-color: #252525;
}

.warm-bg {
    background: var(--warm-bg);
}

.why-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.why-item h3 {
    color: var(--text-dark);
    color: #252525;
    font-family: Roboto;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.why-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 14px;
    background: #CA1D23;
}

.video-card {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

.why-video {
    width: 100%;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    background: #000;
}

.section-head-with-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.programmes-section .custom-container {
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
}

.programme-track {
    display: flex;
    gap: 24px;
    overflow: hidden;
    scroll-behavior: smooth;
}

@media (max-width: 767px) {
    .section-head-with-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .programme-arrows {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin-top: -30px;
    }
}

.programme-card {
    position: relative;
    flex: 0 0 calc((100% - 96px) / 5);
    height: 280px;
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    background: #d3d3d3;
    padding: 0;
    text-align: left;
}

@media (max-width: 1366px) {
    .programme-card {
        flex: 0 0 calc((100% - 48px) / 3);
    }
}

@media (max-width: 991px) {
    .programme-card {
        flex: 0 0 calc((100% - 48px) / 3);
    }
}

@media (max-width: 767px) {
    .programmes-section .custom-container {
        padding: 0 16px;
    }

    .programme-card {
        flex: 0 0 82%;
        height: 240px;
    }
}

.programme-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.programme-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(24,24,27,.72), rgba(24,24,27,0) 55%);
    pointer-events: none;
    z-index: 1;
}

.programme-card span {
    position: absolute;
    left: 20px;
    right: 56px;
    bottom: 20px;
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    z-index: 2;
    display: block;
}

.programme-card::before {
    content: "\2192";
    position: absolute;
    right: 20px;
    bottom: 16px;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    z-index: 3;
}

.programme-card:hover::before {
    opacity: 1;
    transform: translateX(6px);
}

.upcoming-section {
    background: #fff;
}

.upcoming-image {
    border-radius: 14px;
    width: 100%;
    object-fit: cover;
}

.upcoming-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.programme-group {
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
}

.programme-group:last-child {
    border-bottom: none;
}

.programme-group h3 {
    color: #252525;
    font-size: 20px !important;
    font-weight: 700;
    margin-bottom: 10px;
}

.programme-group ul {
    padding-left: 18px;
    margin: 0;
}

.programme-group li {
    color: #454545;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 6px;
}

.facilities-box {
    height: 560px;
    border-radius: 28px;
    background-position: center;
    background-size: cover;
    padding: 56px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 40px;
    overflow: hidden;
}

.facilities-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    max-width: 460px;
}

.facilities-left h2 {
    color: #FFF;
    font-family: Roboto;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 64px 0 0;
}

.facilities-left p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

.facilities-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    height: 130%;
    align-items: stretch;
    overflow: hidden;
    margin-top: -60px;
    position: relative;
}

.facilities-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, #ca1d23 0%, rgba(202,29,35,0) 100%);
    z-index: 2;
    pointer-events: none;
}

.facilities-right::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to top, #ca1d23 0%, rgba(202,29,35,0) 100%);
    z-index: 2;
    pointer-events: none;
}

.facility-column {
    display: flex;
    flex-direction: column;
    gap: 18px;
    will-change: transform;
}

.facility-column img {
    width: 100%;
    height: 180px;
    border-radius: 18px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.move-up,
.move-down {
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.move-up {
    animation-name: moveUpLoop;
}

.move-down {
    animation-name: moveDownLoop;
}

@keyframes moveUpLoop {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

@keyframes moveDownLoop {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0);
    }
}

@media (max-width: 767.98px) {
    .facilities-box {
        height: 630px;
        padding: 28px 16px 20px;
        grid-template-columns: 1fr;
        gap: 20px;
        border-radius: 24px;
    }

    .facilities-left {
        max-width: 100%;
        position: relative;
        z-index: 2;
    }

    .facilities-left h2 {
        font-size: 32px !important;
        margin-bottom: 12px;
    }

    .facilities-left p {
        font-size: 15px;
        line-height: 1.6;
    }

    .facilities-right {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        height: auto;
        margin-top: 8px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .facility-column {
        gap: 14px;
    }

    .facility-column img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 16px;
    }

    .move-up {
        animation: moveUpLoopMobile 30s linear infinite;
    }

    .move-down {
        animation: moveDownLoopMobile 30s linear infinite;
    }
}

@keyframes moveUpLoopMobile {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

@keyframes moveDownLoopMobile {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0);
    }
}

.faq-accordion .accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    border-radius: 0;
}

.faq-accordion .accordion-button {
    background: transparent;
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
    padding: 24px 20px 24px 0;
    line-height: 150%;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--text-dark);
}

.faq-accordion .accordion-body {
    padding: 0 0 24px;
}

.counsellor-wrapper {
    background: #B6161B;
}

.counsellor-section {
    background: var(--warm-bg);
    border-bottom-left-radius: 64px;
    border-bottom-right-radius: 64px;
}

.counsellor-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5;
}

.counsellor-body {
    padding: 14px 16px 16px;
}

.counsellor-photo {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.counsellor-body h3 {
    color: #252525;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
}

.counsellor-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.counsellor-bottom p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    flex: 1;
}

.whatsapp-inline {
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease;
}

.whatsapp-icon {
    width: 100% !important;
    height: 32px !important;
    object-fit: none;
}

@media (max-width: 767.98px) {
    .counsellor-photo {
        height: 190px;
    }

    .counsellor-body {
        padding: 12px 14px 14px;
    }

    .counsellor-body h3 {
        font-size: 17px;
    }

    .counsellor-bottom p {
        font-size: 13px;
    }
}

.stay-connected-section {
    background: url("../assets/images/stayconnected-bg.png") center/cover no-repeat;
    position: relative;
    overflow: hidden;
}

.stay-connected-section::before {
    top: -180px;
    left: -90px;
}

.stay-connected-section::after {
    right: -80px;
    bottom: -180px;
}

.stay-connected-section .custom-container {
    position: relative;
    z-index: 1;
}

.social-thumb {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    height: 100%;
}

.social-icons a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.contact-section-full {
    width: 100%;
    background: #B6161B;
}

.contact-text a {
    color: inherit;
    text-decoration: none;
}

.contact-btn img {
    transition: all 0.3s ease;
}

.contact-btn:hover img {
    filter: brightness(0) invert(1);
}

.contact-text a:hover {
    text-decoration: underline;
}

.contact-shell {
    width: 100%;
    background: #FFE9E9;
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    padding: 72px 0 32px;
}

.contact-main-row {
    --bs-gutter-x: 56px;
    align-items: center;
}

.contact-content {
    max-width: 540px;
}

.contact-title {
    color: #252525;
    font-family: "Roboto", sans-serif;
    font-size: 40px !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 42px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 18px;
}

.contact-item + .contact-divider,
.contact-divider + .contact-item {
    margin-top: 18px;
}

.contact-icon {
    flex: 0 0 24px;
    color: #ca1d23;
    font-size: 28px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-text {
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.contact-divider {
    width: 100%;
    height: 1px;
    background: rgba(202, 29, 35, 0.25);
    margin: 16px 0 0;
}

.contact-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.contact-btn {
    min-width: 190px;
    height: 56px;
    padding: 0 20px;
    border: 1.5px solid #252525;
    background: transparent;
    color: #252525;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    transition: all 0.3s ease;
}

.contact-btn:hover {
    background: #CA1D23;
    color: #ffffff;
}

.contact-btn img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.contact-btn i {
    font-size: 16px;
}

.contact-map-wrap {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    width: 100%;
    aspect-ratio: 16/9;
}

.contact-map-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-footer-text {
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 56px;
}

@media (min-width: 1400px) {
    .contact-shell {
        padding-top: 80px;
        padding-bottom: 36px;
    }

    .contact-title {
        font-size: 60px;
    }

    .contact-text {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .contact-shell {
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
        padding: 48px 0 28px;
    }

    .contact-title {
        font-size: 40px;
        margin-bottom: 28px;
    }

    .contact-main-row {
        --bs-gutter-y: 32px;
        --bs-gutter-x: 24px;
    }

    .contact-content {
        max-width: 100%;
    }

    .contact-text {
        font-size: 16px;
    }

    .contact-buttons {
        margin-top: 24px;
    }

    .contact-footer-text {
        margin-top: 36px;
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .contact-shell {
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        padding: 36px 0 24px;
    }

    .contact-title {
        font-size: 32px;
    }

    .contact-item {
        gap: 14px;
    }

    .contact-icon {
        flex: 0 0 22px;
        font-size: 24px;
    }

    .contact-text {
        font-size: 15px;
    }

    .contact-buttons {
        flex-direction: row;
        gap: 12px;
    }

    .contact-btn {
        min-width: unset;
        width: 100%;
        height: 50px;
        font-size: 15px;
    }

    .contact-footer-text {
        font-size: 12px;
        margin-top: 28px;
    }
}

.map-image {
    box-shadow: var(--shadow-soft);
}

.footer-copy {
    color: var(--text-dark);
    margin-top: 48px;
    font-size: 15px;
}

.programme-modal .modal-content {
    border: 0;
    border-radius: 24px;
    padding: 0 24px 24px;
}

.programme-modal .modal-dialog {
    max-width: 1080px;
}

.custom-close {
    background-size: 18px;
    opacity: 1;
}

.programme-modal-head h2 {
    color: #252525;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-top: 20px;
}

.programme-modal-head p {
    color: #252525;
    max-width: 920px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
}

.programme-detail-card {
    background: #f9ecec;
    border-radius: 18px;
    padding: 24px;
    height: 100%;
}

.programme-detail-card h3 {
    color: #ca1d23;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
}

.programme-detail-card ul {
    margin: 0;
    padding-left: 20px;
}

.programme-detail-card li {
    color: #252525;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 6px;
}

@media (max-width: 991.98px) {
    .programme-modal-head h2 {
        font-size: 26px;
    }

    .programme-modal-head p {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .programme-modal .modal-content {
        border-radius: 20px;
        padding: 0 12px 18px;
    }

    .programme-modal-head h2 {
        font-size: 20px;
    }

    .programme-detail-card {
        padding: 20px;
    }

    .programme-detail-card h3 {
        font-size: 18px;
    }

    .programme-detail-card li {
        font-size: 15px;
    }
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1399.98px) {
    .hero-inner h1 {
        font-size: 66px !important;
    }

    .facilities-left h2 {
        font-size: 48px;
    }
}

@media (max-width: 1199.98px) {
    .section-space {
        padding: 64px 0;
    }

    .hero-section {
        min-height: 500px;
    }

    .scholarship-layout,
    .facilities-box {
        grid-template-columns: 1fr;
    }

    .facilities-box {
        min-height: unset;
    }

    .facilities-right {
        min-height: 560px;
    }

    .contact-box {
        padding: 48px 32px 24px;
    }
}

@media (max-width: 991.98px) {
    .brand-logo {
        height: 54px;
    }

    .hero-section {
        min-height: 460px;
    }

    .hero-content {
        padding-bottom: 48px;
    }

    .hero-inner h1 {
        font-size: 52px !important;
    }

    .hero-subtitle,
    .hero-chip,
    .top-promo-bar p {
        font-size: 14px;
        font-weight: 500;
        line-height: 150%;
    }

    .top-promo-bar .tnc-text {
        font-weight: 400;
    }

    .section-title {
        font-size: 34px;
    }

    .programme-modal-head h2,
    .programme-modal .modal-body > h2 {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {
    .custom-container {
        width: min(100%, calc(100% - 24px));
    }

    .section-space {
        padding: 48px 0;
    }

    .hero-section {
        min-height: 420px;
        border-radius: 0 0 24px 24px;
    }

    .hero-content {
        padding-bottom: 28px;
    }

    .hero-inner h1 {
        font-size: 36px !important;
        line-height: 1.15;
        margin-bottom: 14px;
    }

    .hero-inner h1 span {
        display: block;
    }

    .hero-subtitle {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .hero-chip {
        width: 100%;
        justify-content: flex-start;
        font-size: 14px;
        padding: 12px 16px;
    }

    .form-placeholder-box {
        padding: 20px;
    }

    .scholarship-track,
    .programme-track {
        grid-auto-columns: 86%;
    }

    .section-head-with-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .facilities-box {
        padding: 32px 20px;
        border-radius: 24px;
    }

    .facilities-left h2 {
        font-size: 40px;
    }

    .facilities-right {
        grid-template-columns: 1fr 1fr;
        min-height: 420px;
    }

    .faq-accordion .accordion-button {
        font-size: 18px;
    }

    .contact-box {
        border-radius: 24px;
    }

    .programme-modal .modal-content {
        border-radius: 22px;
        padding: 0 12px 18px;
    }

    .programme-modal-head h2,
    .programme-modal .modal-body > h2 {
        font-size: 32px;
    }

    .programme-modal-head p,
    .generic-modal-copy {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        min-height: 380px;
    }

    .hero-inner h1 {
        font-size: 32px !important;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .section-title {
        font-size: 28px;
    }

    .info-card-body h3,
    .workshop-card-body h3,
    .counsellor-body h3,
    .why-item h3,
    .scholarship-card h3,
    .programme-detail-card h3,
    .upcoming-content h3,
    .faq-accordion .accordion-button {
        font-size: 16px;
    }

    .contact-box {
        padding: 32px 18px 20px;
    }

    .footer-copy {
        font-size: 13px;
    }
}

/* Open Day Posters Section */
.openday-posters-section {
    padding: 80px 0;
}

.openday-posters-section .section-desc {
    max-width: 700px;
    margin: 12px auto 0;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

.openday-poster-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.openday-poster-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.openday-poster-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
}

.openday-poster-card img {
    width: 80%;
    display: block;
    height: auto;
}

/* Modal */
.poster-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.poster-modal.active {
    display: block;
}

.poster-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
}

.poster-modal-dialog {
    position: relative;
    z-index: 2;
    width: min(92vw, 900px);
    max-height: 90vh;
    margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.poster-modal-dialog img {
    width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
    background: #fff;
}

.poster-modal-close {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #ca1d23;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transition: background 0.2s ease, transform 0.2s ease;
}

.poster-modal-close:hover {
    background: #b6161b;
    transform: scale(1.06);
}

/* Responsive */
@media (max-width: 991px) {
    .openday-poster-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .openday-posters-section {
        padding: 60px 0;
    }

    .openday-poster-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .poster-modal-dialog {
        width: min(94vw, 700px);
        margin: 30px auto;
    }

    .poster-modal-close {
        top: -12px;
        right: -4px;
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
}