.sahub-hero-wrap,
.sahub-intro-sec,
.sahub-legacy-sec,
.sahub-vision-mission-sec,
.sahub-academic-sec,
.sahub-campus-sec,
.sahub-activity-sec,
.sahub-values-sec,
.sahub-cta-sec {
    position: relative;
    width: 100%;
}

.sahub-hero-wrap *,
.sahub-intro-sec *,
.sahub-legacy-sec *,
.sahub-vision-mission-sec *,
.sahub-academic-sec *,
.sahub-campus-sec *,
.sahub-activity-sec *,
.sahub-values-sec *,
.sahub-cta-sec * {
    box-sizing: border-box;
}

.sahub-hero-wrap {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0;
    background: #0a2f57;
    position: relative;
}

.sahub-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sahub-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 38, 77, 0.88) 0%,
        rgba(0, 51, 102, 0.68) 45%,
        rgba(0, 51, 102, 0.35) 100%
    );
    z-index: 1;
}

.sahub-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    color: #ffffff;
}

.sahub-hero-center {
    margin: 0 auto;
    text-align: center;
}

.sahub-hero-content h1 {
    margin: 0 0 18px;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
}

.sahub-hero-content p {
    margin: 0 auto;
    max-width: 680px;
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.92);
}
.sahub-intro-sec,
.sahub-vision-mission-sec,
.sahub-academic-sec,
.sahub-activity-sec,
.sahub-values-sec {
    padding: 95px 0;
    background: #f2f2f2;
}

.sahub-legacy-sec,
.sahub-campus-sec {
    padding: 95px 0;
    background: #fff;
}

.sahub-cta-sec {
    min-height: 460px;
    padding: 90px 0;
    display: flex;
    align-items: center;
    background: #003366;
}

.sahub-sec-tag {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 30px;
    background: rgba(0, 51, 102, 0.08);
    color: #003366;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.sahub-head-center {
    max-width: 860px;
    margin: 0 auto 42px;
    text-align: center;
}

.sahub-head-left {
    max-width: 820px;
    margin-bottom: 40px;
}

.sahub-head-center h2,
.sahub-head-left h2,
.sahub-intro-content h2,
.sahub-vm-body h2,
.sahub-activity-left h2,
.sahub-values-box h2,
.sahub-cta-content h2 {
    margin: 0 0 16px;
    color: #003366;
    font-size: 28px !important;
    line-height: 1.2;
    font-weight: 800;
}

.sahub-head-center p,
.sahub-head-left p,
.sahub-intro-content p,
.sahub-vm-body p,
.sahub-vm-body li,
.sahub-legacy-text p,
.sahub-academic-card p,
.sahub-campus-info p,
.sahub-activity-left p,
.sahub-values-box p,
.sahub-cta-content p {
    color: #5f6f88;
    font-size: 18px;
    line-height: 1.8;
}

.sahub-intro-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 36px;
    align-items: center;
}

.sahub-intro-image {
    border-radius: 28px;

    box-shadow: 0 24px 55px rgba(0, 51, 102, 0.12);
    /*min-height: 520px;*/
}

.sahub-intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sahub-intro-content {
    padding: 20px 0;
}

.sahub-legacy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.sahub-legacy-card {
    background: #ffffff;
    border-radius: 24px;

    box-shadow: 0 18px 40px rgba(0, 51, 102, 0.08);
    border: 1px solid #e8eef6;
    transition: transform 0.3s ease;
}

.sahub-legacy-card:hover,
.sahub-academic-card:hover,
.sahub-campus-card:hover,
.sahub-vm-card:hover {
    transform: translateY(-6px);
}

.sahub-legacy-thumb {
    height: 240px;
}

.sahub-legacy-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sahub-legacy-text {
    padding: 24px;
}

.sahub-legacy-text h3,
.sahub-academic-card h3,
.sahub-campus-info h3 {
    margin: 0 0 10px;
    color: #003366;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}

.sahub-vm-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.sahub-vm-card {
    background: #ffffff;
    border-radius: 26px;

    box-shadow: 0 18px 45px rgba(0, 51, 102, 0.08);
    border: 1px solid #e8eef6;
    transition: transform 0.3s ease;
}

.sahub-vm-photo {
    height: 250px;
}

.sahub-vm-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sahub-vm-body {
    padding: 28px;
}

.sahub-vm-body ul {
    margin: 0;
    padding-left: 20px;
}

.sahub-vm-body li {
    margin-bottom: 10px;
}

.sahub-academic-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.sahub-academic-card {
    background: #ffffff;
    border-radius: 22px;

    box-shadow: 0 16px 38px rgba(0, 51, 102, 0.07);
    border: 1px solid #e8eef6;
    transition: transform 0.3s ease;
}

.sahub-academic-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.sahub-academic-card h3,
.sahub-academic-card p {
    padding-left: 20px;
    padding-right: 20px;
}

.sahub-academic-card h3 {
    margin-top: 18px;
}

.sahub-academic-card p {
    padding-bottom: 22px;
    margin-bottom: 0;
}

.sahub-campus-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 22px;
}

