/*
  Home mobile overrides.
  This file is loaded only for <= 768px from ibis_home.html.
*/


:root {
    --mobile-body-font: 'Inter', sans-serif;
    --mobile-heading-font: 'Anton', sans-serif;
    --mobile-primary: #f49e0d;
    --mobile-text: #1c1d1f;
    --mobile-container-padding: clamp(12px, 4vw, 20px);
    --mobile-page-bg: #FBF9E8;
}
/* Reset browser default spacing */
html, body {
    margin: 0 !important;
    padding: 0 !important;
}

/* Your existing body style */
body {
    margin: 0;
    padding: 0;
    font-family: var(--mobile-body-font);
    background: var(--mobile-page-bg);
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.mobile-container,
.header-inner {
    padding-left: var(--mobile-container-padding);
    padding-right: var(--mobile-container-padding);
    box-sizing: border-box;
}

.mobile-container {
    width:100%;
    max-width:100%;
    margin: auto;
    background: var(--mobile-page-bg);
    overflow: hidden;
}

/* Header's inner container must be transparent so career.png shows through */
/* .header .mobile-container,
.header .header-inner {
    background: transparent !important;
    overflow: visible;
} */
/* Header */
/* .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    min-height: 94px;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    z-index: 1000;
}

.header.scrolled {
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
}

.logo-link {
    position: absolute;
    top: 23px;
    left: 20px;
}

.logo-img {
    width: 126px;
    height: 56px;
    object-fit: contain;
} */

/* .logo-img {
   
width: 126;
height: 56;
top: 23px;
left: 20px;
opacity: 1;

} */

/* .header-inner {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    min-height: clamp(92px, 24vw, 108px);
}

.nav-group {
    position: absolute;
    top: 23px;
    right:20px;
left:auto;
    width: 56px;
    height: 56px;
    opacity: 1;
    background: url('/static/images/Group%208180.png') center center / contain no-repeat;
    z-index: 3;
}

.nav {
    display: none;
}

.nav-link {
    font-size: 14px;
} */

.btn-enroll {
    display: none;
}

.btn-enroll .arrow-circle {
    display: none;
}

/* Admission strip */
/* .admission-card {
    position: fixed;
    top: 94px;
    left: 0;
    width: 100%;
    max-width: none;
    min-height: 53px;
    height: auto;
    margin: 0;
    transform: none;
    right: auto;
    opacity: 1;
    z-index: 990;
    background: linear-gradient(90deg, #BB5503 0%, #7C4301 100%);
    border-radius: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 clamp(12px, 4vw, 20px);
    gap: clamp(8px, 2.5vw, 10px);
}

.admission-body {
    background: transparent;
    border-radius: 0;
    padding: 0;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 6px;
}

.admission-body h2,
.admission-body h3,
.admission-body .year {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.03em;   /* -3% from Figma */
    /* text-transform: uppercase;
} */

.admission-body h2,
.admission-body h3 {
    color: #ffffff;
}

.admission-body .year {
    color: #F2CF43;
} */

.btn-apply {
    margin-top: 0;
    width: 85px;
    height: 32px;
    top: 105px;
    left: 307px;
    opacity: 1;
    background: #F4A60A;
    color: #fff;
    border-radius: 10px;
    padding: 8px 6.07px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: 57%;
    letter-spacing: -0.03em;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
}

/* Hero */
.hero {
    background-image: url('/static/images/career.png');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    /* header 94px + admission strip 53px = 147px + 8px breathing room */
    padding-top: 155px;
}

.hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: clamp(8px, 2.5vw, 12px);
    padding-top: 0;
    padding-bottom: clamp(18px, 5vw, 28px);
}

.hero-copy {
    width: 100%;
    padding-top: 0;
    padding-left: clamp(12px, 5vw, 21px);
    padding-right: clamp(8px, 3vw, 14px);
    padding-bottom: 0;
}

