@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
    --mainColor: #365f3b;
    --secondaryColor: #a06137;
    --yellowColor: #FFD700;
    --grayColor: #888888;
    --cyanColor: #59BDD5;
    --creamColor: #F7EBD3;
    --footerBG: linear-gradient(90deg, rgba(53, 94, 59, 1) 0%, rgba(176, 137, 104, 1) 100%);
    --profileBG: #365f3b;
    --contactBG: rgba(250, 233, 201, 30%);
    --iip-btn-outline-bg: #fdf7ef;
    --iip-btn-outline-border: #a06137;
    --iip-btn-outline-text: #2f501f;
    --iip-btn-active-bg: #a06137;
    --iip-btn-active-text: #ffffff;
    --iip-btn-shadow-soft: 0 10px 18px rgba(160, 97, 55, 0.15);
    --iip-btn-shadow-strong: 0 16px 28px rgba(160, 97, 55, 0.3);
    --iip-header-elev: 1035;

    /* Bootstrap Overrides */
    --bs-primary: #365f3b;
    --bs-primary-rgb: 54, 95, 59;
}

/* Explicit Utility Overrides for Bootstrap colors to match theme */
.text-primary {
    color: var(--mainColor) !important;
}

.bg-primary {
    background-color: var(--mainColor) !important;
}

.btn-primary {
    background-color: var(--mainColor) !important;
    border-color: var(--mainColor) !important;
}

.btn-primary:hover {
    background-color: var(--secondaryColor) !important;
    border-color: var(--secondaryColor) !important;
}

.btn-outline-primary {
    color: var(--mainColor) !important;
    border-color: var(--mainColor) !important;
}

