@media (max-width: 800px) {
    .homeCaroselImg img {
        height: auto;
    }

    .topMainHeading {
        padding-left: 14%;
        font-size: 28px !important;
    }

    .topLogo {
        width: 88px;
    }

    .fs-01 {
        font-size: 2rem;
    }

    .chairmanImg {
        width: 50%;
    }

    footer {
        padding-top: 14rem;
    }

    .footerYellow {
        top: -21rem;
    }

    .aboutTopBanner {
        height: 214px;
    }

    .aboutGallary {
        top: 24%;
        width: 50%;
    }

    .missonDiv {
        width: 50%;
        margin-left: 0%;
        margin-top: 0rem;
    }

    .vissionDiv {
        width: 55%;
    }

    .goalsDiv {
        width: 55%;
        margin-left: 0%;
    }

    .founderMessageSection {
        padding-top: 0;
    }

    .fs-7Resp {
        font-size: 18px !important;
    }

    .founderMessageDiv div {
        top: 9%;
    }

    .aboutImportImg {
        width: 185px;
    }

    .aboutBodySection {
        padding-top: 3rem;
    }

    .institutionsTopBanner,
    .galleryTopBanner,
    .blogsTopBanner,
    .contactTopBanner {
        height: 215px;
    }

    .instituteBoxes {
        top: 5%;
    }

    .badgeStyleMarginSingle {
        top: 18%;
    }

    .homeGalleryHeading {
        font-size: 2.5rem;
    }

    .homeGallerySubheading {
        font-size: 1rem;
    }

    .homeGalleryCard img {
        height: 220px;
    }

    .standForHeading {
        font-size: 2.5rem;
    }

    .standForSubheading {
        font-size: 1rem;
    }

    .standForIcon {
        width: 150px;
        height: 150px;
    }

    .chooseMisHeading {
        font-size: 2.6rem;
    }

    .chooseMisSubheading {
        font-size: 1rem;
    }

    .chooseMisCard {
        padding: 2.2rem 1.5rem 2rem;
    }

    .chooseMisIcon {
        width: 90px;
        height: 90px;
    }

    .departmentsHeading {
        font-size: 2.4rem;
    }

    .departmentImageWrap img {
        height: 210px;
    }
}