.hero-heading {
    font-family: 'Inter', sans-serif;
    font-size: clamp(34px, 10vw, 62px);
    font-weight: 400;
    color: #1c1d1f;
    line-height: 1.18;
    margin-bottom: 18px;
    letter-spacing: -2px;
}

.hero-line-italic {
    display: block;
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 300;
    color: #E27A01;
}

.hero-line {
    display: block;
    font-style: normal;
    font-weight: 400;
}

.hero-career {
    display: inline-block;
    position: relative;
    color: #E27A01;
    padding: 2px 18px;
    border-radius: 4px;
    font-weight: 600;
    font-style: normal;
    z-index: 0;
}

.hero-career::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #f49e0d;
    border-radius: 4px;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    animation: careerBgSlide 3s ease infinite;
}

.hero-career {
    animation: careerTextColor 3s ease infinite;
}

@keyframes careerBgSlide {
    0%, 10% {
        transform: scaleX(0);
    }
    30%, 80% {
        transform: scaleX(1);
    }
    95%, 100% {
        transform: scaleX(0);
    }
}

@keyframes careerTextColor {
    0%, 10% {
        color: #E27A01;
    }
    30%, 80% {
        color: #1c1d1f;
    }
    95%, 100% {
        color: #E27A01;
    }
}

.btn-enroll-hero {
    display: none;
}

.hero-tagline {
    max-width: 100%;
    font-size: clamp(10px, 2.8vw, 11px);
    font-style: italic;
    line-height: 1.35;
    color: #3f4347;
}

.tagline-bar {
    width: 3px;
    background: #F0B10D;
}

.hero-media {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-self: end;
}

/* Girl image */
.hero-img{
    display: block;
 width:100%;
    max-width:320px;
    height:auto;    height:auto;
    margin-top: 0;
    position:relative;
    object-fit: contain;
    z-index:1;
}




/* Info + courses */
.info-card-wrapper {
    position: relative;
    z-index: 3;
    margin-top: -54px;
    margin-bottom: -104px;
    padding: 0 20px;
}

/* Card */
.info-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
    background: #f2f2ef;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
    gap: 0;
    position: relative;
    overflow: hidden;
}

/* Title + paragraph area */
.info-card-text {
    width: 100%;
    display: block;
    padding-right: 0;
    padding-top: 18px;
}

.info-card-text > div:last-child {
    width: 100%;
}