.sahub-campus-card {
    position: relative;
    border-radius: 24px;

    min-height: 290px;
    box-shadow: 0 18px 40px rgba(0, 51, 102, 0.08);
    transition: transform 0.3s ease;
}

.sahub-campus-tall {
    grid-row: span 2;
    min-height: 602px;
}

.sahub-campus-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sahub-campus-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 38, 77, 0.88) 100%);
}

.sahub-campus-info h3,
.sahub-campus-info p {
    color: #ffffff;
}

.sahub-activity-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
}

.sahub-activity-right {
    border-radius: 28px;

    box-shadow: 0 24px 55px rgba(0, 51, 102, 0.12);
    /*min-height: 500px;*/
}

.sahub-activity-right img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    display: block;
}

.sahub-activity-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.sahub-activity-points span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 18px;
    border-radius: 40px;
    background: linear-gradient(135deg, #003366 0%, #0c5f9d 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(0, 51, 102, 0.14);
}

.sahub-values-box {
    background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
    border: 1px solid #e8eef6;
    box-shadow: 0 18px 45px rgba(0, 51, 102, 0.08);
    border-radius: 28px;
    padding: 48px 34px;
    text-align: center;
}

.sahub-values-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
}

.sahub-values-list span {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 40px;
    background: #003366;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.sahub-cta-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sahub-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 38, 77, 0.88) 0%, rgba(0, 51, 102, 0.72) 100%);
    z-index: 1;
}

.sahub-cta-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    color: #ffffff;
}

.sahub-cta-content h2 {
    color: #ffffff;
    font-size: 28px;
}

.sahub-cta-content p {
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 24px;
}

.sahub-cta-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 40px;
    background: #ffffff;
    color: #003366;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.sahub-cta-btn:hover {
    background: #ffd66b;
    color: #003366;
}

@media (max-width: 1199px) {
    .sahub-hero-content h1 {
        font-size: 48px;
    }

    .sahub-legacy-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sahub-academic-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sahub-campus-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sahub-campus-tall {
        grid-row: span 1;
        min-height: 320px;
    }
}

@media (max-width: 991px) {
    .sahub-intro-grid,
    .sahub-vm-grid,
    .sahub-activity-wrap {
        grid-template-columns: 1fr;
    }

    .sahub-head-center h2,
    .sahub-head-left h2,
    .sahub-intro-content h2,
    .sahub-vm-body h2,
    .sahub-activity-left h2,
    .sahub-values-box h2,
    .sahub-cta-content h2 {
        font-size: 32px;
    }

    .sahub-intro-image,
    .sahub-activity-right {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    .sahub-hero-wrap {
        min-height: 520px;
        padding: 90px 0 80px;
    }

    .sahub-intro-sec,
    .sahub-legacy-sec,
    .sahub-vision-mission-sec,
    .sahub-academic-sec,
    .sahub-campus-sec,
    .sahub-activity-sec,
    .sahub-values-sec {
        padding: 70px 0;
    }

    .sahub-cta-sec {
        min-height: 380px;
        padding: 70px 0;
    }

    .sahub-hero-content h1 {
        font-size: 34px;
    }

    .sahub-hero-content p {
        font-size: 16px;
    }

    .sahub-legacy-grid,
    .sahub-academic-grid,
    .sahub-campus-grid {
        grid-template-columns: 1fr;
    }

    .sahub-intro-image,
    .sahub-activity-right,
    .sahub-campus-card,
    .sahub-campus-tall {
        min-height: 260px;
    }

    .sahub-vm-body,
    .sahub-values-box,
    .sahub-legacy-text {
        padding: 22px 18px;
    }

    .sahub-cta-content h2 {
        font-size: 30px;
    }
}

.sahub-vm-card-big .sahub-vm-body {
    padding: 34px;
}

.sahub-vm-card-big .sahub-vm-body p {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.9;
}

.sahub-vm-card-big ul {
    margin: 16px 0;
    padding-left: 20px;
}

.sahub-vm-card-big ul li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.7;
    color: #5f6f88;
}

.sahub-mission-last {
    margin-top: 14px;
    font-weight: 500;
}
.sahub-society-sec {
    padding: 95px 0;
    background: #f2f2f2;
    position: relative;
}

.sahub-society-sec * {
    box-sizing: border-box;
}

.sahub-society-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
}

.sahub-society-content h2 {
    margin: 0 0 16px;
    color: #003366;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
}

.sahub-society-content p {
    color: #5f6f88;
    font-size: 18px;
    line-height: 1.85;
    margin-bottom: 14px;
}

.sahub-society-image {
    /*min-height: 460px;*/
    border-radius: 28px;

    box-shadow: 0 24px 55px rgba(0, 51, 102, 0.12);
}

.sahub-society-image img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .sahub-society-grid {
        grid-template-columns: 1fr;
    }

    .sahub-society-content h2 {
        font-size: 32px;
    }

    .sahub-society-image {
        min-height: 380px;
    }
}