@media (max-width: 768px) {
    /* Header Tablet - Keep desktop layout */
    .topHeaderBar {
        padding: 0.5rem 0;
    }

    .topHeaderBar .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .topHeaderBar .d-flex {
        gap: 0.5rem !important;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .topHeaderBar .fs-7 {
        font-size: 0.7rem;
    }

    .topSocialIcon {
        width: 28px;
        height: 28px;
        font-size: 0.85rem;
    }

    .topLogo {
        width: 75px;
        margin-top: 0.25rem !important;
    }

    .logoSection {
        padding: 1.5rem 0 !important;
    }

    .logoSection .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .logoSection .row {
        flex-direction: row;
        align-items: center;
    }

    .logoSection .col-md-8,
    .logoSection .col-md-4 {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .logoSection .d-flex {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 1rem !important;
    }

    .logoSection .justify-content-md-end {
        justify-content: flex-end !important;
        margin-top: 0 !important;
    }

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

    .school-title-main {
        font-size: 1.5rem;
    }

    .school-tagline {
        font-size: 0.85rem;
    }

    .nav-link-plain {
        font-size: 0.88rem;
        margin: 0 0.4rem;
    }

    /* Hero Tablet */
    .heroBannerTitle {
        font-size: 2.5rem;
    }

    .heroBannerSubtitle {
        font-size: 1rem;
    }

    /* Background Elements */
    .chooseMisEllipse,
    .chooseMisStar,
    .standForEllipse,
    .standForStar {
        width: 350px;
        opacity: 0.28;
    }
}

@media (max-width: 500px) {
    /* Top Header Bar Mobile */
    .topHeaderBar {
        padding: 0.4rem 0;
    }

    .topHeaderBar .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .topHeaderBar .d-grid {
        gap: 0.75rem;
    }

    .topHeaderBar .d-flex {
        gap: 0.4rem !important;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 0.65rem;
    }

    .topHeaderBar .fs-7 {
        font-size: 0.65rem;
    }

    .topHeaderBar span {
        font-size: 0.65rem;
    }

    .topHeaderBar .me-3 {
        margin-right: 0.5rem !important;
    }

    .topSocialIcon {
        width: 26px;
        height: 26px;
        font-size: 0.75rem;
    }

    .topSocialIcon i {
        font-size: 0.75rem;
    }

    .topLogo {
        display: none !important;
    }

    .logoSection {
        padding: 0.75rem 0 !important;
    }

    .logoSection .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .logoSection .row {
        flex-direction: column;
        text-align: center;
    }

    .logoSection .col-md-8,
    .logoSection .col-md-4 {
        width: 100%;
        max-width: 100%;
    }

    .school-logo-img {
        width: 50px;
        height: 50px;
        margin: 0 auto;
    }

    .logoSection .d-flex {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem !important;
        text-align: center;
    }

    .logoSection .flex-grow-1 {
        text-align: center;
        width: 100%;
    }

    .logoSection .justify-content-md-end {
        justify-content: center !important;
        margin-top: 1rem !important;
        flex-wrap: wrap;
        gap: 0.5rem !important;
    }

    .nav-link-plain {
        font-size: 0.8rem;
        margin: 0 0.3rem;
        padding: 0.25rem 0;
    }

    .topMainHeading {
        padding-left: 0%;
    }

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

    .instituteBuilding_2 {
        width: 100%;
        top: 12% !important;
    }

    .fs-01 {
        font-size: 2rem;
    }

    .container {
        padding-left: 5%;
        padding-right: 5%;
    }

    .chairmanImg {
        width: 75%;
        left: auto !important;
        right: 0 !important;
        margin-bottom: 2px;
    }

    .aboutTopBanner {
        height: 160px;
        background-size: cover;
    }

    .aboutGallary {
        width: 94%;
        top: 24.5rem;
    }

    .custom-tabs .nav-link {
        font-size: 12px !important;
        padding: 0 0 8px 0;
    }

    .chairmanImgAbout {
        width: 100%;
    }

    .blogsHomeImg {
        height: 200px !important;
    }

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

    .founderMessageSection {
        padding-top: 0;
    }

    .founderMessageDiv img {
        width: 100%;
    }

    .founderMessageDiv div {
        width: 80%;
        top: 8%;
        right: 8%;
    }

    .homeGalleryHeading {
        font-size: 2.2rem;
    }

    .homeGallerySubheading {
        font-size: 0.95rem;
    }

    .homeGalleryCard img {
        height: 200px;
    }

    .departmentsHeading {
        font-size: 2rem;
    }

    .departmentImageWrap img {
        height: 190px;
    }

    .departmentBody {
        flex-direction: row;
        align-items: center;
        gap: 0.75rem;
        justify-content: center;
    }

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

    .standForHeading {
        font-size: 2.2rem;
    }

    .standForSubheading {
        font-size: 0.95rem;
    }

    .standForIcon {
        width: 130px;
        height: 130px;
        border-width: 10px;
    }

    .chooseMisHeading {
        font-size: 2.3rem;
    }

    .chooseMisSubheading {
        font-size: 0.95rem;
    }

    .chooseMisCard {
        padding: 2rem 1.4rem 1.8rem;
    }

    .chooseMisIcon {
        width: 82px;
        height: 82px;
        border-radius: 18px;
    }

    .chooseMisLink {
        padding: 0.55rem 1.5rem;
    }

    .aboutImportImg {
        width: 185px;
        margin-right: 0 !important;
    }

    .blogsTopBanner {
        height: 120px;
    }

    .missonDiv {
        width: 100%;
        margin-left: 0%;
        margin-top: 25rem;
    }

    .vissionDiv,
    .goalsDiv {
        width: 100%;
        margin-left: 0%;
    }

    .topLogo {
        width: 80px;
    }

    .aboutUniversities {
        top: 1.5rem;
        margin-top: 15rem;
    }

    .aboutUniversities .card {
        width: 100%;
    }

    .badgeStyleMarginSingle {
        top: 6%;
    }

    .badgeStyleHome {
        /* top: 24%; */
        top: 7rem;
    }

    .blogImg {
        min-height: 155px;
        object-fit: cover;
    }

    .badgeStyleMargin {
        /* top: 25%; */
        top: 7.2rem;
    }

    .contactTopBanner {
        height: 120px;
    }

    .contactMailBox div {
        width: 70px !important;
    }

    .institutionsTopBanner {
        height: 122px;
    }

    .instituteBoxes {
        position: unset !important;
        padding-bottom: 0rem;
    }

    .InstitutionBannerBottomDiv {
        height: 350px;
    }

    .InstitutionBannerBottomDiv img {
        position: unset !important;
    }

    .galleryTopBanner {
        height: 122px;
    }

    .quickLinkMb {
        margin-bottom: 5rem;
    }

    .profileName {
        left: 0%;
    }

    .timelineSection {
        height: auto;
        padding-bottom: 10rem;
    }

    .timelineText_1 {
        top: 0%;
        right: 4%;
        left: auto;
        width: 40%;
    }

    .timelineText_2 {
        top: 18%;
        left: 7%;
        width: 36%;
    }

    .timelineText_3 {
        top: 42%;
        right: 5%;
        width: 40%;
    }

    .timelineText_4 {
        bottom: 20%;
        left: 7%;
        width: 40%;
    }

    .bodyOuterDiv {
        width: 80%;
        height: 350px;
    }

    .fs-7Resp {
        font-size: 15px !important;
    }

    .bodyCarouselOuterDiv {
        width: 85%;
    }

    .profileName_1 {
        left: 0%;
    }

    .aboutBodySection {
        padding-top: 4rem;
    }

    .timelineText_5 {
        bottom: 0%;
        right: 4%;
        width: 40%;
    }

    .footerYellow {
        width: 94% !important;
        top: -18rem;
        left: 3%;
    }

    .borderRight {
        display: none;
    }

    .relatedBlogsRespHeading {
        font-size: 1.5rem;
    }

    .footerLogo {
        width: 150px;
    }

    footer {
        padding-top: 10rem;
    }
}

@media (max-width: 1199px) {
    /* Top Header Bar Large Tablet */
    .topHeaderBar .fs-7 {
        font-size: 0.74rem;
    }

    .topSocialIcon {
        width: 29px;
        height: 29px;
    }

    .logoSection {
        padding: 1.75rem 0 !important;
    }

    .school-logo-img {
        width: 75px;
        height: 75px;
    }

    .school-title-main {
        font-size: 1.75rem;
    }

    .school-tagline {
        font-size: 0.9rem;
    }

    .aboutMisHeading {
        font-size: 2.8rem;
    }

    .aboutMisStar {
        left: 65%;
    }
}

@media (max-width: 880px) {
    .aboutMisSection {
        padding: 40px 0;
    }

    .aboutMisHero {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 40px 20px;
    }

    .aboutMisContent {
        order: 2;
        text-align: left;
    }

    .aboutMisImageWrap {
        order: 1;
        margin: 0 auto;
        width: 100%;
        max-width: 520px;
        height: auto;
        aspect-ratio: 1;
        border-radius: 28px;
        border: 12px solid #ffffff;
    }

    .aboutMisHeading {
        font-size: 36px;
        letter-spacing: 0%;
        line-height: 120%;
    }

    .aboutMisEyebrow {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    /* Top Header Bar Tablet - Keep desktop layout */
    .topHeaderBar {
        padding: 0.5rem 0;
    }

    .topHeaderBar .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .topHeaderBar .d-grid {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
    }

    .topHeaderBar .d-flex {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .topHeaderBar .fs-7 {
        font-size: 0.72rem;
    }

    .topSocialIcon {
        width: 28px;
        height: 28px;
        font-size: 0.9rem;
    }

    .topLogo {
        width: 85px;
    }

    /* Logo Section Tablet - Keep desktop layout */
    .logoSection {
        padding: 1.5rem 0 !important;
    }

    .logoSection .row {
        flex-direction: row;
        align-items: center;
    }

    .logoSection .col-md-8,
    .logoSection .col-md-4 {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .logoSection .d-flex {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .logoSection .justify-content-md-end {
        justify-content: flex-end !important;
        margin-top: 0 !important;
    }

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

    /* Header Responsive */
    .school-title-main {
        font-size: 1.6rem;
    }

    .school-tagline {
        font-size: 0.9rem;
    }

    .nav-link-plain {
        font-size: 0.9rem;
        margin: 0 0.5rem;
    }

    /* Hero Section */
    .heroBannerSection {
        min-height: auto;
        padding: 4.5rem 0;
        background-position: center;
    }

    .heroBannerContent {
        text-align: center;
        margin: 0 auto;
    }

    .heroBannerTitle {
        font-size: 3rem;
    }

    .heroBannerSubtitle {
        margin: 0 auto;
    }

    .heroBannerStar {
        left: 50%;
        transform: translateX(-50%);
        top: 8%;
    }

    .accreditShowcaseSection {
        padding: 4rem 0;
    }

    .accreditShowcaseCard {
        text-align: center;
        flex-direction: column;
        align-items: center !important;
    }

    .accreditShowcaseTitle {
        font-size: 1.1rem;
    }

    .accreditShowcaseText {
        font-size: 0.95rem;
    }

    .accreditationSection {
        padding: 3rem 0;
    }

    .accreditationCard {
        margin-bottom: 1.5rem;
    }

    .accreditationTitle {
        font-size: 1.3rem;
    }

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

    .noticeUpdatesSection {
        text-align: center;
    }

    .noticeUpdatesHeading {
        font-size: 2.6rem;
    }

    .noticeUpdatesSubheading {
        margin: 0 auto;
    }

    .noticeUpdatesTabs {
        justify-content: center;
    }

    .noticeUpdatesStar {
        position: static;
        margin: 2rem auto 0;
    }

    .aboutMisSection {
        padding: 40px 0;
    }

    .aboutMisHero {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 40px 20px;
    }

    .aboutMisContent {
        order: 2;
        text-align: left;
    }

    .aboutMisImageWrap {
        order: 1;
        margin: 0 auto;
        width: 100%;
        max-width: 520px;
        height: auto;
        aspect-ratio: 1;
        border-radius: 28px;
        border: 12px solid #ffffff;
    }

    .aboutMisHeading {
        font-size: 36px;
        letter-spacing: 0%;
        line-height: 120%;
    }

    .aboutMisEyebrow {
        font-size: 20px;
    }

    /* Choose MIS Section */
    .chooseMisSection {
        padding: 4rem 0;
    }

    .chooseMisHeading {
        font-size: 2.5rem;
    }

    .chooseMisEllipse,
    .chooseMisStar {
        width: 400px;
        opacity: 0.3;
    }

    /* Stand For Section */
    .standForHeading {
        font-size: 2.5rem;
    }

    .standForEllipse,
    .standForStar {
        width: 400px;
        opacity: 0.3;
    }

    /* Gallery Section */
    .homeGallerySection {
        padding: 4rem 0;
    }

    .homeGalleryHeading {
        font-size: 2.5rem;
    }

    .homeGalleryCard {
        margin-bottom: -0.5rem;
    }
}

@media (max-width: 575px) {
    .heroBannerSection {
        padding: 3.5rem 0;
        background-position: center top;
    }

    .heroBannerTitle {
        font-size: 2.4rem;
    }

    .heroBannerSubtitle {
        font-size: 0.98rem;
    }

    .heroBannerButtons {
        flex-direction: column;
        align-items: stretch;
    }

    .heroPrimaryBtn,
    .heroSecondaryBtn {
        width: 100%;
    }

    .heroBannerStar {
        top: 4%;
    }

    .accreditShowcaseSection {
        padding: 3.5rem 0;
    }

    .accreditShowcaseCard {
        padding: 1.5rem 1.35rem;
    }

    .accreditShowcaseTitle {
        font-size: 1.05rem;
    }

    .accreditShowcaseText {
        font-size: 0.92rem;
    }

    .accreditShowcaseDot {
        width: 7px;
        height: 7px;
    }

    .noticeUpdatesSection {
        padding: 3.5rem 0;
    }

    .noticeUpdatesHeading {
        font-size: 2.3rem;
    }

    .noticeTab {
        width: 100%;
        justify-content: center;
    }

    .noticeCard {
        flex-direction: row;
        padding: 1rem 1.25rem 1rem 2.75rem;
        width: 100%;
        margin-left: 0;
    }

    .noticeAccent {
        width: 6px;
    }

    .noticeText {
        font-size: 0.98rem;
    }

    .aboutMisSection {
        padding: 40px 0;
    }

    .aboutMisHero {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 40px 20px;
    }

    .aboutMisContent {
        order: 2;
        text-align: left;
    }

    .aboutMisImageWrap {
        order: 1;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 1;
        border-radius: 28px;
        border: 12px solid #ffffff;
    }

    .aboutMisHeading {
        font-size: 28px;
        letter-spacing: 0%;
        line-height: 120%;
    }

    .aboutMisEyebrow {
        font-size: 18px;
    }

    .aboutMisText {
        font-size: 14px;
        max-width: 100%;
    }

    .aboutMisButton {
        width: fit-content;
        padding: 12px 26px;
    }

    /* Header Mobile */
    .school-title-main {
        font-size: 1.3rem;
    }

    .school-tagline {
        font-size: 0.75rem;
    }

    .nav-link-plain {
        font-size: 0.85rem;
        margin: 0 0.3rem;
        padding: 0.25rem 0;
    }

    /* Choose MIS Mobile */
    .chooseMisHeading {
        font-size: 2rem;
    }

    .chooseMisCard {
        margin-bottom: 1.5rem;
    }

    .chooseMisIcon {
        width: 90px;
        height: 90px;
    }

    .chooseMisTitle {
        font-size: 1.2rem;
    }

    .chooseMisText {
        font-size: 0.9rem;
    }

    .chooseMisEllipse,
    .chooseMisStar {
        width: 300px;
        opacity: 0.25;
    }

    /* Stand For Mobile */
    .standForHeading {
        font-size: 2rem;
    }

    .standForIcon {
        width: 140px;
        height: 140px;
    }

    .standForTitle {
        font-size: 1.2rem;
    }

    .standForText {
        font-size: 0.9rem;
    }

    .standForEllipse,
    .standForStar {
        width: 300px;
        opacity: 0.25;
    }

    /* Gallery Mobile */
    .homeGalleryHeading {
        font-size: 2rem;
    }

    .homeGallerySubheading {
        font-size: 0.95rem;
    }

    /* Accreditation Mobile */
    .accreditationSection {
        padding: 2.5rem 0;
    }

    .accreditationCard {
        padding: 1.5rem 1.5rem;
    }

    .accreditationIcon {
        width: 70px;
        height: 70px;
    }

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

    .accreditationTitle {
        font-size: 1.2rem;
    }

    .accreditationText {
        font-size: 0.9rem;
    }

    .aboutMisImageWrap {
        padding: 1rem;
        border-radius: 30px;
    }

    .aboutMisImage {
        border-radius: 22px;
    }
}

@media (max-width: 400px) {
    /* Top Header Bar Small Mobile */
    .topHeaderBar {
        padding: 0.35rem 0;
    }

    .topHeaderBar .container {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .topHeaderBar .d-flex {
        gap: 0.3rem !important;
        font-size: 0.6rem;
    }

    .topHeaderBar .fs-7 {
        font-size: 0.6rem;
    }

    .topHeaderBar span {
        font-size: 0.6rem;
        margin: 0 0.25rem;
    }

    .topSocialIcon {
        width: 24px;
        height: 24px;
        font-size: 0.7rem;
    }

    .topSocialIcon i {
        font-size: 0.7rem;
    }

    /* Header Small Mobile */
    .logoSection {
        padding: 0.5rem 0 !important;
    }

    .logoSection .container {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .school-logo-img {
        width: 45px;
        height: 45px;
    }

    .school-title-main {
        font-size: 1.1rem;
    }

    .school-tagline {
        font-size: 0.7rem;
    }

    .logoSection .d-flex {
        gap: 0.5rem !important;
        text-align: center;
    }

    .logoSection .flex-grow-1 {
        text-align: center;
        width: 100%;
    }

    .logoSection .justify-content-md-end {
        gap: 0.4rem !important;
        margin-top: 0.75rem !important;
    }

    .nav-link-plain {
        font-size: 0.75rem;
        margin: 0 0.2rem;
        padding: 0.2rem 0;
    }

    /* Hero Small Mobile */
    .heroBannerTitle {
        font-size: 2rem;
    }

    .heroBannerSubtitle {
        font-size: 0.9rem;
    }

    /* Background Elements Small */
    .chooseMisEllipse,
    .chooseMisStar,
    .standForEllipse,
    .standForStar {
        width: 250px;
        opacity: 0.2;
    }

    /* Cards Small */
    .accreditationCard,
    .standForCard,
    .chooseMisCard {
        padding: 1.25rem 1rem;
    }

    .homeGalleryCard {
        padding: 0;
        border: 4px solid rgba(255, 255, 255, 0.9);
    }

    .aboutTopBanner {
        height: 115px;
        padding: 0 !important;
        background-size: cover;
        display: flex;
        align-items: center;
    }

    .aboutGallary {
        top: 28rem;
    }

    .fs-7Resp {
        font-size: 14px !important;
    }

    .aboutImportImg {
        width: 170px;
    }

    .InstitutionBannerBottomDiv {
        height: 330px;
    }

    .institutionsTopBanner {
        height: 115px;
        padding: 0 !important;
        background-size: cover;
        display: flex;
        align-items: center;
    }

    .bodyOuterDiv {
        width: 95%;
    }

    .galleryTopBanner {
        height: 115px;
        padding: 0 !important;
        background-size: cover;
        display: flex;
        align-items: center;
    }

    .blogsTopBanner {
        height: 115px;
        padding: 0 !important;
        background-size: cover;
        display: flex;
        align-items: center;
    }

    .clientCarousel {
        margin-top: 5rem;
    }

    .contactTopBanner {
        height: 115px;
        padding: 0 !important;
        background-size: cover;
        display: flex;
        align-items: center;
    }

    .aboutUniversities {
        margin-top: 12rem;
    }

    /* .badgeStyleMargin {
        top: 22%;
    } */

    .badgeStyleMarginSingle {
        top: 6%;
    }

    .profileName {
        left: -3%;
    }

    .footerYellow {
        left: 3%;
    }
}

@media (max-width: 1199px) {
    .chooseMisCarouselWrapper {
        padding: 0 2rem;
    }

    .chooseMisSlide {
        flex: 0 0 calc((100% - 1.5rem) / 2);
    }

    .aboutHeroTitle {
        font-size: clamp(2rem, 2.2vw + 1.2rem, 2.6rem);
    }

    .aboutLeadershipBadge,
    .aboutLeadershipRole {
        left: 8%;
    }

    .testimonialsHeadingWrap {
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .chooseMisCarouselWrapper {
        padding: 0 1.5rem;
    }

    .chooseMisSlide {
        flex: 0 0 100%;
    }

    .chooseMisArrow {
        width: 40px;
        height: 56px;
    }

    .chooseMisArrowPrev {
        left: 0;
        border-radius: 28px 0 0 28px;
    }

    .chooseMisArrowNext {
        right: 0;
        border-radius: 0 28px 28px 0;
    }

    .aboutHeroSection {
        text-align: center;
    }

    .aboutHeroBadge {
        margin: 0 auto;
    }

    .aboutHeroMedia {
        margin-top: 2.5rem;
    }

    .aboutHeroStatsCard {
        text-align: center;
    }

    .aboutStoryImage {
        margin-bottom: 2rem;
    }

    .aboutSectionLabel {
        justify-content: center;
    }

    .aboutLeadershipBadge,
    .aboutLeadershipRole {
        position: static;
        display: inline-flex;
        transform: none;
        margin-top: 1rem;
    }

    .aboutLeadershipFigure {
        text-align: center;
    }

    .aboutLeadershipSignature {
        align-items: flex-start;
    }

    .aboutTimelineWrap {
        padding-left: 0;
        padding-right: 0;
    }

    .aboutTimelineLine {
        left: 0;
        transform: none;
    }

    .aboutTimelineItem {
        width: 100%;
        margin: 0;
        transform: none;
        padding: 1.5rem 1.6rem;
    }

    .aboutTimelineItem::before {
        left: -9px;
        right: auto;
    }

    .testimonialsHeadingWrap {
        align-items: center;
    }
}

@media (max-width: 576px) {
    .chooseMisArrow {
        width: 24px;
        height: 56px;
    }

    .aboutHeroBadge {
        padding: 0.45rem 1.2rem;
    }

    .aboutHeroPrimary,
    .aboutHeroSecondary {
        width: 100%;
    }

    .aboutHeroStatsCard {
        padding: 1.2rem 1rem;
    }

    .aboutStoryHighlight {
        position: static;
        display: inline-block;
        margin-top: 1.5rem;
    }

    .aboutPillarCard {
        padding: 2rem 1.6rem;
    }

    .aboutGoverningAvatar {
        width: 100px;
        height: 100px;
    }

    .testimonialsHeading {
        font-size: 2.2rem;
    }
}