/* Heading */
.info-card h2 {
    max-width: 170px;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

/* Paragraph */
.info-card p {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #2a2a2a;
}

/* Hide yellow accent line in mobile */
.accent-bar-iacet {
    display: none;
}

/* Logo position */
.info-card-logo {
    position: absolute;
    top: 20px;
    right: 20px;
}

/* IACET Logo */
.iacet-logo {
    width: 72px;
    height: auto;
    object-fit: contain;
}

.courses-dark {
    width:100%;
    max-width:none;
    min-height: auto;
    margin: 0 auto;
    opacity: 1;
    padding: 144px 0 34px;
    background:
        /* radial-gradient(circle at 72% 18%, rgba(168, 106, 8, 0.62), transparent 34%), */
        /* radial-gradient(circle at 28% 12%, rgba(69, 43, 0, 0.45), transparent 42%), */
        #090909;
    position: relative;
    overflow: hidden;
}

.courses-dark::before {
    content: '';
    left: 50%;
    top: 74px;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
    background: rgba(208, 154, 33, 0.88);
    filter: blur(165px);
    opacity: 0.92;
}

.courses-dark::after {
    content: '';
    right: -84px;
    top: 122px;
    width: 200px;
    height: 200px;
    background: rgba(88, 58, 4, 0.9);
    filter: blur(155px);
    opacity: 0.6;
}

.courses-dark .container {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
}

.courses-header {
    position: relative;
    margin-bottom: 28px;
    padding-left: 18px;
}

.courses-header::before {
    content: '';
    position: absolute;
   left:0;
    top: 4px;
    width: 3px;
    height: 170px;
    border-radius: 999px;
    /* background: linear-gradient(180deg, #ff5a00 0%, #f49e0d 100%); */
}

.courses-title {
    margin-top: 0;
    margin-bottom: 8px;
    max-width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: clamp(24px, 7vw, 34px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.045em;
    color: #ffffff;
    text-align: left;
}

.courses-title em {
    font-style: normal;
    color: #f49e0d;
}

/* Let the br from desktop markup stay hidden on mobile;
   mobile line wrapping is handled by the container width */
.courses-title br {
    display: none;
}

.courses-subtitle {
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    line-height: 1.2;
}

.courses-subtitle strong {
    font-weight: 600;
    color: #f49e0d;
}

.courses-toolbar {
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.filter-pills {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.pill {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 16px 20px;
    border-radius: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #2d2d2d;
    border: 1px solid #4F4F4F;
    text-align: center;
    width: 100%;
    height: 54px;
}

.pill.active {
    background: #F49E0D;
    color: #1C1D1F;
    border-color: #F49E0D;
    font-weight: 600;
}

.pill:hover:not(.active) {
    background: #E27A01;
    border-color: #E27A01;
animation-timing-function: ease-out;
animation-duration: 300ms;

}

.courses-grid{
    display:flex;
    gap:16px;

    overflow-x:auto;
    scroll-snap-type:x mandatory;

    padding-bottom:12px;
}

.courses-grid::-webkit-scrollbar{
    display:none;
}




.program-card{
    width: min(85vw,335px);
    height: auto;

    flex:0 0 auto;
    position:relative;

    border-radius:20px;
    overflow:hidden;

    scroll-snap-align:start;
}

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



.program-card-content {
    padding: 16px;
}

.program-card h4{
    position:absolute;
    bottom:30px;
    left:20px;
    right:20px;

    font-family:'Inter',sans-serif;
    font-size:20px;
    line-height:1.2;

    color: #fff;;
    z-index:2;
}
.program-card h4 strong{
    color: #F49E0D;
    font-weight: 500;
}

.program-arrow{
    position:absolute;
    bottom:48px;
    right:20px;

    width:62px;
    height:20px;

    background-image:url('/static/images/Arrow 1.png');
    background-size:contain;
    background-repeat:no-repeat;

    z-index:2;
}


.program-card-overlay {
    width:100%;
    height: 406px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    border-radius: 20px;
    opacity: 1;
    overflow-x: auto;
    padding-bottom: 12px;
}

.program-card::after{
    display: none;
}


/* Accreditation */
.accreditation-section {
    padding: 38px var(--mobile-container-padding) 24px;
    background: #e6e6e6;
}

.accreditation-section h2 {
    margin: 0 0 30px;
    max-width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: clamp(28px, 7.5vw, 36px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #0e0e11;
}

.accreditation-section h2 .highlight {
    color: #f49e0d;
}

.accred-item {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 32px;
}

.accred-item-divider {
    border-top: 1px solid rgba(28, 29, 31, 0.1);
    padding-top: 20px;

}

.accred-logo {
    margin: 0 0 30px;
    margin-bottom: 5px;
    justify-content: flex-start;
    width: 146px;
    height: 85px;
    top: 2194px;
    left: 20px;
    opacity: 1;

}


/* NSDC block: separate styling from generic accred-logo */
.national-accred-content {
    width: 190px;
    height: auto;
    margin: 0 0 14px;
}

.national-accred-content img {
  
    object-fit: contain;
    width: 148px;
height: 68px;
top: 2991px;
left: 23px;
opacity: 1;

}

.accred-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.accreditation-section .featured-tag {
    display: none;
}

.accred-desktop-copy {
    display: none;
}

.accred-mobile-copy {
    display: block !important;
}

.accred-mobile-copy p {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: -0.01em;
    color: #24313d;
 

    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.accred-mobile-copy p:last-child {
    margin-bottom: 0;
}

.accred-mobile-copy a {
    color: #24313d;
    
    word-break: break-word;
}

.national-desktop-copy {
    display: none;
}

.national-mobile-copy {
    display: block !important;
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: -0.01em;
    color: #24313d;
    text-decoration: none;
}

/* VR */
.vr-section {
    padding: 0;
    background: transparent;
    position: relative;
    z-index: 2;
}

.vr-banner {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 60%, #0d0d0d 100%);
}

.vr-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    display: block;
}

.vr-overlay-img {
    margin-top: 100px;
}

.vr-svg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transform: scale(1);
    transition: none;
}

.vr-banner .vr-svg-img {
    animation: svgZoomIn 10s ease-in-out infinite;
}

.vr-svg-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


.vr-inner {
    position: relative;
    display: block;
    min-height: 760px;
    padding: 48px 22px 0;
}

.vr-person {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(100%, 368px);
    z-index: 2;
}

.vr-person picture {
    display: block;
}

.vr-person-img {
    display: block;
    width: 100%;
    max-width: 368px;
    aspect-ratio: 368 / 552;
    height: auto;
    object-fit: contain;
    margin-left: -10px;
}

.vr-content {
    position: relative;
    z-index: 3;
    max-width: 320px;
    padding: 0;
}

.vr-tag {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.vr-desc {
    margin-bottom: 18px;
    width: 100%;
    max-width: 368px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: -3%;
    color: #cfcfcf;
}

.vr-desc-desktop {
    display: none;
}

.vr-desc-mobile {
    display: block;
}

.vr-desc-line {
    display: block;
    white-space: nowrap;
}

.vr-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 96%;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}

.btn-enroll-vr {
    min-width: 124px;
    padding: 12px 24px;
    font-size: 16px;
    width: 138;
height: 46;
opacity: 1;
border-radius: 20px;

}

/* Questions form */
.questions-section {
    padding: 56px 0 44px;
    background: #e7e7e7;
}

.questions-wrapper,
.questions-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.questions-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.questions-image-card {
    width: 100%;
    max-width: none;
    height: 290px;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    
    background:transparent;
}

.questions-image-card::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    /* background: linear-gradient(180deg, rgba(244, 166, 10, 0) 0%, rgba(244, 166, 10, 0.95) 100%); */
    pointer-events: none;
}

.questions-person-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transform: translateY(-84px);
}

.questions-text {
    order: -1;
    margin-top: -32px;
}

.questions-text h2 {
    margin: 0 0 12px;
    font-size: clamp(30px, 9vw, 52px);
    line-height: 1.02;
    letter-spacing: -0.01em;
    word-spacing: 0.02em;
    
}

.questions-text h2 br {
    display: none !important;
}

.questions-text p {
    margin: 0;
    font-size: 15px;
    line-height: 1.40;
    color: #2f3135;
}

.questions-right {
    max-width: none;
    width: 100%;
}

.form-title {
    margin: -70px 0 18px;
    font-size: 28px;
    font-weight: 700;
   
    font-family: Inter;
font-style: Bold;
line-height: 90%;
letter-spacing: 0%;

}

.contact-form {
    gap: 14px;
}

.form-group label {
    font-size: 16px;
    margin-bottom: 8px;
    color: #23252a;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
   
    border: 2px solid #cfd3d8;
    background: transparent;
    font-size: 18px;
    padding: 16px 18px;
    color: #1c1d1f;
    width:100%;
    height: 56px;
    top: 23px;
    opacity: 1;
    border-radius: 10px;
    border-width: 1px;
    font-family: Inter 28pt;
font-weight: 300;
font-style: Light;
font-size: 14px;
line-height: 100%;
color: #82888F;
letter-spacing: 0%;
vertical-align: middle;


}

.contact-form textarea {
    min-height: 115px;
    
}

.btn-submit-form {
    align-self: stretch;
    width: 145px;
    height: 46px;
    top: 5114px;
    left: 21px;
    opacity: 1;
    border-radius: 10px;
    font-family: Inter 28pt;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    background-color: #F49E0D;
    box-shadow: none;


}

/* Top programs */
.mobile-top-programs-section {
    padding: 56px 0 60px;
    background: #050505;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.top-programs-section::before {
   display: none;
}

.top-programs-section::after {
    display: none;
}

.mobile-top-programs-section::before {
    content: '';
    display: block;
    position: absolute;
    width: 320px;
    height: 320px;
    background: #BB5503;
    border-radius: 50%;
        filter: blur(300px);
        opacity: 0.8;
    pointer-events: none;
    z-index: 0;
        top: 36%;
        left: 8%;
        transform: translate(-50%, -50%);
}

.mobile-top-programs-section::after {
    content: '';
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    background: #FFC51B;
    border-radius: 50%;
    filter: blur(300px);
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
        left: 92%;
        top: 22%;
        transform: translate(-50%, -50%);
}

.mobile-top-programs-section .container,
.mobile-top-programs-section .top-programs-header,
.mobile-top-programs-section .top-programs-slider {
    position: relative;
    z-index: 1;
}

.mobile-top-programs-section .featured-tag-dark {
    padding-top: 0;
    margin: 0 0 10px;
    text-align: center;
    color: #f5a623;
}

.mobile-top-programs-section .top-programs-header {
    margin-bottom: 28px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.mobile-top-programs-section .top-programs-header h2 {
    margin: 0;
    font-size: clamp(36px, 8vw, 44px);
    line-height: 1.02;
    color: #ffffff;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.mobile-top-programs-section .top-programs-header h2 .highlight {
    color: #f5a623;
}

.mobile-top-programs-section .top-programs-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.55;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
    text-align: center;
    max-width: 320px;
    margin: 12px auto 0;
    padding: 0;

}

.mobile-top-programs-section .top-programs-slider {
    display: block;
    overflow: hidden;
}

.mobile-top-programs-section .slider-arrow {
    display: none;
}

.mobile-top-programs-section .top-programs-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 0 16px 10px;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    align-items: stretch;
}

.mobile-top-programs-section .top-programs-grid::-webkit-scrollbar {
    display: none;
}

.mobile-top-programs-section .top-program-card {
    flex: 0 0 auto;
    width: min(calc(100vw - 68px), 322px);
    min-width: min(calc(100vw - 68px), 322px);
    max-width: min(calc(100vw - 68px), 322px);
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    scroll-snap-align: start;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.36);
    background: #ffffff;
    overflow: hidden;
}