@media (max-width: 767px) {
    .sahub-society-sec {
        padding: 70px 0;
    }

    .sahub-society-content h2 {
        font-size: 27px;
    }

    .sahub-society-image {
        min-height: 260px;
    }
}
.nextgen-facilities {
    padding: 120px 0;
    background: #fff;
}

.nextgen-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 80px;
}

.nextgen-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #003366;
    margin-bottom: 15px;
}

.nextgen-header p {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
}

.nextgen-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.nextgen-item {
    position: relative;
    border-radius: 18px;
}

.nextgen-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.nextgen-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 51, 102, 0.9), transparent);
    color: #ffffff;
}

.nextgen-info h4 {
    font-size: 22px;
    margin-bottom: 6px;
    color: #fff !important;
}

.nextgen-info p {
    font-size: 14px;
    opacity: 0.9;
    color: #fff !important;
}

.nextgen-item:hover img {
    transform: scale(1.08);
}

.nextgen-item.wide {
    grid-column: span 2;
}

/* Responsive */
@media (max-width: 768px) {
    .nextgen-grid {
        grid-template-columns: 1fr;
    }

    .nextgen-item.wide {
        grid-column: span 1;
    }

    .nextgen-header h2 {
        font-size: 30px;
    }
}
.sahub-society-sec {
    padding: 90px 0;
    background: #ffffff;
    position: relative;
}

.sahub-society-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 48px;
    align-items: center;
}

.sahub-society-content {
    max-width: 680px;
}

.sahub-sec-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #0b5ed7;
    margin-bottom: 14px;
    position: relative;
}

.sahub-sec-tag::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #0b5ed7;
    display: inline-block;
}

.sahub-society-content h2 {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    color: #003366;
    letter-spacing: -0.5px;
}

.sahub-society-content p {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.9;
    color: #4a4a4a;
}

.sahub-society-image-wrap {
    width: 100%;
}

.sahub-society-image {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

.sahub-society-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
}

/* FULL WIDTH LEADERSHIP SECTION */
.sahub-society-leadership {
    margin-top: 50px;
    padding: 28px;
    border-radius: 26px;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f8ff 100%);
    border: 1px solid rgba(0, 51, 102, 0.08);
    box-shadow: 0 18px 45px rgba(0, 51, 102, 0.06);
}

.sahub-society-headline {
    margin-bottom: 22px;
    text-align: left;
}

.sahub-society-headline h3 {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 800;
    color: #003366;
}

.sahub-society-headline p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #5a6573;
}

.sahub-leadership-compact {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.sahub-member-chip {
    padding: 18px 18px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(0, 51, 102, 0.08);
    transition: all 0.3s ease;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sahub-member-chip:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 51, 102, 0.08);
}

.sahub-member-chip--highlight {
    background: linear-gradient(135deg, #003366 0%, #0b5ed7 100%);
    border-color: transparent;
}

.sahub-member-chip h4 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 1.45;
    font-weight: 700;
    color: #111111;
}

.sahub-member-chip span {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: #0b5ed7;
    line-height: 1.5;
}

.sahub-member-chip--highlight h4,
.sahub-member-chip--highlight span {
    color: #ffffff;
}

/* LARGE DESKTOP */
@media (max-width: 1199px) {
    .sahub-society-grid {
        gap: 36px;
    }

    .sahub-society-content h2 {
        font-size: 28px;
    }

    .sahub-leadership-compact {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* TABLET */
@media (max-width: 991px) {
    .sahub-society-sec {
        padding: 70px 0;
    }

    .sahub-society-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .sahub-society-content {
        max-width: 100%;
    }

    .sahub-society-content h2 {
        font-size: 28px;
    }

    .sahub-society-image img {
        height: 380px;
    }

    .sahub-society-leadership {
        margin-top: 35px;
        padding: 24px;
    }

    .sahub-leadership-compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .sahub-society-content h2 {
        font-size: 28px;
    }

    .sahub-society-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .sahub-society-headline h3 {
        font-size: 22px;
    }

    .sahub-society-headline p {
        font-size: 14px;
        line-height: 1.7;
    }

    .sahub-society-leadership {
        padding: 20px;
        border-radius: 20px;
    }

    .sahub-member-chip {
        min-height: auto;
        padding: 16px;
    }

    .sahub-society-image {
        border-radius: 22px;
    }

    .sahub-society-image img {
        height: 320px;
    }
}

@media (max-width: 575px) {
    .sahub-society-sec {
        padding: 60px 0;
    }

    .sahub-sec-tag {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .sahub-society-content h2 {
        font-size: 27px;
    }

    .sahub-society-content p {
        font-size: 14px;
    }

    .sahub-society-leadership {
        margin-top: 28px;
        padding: 18px;
        border-radius: 18px;
    }

    .sahub-leadership-compact {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sahub-member-chip {
        padding: 15px 16px;
        border-radius: 16px;
    }

    .sahub-member-chip h4 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .sahub-member-chip span {
        font-size: 10px;
        letter-spacing: 0.8px;
    }

    .sahub-society-image img {
        height: 280px;
    }
}