.btn-outline-primary:hover {
    background-color: var(--mainColor) !important;
    color: #ffffff !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Merriweather", serif;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

.fs-01 {
    font-size: 3rem;
    font-family: "Poppins", sans-serif;
}

.fs-7 {
    font-size: 0.75rem;
}

.shadow {
    box-shadow: 0px 0px 20px 0px #00000026 !important;
}

.fontOpenSans {
    font-family: "Open Sans", sans-serif;
}

.themeBg {
    background: var(--mainColor);
}

.themeBgYellow {
    background: var(--yellowColor);
}

.themeColor {
    color: var(--mainColor);
}

.mxWidthAuto {
    max-width: fit-content;
    margin: 0 auto;
}

/* Top Bar Styles */
/* Header / Navbar Styles */
.iipHeaderWrap {
    position: sticky;
    top: 0;
    z-index: var(--iip-header-elev);
}

.iipTopUtility {
    background: var(--mainColor);
    color: #f2f5ef;
    padding: 10px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 0.85rem;
}

.iipUtilityLinks li {
    color: #f2f5ef;
    letter-spacing: 0.03em;
}

.iipUtilityContacts {
    font-size: 0.85rem;
    color: #f2f5ef;
}

.iipUtilityLink {
    color: #ffffffd0;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.iipUtilityLink:hover,
.iipUtilityLink.active {
    color: #b08259 !important;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.iipUtilityDivider {
    color: rgba(255, 255, 255, 0.6);
}

.iipUtilitySocial {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f2f5ef;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.iipUtilitySocial:hover {
    background: #f2f5ef;
    color: #365f3b;
}

.iipMainNav {
    background: #f6f2e8;
    border-bottom: 1px solid #e3d5c5;
    padding: 18px 0;
}

.iipNavbarLogo {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    object-fit: contain;
}

.iipBrandText {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    font-family: "Playfair Display", serif;
}

.iipBrandTitle {
    font-size: 0.95rem;
    color: #1f1f1f;
    font-weight: 600;
}

.iipBrandSubtitle {
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
}

.iipMainNav .nav-link {
    color: #2e4a3a;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    padding: 8px 18px;
}

.iipMainNav .nav-link.active,
.iipMainNav .nav-link:hover {
    color: #1f663b;
}

.iipMainNav .dropdown-menu {
    border: 1px solid #e5d8c7;
    border-radius: 14px;
    padding: 0.65rem;
    box-shadow: 0 12px 30px rgba(32, 38, 45, 0.15);
    min-width: 220px;
    right: 0;
    left: auto;
    text-align: left;
}

.iipMainNav .dropdown-item {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #2e4a3a;
    padding: 0.45rem 0.65rem;
    border-radius: 8px;
}

.iipMainNav .dropdown-item:hover {
    background: rgba(178, 131, 90, 0.15);
    color: #1f1f1f;
}

.iipMainNav .dropdown-item.active,
.iipMainNav .dropdown-item:active {
    background: rgba(178, 131, 90, 0.2);
    color: #1f1f1f;
}

.iipApplyBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 26px;
    border-radius: 999px;
    border: 1px solid var(--secondaryColor);
    color: var(--iip-btn-outline-text);
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.iipApplyBtn:hover {
    background: var(--secondaryColor);
    color: #ffffff;
}

.iipMainNav .navbar-toggler {
    border-color: #365f3b;
    padding: 4px 6px;
}

.iipMainNav .navbar-toggler:focus {
    box-shadow: none;
}

.iipMainNav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(54, 95, 59, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.iipMainNav .navbar-nav {
    gap: 6px;
}

@media (max-width: 991.98px) {
    .iipTopUtility {
        font-size: 0.8rem;
    }

    .iipUtilityLinks {
        justify-content: center;
        text-align: center;

        .rmcetHeroBuildingWrap {
            margin-top: 24px;
        }
    }

    .iipUtilityContacts {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        text-align: center;
    }

    .iipUtilityContacts>.d-flex {
        flex: 1 1 100%;
        justify-content: center;
    }

    .iipUtilitySocial {
        width: 30px;
        height: 30px;
    }

    .iipMainNav {
        padding: 12px 0;
    }

    .iipMainNav .navbar-nav {
        align-items: flex-start;
        gap: 0;
    }

    .iipMainNav .nav-link {
        padding: 10px 0;
        width: 100%;
    }

    .iipApplyBtn {
        width: 100%;
        justify-content: center;
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {
    .iipUtilityLinks {
        gap: 10px;
        font-size: 0.75rem;
    }

    .iipUtilityContacts {
        font-size: 0.75rem;
    }

    .iipBrandSubtitle {
        font-size: 0.95rem;
    }
}

.navbarBrandTitle {
    font-size: 14px;
    color: var(--mainColor);
    font-weight: 600;
}

.navbarBrandSubtitle {
    font-size: 16px;
    color: var(--mainColor);
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.nav-link {
    position: relative;
    display: inline-block;
    padding: 8px 16px !important;
    transition: color 0.3s ease;
    color: #333 !important;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 16px;
    bottom: 0;
    height: 3px;
    width: 0%;
    border-radius: 8px;
    background-color: var(--mainColor);
    transition: width 0.4s ease;
}

.nav-link:hover::after {
    width: calc(100% - 32px);
}

/* Active menu */
.nav-link.active {
    font-weight: bold;
    color: var(--mainColor) !important;
}

.nav-link.active::after {
    width: calc(100% - 32px);
}

/* Match header-like hover/active behavior for in-page tab menus (nav-pills)
   by removing Bootstrap pill backgrounds so the underline + active color rules
   above can show consistently. */
.nav-pills .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    background-color: transparent !important;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
    background-color: transparent !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent !important;
}

.topLogo {
    width: 110px;
}

.nav-link-plain {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #000000 !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
    padding: 0;
    margin: 0;
}

.nav-link-plain:hover {
    color: var(--mainColor) !important;
}

.school-logo-img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: -55px;
    position: relative;
    z-index: 2;
}

.school-title-main {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
}

.school-tagline {
    font-size: 0.95rem;
    font-weight: 400;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0.25rem;
}

@media (max-width: 767.98px) {
    .stickyHeader {
        position: static;
    }

    body.header-offset {
        padding-top: 0;
    }

    .school-logo-img {
        width: 80px;
        height: 80px;
        margin-top: 0;
    }
}

.homeCaroselImg img {
    height: 100vh;
}

.normalHover {
    transition: all 0.3s ease-in-out;
}

.normalHover:hover {
    color: #b2835a !important;
    transition: all 0.3s ease-in-out;
}

.topHeaderBar {
    background: #6C76B4;
}

.stickyHeader {
    position: sticky;
    top: 0;
    z-index: 1050;
}

.stickyHeader.is-fixed {
    position: fixed;
    left: 0;
    right: 0;
}

body.header-offset {
    padding-top: var(--sticky-header-height, 0px);
}

.topSocialIcon {
    transition: all 0.3s ease-in-out;
    width: 30px;
    height: 30px;
    background: #ffffff;
    color: #6C76B4;
}

.topSocialIcon:hover {
    transform: scale(1.1);
    background: #ffffff;
    color: #6C76B4;
}

/* === Enhanced Layout Components === */
.innerHero {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(243, 248, 255, 0.95) 0%, #ffffff 70%);
}

.innerHero-academics {
    background: linear-gradient(140deg, #eef4ff 0%, #ffffff 70%);
}

.innerHero-admissions {
    background: linear-gradient(140deg, #fff3f1 0%, #ffffff 70%);
}

.innerHero-facilities {
    background: linear-gradient(140deg, #f1fffb 0%, #ffffff 70%);
}

.innerHero-parents {
    background: linear-gradient(140deg, #f9f1ff 0%, #ffffff 70%);
}

.innerHero-gallery {
    background: linear-gradient(140deg, #f4f9ff 0%, #ffffff 70%);
}

.innerHero-disclosures {
    background: linear-gradient(140deg, #f7fff6 0%, #ffffff 70%);
}

.innerHero .container {
    position: relative;
    z-index: 2;
}

.heroShape {
    position: absolute;
    max-width: 200px;
    opacity: 0.35;
    pointer-events: none;
    z-index: 1;
}

.heroShape-star {
    top: -40px;
    left: -20px;
}

.heroShape-orbit {
    bottom: -80px;
    right: -40px;
}

.heroShape-dots {
    top: 15%;
    right: 8%;
}

.innerHeroBadge {
    display: inline-block;
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    background: rgba(42, 111, 175, 0.1);
    color: var(--mainColor);
    letter-spacing: 0.04em;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.innerHeroTitle {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.innerHeroText {
    font-size: 1.05rem;
    color: #4c5b72;
    margin-bottom: 2rem;
}

.innerHeroStats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.statCard {
    background: #ffffff;
    border-radius: 1rem;
    min-width: 140px;
    padding: 1rem 1.25rem;
    box-shadow: 0 20px 45px -35px rgba(0, 47, 92, 0.45);
    border: 1px solid rgba(42, 111, 175, 0.08);
}

.statValue {
    font-weight: 700;
    font-size: 1.1rem;
    display: block;
    color: var(--mainColor);
}

.statLabel {
    font-size: 0.9rem;
    color: #52627a;
}

.heroPrimaryBtn,
.heroSecondaryBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    transition: all 0.3s ease;
}

.heroPrimaryBtn {
    background: var(--mainColor);
    color: #ffffff;
    box-shadow: 0 18px 40px -25px rgba(42, 111, 175, 0.65);
}

.heroPrimaryBtn:hover {
    color: #ffffff;
    background: #1d588a;
}

.heroSecondaryBtn {
    background: rgba(42, 111, 175, 0.12);
    color: var(--mainColor);
}

.heroSecondaryBtn:hover {
    background: rgba(42, 111, 175, 0.2);
    color: var(--mainColor);
}

.innerHero-illustration {
    position: relative;
    z-index: 2;
}

.innerHero-illustration img {
    border-radius: 1.5rem;
    box-shadow: 0 35px 75px -40px rgba(0, 47, 92, 0.55);
}

.innerHero-blob {
    position: absolute;
    top: -10%;
    right: -10%;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle at center, rgba(89, 189, 213, 0.45) 0%, rgba(255, 255, 255, 0) 65%);
    border-radius: 50%;
    z-index: 1;
}

.contentSection {
    padding: 4rem 0;
    position: relative;
}

.contentSection-light {
    background: #f6f9ff;
}

.contentSection-soft {
    background: #fff7ef;
}

.contentSection-muted {
    background: #f3f6f8;
}

.sectionHeader {
    text-align: center;
    margin-bottom: 3rem;
}

.sectionHeading {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.sectionDescription {
    max-width: 720px;
    margin: 0 auto;
    color: #4c5b72;
    font-size: 1rem;
}

.sectionBadge {
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.82rem;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}

.sectionBadge-sunrise {
    background: #ffe4d4;
    color: #c05a11;
}

.sectionBadge-mint {
    background: #e0f5ec;
    color: #147251;
}

.sectionBadge-violet {
    background: #ede7ff;
    color: #5e43c4;
}

.sectionBadge-amber {
    background: #fff3d4;
    color: #8a6306;
}

.sectionBadge-sky {
    background: #e3f1ff;
    color: #1f6db0;
}

.infoCard {
    position: relative;
    background: #ffffff;
    border-radius: 1.5rem;
    border: 1px solid rgba(42, 111, 175, 0.1);
    padding: 2rem;
    box-shadow: 0 28px 60px -45px rgba(0, 47, 92, 0.45);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.infoCard--outline {
    box-shadow: none;
    border: 1px solid rgba(42, 111, 175, 0.18);
}

.infoCard--mint {
    background: #e8f8f1;
    border: 1px solid rgba(31, 155, 109, 0.2);
}

.infoCard--lavender {
    background: #f0ebff;
    border: 1px solid rgba(94, 67, 196, 0.2);
}

.infoCard--sky {
    background: #eaf3ff;
    border: 1px solid rgba(31, 109, 176, 0.2);
}

.infoCard--peach {
    background: #ffece2;
    border: 1px solid rgba(227, 121, 70, 0.2);
}

.infoCardTitle {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.infoCardText {
    font-size: 0.98rem;
    color: #4c5b72;
}

.infoCard:hover {
    transform: translateY(-10px);
    box-shadow: 0 32px 70px -40px rgba(0, 47, 92, 0.5);
}

.infoList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.infoList li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-family: "Open Sans", sans-serif;
    color: #4c5b72;
    font-size: 0.95rem;
}

.infoList li i {
    color: var(--mainColor);
    margin-top: 0.15rem;
}

.infoList.infoList-inline {
    flex-direction: row;
    flex-wrap: wrap;
}

.infoList.infoList-inline div {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(42, 111, 175, 0.12);
    font-size: 0.9rem;
    font-family: "Open Sans", sans-serif;
    color: var(--mainColor);
}

.infoList.infoList-inline i {
    color: inherit;
    margin-top: 0;
}

.chipList {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.chipList li {
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background: rgba(42, 111, 175, 0.12);
    color: var(--mainColor);
    font-size: 0.9rem;
    font-family: "Open Sans", sans-serif;
}

.iconCircle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.iconCircle-sunrise {
    background: #f38a3f;
}

.iconCircle-violet {
    background: #5e43c4;
}

.iconCircle-amber {
    background: #d98228;
}

.iconCircle-mint {
    background: #1f9b6d;
}

.admissionsContactCard {
    text-align: center;
}

.admissionsContactCard .iconCircle {
    margin: 0 auto 1rem;
}

.admissionsContactCard .infoCardTitle,
.admissionsContactCard .infoCardText,
.admissionsContactCard p {
    text-align: center;
}

.accentCallout {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 1.4rem;
    border-radius: 1rem;
    font-family: "Open Sans", sans-serif;
    font-size: 0.95rem;
}

.accentCallout i {
    font-size: 1.25rem;
}

.accentCallout-success {
    background: #e6f7f0;
    color: #146b4f;
}

.accentCallout-warning {
    background: #fff4e5;
    color: #9a5800;
}

.accentCallout-info {
    background: #eff6ff;
    color: #1a5fa9;
}

.stepTimeline {
    border-left: 3px solid rgba(42, 111, 175, 0.14);
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.stepItem {
    position: relative;
    display: flex;
    gap: 1rem;
}

.stepItem::before {
    content: '';
    position: absolute;
    left: -1.5rem;
    top: 0.8rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--mainColor);
    transform: translateX(-50%);
}

.stepIndex {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--mainColor);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.stepTitle {
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.stepText {
    margin: 0;
    color: #52627a;
}

.noticeBoard {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.noticeBoard-item {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-radius: 1.25rem;
    background: #ffffff;
    border: 1px solid rgba(42, 111, 175, 0.12);
    box-shadow: 0 24px 60px -45px rgba(0, 47, 92, 0.5);
}

.noticeBoard-accent {
    width: 6px;
    border-radius: 999px;
    align-self: stretch;
    background: linear-gradient(180deg, #2a6faf 0%, #59bdd5 100%);
}

.noticeBoard-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.noticeBoard-meta {
    margin: 0;
    font-size: 0.9rem;
    color: #6b788c;
    font-family: "Open Sans", sans-serif;
}

.circularList {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.circularItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 1rem;
    border: 1px solid rgba(42, 111, 175, 0.15);
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.circularItem:hover {
    transform: translateY(-3px);
    border-color: rgba(42, 111, 175, 0.35);
}

.circularTitle {
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.circularMeta {
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    color: #6b788c;
}

.circularDate {
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    color: var(--mainColor);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.resourceGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.resourceCard {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 1rem;
    border: 1px solid rgba(42, 111, 175, 0.15);
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.resourceCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px -45px rgba(0, 47, 92, 0.5);
}

.resourceIcon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(42, 111, 175, 0.12);
    color: var(--mainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.resourceTitle {
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.resourceMeta {
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    color: #6b788c;
}

.quickLinks {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.quickLink {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem 1rem;
    border-radius: 1rem;
    background: rgba(42, 111, 175, 0.08);
    color: var(--mainColor);
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    transition: transform 0.3s ease, background 0.3s ease;
}

.quickLink:hover {
    background: rgba(42, 111, 175, 0.15);
    transform: translateX(4px);
    color: var(--mainColor);
}

.facilityCard {
    position: relative;
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2.25rem 2rem;
    border: 1px solid rgba(42, 111, 175, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.facilityCard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 2rem;
    right: 2rem;
    height: 4px;
    border-radius: 999px;
    background: var(--facility-accent, var(--mainColor));
}

.facilityCard:hover {
    transform: translateY(-6px);
    box-shadow: 0 32px 70px -45px rgba(0, 47, 92, 0.55);
}

.facilityIcon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
    background: var(--facility-accent, var(--mainColor));
}

.facilityTitle {
    font-weight: 600;
    margin-bottom: 0.6rem;
}

.facilityText {
    color: #4c5b72;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.facilityList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.facilityList li {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    color: #4c5b72;
}

.facilityList li i {
    color: var(--facility-accent, var(--mainColor));
    margin-top: 0.2rem;
}

.facilityCard--ocean {
    --facility-accent: #1a8ad8;
}

.facilityCard--violet {
    --facility-accent: #7154e9;
}

.facilityCard--sunrise {
    --facility-accent: #f38a3f;
}

.facilityCard--mint {
    --facility-accent: #1f9b6d;
}

.facilityCard--peach {
    --facility-accent: #e2605f;
}

.facilityShowcase {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 1rem;
}

.facilityShowcase-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.25rem;
    box-shadow: 0 28px 60px -45px rgba(0, 47, 92, 0.5);
}

.facilityShowcase-secondary {
    display: grid;
    gap: 1rem;
}

.facilityShowcase-primary .facilityShowcase-img {
    aspect-ratio: 4 / 5;
}

.facilityShowcase-secondary .facilityShowcase-img {
    aspect-ratio: 4 / 3;
}

.galleryTabs {
    margin-bottom: 2rem;
    gap: 0.5rem;
}

.galleryTabs .nav-link {
    border: none;
    border-radius: 999px;
    padding: 0.7rem 1.6rem;
    background: rgba(42, 111, 175, 0.1);
    color: #4c5b72;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.galleryTabs .nav-link:hover {
    background: rgba(42, 111, 175, 0.18);
}

.galleryTabs .nav-link.active {
    background: var(--mainColor);
    color: #ffffff;
    transform: translateY(-1px);
}

.galleryGrid {
    margin-top: 1rem;
}

.galleryTile {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 28px 70px -50px rgba(0, 47, 92, 0.55);
}

.galleryTile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.galleryTile:hover .galleryTile-image {
    transform: scale(1.05);
}

@media (max-width: 991.98px) {
    .innerHero {
        text-align: center;
    }

    .innerHeroStats {
        justify-content: center;
    }

    .innerHero-illustration {
        margin-top: 1.5rem;
    }

    .innerHero-blob {
        width: 260px;
        height: 260px;
        top: -5%;
        right: -5%;
    }

    .facilityShowcase {
        grid-template-columns: 1fr;
    }

    .facilityShowcase-secondary {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 767.98px) {
    .innerHero {
        padding: 4rem 0;
    }

    .innerHeroTitle {
        font-size: 2.2rem;
    }

    .sectionHeading {
        font-size: 1.9rem;
    }

    .stepTimeline {
        border-left: none;
        padding-left: 0;
    }

    .stepItem::before {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .statCard {
        width: 100%;
    }

    .galleryTabs {
        flex-direction: column;
    }

    .galleryTabs .nav-link {
        width: 100%;
    }

    .circularItem {
        flex-direction: column;
        align-items: flex-start;
    }

    .circularDate {
        width: 100%;
        justify-content: space-between;
    }
}

.topMainHeading {
    padding-left: 10%;
    font-weight: 900;
}

.topMainHeading .text {
    white-space: nowrap;
    width: 0;
    max-width: fit-content;
    animation: typing 6s steps(40, end) forwards;
    vertical-align: bottom;
}

.pencil {
    opacity: 1;
    animation: fadeOut 1s ease forwards;
    animation-delay: 6s;
    color: var(--mainColor);
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
    }
}

/* Mobile Responsive animation */
.topMainHeadingResp {
    padding-left: 10%;
    font-weight: 900;
    display: flex;
    flex-direction: column;
    /* line by line */
    position: relative;
}

.topMainHeadingResp .text {
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    border-right: 2px solid transparent;
    /* cursor look chahiye toh */
}

/* Pehli line typing */
.topMainHeadingResp .line1 {
    animation: typing1 4s steps(30, end) forwards;
}

/* Dusri line typing (delay ke sath) */
.topMainHeadingResp .line2 {
    animation: typing2 4s steps(30, end) forwards;
    animation-delay: 4s;
    /* pehli ke baad start hoga */
}

/* Pencil icon fade out */
.topMainHeadingResp .pencil {
    margin-top: 5px;
    opacity: 1;
    color: var(--mainColor);
    animation: fadeOut 1s ease forwards;
    animation-delay: 8s;
    /* dono line ke baad */
}

/* Keyframes */
@keyframes typing1 {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes typing2 {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
    }
}

/* --- Mobile view --- */
@media (max-width: 576px) {
    .topMainHeadingResp {
        padding-left: 0%;
        font-size: 1.25rem;
        height: 80px;
        line-height: 1.2;
    }

    .topMainHeadingResp .pencil {
        align-self: flex-start;
        /* mobile mai neeche shift hoga */
    }
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.hidden {
    display: none;
}


/* top slider */

/* Caption styling */
.carousel-caption {
    top: 10%;
    transform: translateY(0%);
    text-align: left;
    left: 10%;
    right: auto;
}

.carousel-indicators {
    position: static;
    margin-top: 15px;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #6E2018;
    transition: opacity 0.3s ease;
}

/* About us */

.aboutUniversities {
    margin-top: 1rem;
    position: relative;
    top: 3rem;
}

.aboutUniversities .card {
    width: 92%;
}

.aboutUniversities img {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

/* .ourInstitutionsHead{
    font-size: 3.4rem;
} */

.grasGradient {
    background-image: url(../images/chairmanBG.png);
    background-size: cover;
    height: 500px;
}

.chairmanImg {
    width: 38%;
}


.btn-danger {
    transition: all 0.3s ease-in-out;
}

.btn-danger:hover {
    background-color: var(--yellowColor);
    color: #000;
    transition: all 0.3s ease-in-out;
}

.readMore {
    color: var(--mainColor);
    transition: all 0.3s ease-in-out;
}

.readMore span {
    border-bottom: 1px solid var(--mainColor);
}

.readMore:hover span {
    color: #000;
    border-bottom: 1px solid #000;
    transition: all 0.3s ease-in-out;
}

.readMore:hover i {
    color: #000;
}

.badgeStyle {
    background: var(--mainColor);
    height: 80px;
    width: 80px;
    /* margin: 36% 0% 0 4%; */
    /* top: 36%; */
}

.badgeStyleMargin {
    top: 41%;
}

.badgeStyleHome {
    top: 42%;
}

.badgeStyleMarginSingle {
    top: 37%;
}

.blogHeadingFs {
    font-size: 1.4rem;
}

.ourBlogs {
    padding-bottom: 10rem;
    background: #ffffff;
}

.ourBlogs .fs-01 {
    color: #2f6636;
}

.ourBlogs .fs-01 .themeColor {
    color: #365f3b;
}

.ourBlogs .card {
    border-radius: 26px;
    border: 1px solid rgba(189, 174, 160, 0.4);
    box-shadow: 0 20px 35px rgba(83, 92, 99, 0.15);
}

.ourBlogs .card-body {
    background: #ffffff;
}

.ourBlogs .badgeStyle {
    background: #2f6636;
}

.ourBlogs .readMore {
    color: #2f6636;
    font-weight: 600;
}

.ourBlogs .btn {
    background: #365f3b;
    color: #ffffff;
    border: none;
}

.ourBlogs .btn:hover {
    background: #945f34;
}

.pageFooterSpacer {
    height: 10rem;
}

/* Informational Detail Pages */
.infoDetailPage {
    background: #fdf9f2;
    color: #1f1f1f;
    font-family: "Open Sans", sans-serif;
}

.infoDetailHero {
    padding: 4rem 0 3rem;
}

.infoDetailPage--iqac .infoDetailHero {
    background: linear-gradient(135deg, #f5f0ff, #ebe0ff);
}

.infoDetailPage--nirf .infoDetailHero {
    background: linear-gradient(135deg, #fff5ec, #fde8d1);
}

.infoDetailPage--iso .infoDetailHero {
    background: linear-gradient(135deg, #ecf5f5, #d6eded);
}

.infoDetailPage--ariia .infoDetailHero {
    background: linear-gradient(135deg, #fff0f0, #ffe0e0);
}

.infoDetailPage--naac .infoDetailHero {
    background: linear-gradient(135deg, #f5ecff, #e1d1ff);
}

.infoDetailPage--green-audit .infoDetailHero {
    background: linear-gradient(135deg, #ecf8ef, #d0efd8);
}

.infoDetailPage--fra .infoDetailHero {
    background: linear-gradient(135deg, #fff4ec, #ffe0cc);
}

.infoDetailPage--tnp .infoDetailHero {
    background: linear-gradient(135deg, #eef4ff, #d9e5ff);
}

.infoDetailPage--examination .infoDetailHero {
    background: linear-gradient(135deg, #f1f7f2, #dceee0);
}

.infoDetailPage--career .infoDetailHero {
    background: linear-gradient(135deg, #fff8ec, #ffecc4);
}

.infoDetailPage--alumni .infoDetailHero {
    background: linear-gradient(135deg, #f0edff, #dfd6ff);
}

.infoDetailPage--rti .infoDetailHero {
    background: linear-gradient(135deg, #f6f6f6, #ececec);
}

.infoDetailPage--feed .infoDetailHero {
    background: linear-gradient(135deg, #eef3ff, #d8e2ff);
}

.examPage {
    background: #f3f0e7;
    color: #1f1f1f;
}

.examHero {
    padding: 4rem 0 2.5rem;
    background: linear-gradient(135deg, #f7f2e9, #f3f0e7);
}

.examTitle {
    font-family: "Playfair Display", serif;
    font-size: 2.6rem;
    margin: 0.4rem 0 0.6rem;
    color: #2f623a;
}

.examSummary {
    max-width: 720px;
    line-height: 1.6;
    color: #4a4a4a;
}

.examMetaCard {
    border-radius: 24px;
    padding: 1.75rem;
    background: #ffffff;
    box-shadow: 0 25px 60px rgba(16, 36, 94, 0.08);
}

.examMetaCard h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.examMetaList {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.examMetaList li span {
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7a7a7a;
}

.examMetaList li p {
    margin: 0.1rem 0 0;
    font-weight: 600;
    color: #1f1f1f;
}

.examTabsSection {
    padding: 2rem 0 6rem;
}

.examGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 18px;
    margin-top: 24px;
    margin-bottom: 26px;
}

.examCard {
    background: #ffffff;
    border: 1px solid #dfe5d3;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 8px 0 #b6c5ad, 0 18px 28px rgba(42, 82, 54, 0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 150px;
}

.examCardMeta {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 10px;
    background: rgba(178, 131, 90, 0.12);
    color: #2f623a;
    font-weight: 600;
    font-size: 0.85rem;
}

.examCardTitle {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1d1d1d;
    margin: 0;
}

.examCardLink {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    color: #b2835a;
}

.examCardLink:hover {
    color: #2f623a;
}

@media (max-width: 767.98px) {
    .examTitle {
        font-size: 2.2rem;
    }

    .examTabsSection .updatesTabs {
        overflow-x: auto;
        padding-bottom: 8px;
    }
}

.infoDetailHeroCopy h1 {
    font-family: "Playfair Display", serif;
    font-size: 2.75rem;
    margin-bottom: 0.75rem;
}

.infoDetailHeroCopy p {
    margin-bottom: 1rem;
    line-height: 1.7;
}

.infoDetailEyebrow {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.8rem;
    font-weight: 700;
    color: #5a0235;
}

.infoDetailList {
    list-style: none;
    padding-left: 0;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.infoDetailList li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 0.95rem;
}

.infoDetailList li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b2835a;
    position: absolute;
    left: 0;
    top: 0.35rem;
}

.infoDetailMetaCard {
    border-radius: 24px;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 25px 60px rgba(16, 36, 94, 0.08);
}

.infoDetailMetaCard h2 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.infoDetailMetaList {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.infoDetailMetaList li span {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #7a7a7a;
}

.infoDetailMetaList li p {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1f1f1f;
    margin: 0.25rem 0 0;
}

.infoDetailResources {
    padding: 4rem 0 5rem;
}

.infoDetailSection+.infoDetailSection {
    margin-top: 3.5rem;
}

.infoDetailSectionDesc {
    margin-top: 0.8rem;
    max-width: 540px;
}

.infoResourceCard {
    border-radius: 24px;
    padding: 1.75rem;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(12, 24, 58, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.infoResourceBadge {
    display: inline-block;
    padding: 0.25rem 0.9rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    background: rgba(90, 2, 53, 0.08);
    color: #5a0235;
}

.infoResourceImageWrap {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(28, 60, 52, 0.08);
}

.infoResourceLinks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.infoResourceLink {
    font-weight: 600;
    color: #1f663b;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.infoQuickLinks {
    padding: 4rem 0;
}

.infoQuickLinkCard {
    border-radius: 20px;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(20, 43, 54, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.infoQuickLinkCard h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    color: #1f1f1f;
}

.infoQuickLinkCard p {
    color: #4e4e4e;
    margin-bottom: 0;
}

.infoQuickLinkCard:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(20, 43, 54, 0.12);
}

.infoQuickLinkCta {
    margin-top: 1.5rem;
    font-weight: 600;
    color: #b2835a;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.arrowCircle {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
}

.arrowCircle:hover {
    background: var(--yellowColor) !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}

.circleDiveBG {
    background: linear-gradient(180deg, #FFD25D 0%, #FFD25D 100%);
}

.circleDive {
    width: 120px;
    height: 120px;
    transition: all 0.3s ease-in-out;
    left: 0;
    right: 0;
    top: -4rem;
    z-index: 9;
    padding: 0;
    overflow: hidden;
}

.circleDive img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.departmentsSection {
    background: #fff5e6;
    position: relative;
}

.departmentsHeading {
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    font-style: normal;
    line-height: 120%;
    letter-spacing: 0%;
    color: #d9a023;
    text-transform: capitalize;
}

.departmentsHeading span {
    color: #000;
}

.departmentCard {
    background: #fbe7c6;
    border-radius: 32px;
    padding: 1.5rem 1.5rem 1.25rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border: 8px solid rgba(251, 231, 198);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.departmentImageWrap {
    border-radius: 26px;
    overflow: hidden;
    border: 6px solid #fff;
    margin-bottom: 1.6rem;
}

.departmentImageWrap img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.departmentBody {
    background: #fbe7c6;
    border-radius: 20px;
    padding: 1rem 1.5rem;
    gap: 1rem;
}

.departmentIcon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: #f8c750;
    display: flex;
    align-items: center;
    justify-content: center;
}

.departmentIcon i {
    font-size: 1.6rem;
    color: #000;
}

.departmentIcon img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.departmentBody p {
    font-size: 1.9rem;
    color: #000;
}

.departmentCard:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .departmentsHeading {
        font-size: 2.6rem;
    }

    .departmentIcon {
        width: 58px;
        height: 58px;
    }

    .departmentBody p {
        font-size: 1.3rem;
    }
}

@media (max-width: 576px) {
    .departmentsHeading {
        font-size: 2.3rem;
    }

    .departmentIcon {
        width: 52px;
        height: 52px;
    }

    .departmentBody p {
        font-size: 1.2rem;
    }
}

.heroBannerSection {
    min-height: 520px;
    background: linear-gradient(to right, rgba(244, 249, 255, 1) 0%, rgba(244, 249, 255, 0.95) 30%, rgba(244, 249, 255, 0.7) 45%, rgba(244, 249, 255, 0.3) 55%, rgba(244, 249, 255, 0) 100%),
        url('../images/Finalimg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

/* RMCET Hero Section */
.rmcetHeroSection {
    position: relative;
    min-height: 640px;
    padding: 0px 0 48px;
    background: linear-gradient(180deg, rgba(220, 229, 228, 0.57) 0%, rgba(220, 229, 228, 0.57) 55%, rgba(235, 236, 224, 0.9) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.rmcetHeroSection::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(248, 246, 243, 0.65) 0%, rgba(248, 246, 243, 0.4) 45%, rgba(248, 246, 243, 0.05) 75%, rgba(248, 246, 243, 0) 100%);
    z-index: 0;
}

.rmcetHeroContent,
.rmcetHeroBuildingWrap,
.rmcetHeroDots {
    position: relative;
    z-index: 1;
}

.rmcetHeroContent {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto;
    color: #2f4a35;
}

.rmcetHeroEyebrow {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 0.88rem;
    letter-spacing: 0.28em;
    color: #728270;
    font-weight: 700;
}

.rmcetHeroTitle {
    font-size: clamp(3.6rem, 4vw, 4.5rem);
    font-weight: 700;
    line-height: 1.6;
    color: #2f4a35;
    font-family: "Playfair Display", serif;
}

.heroTitleAccent {
    color: #b08259;
}

.rmcetAccent {
    color: #5A0235;
    font-weight: 900;
}

.rmcetHeroSubtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.17rem;
    color: #2f2f2a;
    max-width: 640px;
    margin: 0 auto;
}

.rmcetPrimaryBtn {
    display: inline-block;
    padding: 14px 44px;
    background: #b2835a;
    color: white;
    border-radius: 999px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    transition: all 0.3s ease;
    border: 2px solid #b2835a;
}

.rmcetPrimaryBtn:hover {
    background: #9c6f49;
    border-color: #9c6f49;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(156, 111, 73, 0.35);
}

.rmcetSecondaryBtn {
    display: inline-block;
    padding: 14px 44px;
    background: transparent;
    color: #2f4a35;
    border-radius: 999px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    transition: all 0.3s ease;
    border: 2px solid #4d6a45;
}

.rmcetSecondaryBtn:hover {
    background: #4d6a45;
    border-color: #4d6a45;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(77, 106, 69, 0.3);
}

.rmcetHeroBuildingWrap {
    width: 100%;
    max-width: 1200px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 0 24px;
    z-index: 0;
    pointer-events: none;
}

.rmcetHeroBuilding {
    margin-bottom: -125px;
    margin-left: -190px;
    width: 133%;
    display: block;
    border-radius: 0;
    object-fit: cover;
    opacity: 1;
    transition: opacity 220ms ease;
}

.rmcetHeroBuilding.is-fading {
    opacity: 0;
}

.rmcetHeroDots {
    margin-top: 0;
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 3;
}

.rmcetHeroDot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #c2cbbb;
    display: inline-block;
    transition: all 0.3s ease;
}

.rmcetHeroDot.active {
    width: 28px;
    background: #5f8058;
}

@media (max-width: 767.98px) {
    .rmcetHeroDots {
        bottom: 12px;
    }
}

/* Enquiry Modal */
.enquiryModal .modal-content {
    border: none;
    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 35px 80px rgba(15, 20, 32, 0.25);
    position: relative;
}

.enquiryModalClose {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #ddd4c9;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.enquiryModalClose,
.enquiryModalClose:focus {
    opacity: 1;
    outline: none;
    background-image: none;
}

.enquiryModalClose::before {
    content: '\00d7';
    font-size: 1.4rem;
    color: #4a4a4a;
    line-height: 1;
}

.enquiryModalClose:hover::before {
    color: #b2835a;
}

.enquiryModalBody {
    display: flex;
    flex-direction: row;
    min-height: 420px;
}

.enquiryModalMedia {
    flex: 0 0 45%;
    background: #ffffff;
    display: flex;
    align-items: stretch;
}

.enquiryModalImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.enquiryModalFormWrap {
    flex: 1;
    padding: 2.5rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
}

.enquiryModalHeader h3 {
    font-size: 1.65rem;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 0.25rem;
}

.enquiryModalHeader p {
    color: #7c7c7c;
    margin-bottom: 1.5rem;
}

.enquiryModalForm .form-label {
    font-weight: 600;
    color: #3a3a3a;
    margin-bottom: 0.4rem;
}

.enquiryModalForm .form-control {
    border: 1px solid #d8d5d0;
    border-radius: 14px;
    padding: 0.75rem 1rem;
    box-shadow: none;
}

.enquiryModalForm .form-control:focus {
    border-color: #b2835a;
    box-shadow: 0 0 0 0.1rem rgba(178, 131, 90, 0.25);
}

.enquirySubmitBtn {
    margin-top: 1.75rem;
    width: 100%;
    border: none;
    border-radius: 16px;
    background: #b2835a;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.9rem 1.5rem;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.enquirySubmitBtn:hover {
    background: #9c6f49;
    box-shadow: 0 18px 35px rgba(156, 111, 73, 0.35);
}

@media (max-width: 991.98px) {
    .enquiryModalBody {
        flex-direction: column;
    }

    .enquiryModalMedia {
        flex-basis: auto;
        max-height: 260px;
    }

    .enquiryModalFormWrap {
        padding: 2rem;
    }
}

@media (max-width: 575.98px) {
    .enquiryModalFormWrap {
        padding: 1.5rem;
    }

    .enquiryModalHeader h3 {
        font-size: 1.35rem;
    }

    .enquiryModalClose {
        top: 12px;
        right: 12px;
    }
}

/* Section Styles */
.sectionHeading {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #333;
}

.sectionSubheading {
    font-size: 1.1rem;
    color: #666;
    font-family: "Open Sans", sans-serif;
}

/* Why Choose RMCET Section */
.aboutIipSection {
    background: #ffffff;
    overflow: hidden;
}

.aboutIipShape {
    position: absolute;
    top: 0;
    opacity: 0.4;
    z-index: 0;
}

.aboutIipShapeLeft {
    left: 0;
    width: 180px;
}

.aboutIipShapeRight {
    right: -40px;
    top: 2px;
    width: 245.3px;
    height: 207.83px;
    transform: rotate(52.deg);
}

.aboutIipContent {
    position: relative;
    z-index: 1;
}

.aboutIipHeading {
    font-size: 3rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: #b28455;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}

.aboutIipHeading span {
    color: #35623c;
}

.aboutIipText {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    color: #363636;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.aboutIipButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 36px;
    border-radius: 999px;
    background: #b2835a;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
    border: none;
}

.aboutIipButton:hover {
    background: #9c6f49;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(156, 111, 73, 0.35);
}

.aboutIipImageWrap {
    position: relative;
    z-index: 1;
    max-width: 591px;
    margin-left: auto;
    border-radius: 0 40px 0 40px;
    overflow: hidden;
    border: 6px solid #ffffff;
}

.aboutIipImage {
    width: 100%;
    display: block;
    aspect-ratio: 591 / 541;
    min-height: 541px;
    object-fit: cover;
}

.aboutIipImageWrap::after {
    display: none;
}

.whyIipSection {
    background: transparent;
    padding: 80px 0;
}

.whyIipHeading {
    font-size: clamp(2.6rem, 3vw, 3.2rem);
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: #b2835a;
    letter-spacing: 0.02em;
}

.whyIipHeading span {
    color: #2f623a;
}

.whyIipCarousel {
    position: relative;
    padding: 0 110px;
}

.whyIipViewport {
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x proximity;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 12px;
}

.whyIipViewport::-webkit-scrollbar {
    display: none;
}

.whyIipTrack {
    display: flex;
    gap: 1.5rem;
}

.whyIipArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    z-index: 5;
}

.whyIipArrowIcon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #c8b6a3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b2835a;
    background: #ffffff;
    box-shadow: 0 12px 22px rgba(169, 137, 103, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whyIipArrowIcon:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(169, 137, 103, 0.35);
}

.whyIipArrow.is-disabled .whyIipArrowImg {
    opacity: 0.35;
}

.whyIipArrowSvg {
    width: 26px;
    height: 26px;
}

/* When using raster/svg file in markup */
.whyIipArrowImg {
    width: 26px;
    height: 26px;
    display: block;
    object-fit: contain;
}

.whyIipArrowImg--prev {
    transform: rotate(-180deg);
}

.whyIipArrowImg--next {
    transform: rotate(0deg);
}

.whyIipArrowPrev .whyIipArrowSvg {
    transform: rotate(180deg);
}

.whyIipArrowPrev {
    left: 20px;
}

.whyIipArrowNext {
    right: 20px;
}

.whyIipCard {
    width: 100%;
    max-width: 398px;
    flex: 0 0 clamp(260px, 28vw, 360px);
    scroll-snap-align: start;
    min-height: 341px;
    border-radius: 50px 0 50px 0;
    border: 1px solid #e3d6c6;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 auto;
}

.whyIipCard:hover {
    transform: translateY(-8px);
}

.whyIipImageWrap {
    height: 230px;
    border-radius: 50px 0 0 0;
    overflow: hidden;
}

.whyIipImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.whyIipCardBody {
    padding: 26px 24px 32px;
    text-align: center;
    border-top: 1px solid #f0e9de;
}

.whyIipCardTitle {
    font-size: 1.15rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #050505;
    margin: 0;
}

/* Enhanced Mobile Responsiveness */
@media (max-width: 767.98px) {
    body {
        overflow-x: hidden;
    }

    .container,
    .container-fluid {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .rmcetHeroSection {
        padding: 60px 0 40px;
        text-align: center;
        min-height: auto;
    }

    .rmcetHeroTitle {
        font-size: 2.4rem;
        line-height: 1.2;
    }

    .rmcetHeroSubtitle {
        font-size: 1.05rem;
        margin-bottom: 1.5rem;
    }

    .rmcetHeroButtons {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0.85rem;
        justify-content: center;
    }

    .rmcetHeroButtons .rmcetPrimaryBtn,
    .rmcetHeroButtons .rmcetSecondaryBtn {
        flex: 0 0 auto;
        width: 140px;
        min-width: 0;
        justify-content: center;
        font-size: 0.9rem;
        padding: 12px 20px;
    }

    .rmcetHeroBuildingWrap {
        position: relative;
        transform: none;
        left: auto;
        bottom: auto;
        margin-top: 32px;
        padding: 0;
    }

    .rmcetHeroBuilding {
        width: 100%;
        margin: 0;
    }

    .legacyCard {
        flex-direction: column;
        text-align: center;
        padding: 18px;
    }

    .legacyCardIcon {
        margin-bottom: 12px;
    }

    .aboutIipSection .row {
        text-align: center;
    }

    .aboutIipButton {
        width: 100%;
    }

    .whyIipCarousel {
        padding: 0 32px;
    }

    .admissionSnapshotCard {
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }

    .updatesTabs,
    .lifeRmcetTabs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 0.5rem;
        justify-content: flex-start;
        width: 100%;
        padding-bottom: 0.35rem;
        -webkit-overflow-scrolling: touch;
    }

    .updatesTabs::-webkit-scrollbar,
    .lifeRmcetTabs::-webkit-scrollbar {
        display: none;
    }

    .updatesTab,
    .lifeRmcetTab {
        flex: 0 0 auto;
        min-width: 120px;
        width: auto;
        padding: 9px 16px;
        font-size: 0.85rem;
        white-space: nowrap;
        text-align: center;
    }

    .updatesCard {
        gap: 18px;
    }

    .careerPlacementRow {
        flex-direction: column;
    }



    .footerYellow {
        position: static;
        transform: none;
        margin-bottom: 24px;
    }

    footer .row>[class*=col-] {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .rmcetHeroTitle {
        font-size: 2rem;
    }

    .rmcetHeroSubtitle {
        font-size: 0.98rem;
    }

    .legacyCardIcon img {
        max-width: 64px;
    }

    .aboutIipHeading {
        font-size: 2rem;
    }

    .aboutIipText {
        font-size: 1rem;
    }

    .whyIipCard {
        flex-basis: min(85vw, 320px);
    }

    .successStoryCard {
        flex-basis: min(85vw, 340px);
    }

    .placementPartnerCard {
        flex-basis: min(72vw, 240px);
    }

    .updatesHeading,
    .successStoriesHeading,
    .placementPartnersHeading,
    .lifeRmcetHeading {
        font-size: 1.9rem;
    }

    .careerPlacementCard,
    .lifeRmcetCard,
    .updatesCard,
    .admissionSnapshotCard {
        text-align: left;
    }

    .successStoriesNav {
        gap: 1.2rem;
    }
}

@media (max-width: 400px) {
    .rmcetHeroTitle {
        font-size: 1.75rem;
    }

    .rmcetHeroSubtitle {
        font-size: 0.92rem;
    }

    .aboutIipHeading {
        font-size: 1.75rem;
    }

    .successStoryQuote,
    .updatesCardText {
        font-size: 0.9rem;
    }

    .footerYellow {
        padding: 1.5rem;
    }
}

/* Admissions Snapshot Section */
.admissionsSection {
    background: white;
    padding: 80px 0;
}

.admissionsHeading {
    font-size: 2.8rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: #000000;
    margin-bottom: 20px;
}

.admissionsAccent {
    color: #5A0235;
}

.admissionCard {
    background: linear-gradient(135deg, #B8C1B1 0%, #B8C1B1 100%);
    border-radius: 25px;
    padding: 0;
    position: relative;
    min-height: 150px;
    transition: all 0.3s ease;
    overflow: visible;
    box-shadow: 0 5px 20px rgba(255, 200, 90, 0.3);
}

.admissionCard:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(255, 200, 90, 0.4);
}

.admissionIconCircle {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 110px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.admissionIcon {
    font-size: 3rem;
    color: #b2835a;
}

.admissionContent {
    padding: 70px 30px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.admissionTitle {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000000;
    font-family: "Playfair Display", serif;
    margin: 0;
    line-height: 1.4;
    flex: 1;
}

.admissionTitle sup {
    font-size: 0.8rem;
    font-weight: 600;
}

.admissionArrow {
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b2835a;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    text-decoration: none;
    flex-shrink: 0;
}

.admissionArrow:hover {
    background: #b2835a;
    color: white;
    transform: scale(1.1);
}

/* Department Cards */
.departmentCard {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.departmentCard:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(90, 2, 53, 0.15);
}

.departmentIcon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #5A0235, #7a1a4d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2.5rem;
    color: white;
}

.departmentTitle {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}

.departmentText {
    font-size: 0.95rem;
    color: #666;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

/* RMCET Departments Section */
.rmcetDepartmentsSection {
    background: white;
    padding: 80px 0;
}

.rmcetDeptHeading {
    font-size: 2.8rem;
    font-weight: 700;
    color: #5A0235;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
}

.rmcetDeptCard {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.rmcetDeptCard:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(90, 2, 53, 0.2);
}

.rmcetDeptImageWrap {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.rmcetDeptImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rmcetDeptContent {
    padding: 30px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    background: white;
}

.rmcetDeptIcon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #5A0235, #7a1a4d);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    flex-shrink: 0;
}

.rmcetDeptTitle {
    font-size: 1.3rem;
    font-weight: 700;
    color: #000000;
    font-family: "Playfair Display", serif;
    margin: 0;
    line-height: 1.3;
}

.rmcetDeptDots {
    margin-top: 40px;
}

.rmcetDeptDot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(90, 2, 53, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.rmcetDeptDot.active {
    background: #5A0235;
    width: 35px;
    border-radius: 6px;
}

.rmcetDeptDot:hover {
    background: #5A0235;
}

/* Career and Placement Section */
.careerPlacementSection {
    background: #f6f1ea;
    padding: 90px 0 80px;
}

.careerPlacementHeading {
    font-size: 3rem;
    font-weight: 600;
    color: #b2835a;
    font-family: "Playfair Display", serif;
}

.careerPlacementHeading span {
    color: #365f3b;
}

.careerPlacementHeading .careerPlacementAccent {
    color: #285f36;
    font-weight: 700;
}

.careerPlacementRow {
    justify-content: center;
}

.careerPlacementCard {
    background: #ffffff;
    border-radius: 26px;
    padding: 32px 28px 36px;
    text-align: center;
    box-shadow: none;
    border: 1px solid rgba(196, 173, 146, 0.45);
    position: relative;
    overflow: visible;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: all 0.35s ease;
}

.careerPlacementCard::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 72%;
    height: 12px;
    border-radius: 999px;
    background: #1f4f2b;
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 0.35s ease;
}

.careerPlacementIconWrap {
    display: flex;
    justify-content: center;
}

.careerPlacementIconCircle {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.careerPlacementIconCircle img {
    width: 48px;
    height: 48px;
}

.careerPlacementTitle {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1d4024;
    font-family: "Playfair Display", serif;
    margin: 0;
}

.careerPlacementText {
    font-size: 1rem;
    color: #4d473f;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

.careerPlacementCard:hover {
    background: #a47245;
    border-color: #a47245;
    box-shadow: none;
    transform: translateY(-4px);
}

.careerPlacementCard:hover::after {
    opacity: 1;
}

.careerPlacementCard:hover .careerPlacementTitle,
.careerPlacementCard:hover .careerPlacementText {
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .careerPlacementHeading {
        font-size: 2.6rem;
    }
}

@media (max-width: 767.98px) {
    .careerPlacementCardPrimary {
        padding-bottom: 30px;
    }

    .careerPlacementLayer {
        inset: 15px 15px -20px 15px;
    }
}

/* Life @ IIP Section */
.lifeRmcetSection {
    background: #ffffff;
    padding: 90px 0 80px;
}

.lifeRmcetHeading {
    font-size: 3.1rem;
    font-weight: 600;
    color: #b98455;
    font-family: "Playfair Display", serif;
    margin-bottom: 0;
}

.lifeRmcetAt {
    color: #a86f3f;
    font-style: normal;
    font-weight: 500;
}

.lifeRmcetAccent {
    color: #285f36;
    font-weight: 700;
}

.lifeRmcetSubheading {
    font-size: 1rem;
    color: #6b5b4c;
    font-family: "Open Sans", sans-serif;
    max-width: 640px;
    margin: 15px auto 0;
    line-height: 1.5;
}

.lifeIipTabsWrapper {
    margin: 35px auto 45px;
    max-width: 780px;
}

.lifeRmcetTabs {
    display: flex;
    gap: 18px;
    margin-bottom: 20px;
}

.lifeRmcetTab {
    padding: 14px 42px;
    border-radius: 18px;

    .lifeIipGalleryRow {
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        gap: 1.2rem;
        padding-bottom: 0.75rem;
    }

    .lifeIipGalleryRow::-webkit-scrollbar {
        display: none;
    }

    .lifeIipGalleryRow>[class*="col-"] {
        flex: 0 0 82%;
        max-width: 82%;
        scroll-snap-align: start;
    }

    border: 1px solid #d8c1a7;
    background: #ffffff;
    color: #8c6843;
    font-size: 1.05rem;
    font-weight: 600;
    font-family: "Open Sans",
    sans-serif;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(179, 132, 85, 0.15);
}

.lifeRmcetTab.active {
    background: #b98455;
    color: #ffffff;
    border-color: #b98455;
    box-shadow: 0 12px 26px rgba(185, 132, 85, 0.35);
}

.lifeRmcetTab:hover:not(.active) {
    color: #704a25;
    transform: translateY(-2px);
}

.lifeIipTabsDivider {
    height: 1px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(185, 132, 85, 0), rgba(185, 132, 85, 0.65), rgba(185, 132, 85, 0));
}

.lifeRmcetContent {
    position: relative;
    margin-top: 25px;
}

.lifeRmcetGallery {
    display: block;
}

.lifeRmcetGallery:not(.is-active) {
    display: none;
}

.lifeRmcetCard {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    height: 230px;
    box-shadow: 0 25px 50px rgba(152, 121, 92, 0.25);
    border: 1px solid rgba(212, 189, 164, 0.45);
    background: #ffffff;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.lifeRmcetCard:hover {
    transform: translateY(-6px);
    box-shadow: 0 35px 60px rgba(128, 94, 63, 0.3);
}

.lifeRmcetImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
    display: block;
}

.lifeRmcetCard:hover .lifeRmcetImage {
    transform: scale(1.05);
}

.lifeIipGalleryRow {
    --bs-gutter-y: 1.8rem;
}

@media (max-width: 991.98px) {
    .lifeRmcetHeading {
        font-size: 2.6rem;
    }

    .lifeRmcetCard {
        height: 210px;
    }
}

@media (max-width: 767.98px) {
    .lifeRmcetTabs {
        flex-direction: column;
    }

    .lifeRmcetTab {
        width: 100%;
        text-align: center;
        padding: 12px 24px;
    }

    .lifeIipTabsDivider {
        max-width: 100%;
    }

    .lifeRmcetCard {
        height: 220px;
    }

    .lifeIipGalleryRow {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none;
        scrollbar-width: none;
        gap: 1.2rem;
        padding-bottom: 0.75rem;
    }

    .lifeIipGalleryRow::-webkit-scrollbar {
        display: none;
    }

    .lifeIipGalleryRow>[class*="col-"] {
        flex: 0 0 82% !important;
        max-width: 82% !important;
        scroll-snap-align: start;
    }
}

@media (max-width: 575.98px) {
    .lifeRmcetHeading {
        font-size: 2.2rem;
    }

    .lifeRmcetCard {
        border-radius: 20px;
        height: 200px;
    }
}


/* Success Stories Section */
.successStoriesSection {
    background: #ffffff;
    padding: 90px 0;
}

.successStoriesHeading {
    font-size: 3rem;
    font-weight: 600;
    color: #ba8a56;
    font-family: "Playfair Display", serif;
    margin-bottom: 12px;
}

.successStoriesHeading span {
    display: inline-block;
}

.successStoriesHeading .successStoriesAccent {
    color: #2f6636;
    font-weight: 700;
    margin-left: 8px;
}

.successStoriesSubheading {
    font-size: 1rem;
    color: #4c4c4c;
    font-family: "Open Sans", sans-serif;
    max-width: 760px;
    margin: 0 auto 15px;
}

.successStoriesCarousel {
    margin-top: 35px;
}

.successStoriesViewport {
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x proximity;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 10px;
}

.successStoriesViewport::-webkit-scrollbar {
    display: none;
}

.successStoriesTrack {
    display: flex;
    gap: 24px;
}

.successStoryCard {
    background: transparent;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: none;
    flex: 0 0 clamp(280px, 30vw, 360px);
    scroll-snap-align: start;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.successStoryCard:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(46, 47, 56, 0.18);
}

.successStoryImageWrap {
    border-radius: 28px 28px 0 0;
    overflow: hidden;
    height: 250px;
    position: relative;
    isolation: isolate;
}

.successStoryImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 0.45s ease, filter 0.35s ease;
}

.successStoryImageWrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.15) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
}

.successStoryCard:hover .successStoryImage {
    transform: scale(1.08);
    filter: brightness(1.02);
}

.successStoryCard:hover .successStoryImageWrap::after {
    opacity: 1;
}

.successStoryBody {
    background: #f9e9d7;
    padding: 22px 24px;
    border-radius: 0 0 28px 28px;
    box-shadow: 0 18px 35px rgba(92, 98, 107, 0.12);
    transition: background 0.3s ease;
}


.successStoryCard:hover .successStoryBody {
    background: #ffffff;
}

.successStoryMeta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.successStoryName {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.successStoryYear {
    font-size: 1rem;
    color: #1a1a1a;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.successStoryRole {
    font-size: 0.95rem;
    color: #565656;
    margin-bottom: 12px;
}

.successStoryQuote {
    font-size: 0.95rem;
    color: #1a1a1a;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

.successStoriesNav {
    margin-top: 32px;
}

.successStoryNavBtn {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.25s ease;
}

.successStoryNavBtn.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.successStoryNavBtn:hover {
    transform: translateY(-2px);
}

.successStoryNavBtn:focus-visible {
    outline: 2px solid #285f36;
    outline-offset: 4px;
}

.successStoryNavBtn svg {
    display: block;
}

.successStoryNavBtnNext svg circle {
    stroke: #2f7a53;
}

.successStoryNavBtnNext svg path {
    stroke: #2f7a53;
}

.successStoryNavBtn svg circle,
.successStoryNavBtn svg path {
    transition: stroke 0.25s ease;
}

.successStoryNavBtn:hover svg circle,
.successStoryNavBtn:hover svg path {
    stroke: #1e4b2c;
}

@media (max-width: 991.98px) {
    .successStoriesHeading {
        font-size: 2.5rem;
    }

    .successStoryImageWrap {
        height: 230px;
    }
}

@media (max-width: 575.98px) {
    .successStoriesHeading {
        font-size: 2.6rem;
    }

    .successStoryBody {
        border-radius: 0 0 22px 22px;
    }

    .successStoriesSection {
        padding: 60px 0;
    }

    .successStoriesTrack {
        gap: 16px;
        align-items: stretch;
    }

    .successStoryCard {
        flex: 0 0 88%;
        border-radius: 20px;
        box-shadow: none;
        background: transparent;
        transition: none;
        display: flex;
        flex-direction: column;
        min-height: 360px;
    }

    .successStoryCard,
    .successStoryCard:hover {
        transform: none;
        box-shadow: none;
    }

    .successStoryImageWrap {
        height: 210px;
        border-radius: 20px 20px 0 0;
    }

    .successStoryImageWrap::after {
        display: none;
    }

    .successStoryImage {
        transform: none !important;
    }

    .successStoryCard:hover .successStoryImageWrap::after {
        opacity: 0;
    }

    .successStoryCard:hover .successStoryBody {
        background: #f9e9d7;
    }

    .successStoryBody {
        padding: 20px;
        border-radius: 0 0 20px 20px;
        flex: 1;
    }
}

/* Placement Partners Section */
.placementPartnersSection {
    background: #f6f1ea;
    padding: 90px 0 80px;
    position: relative;
}

.placementPartnersHeading {
    font-size: 3rem;
    font-weight: 600;
    color: #2f6636;
    font-family: "Playfair Display", serif;
}

.placementPartnersHeading span {
    color: #a87144;
}

.placementPartnersCarousel {
    position: relative;
    padding: 0 70px;
}

.placementPartnersViewport {
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x proximity;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.placementPartnersViewport::-webkit-scrollbar {
    display: none;
}

.placementPartnersTrack {
    display: flex;
    gap: 24px;
    padding: 12px 0;
}

.placementPartnerCard {
    flex: 0 0 clamp(144px, 9vw, 220px);
    background: #fff;
    border-radius: 16px;
    padding: -19px 28px;
    box-shadow: none;
    border: 1px solid rgba(189, 174, 160, 0.45);
    text-align: center;
    scroll-snap-align: start;
}

.placementPartnerCard img {
    max-width: 120px;
    height: auto;
    display: inline-block;
}

.placementPartnersDots {
    margin-top: 35px;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.placementPartnerDot {
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(47, 102, 54, 0.3);
    transition: all 0.3s ease;
}

.placementPartnerDot.active {
    width: 34px;
    border-radius: 8px;
    background: #a87144;
}

.placementPartnerNav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: none;
    color: #2f6636;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    z-index: 2;
}

.placementPartnerNav:hover {
    background: #2f6636;
    color: #fff;
}

.placementPartnerNav.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.placementPartnerNavPrev {
    left: 10px;
}

.placementPartnerNavNext {
    right: 10px;
}

@media (max-width: 1199.98px) {
    .placementPartnersCarousel {
        padding: 0 50px;
    }
}

@media (max-width: 991.98px) {
    .placementPartnersHeading {
        font-size: 2.6rem;
    }

    .placementPartnersCarousel {
        padding: 0 40px;
    }
}

@media (max-width: 767.98px) {
    .placementPartnersCarousel {
        padding: 0 30px;
    }
}

@media (max-width: 575.98px) {
    .placementPartnersHeading {
        font-size: 2.6rem;
    }

    .placementPartnersCarousel {
        padding: 0 15px;
    }

    .placementPartnerCard {
        flex-basis: min(40vw, 152px);
    }
}

.placementPartnersSection::before,
.placementPartnersSection::after {
    content: "";
    position: absolute;
    top: 15%;
    width: 70px;
    height: 180px;
    background: url("img3.0/Mask group.svg") no-repeat center/contain;
    opacity: 0.15;
}

.placementPartnersSection::before {
    left: 30px;
}

.placementPartnersSection::after {
    right: 30px;
    transform: scaleX(-1);
}

/* Legacy Highlight Strip */
.legacyHighlightSection {
    background: #f7f1e3;
    position: relative;
}

.legacyHighlightSection::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(203, 184, 159, 0.2), rgba(255, 255, 255, 0.05));
    pointer-events: none;
    opacity: 0.8;
}

.legacyHighlightSection .container {
    position: relative;
    z-index: 1;
}

.legacyCard {
    background: #ffffff;
    border-radius: 20px;
    padding: 18px 22px;
    box-shadow: 0 14px 35px rgba(196, 168, 137, 0.25);
    border: 1px solid rgba(214, 188, 155, 0.35);
    min-height: 120px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.legacyCard:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(196, 168, 137, 0.35);
}

.legacyCardIcon {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    border-radius: 22px;
    background: #f0dfcc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    box-shadow: inset 0 6px 12px rgba(255, 255, 255, 0.6);
}

.legacyCardIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.legacyCardTitle {
    font-size: 1.05rem;
    font-weight: 700;
    color: #6b4324;
    font-family: "Poppins", sans-serif;
}

.legacyCardText {
    font-size: 0.95rem;
    color: #5a4a3b;
    font-family: "Open Sans", sans-serif;
}

.legacyCardNabet .legacyCardIcon {
    background: #d3ecf400;
    box-shadow: inset 0 6px 12px rgba(255, 255, 255, 0.8);
}

.legacyCarousel {
    position: relative;
    padding: 0 24px;
}

.legacyViewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 8px;
}

.legacyViewport::-webkit-scrollbar {
    display: none;
}

.legacyTrack {
    display: flex;
    gap: 18px;
    will-change: transform;
}

.legacyCarousel .legacyCard {
    flex: 0 0 clamp(240px, 78vw, 360px);
    scroll-snap-align: start;
}

.legacyCarousel[data-auto-scroll="true"] .legacyViewport {
    overflow: hidden;
}

.legacyCarousel[data-auto-scroll="true"] .legacyTrack {
    animation: legacyMarquee var(--legacy-marquee-duration, 26s) linear infinite;
}

.legacyCarousel[data-auto-scroll="true"] .legacyTrack:hover {
    animation-play-state: paused;
}

@keyframes legacyMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .legacyCarousel[data-auto-scroll="true"] .legacyTrack {
        animation: none;
        transform: none;
    }

    .legacyCarousel[data-auto-scroll="true"] .legacyViewport {
        overflow-x: auto;
    }
}

.legacyDots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
}

.legacyDot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(192, 145, 92, 0.35);
    border: none;
    padding: 0;
    transition: all 0.3s ease;
}

.legacyDot.is-active {
    width: 26px;
    background: #c0915c;
}

@media (max-width: 575px) {
    .legacyCard {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .legacyCardIcon {
        margin-bottom: 14px;
    }
}


/* Facility Cards */
.facilityCard {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    border-left: 4px solid #5A0235;
    transition: all 0.3s ease;
}

.facilityCard:hover {
    background: white;
    box-shadow: 0 5px 20px rgba(90, 2, 53, 0.1);
    transform: translateX(5px);
}

.facilityIcon {
    width: 60px;
    height: 60px;
    background: #5A0235;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 2rem;
    color: white;
}

.facilityTitle {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}

.facilityText {
    font-size: 0.95rem;
    color: #666;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

/* RMCET Accreditation Section */
.rmcetAccreditationSection {
    background: linear-gradient(180deg, #FFE8A3 0%, #FFD88F 100%);
    padding: 60px 0;
}

.rmcetAccreditCard {
    background: white;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.rmcetAccreditCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.rmcetAccreditLogo {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 15px;
    padding: 10px;
}

.rmcetAccreditLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rmcetAccreditContent {
    flex: 1;
}

.rmcetAccreditTitle {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}

.rmcetAccreditText {
    font-size: 0.95rem;
    color: #333333;
    margin: 0;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
}

.rmcetAccreditDots {
    margin-top: 30px;
}

.rmcetAccreditDot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.rmcetAccreditDot.active {
    background: #5A0235;
    width: 30px;
    border-radius: 6px;
}

.rmcetAccreditDot:hover {
    background: #5A0235;
}


.heroBannerStar {
    position: absolute;
    top: 12%;
    left: 6%;
    opacity: 0.3;
    z-index: 1;
}

.heroBannerStar img {
    margin-top: -51px;
    width: 136px;
}

.heroBannerContent {
    position: relative;
    z-index: 2;
    max-width: 480px;
}

.heroBannerTitle {
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.1;
    color: #000000;
    font-family: "Poppins", sans-serif;
}

.heroBannerTitle span {
    color: #2a6faf;
}

.heroBannerSubtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.05rem;
    color: #4c4c4c;
    max-width: 420px;
}

.heroBannerButtons {
    position: relative;
    z-index: 2;
}

.heroPrimaryBtn,
.heroSecondaryBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 2.6rem;
    border-radius: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.heroPrimaryBtn {
    background: #2a6faf;
    color: #ffffff;
    box-shadow: 0 18px 45px rgba(42, 111, 175, 0.35);
}

.heroPrimaryBtn:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 55px rgba(42, 111, 175, 0.4);
    color: #ffffff;
}

.heroSecondaryBtn {
    background: transparent;
    color: #2a6faf;
    border: 2px solid #2a6faf;
}

.heroSecondaryBtn:hover {
    background: #2a6faf;
    color: #ffffff;
    box-shadow: 0 18px 45px rgba(42, 111, 175, 0.25);
    transform: translateY(-3px);
}

.accreditShowcaseSection {
    position: relative;
    padding: 5.5rem 0;
    overflow: hidden;
}

.accreditShowcaseBackground {
    background: linear-gradient(180deg, #b1bbe9 0%, #9399d4 100%);
    opacity: 0.94;
    z-index: 0;
}

.accreditShowcaseCard {
    position: relative;
    z-index: 1;
    gap: 1.1rem;
    background: #ffffff;
    border-radius: 20px;
    padding: 1.75rem 1.8rem;
    box-shadow: 0 18px 45px rgba(70, 79, 145, 0.22);
    height: 100%;
}

.accreditShowcaseIcon,
.accreditShowcaseBadge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
}

.accreditShowcaseIcon img,
.accreditShowcaseBadge img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.accreditShowcaseBadge {
    background: rgba(233, 236, 253, 0.65);
    border-radius: 18px;
    padding: 0.35rem;
}

.accreditShowcaseTitle {
    font-size: 1.2rem;
    font-weight: 800;
    color: #3f4e9b;
    margin-bottom: 0.4rem;
}

.accreditShowcaseText {
    font-family: 'Open Sans', sans-serif;
    color: #555a7a;
    font-size: 0.98rem;
    margin-bottom: 0;
}

.accreditShowcaseDots {
    position: relative;
    z-index: 1;
}

.accreditShowcaseDot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.accreditShowcaseDot.active,
.accreditShowcaseDot:hover {
    background: #ffffff;
    transform: scale(1.3);
}

.accreditationSection {
    background: #E8E8F5;
    padding: 4rem 0;
    position: relative;
}

.accreditationScrollContainer {
    display: flex;
    gap: 1.5rem;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 1rem 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.accreditationScrollContainer::-webkit-scrollbar {
    display: none;
}

.accreditationCard {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.5rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    flex: 0 0 calc(33.333% - 1rem);
    min-width: calc(33.333% - 1rem);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.safeCampusCard {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 1.5rem;
}

.safeCampusCard .accreditationIcon {
    margin-bottom: 1.5rem;
    flex-shrink: 0;
}

.safeCampusCard .accreditationTitle {
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
}

.safeCampusCard .accreditationText {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: #333333;
}

@media (max-width: 991px) {
    .accreditationCard {
        flex: 0 0 calc(50% - 0.75rem);
        min-width: calc(50% - 0.75rem);
    }
}

@media (max-width: 575px) {
    .accreditationCard {
        flex: 0 0 calc(100% - 0.5rem);
        min-width: calc(100% - 0.5rem);
    }
}

.accreditationCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.accreditationIcon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #6C76B4;
}

.accreditationIcon i {
    font-size: 3rem;
}

.accreditationIconImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.safeCampusIcon {
    background: #6C76B4;
    border-radius: 12px;
    color: #ffffff;
    padding: 0.5rem;
}

.safeCampusIcon .accreditationIconImg {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.accreditationIcon.nabetLogo {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.nabetLogoInner {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 0.5rem;
}

.nabetLogoShape {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 8px solid #B3D9E8;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nabetLogoShape::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: #3F4E9B;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.nabetBook {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 20px;
    height: 15px;
    background: #FF8C42;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.nabetBook::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 6px solid #FF8C42;
}

.nabetText {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.5px;
}

.accreditationTitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #6C76B4;
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

.accreditationText {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.95rem;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 0;
}

.accreditationPagination {
    margin-top: 2rem;
}

.accreditationDot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D0D0D0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.accreditationDot.active {
    background: #ffffff;
    width: 12px;
    height: 12px;
}

/* Updates • Notices • Circulars • News & Events Section */
.updatesSection {
    background: #f3f0e7;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.updatesShape {
    position: absolute;
    top: 50px;
    width: 220px;
    opacity: 1.2;
    z-index: 0;
}

.updatesShapeLeft {
    left: 0;
}

.updatesShapeRight {
    right: -58px;
    top: 80px;
    width: 461.8px;
    height: 456.13px;
    opacity: 5.2;
    transform: rotate(60.deg);
}

.updatesHeading {
    font-size: 2.9rem;
    font-weight: 700;
    color: #2f623a;
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
}

.updatesHeading span {
    color: #b2835a;
}

.updatesSubheading {
    font-size: 1.05rem;
    color: #5a5a5a;
    font-family: "Open Sans", sans-serif;
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.6;
}

.updatesTabs {
    display: flex;
    gap: 18px;
    margin-bottom: 40px;
}

.updatesTab {
    padding: 12px 42px;
    border-radius: 14px;
    border: 1px solid #b2835a;
    background: transparent;
    color: #2f623a;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.updatesTab.active {
    background: #b2835a;
    color: #ffffff;
    border-color: #b2835a;
    box-shadow: 0 10px 20px rgba(178, 131, 90, 0.25);
}

.updatesTab:hover:not(.active) {
    background: rgba(178, 131, 90, 0.08);
}

.updatesContent {
    position: relative;
}

.updatesListWrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.updatesListWrapper:not(.is-active) {
    display: none;
}

.updatesCard {
    background: #ffffff;
    border-radius: 20px;
    padding: 22px 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    border: 1px solid #dfe5d3;
    box-shadow: 0 8px 0 #b6c5ad;
    transition: transform 0.3s ease;
}

.updatesCard:hover {
    transform: translateY(-3px);
}

.admissionsSnapshotSection {
    background: #f3f0e7;
}

.admissionsSnapshotHeading {
    font-size: 3rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: #b2835a;
    margin-bottom: 3rem;
}

.admissionsSnapshotHeading span {
    color: #2f623a;
}

.admissionSnapshotCard {
    background: #96a48c;
    border-radius: 28px;

    .updatesDate {
        width: 92px;
        height: 92px;
        border-radius: 50px;
        background: #97a785;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-family: "Poppins", sans-serif;
        position: relative;
        flex-shrink: 0;
    }

    .updatesDate::after {
        content: '';
        position: absolute;
        right: -18px;
        top: 50%;
        transform: translateY(-50%);
        width: 26px;
        height: 60px;
        border-radius: 0 999px 999px 0;
        border: 2px solid #dfe5d3;
        border-left: none;
    }

    .updatesDay {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1;
    }

    .updatesMonth {
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
    }

    .updatesCardContent {
        flex: 1;
    }

    .updatesCardTitle {
        font-size: 1.15rem;
        font-weight: 700;
        color: #1d1d1d;
        font-family: "Poppins", sans-serif;
        margin-bottom: 6px;
    }

    .updatesCardText {
        font-size: 0.95rem;
        color: #4e5a47;
        font-family: "Open Sans", sans-serif;
        margin: 0;
    }

    .updatesViewAllBtn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 40px;
        border-radius: 999px;
        border: 1px solid #4e6c44;
        color: #4e6c44;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .updatesViewAllBtn:hover {
        background: #4e6c44;
        color: #ffffff;
        box-shadow: 0 10px 20px rgba(78, 108, 68, 0.25);
    }

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    padding: 15px;
    background: #FFF8F0;
    border-radius: 10px;
    border: 2px solid #FFE0B2;
}

.updatesDay {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
    font-family: "Playfair Display", serif;
    line-height: 1;
}

.updatesMonth {
    font-size: 1rem;
    font-weight: 600;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.updatesCardContent {
    flex: 1;
}

.updatesCardTitle {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000000;
    font-family: "Playfair Display", serif;
    margin-bottom: 8px;
}

.updatesCardText {
    font-size: 0.95rem;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

.updatesViewAllBtn {
    display: inline-block;
    padding: 14px 50px;
    background: transparent;
    color: #b2835a;
    border: 2px solid #b2835a;
    border-radius: 12px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.updatesViewAllBtn:hover {
    background: #b2835a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 575.98px) {
    .updatesSection {
        padding: 60px 0;
    }

    .updatesHeading {
        font-size: 2rem;
    }

    .updatesSubheading {
        font-size: 0.95rem;
    }

    .updatesTabs {
        gap: 12px;
        margin-bottom: 30px;
    }

    .updatesTab {
        flex: 1;
        padding: 10px 0;
        font-size: 0.9rem;
        border-radius: 12px;
    }

    .updatesListWrapper {
        gap: 14px;
    }

    .updatesCard {
        padding: 16px 18px;
        border-radius: 18px;
        gap: 0px;
        align-items: flex-start;
        border: 1px solid #e6ecdd;
        box-shadow: 0 6px 0 #cfdcbd, 0 20px 30px rgba(42, 82, 54, 0.12);
    }

    .updatesDate {
        width: auto;
        height: auto;
        min-width: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .updatesDate::after {
        display: none;
    }

    .updatesDay {
        font-size: 1.35rem;
        font-weight: 700;
        line-height: 1;
        color: #1d422a;
    }

    .updatesMonth {
        font-size: 0.78rem;
        font-weight: 600;
        letter-spacing: 0.25em;
        margin-top: 0.1rem;
        color: #6f7f68;
    }

    .updatesCardTitle {
        font-size: 1rem;
        margin-bottom: 0.2rem;
    }

    .updatesCardText {
        font-size: 0.85rem;
        color: #6b6b6b;
    }

    .updatesViewAllBtn {
        width: 100%;
        padding: 12px 0;
    }
}

.noticeUpdatesSection {
    background: #ffffff;
    padding: 6rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.noticeUpdatesSection::after {
    content: '';
    position: absolute;
    bottom: -120px;
    right: -120px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(25, 110, 210, 0.15) 0%, rgba(25, 110, 210, 0) 70%);
    z-index: 0;
}

.noticeUpdatesHead {
    margin-bottom: 1.5rem;
}

.noticeUpdatesHeading {
    font-size: 3rem;
    font-weight: 800;
    color: #000000;
    margin-bottom: 1rem;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
}

.noticeUpdatesHeading span {
    color: #3498DB;
}

.noticeUpdatesSubheading {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.03rem;
    max-width: 540px;
    font-weight: 400;
}

.noticeUpdatesTabs {
    position: relative;
    z-index: 2;
}

.noticeTab {
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    color: #000000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    font-size: 1rem;
}

.noticeTab.active {
    background: #3498DB;
    color: #ffffff;
    border-color: #3498DB;
    box-shadow: 0 2px 8px rgba(52, 152, 219, 0.2);
}

.noticeTab:hover:not(.active) {
    background: #f5f5f5;
    border-color: #D0D0D0;
}

.noticeUpdatesContent {
    position: relative;
    z-index: 2;
}

.noticeUpdatesList {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.noticeUpdatesList:not(.is-active) {
    display: none;
}

.noticeCard {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 15px 64px 15px 52px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    min-height: 62px;
    width: 89%;
    margin-left: 61px;
}

.noticeAccent {
    width: 8px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFD700;
    border-radius: 0;
}

.noticeText {
    font-weight: 700;
    color: #000000;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.noticeUpdatesStar {
    position: absolute;
    top: 10%;
    right: 5%;
    width: 222px;
    opacity: 0.15;
    z-index: 1;
    filter: brightness(0.8) saturate(0.3);
}

.standForSection {
    background: linear-gradient(180deg, #fdeac1 0%, #fdeac1 55%, #ffffff 55%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}

.standForBackground {
    height: 55%;
    background: linear-gradient(180deg, #fdeac1 0%, #f9d992 100%);
    z-index: 0;
}

.standForEllipse {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 250px;
    height: auto;
    opacity: 3.4;
    z-index: 0;
    pointer-events: none;
}

.standForStar {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 550px;
    height: auto;
    opacity: 0.4;
    z-index: 0;
    pointer-events: none;
}

.standForHeading {
    font-size: 3rem;
    font-weight: 800;
    color: #1a1a1a;
    z-index: 1;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.standForHeading span {
    color: #d5a318;
}

.standForSubheading {
    max-width: 700px;
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-size: 1.05rem;
    position: relative;
    z-index: 1;
}

.standForCard {
    background: transparent;
    padding: 2rem 1.5rem 1rem;
    position: relative;
    z-index: 1;
}

.standForIcon {
    width: 170px;
    height: 170px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: #eab619;
    border: 12px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}

.standForIcon img {
    width: 70%;
    height: auto;
    display: block;
}

.standForTitle {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.standForText {
    color: #555;
    font-family: "Open Sans", sans-serif;
    font-size: 0.95rem;
}

.aboutHeroSection {
    background: linear-gradient(180deg, #f0f5ff 0%, #ffffff 100%);
}

.aboutHeroOrb {
    position: absolute;
    top: -80px;
    left: -160px;
    width: 360px;
    opacity: 0.45;
    pointer-events: none;
}

.aboutHeroStar {
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 420px;
    opacity: 0.12;
    pointer-events: none;
}

.aboutPageContainer {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}

.aboutHeroBadge {
    background: rgba(43, 116, 213, 0.1);
    color: #2b74d5;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.5rem 1.5rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.02em;
}

.aboutHeroBadge i {
    font-size: 1.1rem;
}

.aboutHeroTitle {
    font-size: clamp(2.2rem, 3vw + 1rem, 3.2rem);
    font-weight: 800;
    line-height: 1.2;
    color: #0f1e3d;
    margin: 1.5rem 0 1rem;
    font-family: 'Poppins', sans-serif;
}

.aboutHeroText {
    font-size: 1rem;
    color: #4c5c6f;
    font-family: 'Open Sans', sans-serif;
}

.aboutHeroPrimary,
.aboutHeroSecondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.65rem 1.8rem;
    transition: all 0.3s ease;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}

.aboutHeroPrimary {
    background: #2b74d5;
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(43, 116, 213, 0.25);
}

.aboutHeroPrimary:hover {
    background: #235fae;
    color: #ffffff;
}

.aboutHeroSecondary {
    border: 2px solid #bfd2f4;
    color: #2b74d5;
}

.aboutHeroSecondary:hover {
    border-color: #2b74d5;
    color: #ffffff;
    background: #2b74d5;
}

.aboutHeroStatsCard {
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 30, 61, 0.12);
    border-radius: 18px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    height: 100%;
}

.aboutHeroStatsValue {
    font-size: 1.65rem;
    font-weight: 800;
    color: #0f1e3d;
    font-family: 'Poppins', sans-serif;
}

.aboutHeroStatsLabel {
    font-size: 0.88rem;
    color: #52627b;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.aboutHeroMedia {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(15, 30, 61, 0.18);
}

.aboutHeroMedia img {
    display: block;
    width: 100%;
    height: auto;
}

.aboutHeroMediaBadge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);
    padding: 0.55rem 1.3rem;
    border-radius: 999px;
    color: #2b74d5;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.aboutHeroMediaBadge i {
    font-size: 1.1rem;
}

.aboutStorySection {
    background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.aboutStoryImage {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 25px 55px rgba(23, 65, 145, 0.18);
}

.aboutStoryImage img {
    width: 100%;
    display: block;
}

.aboutStoryHighlight {
    position: absolute;
    right: 24px;
    bottom: 24px;
    background: #ffffff;
    border-radius: 14px;
    padding: 0.9rem 1.4rem;
    color: #2b74d5;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 12px 30px rgba(43, 116, 213, 0.2);
}

.aboutSectionLabel {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #2b74d5;
}

.aboutSectionLabel::before {
    content: "";
    width: 36px;
    height: 2px;
    background: #2b74d5;
    display: inline-block;
}

.aboutSectionHeading {
    font-size: clamp(1.9rem, 2.5vw + 1rem, 2.8rem);
    font-weight: 700;
    color: #0f1e3d;
    margin-top: 1rem;
    margin-bottom: 1.2rem;
    font-family: 'Poppins', sans-serif;
}

.aboutSectionText {
    font-size: 1rem;
    color: #516074;
    font-family: 'Open Sans', sans-serif;
}

.aboutStoryList li {
    font-family: 'Open Sans', sans-serif;
    color: #445468;
    margin-bottom: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.aboutStoryList i {
    color: #2b74d5;
    font-size: 1rem;
}

.aboutPillarsSection {
    background: #ffffff;
}

.aboutPillarCard {
    background: linear-gradient(180deg, #ffffff 0%, #f4f7ff 100%);
    border-radius: 26px;
    padding: 2.5rem 2rem;
    box-shadow: 0 18px 45px rgba(15, 30, 61, 0.12);
    height: 100%;
}

.aboutPillarCard h5 {
    font-weight: 700;
    color: #0f1e3d;
    margin-bottom: 1rem;
}

.aboutPillarCard p {
    color: #4a5a6d;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}

.aboutPillarIcon {
    width: 96px;
    height: 96px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    padding: 0.9rem;
    background: rgba(43, 116, 213, 0.12);
}

.aboutPillarIcon img {
    max-width: 100%;
    height: auto;
}

.aboutPillarIconMission {
    background: rgba(36, 171, 221, 0.12);
}

.aboutPillarIconVision {
    background: rgba(240, 192, 36, 0.12);
}

.aboutPillarIconValues {
    background: rgba(95, 107, 214, 0.12);
}

.aboutPillarList li {
    color: #445468;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0.65rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.aboutPillarList i {
    color: #f0c024;
}

.aboutPillarCard:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 55px rgba(15, 30, 61, 0.18);
}

.aboutLeadershipSection {
    background: linear-gradient(180deg, #f0f5ff 0%, #ffffff 100%);
}

.aboutLeadershipGlow {
    position: absolute;
    top: -220px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    width: 420px;
    opacity: 0.18;
    pointer-events: none;
}

.aboutLeadershipFigure {
    position: relative;
}

.aboutLeadershipImage {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 65px rgba(15, 30, 61, 0.2);
}

.aboutLeadershipImage img {
    width: 100%;
    display: block;
}

.aboutLeadershipBadge,
.aboutLeadershipRole {
    position: absolute;
    margin-left: -43px;
    left: 10%;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.6rem 1.4rem;
    border-radius: 999px;
    box-shadow: 0 12px 32px rgba(15, 30, 61, 0.18);
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #2b74d5;
    transform: translateY(-50%);
}

.aboutPillarCard:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 55px rgba(15, 30, 61, 0.18);
}

.aboutLeadershipBadge {
    top: 12%;
}

.aboutLeadershipRole {
    top: 25%;
    color: #0f1e3d;
}

.aboutLeadershipCard {
    background: #ffffff;
    border-radius: 28px;
    padding: 2.5rem;
    box-shadow: 0 22px 60px rgba(15, 30, 61, 0.15);
}

.aboutLeadershipTitle {
    font-weight: 700;
    font-size: 1.8rem;
    margin: 1rem 0;
    color: #0f1e3d;
}

.aboutLeadershipText {
    color: #445468;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1rem;
}

.aboutLeadershipSignature {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    font-family: 'Open Sans', sans-serif;
    color: #2b74d5;
    font-weight: 600;
}

.aboutLeadershipDesignation {
    color: #445468;
    font-weight: 500;
}

.aboutGoverningSection {
    background: #ffffff;
}

.aboutGoverningCard {
    background: #f8faff;
    border-radius: 24px;
    padding: 2.2rem 1.5rem;
    box-shadow: 0 15px 40px rgba(15, 30, 61, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.aboutGoverningCard:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 55px rgba(15, 30, 61, 0.18);
}

.aboutGoverningAvatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1.2rem;
    box-shadow: 0 12px 28px rgba(43, 116, 213, 0.2);
}

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

.aboutGoverningName {
    font-weight: 700;
    color: #0f1e3d;
    margin-bottom: 0.4rem;
}

.aboutGoverningRole {
    color: #2b74d5;
    font-weight: 600;
    margin-bottom: 0;
}

.aboutTimelineSection {
    background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
}

.aboutTimelineBackdrop {
    position: absolute;
    left: -120px;
    bottom: -160px;
    width: 520px;
    opacity: 0.18;
    pointer-events: none;
}

.aboutTimelineWrap {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 800px;
    margin: 0 auto;
}

.aboutTimelineLine {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, rgba(43, 116, 213, 0.15) 0%, rgba(43, 116, 213, 0.05) 100%);
    transform: translateX(-50%);
}

.aboutTimelineItem {
    position: relative;
    width: 50%;
    padding: 1.8rem 2rem;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 22px 45px rgba(15, 30, 61, 0.12);
}

.aboutTimelineItem:nth-child(odd) {
    margin-left: auto;
    transform: translateY(10px);
}

.aboutTimelineItem:nth-child(even) {
    margin-right: auto;
    transform: translateY(-10px);
}

.aboutTimelineItem::before {
    content: "";
    position: absolute;
    top: 22px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 4px solid var(--timeline-accent, #2b74d5);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(43, 116, 213, 0.12);
}

.aboutTimelineItem:nth-child(even)::before {
    right: -9px;
}

.aboutTimelineItem:nth-child(odd)::before {
    left: -9px;
}

.aboutTimelineYear {
    display: inline-block;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: var(--timeline-accent, #2b74d5);
    margin-bottom: 0.6rem;
}

.aboutTimelineTitle {
    font-weight: 700;
    color: #0f1e3d;
    margin-bottom: 0.4rem;
}

.aboutTimelineText {
    color: #4a5a6d;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}

.homeGallerySection {
    background: #ffffff;
    padding: 5rem 0;
}

.homeGalleryHeading {
    font-size: 3rem;
    font-weight: 700;
    color: #3498db;
    text-align: center;
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
}

.homeGallerySubheading {
    max-width: 640px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6;
}

.homeGalleryCard {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 26px;
    padding: 14px;
    box-shadow: 0 10px 30px rgba(23, 65, 145, 0.15);
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: visible;
    height: 100%;
    display: block;
}

.homeGalleryCard img {
    width: 100%;
    height: 300px;
    border-radius: 18px;
    object-fit: cover;
    display: block;
    border: 8px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 24px rgba(23, 65, 145, 0.18);
}

.homeGalleryCard:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 36px rgba(23, 65, 145, 0.2);
}

.homeGalleryDots {
    margin-top: 2rem;
}

.homeGalleryDots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d0d0d0;
    display: inline-block;
    transition: all 0.3s ease;
}

.homeGalleryDots .dot.active {
    background: #3498db;
    width: 12px;
    height: 12px;
}

.quickLinkHeading {
    margin-bottom: 6rem;
    font-family: "Poppins", sans-serif;
}

/* Admissions Snapshot Responsive */
@media (max-width: 992px) {
    .quickLinkHeading {
        margin-bottom: 4rem;
    }

    .circleDive {
        width: 100px;
        height: 100px;
        top: -3.5rem;
        padding: 0.6rem;
    }

    .circleDive img {
        width: 50px;
    }

    .arrowCircle {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .quickLinkHeading {
        margin-bottom: 3.5rem;
        font-size: 2rem;
    }

    .quickLinkMb {
        margin-bottom: 3rem !important;
    }

    .circleDive {
        width: 90px;
        height: 90px;
        top: -3rem;
        padding: 0.5rem;
    }

    .circleDive img {
        width: 45px;
    }

    .circleDiveBG .card-body {
        padding: 1.5rem 1rem 1rem !important;
        padding-top: 3.5rem !important;
    }

    .circleDiveBG .card-body p {
        font-size: 1.1rem !important;
    }

    .arrowCircle {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .quickLinkHeading {
        margin-bottom: 2.5rem;
        font-size: 1.75rem;
    }

    .quickLinkMb {
        margin-bottom: 2rem !important;
    }

    .circleDive {
        width: 80px;
        height: 80px;
        top: -2.5rem;
        padding: 0.4rem;
    }

    .circleDive img {
        width: 40px;
    }

    .circleDiveBG .card-body {
        padding: 1.25rem 0.75rem 0.75rem !important;
        padding-top: 3rem !important;
    }

    .circleDiveBG .card-body p {
        font-size: 1rem !important;
        line-height: 1.4;
    }

    .arrowCircle {
        width: 28px;
        height: 28px;
        font-size: 0.75rem;
        flex-shrink: 0;
    }

    .circleDiveBG .card-body .d-flex {
        gap: 0.5rem;
        align-items: center;
        flex-wrap: wrap;
    }

    .circleDiveBG .card-body .d-flex p {
        flex: 1;
        min-width: 0;
        word-wrap: break-word;
    }
}

@media (max-width: 400px) {
    .quickLinkHeading {
        margin-bottom: 2rem;
        font-size: 1.5rem;
    }

    .quickLinkMb {
        margin-bottom: 1.5rem !important;
    }

    .circleDive {
        width: 70px;
        height: 70px;
        top: -2rem;
        padding: 0.35rem;
    }

    .circleDive img {
        width: 35px;
    }

    .circleDiveBG .card-body {
        padding: 1rem 0.5rem 0.5rem !important;
        padding-top: 2.5rem !important;
    }

    .circleDiveBG .card-body p {
        font-size: 0.9rem !important;
        line-height: 1.3;
    }

    .arrowCircle {
        width: 24px;
        height: 24px;
        font-size: 0.7rem;
    }

    .circleDiveBG .card-body .d-flex {
        gap: 0.5rem;
        align-items: center;
        flex-wrap: wrap;
    }

    .circleDiveBG .card-body .d-flex p {
        flex: 1;
        min-width: 0;
        word-wrap: break-word;
        font-size: 0.85rem !important;
    }
}

/* About Page */
.aboutTopBanner {
    background: url(../images/aboutBanner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 425px;
}

.aboutGallary {
    width: 60%;
    top: 10%;
}

.missonDiv {
    width: 35%;
    margin-left: 10%;
    margin-top: 5rem;
}

.vissionDiv {
    width: 35%;
}

.goalsDiv {
    width: 35%;
    margin-left: 10%;
}

.aboutUsGradient {
    background: linear-gradient(180deg, #FFFFFF 16.44%, #FAF3E0 100%);
}

.founderMessageSection {
    background-color: #fff;
    padding-top: 12rem;
}

.founderMessageDiv img {
    width: 65%;
}

.founderMessageDiv div {
    width: 56%;
    top: 17%;
    right: 5%;
}

.profileName {
    background: var(--profileBG);
    border: solid 2px #fff;
    width: fit-content;
    left: 15%;
}

.profileName_1 {
    background: var(--profileBG);
    border: solid 2px #fff;
    width: fit-content;
    left: -10%;
}

/* .founderCarousel img {
    width: 75%;
} */

.aboutImportImg {
    width: 350px;
}

/* Testimonials Section */
.testimonialsSection {
    background-color: #ffffff;
    padding: 80px 0;
}

.testimonialsHeading {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #5A0235;
    margin-bottom: 2rem;
    position: relative;
}

.testimonialsImageBox {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.testimonialsImage {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.testimonialCard {
    background: #ffffff;
    background-image: url('../img2.0/Subtract.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-radius: 0;
    padding: 60px 50px 40px;
    position: relative;
    box-shadow: none;
    min-height: 500px;
}

.testimonialQuoteTop {
    position: absolute;
    top: 15px;
    left: 50px;
    z-index: 10;
}

.testimonialQuoteTop .testimonialQuoteIcon {
    margin-top: -51px;
    margin-right: -50px;
    margin-left: 53px;
    width: 50px;
    height: auto;
}

.testimonialQuoteBottom {
    position: absolute;
    bottom: 80px;
    right: 50px;
    z-index: 10;
}

.testimonialQuoteBottom .testimonialQuoteIcon {
    margin-right: 255px;
    margin-bottom: -9px;
    width: 50px;
    height: auto;
}

.testimonialContent {
    padding: 10px 0;
}

.testimonialTitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
}

.testimonialText {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #000000;
    line-height: 1.8;
    text-align: justify;
}

.testimonialPagination {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.testimonialPageNumbers {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.testimonialCurrentPage {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
}

.testimonialDivider {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #CCCCCC;
    margin: 0 0.3rem;
}

.testimonialTotalPage {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #CCCCCC;
}

.testimonialNavButtons {
    display: flex;
    gap: 0.5rem;
}

.testimonialNavBtn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.testimonialPrevBtn {
    background: #CCCCCC;
    color: #ffffff;
}

.testimonialPrevBtn:hover {
    background: #AAAAAA;
    transform: scale(1.05);
}

.testimonialNextBtn {
    background: #5A0235;
    color: #ffffff;
}

.testimonialNextBtn:hover {
    background: #7a1a4d;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(90, 2, 53, 0.3);
}

/* Testimonials Responsive */
@media (max-width: 991px) {
    .testimonialCard {
        padding: 50px 35px 35px;
    }

    .testimonialsImageBox {
        max-width: 100%;
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .testimonialsHeading {
        font-size: 2.2rem;
    }

    .testimonialCard {
        padding: 40px 25px 30px;
    }

    .testimonialQuoteTop .testimonialQuoteIcon,
    .testimonialQuoteBottom .testimonialQuoteIcon {
        width: 45px;
    }

    .testimonialTitle {
        font-size: 1.1rem;
    }

    .testimonialText {
        font-size: 0.95rem;
    }
}

/* Testimonials Responsive */
@media (max-width: 1200px) {
    .testimonialsContent {
        padding: 5.5rem 2.5rem 2rem 4rem;
    }

    .testimonialsQuoteOpen {
        font-size: 7rem;
        top: 15px;
        left: 25px;
    }
}

@media (max-width: 992px) {
    .testimonialsSection {
        padding: 3rem 0;
    }

    .testimonialsHeading {
        font-size: 2.5rem;
    }

    .testimonialsBubble {
        min-height: 400px;
        margin-top: 2rem;
    }

    .testimonialsBubbleImage {
        min-height: 400px;
        object-fit: contain;
    }

    .testimonialsContent {
        padding: 4.5rem 2rem 2rem 3.5rem;
    }

    .testimonialsTitle {
        font-size: 1.35rem;
        padding-top: 0.75rem;
        padding-left: 0.5rem;
    }

    .testimonialsQuoteOpen {
        font-size: 5.5rem;
        top: 10px;
        left: 20px;
    }

    .testimonialsQuoteClose {
        font-size: 5.5rem;
        bottom: 50px;
        right: 30px;
    }

    .testimonialsPagination {
        margin-top: 2.5rem;
        margin-left: 0;
        justify-content: center;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .testimonialsHeading {
        font-size: 2rem;
    }

    .testimonialsBubble {
        min-height: 350px;
    }

    .testimonialsBubbleImage {
        min-height: 350px;
    }

    .testimonialsContent {
        padding: 4rem 1.5rem 2rem 3rem;
    }

    .testimonialsTitle {
        font-size: 1.25rem;
        padding-top: 0.75rem;
        padding-left: 0.5rem;
        margin-bottom: 1rem;
    }

    .testimonialsPagination {
        margin-top: 2rem;
    }

    .testimonialsText {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .testimonialsQuoteOpen {
        font-size: 4.5rem;
        top: 8px;
        left: 15px;
        z-index: 1;
    }

    .testimonialsQuoteClose {
        font-size: 4.5rem;
        bottom: 40px;
        right: 20px;
    }

    .testimonialsPagination {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }
}

@media (max-width: 576px) {
    .testimonialsSection {
        padding: 2rem 0;
    }

    .testimonialsHeading {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }

    .testimonialsBubble {
        min-height: 300px;
        margin-top: 1.5rem;
    }

    .testimonialsBubbleImage {
        min-height: 300px;
    }

    .testimonialsContent {
        padding: 3.5rem 1.25rem 1.5rem 2.5rem;
    }

    .testimonialsTitle {
        font-size: 1.1rem;
        padding-top: 0.5rem;
        padding-left: 0.25rem;
        margin-bottom: 0.75rem;
    }

    .testimonialsText {
        font-size: 0.85rem;
        line-height: 1.6;
        margin-bottom: 0.75rem;
    }

    .testimonialsQuoteOpen {
        font-size: 3.5rem;
        top: 5px;
        left: 12px;
    }

    .testimonialsQuoteClose {
        font-size: 3.5rem;
        bottom: 35px;
        right: 15px;
    }

    .testimonialsPagination {
        margin-top: 2.75rem;
        padding-top: -1px;
        margin-bottom: -58px;
        gap: 1.75rem;
        flex-wrap: wrap;
        margin-left: 51px;
        justify-content: center;
    }

    .testimonialsPageCurrent,
    .testimonialsPageTotal {
        font-size: 0.9rem;
    }

    .testimonialsNav {
        margin-left: 0.5rem;
    }

    .testimonialsNavBtn {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }

    .testimonialsLeftImage {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
}

.aboutBodySection {
    padding-top: 8rem;
}

.bodyOuterDiv {
    width: 55%;
    margin: 0 auto;
    background: hwb(5.64deg 16.86% 24.71% / 25%);
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    height: 450px;
}

.bodyCarouselOuterDiv {
    width: 80%;
    margin: 0 auto;
    background: hwb(5.64deg 16.86% 24.71% / 25%);
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    height: 350px;
}

.bodyCarouselOuterDiv img {
    height: 400px;
    width: 340px;
    object-fit: contain;
}

.clientCarousel {
    margin-top: 8rem;
}

.timelineSection {
    height: 900px;
}

.timelineDiv {
    z-index: 9;
}

.timelineMain {
    width: 90%;
}

.timelineText_1 {
    top: 0%;
    left: 8%;
    width: 15%;
}

.timelineText_2 {
    top: 0%;
    left: 44%;
    width: 15%;
}

.timelineText_3 {
    top: 0%;
    right: 5%;
    width: 15%;
}

.timelineText_4 {
    bottom: -5%;
    left: 26%;
    width: 15%;
}

.timelineText_5 {
    bottom: -5%;
    right: 23%;
    width: 15%;
}


/* Institutions Page */
.institutionsTopBanner {
    background: url(../images/InstitutionBanner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 425px;
}

.instituteBoxes {
    top: 5%;
    z-index: 9;
}

.InstitutionBannerBottomDiv {
    height: 990px;
}

.instituteBoxes .card-body img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}


/* Gallery Page */
.galleryTopBanner {
    background: url(../images/galleryBanner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 425px;
}

.gallerySection {
    padding-bottom: 10rem;
}

.custom-tabs {
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
    border-bottom: 8px solid #f0dcdc;
}

.custom-tabs .nav-link {
    flex: 1 1 auto;
    text-align: center;
    color: #000;
    font-size: 16px;
    border: none;
    background: none;
    font-weight: 500;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-tabs .nav-link.active {
    color: var(--mainColor);
    font-weight: 600;
}

/* Active underline (animated) */
.tab-underline {
    position: absolute;
    bottom: -8px;
    height: 8px;
    background: var(--mainColor);
    transition: all 0.3s ease;
    z-index: 2;
}

.tab-content img {
    object-fit: cover;
}


/* Blogs Page */
.blogsTopBanner {
    background: url(../images/blogsBanner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 425px;
}


/* Contact Page */
.contactTopBanner {
    background: url(../images/contactBanner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 425px;
}

.contactSection {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    padding-bottom: 10rem;
}

.contactBG {
    background: var(--contactBG);
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgb(253 248 239) !important;
}

.contactFormHeader {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.contactMailBox {
    width: 100px;
    height: 80px;
}

.mapZindex {
    z-index: 1;
}

.contactMailIcon {
    width: 80px;
    border-right: solid 2px #cdcdcd;
}

.contactHead {
    top: 34rem;
    width: 45%;
}


/* Footer Css */
footer {
    background: var(--footerBG);
    padding-top: 10rem;
    padding-bottom: 1.5rem;
}

.borderRight {
    width: 2px;
    height: 35px;
}

.btnSubscribe {
    background: #2f5e3b;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    border: none;
}

.btnSubscribe:hover {
    background: #244a2d;
}

.footerYellow {
    top: -16rem;
    background: #b07a41;
    color: #1b1b1b;
    box-shadow: 0 25px 60px rgba(83, 55, 27, 0.25);
    border-radius: 32px;
}

.footerYellow h4,
.footerYellow p,
.footerYellow label {
    color: #1b1b1b;
}

/* Unified pill-style buttons across the site */
.iipApplyBtn,
.heroPrimaryBtn,
.heroSecondaryBtn,
.rmcetPrimaryBtn,
.rmcetSecondaryBtn,
.aboutIipButton,
.lifeRmcetTab,
.ourBlogs .btn,
.updatesTab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    min-height: 48px;
    max-width: 100%;
    border-radius: 12px;
    border: 1px solid var(--iip-btn-outline-border);
    background: var(--iip-btn-outline-bg);
    color: var(--iip-btn-outline-text);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    gap: 0.35rem;
    letter-spacing: 0.01em;
    box-shadow: var(--iip-btn-shadow-soft);
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    text-decoration: none;
    white-space: nowrap;
}

.iipApplyBtn,
.heroPrimaryBtn,
.rmcetPrimaryBtn,
.aboutIipButton {
    background: var(--iip-btn-active-bg);
    color: var(--iip-btn-active-text);
    box-shadow: var(--iip-btn-shadow-strong);
}

.iipApplyBtn:hover,
.heroPrimaryBtn:hover,
.rmcetPrimaryBtn:hover,
.aboutIipButton:hover,
.iipApplyBtn:focus-visible,
.heroPrimaryBtn:focus-visible,
.rmcetPrimaryBtn:focus-visible,
.aboutIipButton:focus-visible {
    background: #a97249;
    color: #ffffff;
    box-shadow: 0 18px 32px rgba(169, 114, 73, 0.45);
    transform: translateY(-2px);
    outline: none;
}

.heroSecondaryBtn,
.rmcetSecondaryBtn,
.lifeRmcetTab,
.ourBlogs .btn,
.updatesTab {
    background: var(--iip-btn-outline-bg);
    color: var(--iip-btn-outline-text);
}

@media (max-width: 520px) {
    .rmcetHeroButtons {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 0.75rem;
    }

    .rmcetHeroButtons .rmcetPrimaryBtn,
    .rmcetHeroButtons .rmcetSecondaryBtn {
        width: calc(50% - 0.5rem);
        min-width: 0;
        flex: 1 1 calc(50% - 0.5rem);
    }
}

.heroSecondaryBtn:hover,
.rmcetSecondaryBtn:hover,
.lifeRmcetTab:hover,
.ourBlogs .btn:hover,
.updatesTab:hover,
.heroSecondaryBtn:focus-visible,
.rmcetSecondaryBtn:focus-visible,
.lifeRmcetTab:focus-visible,
.ourBlogs .btn:focus-visible,
.updatesTab:focus-visible {
    background: #ffffff;
    color: var(--iip-btn-outline-text);
    box-shadow: 0 15px 28px rgba(178, 131, 90, 0.25);
    transform: translateY(-2px);
    outline: none;
}

.updatesTab.active,
.lifeRmcetTab.active {
    background: var(--iip-btn-active-bg);
    color: var(--iip-btn-active-text);
    box-shadow: var(--iip-btn-shadow-strong);
}

.footerNavWrapper {
    width: 100%;
}

.footerNav {
    padding-left: 0;
}

/* ===============================
   IIP About Page Refresh (2025)
   =============================== */
.iipAboutHero {
    background: #f6f1ea;
    padding: 90px 0 70px;
}

.iipAboutHeroPanel,
.iipAboutPanel {
    border-radius: 28px;
    padding: 2rem;
}

.iipAboutHeroShape {
    position: absolute;
    right: -80px;
    top: -60px;
    width: 320px;
    opacity: 0.35;
}

.iipAboutEyebrow,
.iipAboutTag {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #2f6636;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1rem;
}

.iipAboutHeroTitle {
    font-size: clamp(2.25rem, 4vw, 3.4rem);
    color: #2f2f2a;
    font-family: "Playfair Display", serif;
    margin-bottom: 1.5rem;
}

.iipAboutHeroText {
    font-size: 1rem;
    color: #4c4c45;
    margin-bottom: 1.5rem;
}

.iipAboutBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.9rem 1.75rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    border: 1px solid transparent;
    transition: all 0.25s ease;
}

.iipAboutBtnPrimary {
    background: #b98455;
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 18px 28px rgba(185, 132, 85, 0.25);
}

.iipAboutBtnPrimary:hover {
    background: #a26e3d;
    color: #fff;
}

.iipAboutBtnSecondary {
    background: #ffffff;
    color: #285f36;
    border-color: rgba(40, 95, 54, 0.25);
}

.iipAboutBtnSecondary:hover {
    background: #edf3ee;
}

.iipAboutHeroCard {
    background: #ffffff;
    border-radius: 32px;
    padding: 1.5rem;
    box-shadow: 0 30px 60px rgba(43, 61, 52, 0.12);
}

.iipAboutHeroStats {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
}

.iipAboutHeroStats span {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #2f6636;
}

.iipAboutHeroStats small {
    font-size: 0.85rem;
    color: #6a645c;
}

.iipAboutStory {
    padding: 80px 0;
    background: #ffffff;
}

.iipAboutStoryAlt {
    background: #fdf7ef;
}

.iipAboutStory h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    color: #2f402d;
    margin-bottom: 1rem;
}

.iipAboutStory p {
    color: #4a433a;
    font-size: 1rem;
    line-height: 1.7;
}

.iipAboutList {
    list-style: none;
    padding-left: 0;
    margin: 1.25rem 0 0;
}

.iipAboutList li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 0.98rem;
    color: #3d372f;
}

.iipAboutList li::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b98455;
    position: absolute;
    left: 0;
    top: 0.35rem;
}

.iipAboutHighlight {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(185, 132, 85, 0.25);
    padding: 2rem;
    box-shadow: 0 25px 45px rgba(169, 137, 103, 0.15);
}

.iipAboutHighlight h5 {
    color: #2f6636;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.iipAboutChips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.iipAboutChips span {
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: #f2e4d4;
    color: #8c5d32;
    font-size: 0.85rem;
    font-weight: 600;
}

.iipLeadershipSection {
    padding: 80px 0;
}

.iipLeadershipCard {
    background: #ffffff;
    border-radius: 28px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 25px 55px rgba(43, 61, 52, 0.12);
    border: 1px solid rgba(40, 95, 54, 0.15);
}

.iipLeadershipFigure img {
    border-radius: 20px;
    margin-bottom: 1.25rem;
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.iipLeadershipCard h3 {
    font-size: 1.4rem;
    color: #2f6636;
}

.iipLeadershipCard p {
    color: #4a433a;
    font-size: 0.98rem;
}

.iipLeadershipExcerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}

.iipLeadershipMore {
    display: none;
}

.iipLeadershipCard.is-expanded .iipLeadershipExcerpt {
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
}

.iipLeadershipCard.is-expanded .iipLeadershipMore {
    display: block;
}

.iipLeadershipName {
    display: block;
    font-weight: 700;
    color: #b98455;
    margin-top: 1rem;
}

.iipVisionSection {
    background: #f6f1ea;
    padding: 80px 0;
}

.iipVisionCard {
    background: #ffffff;
    border-radius: 22px;
    padding: 1.75rem;
    height: 100%;
    border: 1px solid rgba(185, 132, 85, 0.35);
    box-shadow: 0 20px 40px rgba(185, 132, 85, 0.15);
}

.iipVisionCard h3 {
    font-size: 1.3rem;
    color: #2f402d;
    margin-bottom: 0.75rem;
}

.iipVisionCard p {
    color: #4d453d;
    font-size: 0.98rem;
}

.iipMilestoneSection {
    padding: 80px 0;
}

.iipMilestoneTimeline {
    border-left: 3px solid rgba(40, 95, 54, 0.2);
    padding-left: 2rem;
}

.iipMilestoneRow {
    position: relative;
    padding: 1.25rem 1.5rem 1.25rem 2.5rem;
    margin-bottom: 1rem;
}

.iipMilestoneRow::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b98455;
    position: absolute;
    left: -2.05rem;
    top: calc(50% - 6px);
}

.iipMilestoneYear {
    font-weight: 700;
    color: #2f6636;
    display: block;
    margin-bottom: 0.25rem;
}

.iipMilestoneRow p {
    margin: 0;
    color: #4a433a;
}

.iipGovernanceSection {
    background: #fdfaf5;
    padding: 90px 0;
}

.iipGovernanceGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.iipGovernanceCard {
    background: #ffffff;
    border-radius: 24px;
    padding: 1.75rem;
    border: 1px solid rgba(40, 95, 54, 0.15);
    box-shadow: 0 20px 45px rgba(40, 95, 54, 0.08);
}

.iipGovernanceCard h3 {
    font-size: 1.25rem;
    color: #285f36;
    margin-bottom: 0.75rem;
}

.iipGovernanceCard p {
    color: #4a433a;
    font-size: 0.95rem;
}

.iipPolicySection {
    background: #fdfaf5;
    padding: 90px 0;
}

.iipGlassCard {
    position: relative;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(253, 247, 237, 0.92));
    border: 1px solid rgba(185, 132, 85, 0.25);
    border-radius: 32px;
    box-shadow: 0 40px 65px rgba(71, 54, 40, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.iipGlassCard::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -40px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.65), transparent 65%);
    pointer-events: none;
}

.iipGlassCard:hover {
    transform: translateY(-8px);
    box-shadow: 0 55px 90px rgba(71, 54, 40, 0.24);
    border-color: rgba(185, 132, 85, 0.55);
}

/* Students Portal Page */
.studentsPage {
    background: #f8f3e9;
    color: #1f1f1f;
}

.studentsPortal section {
    padding: 90px 0;
}

.studentsHeroSection {
    padding: 120px 0 90px;
    background: linear-gradient(135deg, rgba(246, 240, 227, 0.8), rgba(255, 244, 229, 0.95));
}

.studentsHeroEyebrow {
    display: inline-block;
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #6c4b2d;
    font-family: "Open Sans", sans-serif;
}

.studentsHeroCopy h1 {
    font-size: 2.8rem;
    color: #2c281f;
    margin: 1rem 0;
}

.studentsHeroCopy p {
    color: #4a433a;
    font-size: 1.05rem;
}

.studentsHeroList {
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.studentsHeroList li {
    position: relative;
    padding-left: 1.75rem;
    color: #3b352c;
    font-family: "Open Sans", sans-serif;
    font-size: 0.98rem;
}

.studentsHeroList li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c28652;
}

.studentsHeroCard {
    padding: 2.5rem;
}

.studentsHeroCard h2 {
    font-size: 1.5rem;
    color: #2f623a;
}

.studentsStatCard {
    background: #ffffff;
    border-radius: 24px;
    padding: 1.25rem 1rem;
    border: 1px solid rgba(58, 74, 56, 0.1);
    min-height: 140px;
}

.studentsStatValue {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2f623a;
    display: block;
}

.studentsTicker {
    background: #fff8ec;
    border-top: 1px solid rgba(42, 64, 48, 0.1);
    border-bottom: 1px solid rgba(42, 64, 48, 0.1);
}

.studentsTickerTrack {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    padding: 18px 0;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.studentsTickerItem {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 1.5rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(79, 99, 73, 0.2);
    color: #2f4b30;
    font-family: "Open Sans", sans-serif;
    font-size: 0.92rem;
    scroll-snap-align: center;
}

.studentsTickerItem i {
    color: #b2835a;
}

.studentsServices {
    background: #fbf7f0;
}

.studentsServiceCard {
    padding: 1.75rem;
    height: 100%;
}

.studentsServiceIcon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #f2e5d4;
    color: #8c4f24;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.studentsServiceCard h3 {
    font-size: 1.2rem;
    color: #2f2a22;
    margin-bottom: 0.75rem;
}

.studentsServiceCard p {
    color: #51473b;
    font-size: 0.95rem;
}

.studentsServiceLink {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #2f623a;
    font-weight: 600;
}

.studentsAdmissions {
    background: #ffffff;
}

.studentsDocGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.studentsDocCard {
    padding: 1.75rem;
}

.studentsDocBadge {
    background: #fbe3c3;
    color: #7a3b10;
    border-radius: 999px;
    font-size: 0.78rem;
    padding: 0.2rem 0.9rem;
    margin-bottom: 0.75rem;
}

.studentsDocCard h3 {
    font-size: 1.15rem;
    color: #2f2a22;
}

.studentsDocCard p {
    color: #51473b;
}

.studentsDocLink {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #2f623a;
    font-weight: 600;
}

.studentsExamSection {
    background: #f6f9f5;
}

.studentsExamList {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.studentsExamCard {
    padding: 1.75rem;
}

.studentsExamBadge {
    background: #d3f0d7;
    color: #1f5e32;
    border-radius: 999px;
    padding: 0.15rem 0.8rem;
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
}

.studentsExamCard h3 {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
}

.studentsExamLink {
    color: #2f623a;
    font-weight: 600;
}

.studentsNotices {
    background: #fffaf3;
}

.studentsNoticeBoard {
    padding: 2rem;
}

.studentsNoticeBoard h3 {
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
}

.studentsNoticeList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.studentsNoticeList li {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(33, 51, 36, 0.08);
}

.studentsNoticeBadge {
    background: #fbe3c3;
    color: #7a3b10;
    border-radius: 999px;
    padding: 0.15rem 0.8rem;
    font-size: 0.75rem;
}

.studentsNoticeList h4 {
    font-size: 1.05rem;
    margin: 0.45rem 0 0.3rem;
}

.studentsNoticeList p {
    margin: 0;
    color: #4a433a;
    font-size: 0.92rem;
}

.studentsNoticeLink {
    color: #2f623a;
    font-weight: 600;
    white-space: nowrap;
}

.studentsFacilities {
    background: #ffffff;
}

.studentsFacilityCard {
    padding: 2rem;
}

.studentsFacilityBadge {
    background: #e4f2e8;
    color: #2f623a;
    border-radius: 999px;
    padding: 0.15rem 0.9rem;
    font-size: 0.78rem;
    margin-bottom: 0.75rem;
    display: inline-block;
}

.studentsFacilityList {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    color: #43382b;
    font-family: "Open Sans", sans-serif;
}

.studentsFacilityList li {
    position: relative;
    padding-left: 1.5rem;
}

.studentsFacilityList li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f3c078;
}

.studentsPolicies {
    background: #f4f8f4;
}

.studentsPolicyGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}

.studentsPolicyCard {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 220px;
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.studentsPolicyCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(41, 59, 43, 0.08);
}

.studentsPolicyBadge {
    background: #e7ebff;
    color: #2f3c78;
    border-radius: 999px;
    padding: 0.15rem 0.9rem;
    font-size: 0.78rem;
    display: inline-block;
}

.studentsPolicyLink {
    margin-top: auto;
    font-weight: 600;
    color: #2f623a;
}

.studentsAchievements {
    background: #fffdf7;
}

.studentsEventsSection,
.studentsAchievements {
    background: #fffdf7;
}

.studentsEventTimeline,
.studentsAchievementTimeline {
    position: relative;
    padding-left: 3.8rem;
    margin-top: 1rem;
}

.studentsEventTimeline::before,
.studentsAchievementTimeline::before {
    content: "";
    position: absolute;
    left: 1.6rem;
    top: 0;
    bottom: 0;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #caa474, rgba(202, 164, 116, 0));
}

.studentsEventRow,
.studentsAchievementRow {
    position: relative;
    margin-left: 1rem;
    margin-bottom: 1.25rem;
    padding-left: 2.75rem;
}

.studentsEventRow::before,
.studentsAchievementRow::before {
    content: "";
    position: absolute;
    left: 0.4rem;
    top: 28px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c28652;
    border: 3px solid #fff;
    box-shadow: 0 0 0 4px rgba(194, 134, 82, 0.2);
}

.studentsEventRow h4,
.studentsAchievementRow h4 {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}

.studentsEventYear,
.studentsAchievementYear {
    font-weight: 700;
    color: #8e5f2d;
    margin-bottom: 0.2rem;
    display: inline-block;
}

.studentsEventsNote {
    margin-top: 1.5rem;
    font-size: 0.95rem;
    color: #6c4b2d;
    font-family: "Open Sans", sans-serif;
}

/* Information Center Page */
.infoCenterPage {
    background: #f9f5ee;
    color: #1f1f1f;
}

.infoCenterPortal section {
    padding: 90px 0;
}

.infoHero {
    padding: 120px 0 90px;
    background: linear-gradient(135deg, rgba(249, 238, 219, 0.9), rgba(255, 245, 229, 0.95));
}

.infoHeroEyebrow {
    display: inline-block;
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #6c4b2d;
    font-family: "Open Sans", sans-serif;
}

.infoHeroCopy h1 {
    font-size: 2.7rem;
    color: #2c281f;
    margin: 1rem 0;
}

.infoHeroCopy p {
    color: #4a433a;
    font-size: 1.05rem;
}

.infoHeroLink {
    color: #2f623a;
    font-weight: 600;
}

.infoHeroList {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 1.5rem 0 2rem;
}

.infoHeroList li {
    position: relative;
    padding-left: 1.75rem;
    color: #3b352c;
    font-family: "Open Sans", sans-serif;
}

.infoHeroList li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c28652;
}

.infoHeroCard {
    padding: 2.5rem;
}

.infoHeroCard h2 {
    font-size: 1.5rem;
    color: #2f623a;
    margin-bottom: 1.5rem;
}

.infoHeroStats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.infoHeroStats li {
    background: #ffffff;
    border-radius: 24px;
    padding: 1.25rem;
    border: 1px solid rgba(58, 74, 56, 0.12);
}

.infoHeroStats span {
    font-weight: 700;
    color: #2f623a;
    display: block;
    font-size: 1.1rem;
}

.infoHeroStats p {
    margin: 0.35rem 0 0;
    color: #4a433a;
    font-size: 0.95rem;
}

.infoNews {
    background: #fffaf3;
}

.infoNewsCard {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.infoNewsMeta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.infoNewsDate {
    font-weight: 600;
    color: #8e5f2d;
    font-size: 0.9rem;
}

.infoNewsLink {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(47, 98, 58, 0.08);
    color: #2f623a;
}

.infoAchievements {
    background: #f7f2eb;
}

.infoAchievementTimeline {
    position: relative;
    padding-left: 3.5rem;
}

.infoAchievementTimeline::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    top: 0;
    bottom: 0;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #caa474, rgba(202, 164, 116, 0));
}

.infoAchievementCard {
    position: relative;
    margin-left: 1rem;
    margin-bottom: 1.25rem;
    padding-left: 2.5rem;
}

.infoAchievementCard::before {
    content: "";
    position: absolute;
    left: 0.35rem;
    top: 24px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c28652;
    border: 3px solid #fff;
    box-shadow: 0 0 0 4px rgba(194, 134, 82, 0.2);
}

.infoAchievementYear {
    font-weight: 700;
    color: #8e5f2d;
    margin-bottom: 0.2rem;
    display: inline-block;
}

.infoCalendar {
    background: #ffffff;
}

.infoCalendarCard {
    padding: 2rem;
}

.infoCalendarCard h3 {
    font-size: 1.25rem;
    color: #2f2a22;
}

.infoCalendarCard p {
    color: #4a433a;
}

.infoCalendarLink {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    color: #2f623a;
}

.infoDisclosures {
    background: #f4f8f4;
}

.infoDisclosureGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}

.infoDisclosureCard {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.infoDisclosureCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(41, 59, 43, 0.08);
}

.infoDisclosureCta {
    font-weight: 600;
    color: #2f623a;
    margin-top: auto;
}

/* Grievance Page */
.grievancePage {
    background: #f8f2e7;
    color: #1f1f1f;
}

.grievancePortal section {
    padding: 90px 0;
}

.grievanceHero {
    padding: 120px 0 90px;
    background: linear-gradient(135deg, rgba(247, 239, 223, 0.95), rgba(255, 248, 236, 0.95));
}

.grievanceEyebrow {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #6c4b2d;
    font-family: "Open Sans", sans-serif;
}

.grievanceHeroCopy h1 {
    font-size: 2.75rem;
    color: #2c281f;
    margin: 1rem 0;
}

.grievanceHeroCopy p {
    color: #4a433a;
    font-size: 1.05rem;
}

.grievanceHeroLink {
    color: #2f623a;
    font-weight: 600;
}

.grievanceHeroList {
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.grievanceHeroList li {
    position: relative;
    padding-left: 1.75rem;
    color: #3b352c;
}

.grievanceHeroList li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c28652;
}

.grievanceHeroCard {
    padding: 2.5rem;
}

.grievanceHeroStats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.grievanceStatCard {
    background: #ffffff;
    border-radius: 24px;
    padding: 1.25rem;
    border: 1px solid rgba(58, 74, 56, 0.12);
}

.grievanceStatCard span {
    font-weight: 700;
    color: #2f623a;
    display: block;
    font-size: 1.1rem;
}

.grievanceStatCard p {
    margin: 0.35rem 0 0;
    color: #4a433a;
    font-size: 0.95rem;
}

.grievanceChannels {
    background: #fffaf3;
}

.grievanceChannelCard {
    padding: 1.75rem;
    display: flex;
    gap: 1.25rem;
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.grievanceChannelCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(41, 59, 43, 0.08);
}

.grievanceChannelIcon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #f2e5d4;
    color: #8c4f24;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.grievanceChannelLink {
    font-weight: 600;
    color: #2f623a;
}

.grievanceProcess {
    background: #f6f9f5;
}

.grievanceTimeline {
    position: relative;
    padding-left: 3.5rem;
}

.grievanceTimeline::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    top: 0;
    bottom: 0;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #caa474, rgba(202, 164, 116, 0));
}

.grievanceTimelineCard {
    position: relative;
    margin-left: 1rem;
    margin-bottom: 1.25rem;
    padding-left: 2.5rem;
}

.grievanceTimelineCard::before {
    content: "";
    position: absolute;
    left: 0.35rem;
    top: 24px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c28652;
    border: 3px solid #fff;
    box-shadow: 0 0 0 4px rgba(194, 134, 82, 0.2);
}

.grievanceTimelineStep {
    font-weight: 700;
    color: #8e5f2d;
    display: inline-block;
    margin-bottom: 0.35rem;
}

.grievanceContacts {
    background: #ffffff;
}

.grievanceContactCard {
    padding: 1.75rem;
}

.grievanceContactDetail {
    margin-bottom: 0.4rem;
    color: #4a433a;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.grievanceContactDetail a {
    color: inherit;
    text-decoration: none;
}

.grievanceDocuments {
    background: #fffaf3;
}

.grievanceDocumentCard {
    padding: 1.75rem;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.grievanceDocumentCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(41, 59, 43, 0.08);
}

.grievanceDocumentBadge {
    background: #e7ebff;
    color: #2f3c78;
    border-radius: 999px;
    padding: 0.15rem 0.9rem;
    font-size: 0.78rem;
    align-self: flex-start;
}

.grievanceDocumentLink {
    font-weight: 600;
    color: #2f623a;
    margin-top: auto;
}

.grievanceHelpline {
    background: #f6f9f5;
}

.grievanceHelplineList {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    color: #43382b;
}

.grievanceHelplineList li {
    position: relative;
    padding-left: 1.5rem;
}

.grievanceHelplineList li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2f623a;
}

.grievanceHelplineCard {
    padding: 2rem;
}

.grievanceHelplineCard a {
    color: #2f623a;
    text-decoration: none;
    font-weight: 600;
}


.studentsResources {
    background: #f7f2eb;
}

/* Contact Page */
.contactPage {
    background: #f8f3ea;
    color: #1f1f1f;
}

.contactPortal section {
    padding: 90px 0;
}

.contactHero {
    padding: 120px 0 90px;
    background: linear-gradient(135deg, rgba(247, 238, 226, 0.95), rgba(255, 247, 233, 0.95));
}

.contactHeroEyebrow {
    display: inline-block;
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #6c4b2d;
    font-weight: 700;
}

.contactHeroCopy h1 {
    font-size: clamp(2.4rem, 4vw, 3.2rem);
    color: #2e271c;
    margin: 1rem 0;
}

.contactHeroCopy p {
    color: #4a433a;
    font-size: 1.05rem;
}

.contactHeroLink {
    color: #2f623a;
    font-weight: 600;
}

.contactHeroList {
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.contactHeroList li {
    position: relative;
    padding-left: 1.75rem;
    color: #3a332a;
}

.contactHeroList li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c28652;
}

.contactHeroCard {
    padding: 2.5rem;
}

.contactHeroCard h2 {
    font-size: 1.6rem;
    color: #2f623a;
    margin-bottom: 1.5rem;
}

.contactStatCard {
    background: #ffffff;
    border-radius: 24px;
    padding: 1.25rem;
    border: 1px solid rgba(46, 70, 52, 0.12);
    min-height: 140px;
}

.contactStatCard span {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2f623a;
    display: block;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.contactStatCard p {
    margin: 0.35rem 0 0;
    color: #4a433a;
    font-size: 0.95rem;
}

.contactChannels {
    background: #fffaf1;
}

.contactChannelCard {
    padding: 1.75rem;
}

.contactChannelIcon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #f3e4d1;
    color: #8c5326;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.contactChannelCard h3 {
    font-size: 1.2rem;
    color: #2e2a22;
    margin-bottom: 0.75rem;
}

.contactChannelCard p {
    color: #4c4339;
    font-size: 0.96rem;
}

.contactChannelValue {
    font-weight: 600;
    color: #2f623a;
    margin: 0.75rem 0;
}

.contactChannelLink {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #2f623a;
    font-weight: 600;
}

.contactCampus {
    background: #ffffff;
}

.contactCampusCard {
    padding: 1.75rem;
}

.contactCampusBadge {
    background: #fbe3c3;
    color: #7a3b10;
    border-radius: 999px;
    padding: 0.15rem 0.9rem;
    font-size: 0.75rem;
    display: inline-block;
    margin-bottom: 0.75rem;
}

.contactCampusCard h3 {
    font-size: 1.2rem;
    color: #2e2a22;
    margin-bottom: 0.5rem;
}

.contactCampusCard p {
    color: #4a433a;
    margin-bottom: 0.5rem;
}

.contactCampusDetail {
    margin-bottom: 0.35rem;
    color: #2f623a;
    font-weight: 600;
}

.contactCampusDetail a {
    color: inherit;
}

.contactDigital {
    background: #f5f8f4;
}

.contactDigitalCard {
    display: flex;
    gap: 1rem;
    padding: 1.75rem;
    text-decoration: none;
    color: inherit;
}

.contactDigitalIcon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #e4f0e8;
    color: #26602f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.contactDigitalCard h3 {
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
}

.contactDigitalCard p {
    margin-bottom: 0.35rem;
    color: #4a433a;
    font-size: 0.94rem;
}

.contactDigitalLink {
    color: #2f623a;
    font-weight: 600;
}

.contactFormSection {
    background: #fffaf3;
}

.contactFormIntro {
    padding: 2rem;
}

.contactFaqList {
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.contactFaqList li {
    position: relative;
    padding-left: 1.5rem;
    color: #40372e;
}

.contactFaqList li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d4b07c;
}

.contactFormCard {
    padding: 1.5rem 2rem;
}

.contactInput {
    width: 100%;
    border: 1px solid rgba(34, 53, 38, 0.12);
    border-radius: 16px;
    padding: 0.9rem 1.1rem;
    font-size: 0.95rem;
    background: rgba(255, 255, 255, 0.9);
    color: #2b2b2b;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contactInput:focus {
    outline: none;
    border-color: rgba(47, 98, 58, 0.45);
    box-shadow: 0 0 0 3px rgba(47, 98, 58, 0.15);
}

.contactTextarea {
    min-height: 150px;
    resize: vertical;
}

.contactSubmitBtn {
    width: 100%;
    border: none;
    border-radius: 18px;
    background: linear-gradient(120deg, #b98455, #2f623a);
    color: #ffffff;
    font-weight: 700;
    padding: 0.95rem 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contactSubmitBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 35px rgba(47, 98, 58, 0.25);
}

.contactFormNote {
    margin: 0.75rem 0 0;
    font-size: 0.9rem;
    color: #4c4339;
}

.contactFormNote a {
    color: #2f623a;
    font-weight: 600;
}

.contactMap {
    background: #ffffff;
}

.contactMapWrapper {
    padding: 0;
    overflow: hidden;
}

@media (max-width: 575.98px) {

    .contactHeroCard,
    .contactFormIntro,
    .contactFormCard {
        padding: 1.5rem;
    }

    .contactStatCard {
        min-height: auto;
        padding: 1rem;
    }

    .contactStatCard span {
        font-size: 1rem;
    }
}

.contactMapWrapper iframe {
    width: 100%;
    height: 420px;
    border: 0;
    border-radius: 24px;
}

/* Activities Page */
.activitiesPage {
    background: #f8f1e7;
    color: #1f1b16;
}

.activitiesPortal section {
    padding: 90px 0;
}

.activitiesHero {
    padding: 120px 0 90px;
    background: linear-gradient(135deg, rgba(246, 238, 227, 0.95), rgba(255, 247, 233, 0.95));
}

.activitiesHeroEyebrow {
    display: inline-block;
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #6c4b2d;
    font-weight: 700;
}

.activitiesHeroCopy h1 {
    font-size: clamp(2.3rem, 4vw, 3.3rem);
    color: #2c261e;
    margin: 1rem 0;
}

.activitiesHeroCopy p {
    color: #4a433a;
    font-size: 1.05rem;
}

.activitiesHeroLink {
    color: #2f623a;
    font-weight: 600;
}

.activitiesHeroList {
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.activitiesHeroList li {
    position: relative;
    padding-left: 1.7rem;
    color: #3a332a;
}

.activitiesHeroList li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c28652;
}

.activitiesHeroCard {
    padding: 2.5rem;
}

.activitiesHeroCard h2 {
    font-size: 1.5rem;
    color: #2f623a;
    margin-bottom: 1.25rem;
}

.activitiesStatCard {
    background: #ffffff;
    border-radius: 24px;
    padding: 1.25rem;
    border: 1px solid rgba(58, 74, 56, 0.12);
    min-height: 150px;
}

.activitiesStatCard span {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2f623a;
    display: block;
    margin-bottom: 0.35rem;
}

.activitiesStatCard p {
    margin: 0;
    color: #4a433a;
}

.activitiesHighlights {
    background: #fffaf1;
}

.sectionDescription {
    color: #4a433a;
    max-width: 640px;
    margin: 0 auto;
    font-size: 0.98rem;
}

.activitiesFocusCard {
    padding: 1.75rem;
}

.activitiesFocusCard h3 {
    font-size: 1.2rem;
    color: #2f2a22;
    margin-bottom: 0.6rem;
}

.activitiesTimeline {
    background: #ffffff;
}

.activitiesTimelineList {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.activitiesTimelineCard {
    padding: 1.75rem;
    border-left: 3px solid rgba(185, 132, 85, 0.35);
}

.activitiesTimelineYear {
    font-weight: 700;
    color: #8e5f2d;
    display: inline-block;
    margin-bottom: 0.35rem;
}

.activitiesNss {
    background: #f6f9f5;
}

.activitiesNssIntro {
    padding: 2rem;
}

.activitiesNssCard,
.activitiesUbaCard,
.activitiesDlleCard,
.activitiesGalleryCard {
    padding: 1.75rem;
}

.activitiesUba {
    background: #fffdf8;
}

.activitiesDlle {
    background: #ffffff;
}

.activitiesGallery {
    background: #f5f8f4;
}

.activitiesLink {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #2f623a;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .activitiesPortal section {
        padding: 70px 0;
    }

    .activitiesHero {
        padding: 100px 0 70px;
    }
}

@media (max-width: 575.98px) {

    .activitiesHeroCard,
    .activitiesFocusCard,
    .activitiesTimelineCard,
    .activitiesNssIntro,
    .activitiesNssCard,
    .activitiesUbaCard,
    .activitiesDlleCard,
    .activitiesGalleryCard {
        padding: 1.35rem;
    }
}

@media (max-width: 991.98px) {
    .contactPortal section {
        padding: 70px 0;
    }

    .contactHero {
        padding: 100px 0 70px;
    }
}

@media (max-width: 575.98px) {
    .contactHeroCard {
        padding: 2rem;
    }

    .contactChannelCard,
    .contactCampusCard,
    .contactDigitalCard,
    .contactFormCard,
    .contactFormIntro {
        padding: 1.5rem;
    }

    .contactInput,
    .contactTextarea {
        border-radius: 12px;
    }
}


.studentsResourceGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}

.studentsResourceCard {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.studentsResourceCard h3 {
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
}

.studentsResourceCard p {
    color: #4a433a;
    margin: 0;
}

.studentsResourceCta {
    font-weight: 700;
    color: #2f623a;
}

.studentsApprovalsRow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 1rem;
    align-items: center;
}

.studentsApprovalCard {
    background: #ffffff;
    border-radius: 20px;
    padding: 1rem;
    border: 1px solid rgba(40, 95, 54, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
}

.studentsApprovalCard img {
    max-height: 60px;
    object-fit: contain;
}

.studentsHelpdesk {
    background: #fffdf8;
}

.studentsHelpCard {
    padding: 2rem 1.75rem;
}

.studentsHelpIcon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #f2e5d4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #8c4f24;
    margin-bottom: 1rem;
}

/* Academics Page */
.academicsPage {
    background: #f8f5ef;
    color: #1d1b16;
}

.academicsPortal section {
    padding: 90px 0;
}

.academicsHero {
    padding: 120px 0 90px;
    background: linear-gradient(120deg, rgba(250, 244, 233, 0.95), rgba(255, 255, 255, 0.85));
}

.academicsEyebrow {
    display: inline-block;
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #6c4b2d;
    font-family: "Open Sans", sans-serif;
}

.academicsHeroCopy h1 {
    font-size: 2.85rem;
    color: #2b251c;
    margin: 1rem 0;
}

.academicsHeroCopy p {
    color: #4b4439;
    font-size: 1.05rem;
}

.academicsHeroList {
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.academicsHeroList li {
    position: relative;
    padding-left: 1.6rem;
    font-family: "Open Sans", sans-serif;
    color: #3d352a;
}

.academicsHeroList li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b2835a;
}

.academicsHeroCard {
    padding: 2.2rem;
}

.academicsHeroCard h2 {
    margin-bottom: 1.5rem;
}

.academicsHeroStats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
}

.academicsStatCard {
    background: #ffffff;
    border-radius: 22px;
    padding: 1.2rem;
    border: 1px solid rgba(77, 92, 71, 0.15);
}

.academicsStatCard span {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2f623a;
}

.academicsStatCard p {
    margin: 0.35rem 0 0;
    color: #4a433a;
}

.academicsDeptCard {
    padding: 1.75rem;
}

.academicsDeptCard h3 {
    font-size: 1.2rem;
    color: #2f2a22;
    margin-bottom: 0.6rem;
}

.academicsDeptList {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.92rem;
    color: #4b4439;
}

.academicsDeptList li::before {
    content: "\2022";
    color: #c28652;
    margin-right: 0.5rem;
}

.academicsFacultyCard {
    padding: 1.5rem;
    min-height: 210px;
}

.academicsFacultyCard h3 {
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
}

.academicsResources {
    background: #f6f2eb;
}

.academicsResourceGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.academicsResourceCard {
    padding: 1.75rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.academicsResourceIcon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #f2e5d4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8c4f24;
    font-size: 1.3rem;
}

.academicsResourceCard h3 {
    margin-bottom: 0.4rem;
    font-size: 1.15rem;
}

.academicsResourceCard p {
    margin-bottom: 0.5rem;
    color: #4a433a;
}

.academicsResourceCta {
    font-weight: 600;
    color: #2f623a;
}

.academicsAchievements {
    background: #fffdf8;
}

.academicsTimeline {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.academicsTimelineCard {
    padding: 1.6rem;
    position: relative;
}

.academicsTimelineCard::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background: linear-gradient(180deg, #caa474, rgba(202, 164, 116, 0));
}

.academicsTimelineCard::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 24px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c28652;
}

.academicsTimelineYear {
    font-weight: 700;
    color: #8e5f2d;
    margin-left: 1.5rem;
}

.academicsSchedule {
    background: #fdf9f2;
}

.academicsCalendarCard,
.academicsBulletinCard {
    padding: 2rem;
}

.academicsCalendarList,
.academicsBulletinList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.academicsCalendarList li,
.academicsBulletinList li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid rgba(38, 52, 40, 0.12);
    padding-bottom: 1rem;
}

.academicsCalendarLink {
    font-weight: 600;
    color: #2f623a;
}

.academicsBulletinBadge {
    background: #fbe3c3;
    color: #7a3b10;
    border-radius: 999px;
    padding: 0.15rem 0.8rem;
    font-size: 0.75rem;
}

.academicsIT {
    background: #fffdf8;
}

.academicsITList {
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.academicsITList li::before {
    content: "\2713";
    color: #2f623a;
    margin-right: 0.5rem;
}

.academicsITPanel {
    padding: 2rem;
}

@media (max-width: 991.98px) {
    .academicsPortal section {
        padding: 70px 0;
    }

    .academicsHero {
        padding: 100px 0 70px;
    }

    .academicsHeroCopy h1 {
        font-size: 2.2rem;
    }

    .academicsCalendarList li,
    .academicsBulletinList li {
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .academicsHero {
        padding: 80px 0 60px;
    }

    .academicsHeroCopy h1 {
        font-size: 1.9rem;
    }

    .academicsHeroCard,
    .academicsDeptCard,
    .academicsFacultyCard,
    .academicsResourceCard,
    .academicsTimelineCard,
    .academicsCalendarCard,
    .academicsBulletinCard,
    .academicsITPanel {
        padding: 1.35rem;
    }
}

.studentsHelpLink {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    color: #2f623a;
}

.studentsApprovals,
.studentsHelpdesk,
.studentsServices,
.studentsResources,
.studentsEventsSection,
.studentsExamSection,
.studentsAdmissions,
.studentsHeroSection {
    position: relative;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .studentsPortal section {
        padding: 70px 0;
    }

    .studentsHeroSection {
        padding: 100px 0 70px;
    }

    .studentsHeroCopy h1 {
        font-size: 2.2rem;
    }

    .studentsHeroCard {
        padding: 2rem;
    }

    .studentsNoticeList li {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .studentsHeroSection {
        padding: 80px 0 60px;
    }

    .studentsHeroCopy h1 {
        font-size: 1.9rem;
    }

    .studentsHeroCard,
    .studentsServiceCard,
    .studentsDocCard,
    .studentsExamCard,
    .studentsHelpCard {
        padding: 1.35rem;
    }

    .studentsTickerTrack {
        gap: 0.8rem;
    }

    .studentsTickerItem {
        padding: 0.55rem 1.1rem;
        font-size: 0.85rem;
    }

    .studentsEventTimeline {
        padding-left: 2.4rem;
    }

    .studentsEventRow {
        margin-left: 0;
        padding-left: 2.2rem;
    }

    .studentsEventRow::before {
        left: 0.2rem;
    }
}

@media (max-width: 991.98px) {
    .iipAboutHero {
        padding: 70px 0 60px;
    }

    .iipAboutHeroStats {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .iipAboutHeroCard {
        padding: 1.25rem;
    }

    .iipAboutHeroStats span {
        font-size: 1.2rem;
    }

    .iipAboutChips span {
        font-size: 0.78rem;
    }

    .iipMilestoneTimeline {
        padding-left: 1.5rem;
    }
}

/* ========================================
   COMPREHENSIVE RESPONSIVE STYLES
   ======================================== */

/* Extra Large Devices (Large Desktops, 1200px and up) */
@media (max-width: 1399.98px) {
    .rmcetHeroTitle {
        font-size: 3.5rem;
    }
}

/* Large Devices (Desktops, 992px and up) */
@media (max-width: 1199.98px) {
    .rmcetHeroTitle {
        font-size: 3.2rem;
    }

    .rmcetHeroSubtitle {
        font-size: 1.05rem;
    }

    .whyChooseHeading {
        font-size: 2.5rem;
    }

    .departmentsHeading {
        font-size: 2.5rem;
    }

    .careerHeading {
        font-size: 2.5rem;
    }

    .lifeRmcetHeading {
        font-size: 2.5rem;
    }

    .testimonialsHeading {
        font-size: 2.5rem;
    }
}

/* Medium Devices (Tablets, 768px and up) */
@media (max-width: 991.98px) {

    /* Hero Section */
    .rmcetHeroSection {
        padding: 70px 0 40px;
    }

    .rmcetHeroTitle {
        font-size: 3rem;
    }

    .rmcetHeroSubtitle {
        font-size: 1.05rem;
    }

    .rmcetHeroBuildingWrap {
        margin-top: 35px;
    }

    .rmcetPrimaryBtn,
    .rmcetSecondaryBtn {
        padding: 12px 32px;
        font-size: 0.95rem;
    }

    .aboutIipHeading {
        font-size: 2.6rem;
        text-align: center;
    }

    .aboutIipText {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .aboutIipButton {
        margin: 0 auto;
        display: flex;
    }

    .whyIipCarousel {
        padding: 0 40px;
    }

    .admissionsSnapshotHeading {
        font-size: 2.4rem;
    }

    .admissionSnapshotCard {
        padding: 60px 28px 28px;
    }

    /* Accreditation Section */
    .rmcetAccreditCard {
        margin-bottom: 1.5rem;
    }

    .careerPlacementCard {
        align-items: center;
        text-align: center;
    }

    .careerPlacementCard .careerPlacementContent {
        padding-top: 0;
    }

    .ourBlogs .row.mb-5 {
        text-align: center;
        row-gap: 1rem;
    }

    .ourBlogs .row.mb-5 .col-6:last-child {
        text-align: center;
    }

    .whyIipCarousel {
        padding: 0 40px;
    }

    .whyIipArrowIcon {
        width: 56px;
        height: 56px;
    }


    @media (max-width: 767.98px) {

        .successStoriesRow>div,
        .placementPartnersGrid {
            width: 100%;
        }

        .successStoriesNav {
            flex-direction: row;
            justify-content: center;
            align-items: center;
            width: 100%;
            margin: 0 auto;
        }

        .successStoryNavBtn {
            width: 48px;
            height: 48px;
        }

        .placementPartnersGrid {
            justify-items: stretch;
        }

        .ourBlogs .btn {
            width: 100%;
        }

        .footerYellow {
            position: static;
            top: auto;
            margin-bottom: 2rem;
        }

        footer {
            padding-top: 4rem;
        }

        .whyIipCarousel {
            padding: 0;
        }

        .whyIipArrow {
            display: none;
        }

        .whyIipImageWrap {
            height: 210px;
        }

        .footerNavWrapper {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            /* background: linear-gradient(90deg, #2e5f3e 0%, #b18455 100%); */
            border-radius: 18px;
            padding: 16px 18px;
            gap: 12px;
            justify-content: center;
            justify-items: center;
            width: fit-content;
            margin: 0 auto;
        }

        .footerNavColumn,
        .reachOutColumn {
            text-align: center !important;
        }

        .footerNav,
        .reachOutColumn p {
            text-align: center;
        }

        .footerNav {
            margin-bottom: 0;
            display: flex;
            flex-direction: column;
            gap: 0.45rem;
        }

        .footerNav li {
            margin-bottom: 0;
        }

        footer .footerNavWrapper ul:first-child {
            padding-right: 0;
            border-right: none;
        }

        footer .footerNavWrapper ul:last-child {
            padding-left: 0;
        }
    }


    .aboutIipHeading {
        font-size: 2.2rem;
    }

    .aboutIipShape {
        width: 120px;
        opacity: 0.25;
    }

    .aboutIipImageWrap {
        max-width: 100%;
        margin: 0 auto;
        border-radius: 0 30px 0 30px;
    }

    .aboutIipImage {
        min-height: auto;
        aspect-ratio: 4 / 3;
    }

    .whyIipCarousel {
        padding: 0;
    }

    .whyIipArrow {
        display: none;
    }

    .whyIipImageWrap {
        height: 200px;
    }

    .admissionsSnapshotHeading {
        font-size: 2.6rem;
    }

    .admissionSnapshotContent {
        flex-direction: column;
        text-align: center;
    }

    .admissionSnapshotArrow {
        margin-top: 1rem;
    }

    /* Accreditation Section */
    .rmcetAccreditationSection {
        padding: 3rem 0;
    }

    .rmcetAccreditCard {
        padding: 2rem 1.5rem;
    }

    .rmcetAccreditLogo img {
        max-height: 60px;
    }

    .rmcetAccreditTitle {
        font-size: 1.1rem;
    }

    /* Why Choose Section */
    .whyChooseSection {
        padding: 3rem 0;
    }

    .whyChooseHeading {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .whyChooseCard {
        padding: 1.5rem;
    }

    .whyChooseIcon {
        width: 50px;
        height: 50px;
    }

    .whyChooseTitle {
        font-size: 1.1rem;
    }

    /* Admissions Snapshot */
    .admissionsSection {
        padding: 3rem 0;
    }

    .circleDive {
        width: 90px;
        height: 90px;
    }

    .circleDive img {
        width: 45px !important;
    }

    .circleDiveBG .card-body {
        padding: 3rem 1.5rem 1.5rem;
    }

    .circleDiveBG p {
        font-size: 1rem;
    }

    /* Updates Section */
    .updatesSection {
        padding: 3rem 0;
    }

    .updatesHeading {
        font-size: 2.1rem;
    }

    .updatesTabs {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0.75rem;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .updatesTabs::-webkit-scrollbar {
        display: none;
    }

    .updatesTab {
        flex: 0 0 auto;
        min-width: 105px;
        padding: 11px 16px;
        font-size: 0.92rem;
        text-align: center;
        white-space: nowrap;
    }

    .updatesTab.active {
        background: #b2835a;
        color: #fff;
        box-shadow: 0 8px 18px rgba(178, 131, 90, 0.35);
    }

    .updatesCard {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .updatesContent {
        width: 100%;
    }

    /* Departments Section */
    .departmentsSection {
        padding: 3rem 0;
    }

    .departmentsHeading {
        font-size: 1.8rem;
    }

    .departmentCard {
        min-height: auto;
    }

    .departmentImage {
        height: 200px;
    }

    .departmentTitle {
        font-size: 1.1rem;
    }

    /* Career Section */
    .careerSection {
        padding: 3rem 0;
    }

    .careerHeading {
        font-size: 1.8rem;
    }

    .careerStatNumber {
        font-size: 2rem;
    }

    .careerStatLabel {
        font-size: 0.9rem;
    }

    /* Life @ RMCET */
    .lifeRmcetSection {
        padding: 3rem 0;
    }

    .lifeRmcetHeading {
        font-size: 2.1rem;
    }

    .lifeRmcetTabs {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .lifeRmcetTab {
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    .lifeRmcetCard {
        height: 250px;
    }

    /* Testimonials */
    .testimonialsSection {
        padding: 3rem 0;
    }

    .testimonialsHeading {
        font-size: 1.8rem;
    }

    .testimonialCard {
        padding: 40px 25px 30px;
        min-height: auto;
    }

    .testimonialQuoteTop .testimonialQuoteIcon,
    .testimonialQuoteBottom .testimonialQuoteIcon {
        width: 40px;
    }

    .testimonialTitle {
        font-size: 1.1rem;
    }

    .testimonialText {
        font-size: 0.95rem;
    }

    .testimonialNavBtn {
        width: 40px;
        height: 40px;
    }
}

/* Extra Small Devices (Portrait Phones, less than 576px) */
@media (max-width: 575.98px) {

    /* Hero Section */
    .rmcetHeroSection {
        min-height: 420px;
        padding: 15px 0 60px;
    }

    .rmcetHeroContent {
        margin-top: -30px;
    }

    .rmcetHeroTitle {
        margin-top: 28px;
        font-size: 1.8rem;
    }

    .rmcetHeroSubtitle {
        font-size: 0.9rem;
    }

    .rmcetPrimaryBtn,
    .rmcetSecondaryBtn {
        padding: 10px 20px;
        font-size: 0.85rem;
    }

    /* Accreditation Section */
    .rmcetAccreditationSection {
        padding: 2rem 0;
    }

    .rmcetAccreditCard {
        padding: 1.5rem 1rem;
    }

    .rmcetAccreditLogo img {
        max-height: 50px;
    }

    .rmcetAccreditTitle {
        font-size: 1rem;
    }

    .rmcetAccreditText {
        font-size: 0.85rem;
    }

    /* Why Choose Section */
    .whyChooseSection {
        padding: 2rem 0;
    }

    .whyChooseHeading {
        font-size: 1.5rem;
    }

    .whyChooseCard {
        padding: 1.2rem;
    }

    .whyChooseIcon {
        width: 45px;
        height: 45px;
    }

    .whyChooseTitle {
        font-size: 1rem;
    }

    .whyChooseText {
        font-size: 0.85rem;
    }

    /* Admissions Snapshot */
    .admissionsSection {
        padding: 2rem 0;
    }

    .circleDive {
        width: 80px;
        height: 80px;
    }

    .circleDive img {
        width: 40px !important;
    }

    .circleDiveBG .card-body {
        padding: 2.5rem 1rem 1rem;
    }

    .circleDiveBG p {
        font-size: 0.9rem;
    }

    .arrowCircle {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }

    /* Updates Section */
    .updatesSection {
        padding: 2rem 0;
    }

    .updatesHeading {
        font-size: 2.4rem;
    }

    .updatesTabs {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0.5rem;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .updatesTabs::-webkit-scrollbar {
        display: none;
    }

    .updatesTab {
        flex: 0 0 auto;
        min-width: 95px;
        padding: 9px 14px;
        font-size: 0.85rem;
        text-align: center;
        white-space: nowrap;
    }

    .updatesCard {
        padding: 18px;
    }

    .updatesDate {
        width: 80px;
        height: 80px;
    }

    .updatesDay {
        font-size: 1.4rem;
    }

    .updatesMonth {
        font-size: 0.85rem;
    }

    .updatesCardTitle {
        margin-top: -30px;
        font-size: 1rem;
    }

    .updatesCardText {
        font-size: 0.85rem;
    }

    /* Departments Section */
    .departmentsSection {
        padding: 2rem 0;
    }

    .departmentsHeading {
        font-size: 1.5rem;
    }

    .departmentImage {
        height: 180px;
    }

    .departmentBadge {
        width: 50px;
        height: 50px;
    }

    .departmentBadge i {
        font-size: 1.2rem;
    }

    .departmentTitle {
        font-size: 1rem;
    }

    /* Career Section */
    .careerSection {
        padding: 2rem 0;
    }

    .careerHeading {
        font-size: 1.5rem;
    }

    .careerStatCard {
        padding: 1.5rem;
    }

    .careerStatNumber {
        font-size: 1.8rem;
    }

    .careerStatLabel {
        font-size: 0.85rem;
    }

    /* Life @ RMCET */
    .lifeRmcetSection {
        padding: 2rem 0;
    }

    .lifeRmcetHeading {
        font-size: 2.6rem;
    }

    .lifeRmcetTabs {
        gap: 0.3rem;
    }

    .lifeRmcetTab {
        padding: 6px 12px;
        font-size: 0.8rem;
    }

    .lifeRmcetCard {
        height: 220px;
    }

    .lifeRmcetDot {
        width: 10px;
        height: 10px;
    }

    .lifeRmcetDot.active {
        width: 28px;
    }

    /* Testimonials */
    .testimonialsSection {
        padding: 2rem 0;
    }

    .testimonialsHeading {
        font-size: 1.5rem;
    }

    .testimonialCard {
        padding: 35px 20px 25px;
    }

    .testimonialQuoteTop {
        top: 10px;
        left: 30px;
    }

    .testimonialQuoteBottom {
        bottom: 70px;
        right: 30px;
    }

    .testimonialQuoteTop .testimonialQuoteIcon,
    .testimonialQuoteBottom .testimonialQuoteIcon {
        width: 35px;
    }

    .testimonialTitle {
        font-size: 1rem;
    }

    .testimonialText {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .testimonialNavBtn {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }
}

/* Very Small Devices (less than 400px) */
@media (max-width: 399.98px) {
    .rmcetHeroTitle {
        font-size: 1.6rem;
    }

    .rmcetHeroSubtitle {
        font-size: 0.85rem;
    }

    .whyChooseHeading,
    .departmentsHeading,
    .careerHeading,
    .lifeRmcetHeading,
    .testimonialsHeading {
        font-size: 1.3rem;
    }

    .circleDiveBG p {
        font-size: 0.85rem;
    }

    .updatesTab {
        padding: 6px 10px;
        font-size: 0.75rem;
    }

    .lifeRmcetTab {
        padding: 5px 10px;
        font-size: 0.75rem;
    }

    .testimonialCard {
        padding: 30px 15px 20px;
    }
}

/* Landscape Orientation */
@media (max-height: 500px) and (orientation: landscape) {
    .rmcetHeroSection {
        min-height: 350px;
        padding: 15px 0 50px;
    }

    .rmcetHeroContent {
        margin-top: -20px;
    }

    .rmcetHeroTitle {
        font-size: 1.8rem;
        margin-bottom: 1rem !important;
    }

    .rmcetHeroSubtitle {
        font-size: 0.9rem;
        margin-bottom: 1rem !important;
    }
}

/* Keep Why IIP arrows available on touch breakpoints */
@media (max-width: 767.98px) {
    .whyIipCarousel {
        padding: 0 48px;
    }

    .whyIipArrow {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .whyIipArrowIcon {
        width: 44px;
        height: 44px;
    }

    .whyIipArrowPrev {
        left: 6px;
    }

    .whyIipArrowNext {
        right: 6px;
    }
}

/* Print Styles */
@media print {

    .rmcetHeroSection,
    .rmcetAccreditationSection,
    .whyChooseSection,
    .admissionsSection,
    .updatesSection,
    .departmentsSection,
    .careerSection,
    .lifeRmcetSection,
    .testimonialsSection {
        page-break-inside: avoid;
    }

    .rmcetPrimaryBtn,
    .rmcetSecondaryBtn,
    .arrowCircle,
    .testimonialNavBtn,
    .lifeRmcetTab {
        display: none;
    }


}

/* === NSS Page Styles === */
.nss-section {
    padding: 60px 0;
    background-color: #fdfaf6;
}

.nss-tab-nav {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.nss-tab-nav .nav-link {
    color: #555;
    padding: 15px 20px;
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    text-align: left;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nss-tab-nav .nav-link:last-child {
    border-bottom: none;
}

.nss-tab-nav .nav-link:hover,
.nss-tab-nav .nav-link.active {
    background-color: #fff;
    color: #fff;
}

.nss-tab-nav .nav-link.active::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.nss-content-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 30px;
    min-height: 400px;
}

.nss-heading {
    color: var(--bs-primary);
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.nss-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: var(--bs-secondary);
}

.nss-list-item {
    display: block;
    padding: 12px 15px;
    background: #f8f9fa;
    margin-bottom: 10px;
    border-radius: 6px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    display: flex;
    align-items: center;
}

.nss-list-item i {
    margin-right: 12px;
    color: #dc3545;
    /* PDF icon color */
}

.nss-list-item:hover {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border-left-color: var(--bs-primary);
    transform: translateX(5px);
    color: var(--bs-primary);
}

/* === Affiliations Ticker Section === */
.iipTickerSection {
    background: #fdfaf6;
    overflow: hidden;
    padding: 3rem 0;
}

.iipTickerHeading {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--bs-primary);
    margin-bottom: 2.5rem;
    font-family: 'Playfair Display', serif;
}

.iipTickerWrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.iipTickerTrack {
    display: flex;
    gap: 2rem;
    width: max-content;
    animation: tickerScroll 40s linear infinite;
}

.iipTickerTrack:hover {
    animation-play-state: paused;
}

@keyframes tickerScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 1rem));
    }
}

.iipTickerCard {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.25rem 1.75rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    min-width: 320px;
    max-width: 320px;
    box-shadow: 0 8px 20px rgba(160, 97, 55, 0.08);
    border: 1px solid rgba(160, 97, 55, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    user-select: none;
}

.iipTickerCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(160, 97, 55, 0.15);
}

.iipTickerIcon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.iipTickerIcon img {
    width: 170%;
    height: 170;
    object-fit: contain;
}

.iipTickerContent {
    flex-grow: 1;
}

.iipTickerTitle {
    font-size: 1rem;
    font-weight: 700;
    color: #4a2c17;
    margin-bottom: 0.25rem;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
}

.iipTickerText {
    font-size: 0.8rem;
    color: #8c6b5d;
    margin: 0;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;

}

/* NSS Sidebar Fixes - Global Override */
.nss-tab-nav .nav-link::after,
.nss-tab-nav .nav-link::before {
    display: none !important;
    content: none !important;
    border: none !important;
    background: none !important;
}

/* Placement Partners Section Styles */
.placementPartnersSection {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.placementPartnersViewport {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 10px 0;
    container-type: inline-size;
}

.placementPartnersTrack {
    display: flex;
    gap: 24px;
    align-items: center;
}

.placementPartnerCard {
    flex: 0 0 auto;
    width: 200px;
    height: 120px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.placementPartnerCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.placementPartnerCard img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: none;
    transition: transform 0.3s ease;
}

/* Dots and Navigation */
.placementPartnersDots {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.placementPartnerDot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e0e0e0;
    margin: 0 5px;
    border: none;
    padding: 0;
    transition: all 0.3s ease;
}

.placementPartnerDot.active {
    background-color: var(--mainColor);
    transform: scale(1.2);
}

/* Ensure arrows are visible and positioned */
.placementPartnersCarousel {
    position: relative;
}

.placementPartnerNav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eee;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.placementPartnerNav:hover {
    background-color: var(--mainColor);
    color: #fff;
    border-color: var(--mainColor);
}

.placementPartnerNavPrev {
    left: -20px;
}

.placementPartnerNavNext {
    right: -20px;
}

@media (max-width: 991px) {
    .placementPartnerNavPrev {
        left: 0;
    }

    .placementPartnerNavNext {
        right: 0;
    }

    .iipMainNav .navbar-collapse {
        max-height: 65vh;
        overflow-y: auto;
    }
}

/* iPad Air / Tablet Specific Fix for Footer Newsletter Overlap */
@media screen and (min-width: 768px) and (max-width: 1025px) {
    footer .container {
        padding-top: 100px !important;
    }

    .footerYellow {
        position: absolute;
        width: 95% !important;
        left: 50%;
        transform: translateX(-50%);
        top: -240px;
        /* Pull it up slightly to create the floating effect if intended, or just 0 */
    }
}

/* Mobile Navbar Layout Fix */
@media (max-width: 575.98px) {

    /* Navbar Flex Layout Fix - Allow wrapping for menu expansion */
    .iipMainNav .container-fluid {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .iipMainNav .navbar-brand {
        flex: 1 1 auto;
        /* Allow brand to take available space */
        min-width: 0;
        /* Crucial for flex truncation */
        margin-right: 0;
        gap: 0.5rem !important;
    }

    .iipNavbarLogo {
        width: 36px;
        height: 36px;
        flex-shrink: 0;
    }

    .iipBrandText {
        line-height: 1.1;
        min-width: 0;
        /* Enable truncation for child text */
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .iipBrandTitle {
        font-size: 0.75rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .iipBrandSubtitle {
        font-size: 0.8rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .navbar-toggler {
        flex-shrink: 0;
        padding: 4px 6px;
        font-size: 0.9rem;
        width: auto;
        height: auto;
        margin-left: 5px;
    }

    /* Ensure the collapse takes full width when open and is scrollable */
    .navbar-collapse {
        flex-basis: 100%;
        width: 100%;
        max-height: 65vh;
        overflow-y: auto;
    }
}

/* Ensure flex-nowrap on very small screens for default state if needed, but wrap is safer */
@media (max-width: 450px) {
    .iipMainNav .container-fluid {
        flex-wrap: wrap;
    }
}

/* Activities Page Logos */
.activitiesSectionLogo {
    width: 65px;
    height: 65px;
    object-fit: contain;
    border-radius: 50%;
    background: #ffffff;
    padding: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(54, 95, 59, 0.1);
    /* Subtle theme color border */
    transition: transform 0.3s ease;
}

.activitiesSectionLogo:hover {
    transform: scale(1.05);
}

/* Custom Table Styles for Activities explicitly overriding Bootstrap striped rows */
.iipCustomTable {
    border: 1px solid #e9ecef;
    font-size: 0.9rem;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}

.iipCustomTable thead th {
    background-color: #365f3b !important;
    /* Blue color from the screenshot */
    color: #ffffff !important;
    font-weight: 600;
    border-bottom: none;
    padding: 12px;
}

.iipCustomTable tbody td {
    padding: 12px;
    vertical-align: middle;
    border-color: #f1f3f5;
    color: #495057;
}

/* Override Bootstrap striped background to a softer look consistent with the theme */
.iipCustomTable.table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: #f8f9fa !important;
    color: #495057 !important;
}

.iipCustomTable.table-striped>tbody>tr:nth-of-type(even)>* {
    background-color: #ffffff !important;
    color: #495057 !important;
}