.mobile-top-programs-section .top-program-image {
    position: relative;
    height: 220px;
    background: linear-gradient(292.88deg, #F59C00 0%, #000000 97.88%);
    overflow: hidden;
    background-position: center top;
    background-size: cover;
}


/* Top Program Card Background Images */
.mobile-top-programs-section .top-program-image.bg-hr {
    background: url('/static/images/hr-home.png') center/cover no-repeat;
}

.mobile-top-programs-section .top-program-image.bg-aba {
    background: url('/static/images/aba-home.png') center/cover no-repeat;
}

.mobile-top-programs-section .top-program-image.bg-gba {
    background: url('/static/images/gba-home.png') center/cover no-repeat;
}

.mobile-top-programs-section .top-program-image.bg-banking {
    background: url('/static/images/banking-home2.png') center/cover no-repeat;
}

.mobile-top-programs-section .top-program-image.bg-neuro {
    background: url('/static/images/neuro-home.png') center/cover no-repeat;
}

.mobile-top-programs-section .top-program-image.bg-hospital {
    background: url('/static/images/ha-home.png') center/cover no-repeat;
}

.mobile-top-programs-section .program-person {
    right: 14px;
    height: 220px;
}

.mobile-top-programs-section .program-badge {
    position: absolute;
    top: 25px;
    left: 22px;
    background-color: #FFC51B;
    min-width: 102px;
    height: 30px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #111111;

}

.mobile-top-programs-section .program-image-text {
    display: block;
    position: absolute;
    left: 22px;
    right: 136px;
    bottom: 26px;
    transform: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.mobile-top-programs-section .program-image-text.mobile-only {
    display: block;
}

.mobile-top-programs-section .program-image-text strong {
    display: inline;
    font-weight: 800;
}

.mobile-top-programs-section .top-program-content {
    padding: 20px 20px 22px;
    background: #f8f8f8;
}

.mobile-top-programs-section .top-program-content h4 {
    font-size: 19px;
    line-height: 1.18;
    margin-bottom: 14px;
    width: auto;
    height: auto;
    color: #202124;

}

.mobile-top-programs-section .top-program-content p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
    width: auto;
    height: auto;
    color: #52545a;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;



}

.mobile-top-programs-section .btn-view-courses {
    margin-top: auto;
    min-height: 50px;
    border-radius: 6px;
    width: 100%;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f49e0d;
    border: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    

}

/* Reviews */
.reviews-section {
    padding: 54px 0 28px;
    background: #f3f3f3;
}

.reviews-section .container {
    padding-left: 26px;
    padding-right: 26px;
}

.reviews-section h2 {
    margin: 0 0 18px;
    font-family: 'Inter';
    font-style: medium;
    font-size: clamp(28px, 7.5vw, 36px);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.05em;
    text-align: left;
    color: #0e0e11;
}

.reviews-section h2 .highlight {
    color: #f49e0d;
}

.rating-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 28px;
    flex-wrap: nowrap;
}

.rating-score {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.rating-score span,
.rating-info p {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #666b72;
    letter-spacing: -0.02em;
}

.google-icon {
    width: 97px;
    height: auto;
    flex-shrink: 0;
}

.reviews-content {
    display: block;
    padding-left: 26px;
    padding-right: 26px;
}

.reviews-left {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    margin-bottom: 24px;
}

.quote-icon {
    width: 64px;
    height: auto;
    margin: 0;
    flex-shrink: 0;
}

.reviews-left h3 {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    color: transparent;
}

.reviews-left h3::before {
    content: 'What our customers are\A saying';
    display: block;
    white-space: pre;
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -0.03em;
    color: #0e0e11;
}

.reviews-slider-wrapper {
    width: calc(100% + 26px);
    overflow-x: auto;
    margin-right: -26px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* .reviews-slider-wrapper::-webkit-scrollbar {
    display: none;
} */




.reviews-slider {
    display: flex;
    gap: 24px;
    align-items: stretch;
    animation: scrollReviews 30s linear infinite;
}

.reviews-slider:hover {
    animation-play-state: paused;
}

@keyframes scrollReviews {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.reviews-slider {
    animation: none;
    gap: 24px;
    width: max-content;
    overflow: visible;
    padding: 0 26px 10px 0;
    scroll-snap-type: none;
}

.review-card {
    width: min(84vw, 348px);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.review-card-inner {
    position: relative;
    background: #f8f8f8;
    border-radius: 24px 14px 14px 0;
    padding: 28px 22px 26px;
    box-shadow: none;
}

.review-card-inner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 0;
    height: 0;
    border-top: 30px solid #f8f8f8;
    border-right: 30px solid transparent;
}

.review-text {
    margin: 0 0 28px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.52;
    letter-spacing: -0.02em;
    color: #4d4d4d;
}

.review-stars {
    color: #f49e0d;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 3px;
    margin: 0;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    padding-left: 4px;
}

.reviewer-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 0;
}

.reviewer-name {
    margin: 0 0 4px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.15;
    color: #7b7b7b;
}

.reviewer-date {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    color: #b0b0b0;
}

/* Generic sections used lower on page */
.blog-grid,
/* .footer-top, */
.faq-wrapper {
    grid-template-columns: 1fr;
}

.blog-section {
    padding: 56px 0 36px;
    background: #f3f3f3;
    overflow: hidden;
}

.blog-section .container {
    padding-left: 14px;
    padding-right: 14px;
}

.blog-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 24px;
}

.blog-header-left h2 {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: clamp(28px, 7.5vw, 36px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #141414;
}

.blog-subtitle {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    color: #484848;
}

.blog-grid {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding: 0 14px 8px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.blog-grid::-webkit-scrollbar {
    display: none;
}

.blog-card {
    flex: 0 0 min(84vw, 392px);
    background: #ececec;
    border-radius: 14px;
    overflow: hidden;
    scroll-snap-align: start;
}

.blog-image {
    position: relative;
    height: 228px;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.blog-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(225deg, rgba(244, 156, 13, 0) 28%, rgba(244, 156, 13, 0.82) 100%);
}

.blog-image h3 {
    position: absolute;
    left: 22px;
    right: 28px;
    bottom: 22px;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.blog-content {
    padding: 16px 20px 18px;
    background: #F9F9F9;
}

.see-all-link {
    display: none;
}
.blog-date {
    margin: 0 0 8px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    color: #bbbbbb;
}

.blog-content h4 {
    margin: 0 0 8px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: -0.03em;
    color: #252525;
}

.blog-content p:last-child {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.28;
    color: #4d4d4d;
}

.faq-section {
    padding: 54px 0 28px;
    background: #f3f3f3;
}

.faq-section .container {
    padding-left: 22px;
    padding-right: 22px;
}

.faq-wrapper {
    display: block;
}

.faq-left {
    margin-bottom: 26px;
}

.faq-left h2 {
    margin: 0 0 14px;
    font-family: 'Inter', sans-serif;
    font-size: clamp(28px, 7.5vw, 36px);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: #151515;
}

.faq-left h2 .highlight {
    color: #f49e0d;
}

.faq-left p {
    margin: 0;
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: -0.02em;
    color: #3f3f3f;
    font-style: 'Regular';
    line-height: 160%;
    letter-spacing: -5%;

}

.faq-right {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    background: #f8f8f8;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: none;
    margin-bottom: 0;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 16px 16px 18px;
}

.faq-question span {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: -0.03em;
    color: #2a2a2a;
    flex: 1;
    padding-right: 0;
}

.faq-icon {
    width: 40px;
    height: 40px;
    background: #f4cf38;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-icon svg {
    width: 14px;
    height: 10px;
}

.faq-icon path {
    stroke: #171717;
    stroke-width: 2.2;
}

.faq-item.active .faq-icon svg {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 420px;
    padding: 0 18px 18px;
}

.faq-answer p {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #555555;
}

/* .footer {
    padding-top: 42px;
}

.footer-form-wrapper {
    min-width: 0;
    width: 100%;
    padding-left: 0;
}

.footer-links-wrapper {
    margin-top: 20px;
    gap: 24px;
    flex-direction: column;
}

.footer-contact-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.footer-bottom {
    padding: 14px 0;
} */

/* ===== WIDER MOBILE — Surface Duo (540px), iPad Mini (768px) ===== */
@media (min-width: 541px) {
    .info-card {
        max-width: 520px;
        padding: 24px 28px;
    }

    .info-card-wrapper {
        padding: 0 24px;
    }

    .courses-grid {
        gap: 20px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .program-card {
        width: min(46vw, 280px);
    }

    .questions-wrapper {
        padding-left: 28px;
        padding-right: 28px;
    }

    .mobile-top-programs-section .top-program-card {
        width: min(46vw, 340px);
        min-width: min(46vw, 340px);
        max-width: min(46vw, 340px);
    }

    .review-card {
        width: min(46vw, 348px);
    }

    .blog-card {
        flex: 0 0 min(46vw, 392px);
    }
}

/* ===== iPad Mini portrait (768px) ===== */
@media (min-width: 680px) {
    .info-card {
        max-width: 620px;
        flex-direction: row;
        align-items: center;
        padding: 28px 32px;
        gap: 24px;
    }

    .info-card-text {
        padding-right: 12px;
    }

    .courses-dark .container {
        padding-left: 32px;
        padding-right: 32px;
    }

    .program-card {
        width: min(44vw, 260px);
    }

    .accred-item {
        grid-template-columns: 146px 1fr;
        gap: 24px;
    }

    .vr-inner {
        min-height: 620px;
    }

    .questions-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 28px;
    }

    .questions-left,
    .questions-right {
        flex: 1;
        min-width: 280px;
    }
}

/* ===== Standard phones (≤480px) ===== */
@media (max-width: 480px) {
    :root {
        --mobile-container-padding: 12px;
    }

    .mobile-top-programs-section .top-programs-header h2 {
        font-size: clamp(28px, 8vw, 36px);
    }

    .reviews-section h2 {
        line-height: 0.98;
        text-align: left;
        letter-spacing: -0.05em;
    }

    .reviews-section .container,
    .reviews-content {
        padding-left: 26px;
        padding-right: 26px;
    }

    .rating-info {
        gap: 8px;
        margin-bottom: 26px;
    }

    .rating-score {
        gap: 8px;
    }

    .google-icon {
        width: 97px;
    }
}

.see-all {
    display: none;
}

/* ===== Small phones (≤390px) — iPhone SE, iPhone 12 Pro ===== */
@media (max-width: 390px) {
    .logo-img {
        width: 110px;
        height: 48px;
    }

    .nav-group {
        width: 48px;
        height: 48px;
    }

    .admission-body h2,
    .admission-body h3,
    .admission-body .year {
        font-size: 18px;
    }

    .info-card h2 {
        font-size: 18px;
    }

    .info-card p {
        font-size: 13px;
    }

    .pill {
        padding: 14px 16px;
        font-size: 14px;
        height: 48px;
    }

    .courses-header {
        padding-left: 14px;
    }
}

/* ===== Very small phones (≤360px) — Galaxy S8+, Galaxy Z Fold 5 ===== */
@media (max-width: 360px) {
    .hero-heading,
    .hero-line,
    .hero-line-italic {
        font-size: 30px;
        letter-spacing: -1px;
    }

    .program-card {
        width: 82vw;
    }

    .mobile-top-programs-section .top-program-card {
        width: calc(100vw - 48px);
        min-width: calc(100vw - 48px);
        max-width: calc(100vw - 48px);
    }

    .review-card {
        width: 82vw;
    }

    .blog-card {
        flex: 0 0 82vw;
    }

    .faq-question span {
        font-size: 16px;
    }
}

/* ===== Galaxy Z Fold 5 (344px) ===== */
@media (max-width: 344px) {
    .container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .hero-heading,
    .hero-line,
    .hero-line-italic {
        font-size: 28px;
    }

    .hero-copy {
        padding-left: 10px;
        padding-right: 10px;
    }

    .admission-body h2,
    .admission-body h3,
    .admission-body .year {
        font-size: 16px;
        line-height: 28px;
    }

    .btn-apply {
        width: 72px;
        font-size: 11px;
    }

    .info-card {
        padding: 16px;
    }

    .courses-dark .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .courses-header {
        padding-left: 12px;
    }

    .pill {
        padding: 12px 14px;
        font-size: 13px;
        height: 44px;
    }

    .program-card {
        width: 85vw;
    }

    .vr-inner {
        padding: 36px 16px 0;
    }

    .questions-wrapper {
        padding-left: 14px;
        padding-right: 14px;
    }

    .faq-section .container {
        padding-left: 14px;
        padding-right: 14px;
    }
}