.header-top {
    background: #113547;
    color: #FFF;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.header-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    /* display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    align-items: center; */
}

/* .header-top-left {
    display: flex;
    align-items: center;
} */

/* .header-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
} */

.header-top-item {
    padding: 9px 10px;
    color: white;
    text-decoration: none !important;
    text-align: center;
    white-space: nowrap;
    min-height: 40px;
    display: flex;
    align-items: center;
}


.header-top-item.right-line {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.header-top-item.left-line {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.header-main {
    background-image: url(../images/header/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}


.header-main-logo1 {
    border-radius: 57px;
    width: 55px;
    height: 57px;
    flex-shrink: 0;
}

.header-main-logo2 {
    width: 87px;
    height: 56px;
    flex-shrink: 0;
    aspect-ratio: 87/56;

    margin-right: 16px;
    /* margin-left: -22px; */
}

.header-main-logo-separator {
    background: linear-gradient(270deg, #186389 -150%, #FFF 266.67%);
    width: 2px;
    height: 58px;
    flex-shrink: 0;
    align-self: center;
    margin-left: 13px;
    margin-right: 13px;
}

.header-main-title {
    color: #482500;
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}


.header-main-title2 {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: -10px;
    color: #650417;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.header-main-desc {
    color: #083952;
    font-family: Quando;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.header-left {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    margin-top: 8px;
}

.header-main-logos {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    margin-top: 8px;
}

.header-logo-bmc {
    width: 299px;
    height: 56px;
    flex-shrink: 0;
    aspect-ratio: 103/22;
}

.header-logo-100year {
    width: 90px;
    height: 70px;
    flex-shrink: 0;
    aspect-ratio: 7/6;
}

.header-logo-tilak {
    border-radius: 69px;
    width: 68px;
    height: 69px;
    flex-shrink: 0;
}

.header-logo-azadi {
    width: 75px;
    height: 59px;
    flex-shrink: 0;
    aspect-ratio: 75/59;
}

.main-nav {
    background: #186389;
}

.second-nav {
    background: #186389;

}


.main-nav .nav-link {
    color: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 14px 16px !important;
    white-space: nowrap;
}


.current_page_item,
.current-menu-parent {
    color: #0E0303;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;

    background: #FACF31;
    /* padding: 11px 16px 16px 16px !important; */
}

.current-menu-parent .current_page_item {
    background-color: #eee;
}

.main-nav .nav-link:hover {
    color: #0E0303;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;

    background: #FACF31;
    /* padding: 11px 16px 16px 16px !important; */
}

.navbar {
    --bs-navbar-padding-y: 0;
}

.navbar-nav {
    display: flex;
    flex-wrap: wrap;
}

.hero-img img {
    width: 100%;
}

.stat-section {
    padding-top: 40px;
    padding-bottom: 27px;
}

.stat-heading {
    color: #292C31;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;

    text-align: center;
    margin-bottom: 0;
}

.stat-grid {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 11px;
}

.stat-card {
    border-radius: 10px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0 1px 3.5px 0 rgba(0, 0, 0, 0.03);

    width: 168px;
    height: 129px;
    flex-shrink: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-img {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    margin-top: 23px;
    object-fit: fill;
}

.stat-title {
    color: #05515B;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px;
    margin-bottom: 0;
    margin-top: 11px;
    text-align: center;
}

.stat-desc {
    color: #686D71;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 0;
    margin-top: 11px;

}

.about-header {
    background: linear-gradient(162deg, #FFF 33.48%, #A4D9FE 169.92%);
    box-shadow: 0px 4px 3.5px 0px rgba(0, 0, 0, 0.05);
}

.about-header-item-image {
    width: 147px;
    /* height: 73px; */
    flex-shrink: 0;
    aspect-ratio: 147/73;
}

.about-header-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-color: white;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.about-header-icon img {
    height: 24px;
    width: 24px;
    object-fit: cover;
}

.about-header-main {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.about-header-item {
    /* border-right: 1px solid #9D9CB4; */
    padding-right: 16px;
    display: flex;
    align-items: center
}

.about-header-title {
    color: #4E485A;
    font-family: Poppins;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
}

.about-header-desc {
    color: #4E485A;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cinfo {
    padding-top: 48px;
    padding-bottom: 40px;

    background: linear-gradient(180deg, #E2FCFF -102.96%, #FFF 112.29%);
}

/* .cinfo-col1 {
    flex: 1; 
} */

.cinfo-col2 {
    flex: 1;
}

.cinfo-col3 {
    max-width: 348px;
    border-radius: 16px;
    border: 2px solid #A6D7F0;
    background: linear-gradient(180deg, #FBFDFF 0%, #D9F2FF 100%);

    padding: 24px 20px 13px 20px;
}

.cinfodeanphoto {
    background-image: url(../images/deanbg.svg);
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
}

.cinfodean-dean {
    color: #42474B;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: center;
    margin-top: 6px;
}

.cinfodean-name {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    text-align: center;
}

.cinfodean-edu {
    color: #5A5761;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: center;
}

.cinfodean-message {
    color: #186389;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0;
    margin-top: 8px;

    /* clamp to 3 lines with an ellipsis */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: calc(1.5em * 3);
}

.cinfodeanphoto img {
    width: 96px;
    height: 96px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1.5px solid #81ACC2;
}

.cinfo-left {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.cinfo-college-img {
    width: 290px;
    height: 303px;
    flex-shrink: 0;

    border-radius: 19px;
}

.cinfo-title {
    color: #186389;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.cinfo-desc {
    color: #5C596D;
    font-family: "Public Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    text-transform: capitalize;

    margin-top: 13px;
}

.cinfo-read-more {
    display: block;
    color: #186389;
    font-family: "Public Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    margin-top: 15px;
    text-align: right;
}

.minister-container {
    padding-top: 40px;
    padding-bottom: 45px;
    background-color: #fff3f3;
}

.minister-heading {
    color: #000;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.ministers-grid {
    zoom: 0.8;
    margin-top: -10px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.minister-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-image: url(../images/ministers/bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 340px;
    width: 210px;
    padding-top: 40px;
}

.minister-img {
    width: 180px;
    height: 180px;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: cover;
    /* border: 1px solid #E9E9E9; */
}

.minister-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    white-space: nowrap;
    margin-top: 8px;
}

.minister-desc {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    white-space: nowrap;
}
.news-view-all{
    color: #186389;
    text-decoration: none;
    font-weight: bold;
}
.news {
    background-color: #186389;
    padding-top: 30px;
    padding-bottom: 54px;
}

.news-section-title {
    color: #fff;
    font-weight: bold;
    font-family: poppins;
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
}

.news-card-title-container {
    display: flex;
    gap: 8px;
    align-items: center;
}

.news-card-title-container img {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.news-card {
    border-radius: 5px;
    background: #FCFBFF;
    height: 350px;
    flex-shrink: 0;
    padding: 19px 12px;
}

.news-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
}

.news-card-title {
    color: #3A3A50;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.news-card-body {
    border-radius: 0px 0px 15px 15px;
    /* width: 333px; */
    height: 250px;
    flex-shrink: 0;
    margin-top: 18px;
    padding: 8px 11px;
    /* overflow-y: auto; */
}




.marquee-container-vertical {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.marquee-content-vertical {
    position: absolute;
    width: 100%;
    animation: scrollUp 8s linear infinite;
    /* white-space: nowrap; */
    padding-right: 16px;
}

@keyframes scrollUp {
    from {
        top: 100%;
    }

    to {
        top: -100%;
    }
}

.news-card-body.marquee-container-vertical {
    height: 250px;
}



.news-card-icon1 {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid rgba(214, 100, 38, 0.25);
    padding: 5px;
}

.news-card-icon2 {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.news-card-icon3 {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: scale-down;
}

.news-card-item {
    color: #374759;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    gap: 9px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 20%;

    border-radius: 5px;
    border: 1px solid #D5E9F4;
    background: #F5F9FC;

    margin-bottom: 9px;

    background-repeat: no-repeat;
    background-position: right;

    /* min-height: 85px; */
}

.news-card {
    background-image: url(../images/news/speakerbg.png);
    background-size: 90px 90px;
    background-position-x: 90%;
    background-position-y: 5%;
    background-repeat: no-repeat;
}

/* .news-card-item.one {
    background-image: url(../images/news/speakerbg.png);
    background-size: 86px 86px;
} */


.news-card-item.two {
    background-image: url(../images/news/pdfbg.png);
    background-size: 53px 53px;

}

.news-card-item a {
    color: #5A5761;

    text-decoration: none;
}

.news-new-icon {
    width: 30.023px;
    height: 21px;
    flex-shrink: 0;
    aspect-ratio: 30.02/21.00;
}

.news-card-view-all {
    color: #186389;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    text-align: right;
    padding-right: 5px;
    text-decoration: none;
}

.news-card-view-all:hover {
    color: black;
    cursor: pointer;
}

.dean {
    padding-top: 44px;
    padding-bottom: 52px;
    background-image: url(../images/deansectionbg.png);
    background-size: 100%;
    background-repeat: no-repeat;

}

.deancardinner {
    border-radius: 25px 25px 0 0;
    background: linear-gradient(90deg, #D5F1FF 0%, #FFF 32.76%);
    display: flex;
    gap: 26px;
    min-height: 310px;
    padding-left: 40px;
}

.deaninnerdata {
    display: flex;
    flex-direction: column;
    padding-left: 33px;
    padding-right: 33px;
}

.dean-card {
    border-radius: 5px;
    background: linear-gradient(90deg, #FFF 38.04%, #ECF9FF 100%);
    box-shadow: 0 4px 25.4px 0 rgba(0, 0, 0, 0.10);
    padding: 30px 40px;
}

.dean-header {
    background: #FACF31;
    padding: 12px;
    padding-left: 250px;
}

.dean-photo {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dean-photo-bg {
    width: 236px;
    height: 236px;
    flex-shrink: 0;
    background-color: #C2E2F2;
    border-radius: 50%;
}

.dean-photo img {
    width: 284px;
    height: 285px;
    flex-shrink: 0;
    aspect-ratio: 284/285;
    position: absolute;
    top: 0;
}

.dean-name {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 33px;
}

.dean-edu {
    color: #186389;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.dean-dean {
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.dean-message-lbl {
    color: #186389;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 14px;
}

.dean-message {
    color: #4D4558;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.dean-read-more {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 20px;
    background: linear-gradient(90deg, #186389 0%, #2A8AB8 100%);
    color: #FFF;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.dean-read-more:hover {
    background: linear-gradient(90deg, #2A8AB8 0%, #186389 100%);
    color: #FFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(24, 99, 137, 0.3);
}


.meet-authorities {
    color: #000;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
    border-bottom: 9px solid #186389;
    display: inline-block;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

.team-wrapper {
    padding-top: 34px;
    padding-bottom: 61px;
}


.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 22px;
}

.team-card {
    z-index: 2;

    border-radius: 20px;
    background: #f2fafa;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

    min-width: 260px;
    height: 254px;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 16px;
}

.team-card-image {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 120px;
    border: 5px solid #FFF;
}

.team-card-text1 {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 6px;
}

.team-card-text2 {
    color: #186389;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.team-card-text3 {
    color: #15141B;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.team-card-text4 {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.events-wrapper {
    background-color: #02292E;
    padding-top: 22px;
    padding-bottom: 40px;
    background-image: url(../images/event_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.events-heading {
    color: #FFF;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.events-heading-desc {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.events-desc {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 3px;
}

.events-grid {
    margin-top: 30px;
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(362px, 1fr));
}

.events-card {
    background: #FFF;
    height: 595px;
    padding: 30px 40px;
    border-radius: 14px
}

.events-slider-title {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.events-slider-button {
    background-color: transparent;
    border: none;
    outline: none;
}

.events-slider-button img {
    width: 9.504px;
    height: 22px;
    flex-shrink: 0;
    aspect-ratio: 9.50/22.00;
}

.events-slider-button.left {
    margin-right: 28px;
}

.events-slider-button.left img {
    transform: scaleX(-1);
}

.event-slider-img-wrapper {
    position: relative;
    margin-top: 25px;
    height: 435px;
    overflow: hidden;
}

.event-slider-img-wrapper img {
    width: 100%;
    height: 435px;
    flex-shrink: 0;
    object-fit: cover;

    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.event-slider-img-wrapper img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.event-slider-img-date {
    width: 130px;
    height: 36px;
    flex-shrink: 0;
    background: #650417;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.event-slider-img-caption {
    background: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 56px;
    flex-shrink: 0;
    position: absolute;
    padding: 18px 10px;
    position: absolute;
    bottom: 0;
    left: 0;

    color: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-slider-view-more {
    color: #650417;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 30px;
    display: block;
    text-decoration: none;
}

.event-slider-view-more:hover {
    color: black
}

.upcoming-events-title {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
    display: block;
}

.upcoming-events-item {
    display: flex;
    flex-direction: column;

    border-radius: 12px;
    background: linear-gradient(90deg, #E4F6FF 0%, #FFF 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);


    /* enable smooth hover transitions */
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;

    padding: 21px 19px 14px 19px;
}

.upcoming-events-item-img {
    width: 100%;
    height: 187px;
    flex-shrink: 0;
    border-radius: 6px;
    object-fit: cover;
}

.upcoming-events-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.upcoming-events-item-footer {
    display: flex;
    gap: 11px;
    margin-top: 12px;
    padding-bottom: 13px;
}



.upcoming-events-item-img-wrapper {
    position: relative;
    width: 100%;
    height: 183px;
    flex-shrink: 0;
}

.upcoming-events-item-img-wrapper img {
    width: 100%;
    height: 183px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 12px;
}


.upcoming-event-item-right {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
}

.upcoming-event-item-title {
    color: #010101;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.upcoming-event-item-read-more {
    color: #54545D;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
}

.upcoming-event-item-desc {
    color: #54545D;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 145.455% */

    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}


.upcoming-events-item-date-card {
    width: 52px;
    height: 54px;
    flex-shrink: 0;
}

.upcoming-events-item-date-card-bottom {
    border-radius: 0 0 5px 5px;
    background: #023B58;
    min-height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

.upcoming-events-item-date-card-month {
    border-radius: 5px 5px 0 0;
    background: #FFF;

    color: #9594AB;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    min-height: 18px;
}

.upcoming-events-item-date-card-day {
    color: #FFF;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 7px;
}

.upcoming-events-item-date-card-year {
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;

}

.upcoming-events {
    padding-left: 20px;
    padding-right: 20px;
}

.gallery-wrapper {
    padding-top: 37px;
    padding-bottom: 63px;
    background-image: url(../images/gallery_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
}

.photo-gallery-card {
    border-radius: 11px;
    border: 1px solid #186389;
    background: #FFF;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.05);

    padding: 19px 11px 20px 11px;

    min-height: 432px;
}

.photo-gallery-card-title {
    color: #492600;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.photo-gallery-card-view-all {
    color: #492600;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.event-archive-list {
    margin-top: 25px;
}

.events-view-all {
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;

    border-radius: 5px;
    border: 1px solid #FFF;

    width: 93px;
    height: 33px;
    flex-shrink: 0;

    display: flex;
    justify-content: center;
    align-items: center;
}

.photo-gallery-card-view-all:hover {
    color: #052E34;
    cursor: pointer;
}

.photo-gallery-card-header {
    padding: 0 16px;
}

.photo-gallery-card-image {
    width: 100%;
    height: 159px;
    object-fit: cover;
    border-radius: 10px;

    transition: filter 0.3s ease;

}

.photo-gallery-card-image:hover {
    filter: brightness(1.2) !important;
}

.photo-gallery-card-body {
    padding-top: 20px;
}

.photo-gallery-card-image-wrapper {
    padding-bottom: 20px;
    height: 170px;
    overflow: hidden;
    border-radius: 10px;

}

.photo-gallery-video {
    width: 100%;
    height: 159px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.photo-gallery-video iframe {
    width: 100%;
    height: 159px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 16px;
}

.association-logo-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.association-logo-wrapper img {
    height: 80px;
    min-width: 80px;
    object-fit: scale-down;
}

.association-logo-wrapper-wrapper {
    background-color: #9FCCE3;
}

.association-logo-card {
    border-radius: 10px;
    /* background: #FFF; */
    padding: 7px 12px;
    max-height: 87px;
    min-height: 87px;
    height: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.association-logo-card img {
    width: 100%;
    max-height: 68px;
    object-fit: cover;
}



.muhs-logo {
    width: 82px;
    height: 90px;
    flex-shrink: 0;
    aspect-ratio: 41/45;
}

.nmc-logo {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.yoga-logo {
    width: 95px;
    height: 95px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.abha-logo {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.mh-logo {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.pmjay-logo {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.di-logo {
    width: 265px;
    height: 90px;
    flex-shrink: 0;
}

.footer-wrapper {
    background-image: url(../images/footerbg.png);
}

.footer-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.footer-header-title {
    color: #FDFEFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.footer-container {
    padding-top: 30px;
    padding-bottom: 25px;
}

.footer-header-social {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    justify-content: flex-end;
}

.footer-header-social-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.footer-header-social-link {
    text-decoration: none;
}

.footer-header-social-link img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    object-fit: scale-down;
}

.footer-header-line {
    opacity: 0.2;
    background: #FFF;
    height: 1px;
    margin-top: 24px;
    margin-bottom: 21px;
}

.footer-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}


.woman-safety-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 0px;
}

.woman-safety-title2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
    margin-left: 30px;
    display: block;
    margin-top: 10px;
}

.woman-safety-qr-code {
    height: 130px;
    width: 130px;
    border-radius: 5px;
}


.footer-desc {
    color: #CCC;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;

}

.footer-read-more {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    margin-top: 21px;
    text-decoration: none;
}

.footer-wcag-logo {
    width: 84px;
    height: 84px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    margin-top: 6px;
}

.footer-link {
    color: #C1D2E6;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 12px;
    text-decoration: none;
}

.footer-link:hover {
    color: white;
}

.footer-address {
    color: #C1D2E6;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 175% */
}

.footer-location-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 12px;
}

.footer-map {
    width: 100%;
    height: 80px;
    margin-top: 6px;
    margin-bottom: 6px;
    border-radius: 5px;
}

.footer2links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer2link {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.footer2linkborder {
    border-right: 1px white solid;
}

.footer2copyright {
    color: #CCC;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 0;
}

.footer2data {
    margin-top: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    align-items: center;
}

.footer2data span {
    color: #CCC;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.footer2datadot {
    width: 5px;
    height: 5px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #D9D9D9;
}


.footer-container-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 0.1px solid rgba(255, 255, 255, 0.2);

}

.footer-bottom-text {
    color: #CCC;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.footer-bottom-text-sitemap {
    text-decoration: none;
    padding-right: 6px;
    border-right: 1px solid #665F5F;
}


.footer-social-icon {
    width: 130px;
    height: 38px;
    flex-shrink: 0;
    margin-bottom: 21px;
}

.department-wrapper {
    /* background-image: url(../images/department_bg.png); */
    /* background-position: top; */
    /* background-size: 100% auto; */
    padding-bottom: 30px;
    /* background-repeat: no-repeat; */
}

.section-heading {
    color: #3F1111;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 0px;
}

.section-heading.left {
    text-align: left;
    justify-content: start;
}

.about-college-name {
    color: #063952;
    text-align: center;
    font-family: "Lexend Deca";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.about-college-img {
    width: 100%;
    border-radius: 8px;
    margin-top: 28px;
}

.about-college-desc {
    color: #186389;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-top: 30px;
}

.about-gradient-container {
    background: linear-gradient(359deg, #EDFCFF 5.01%, #FFF 98.41%);
    padding-bottom: 36px;
}

.about-section-2 {
    padding-top: 50px;
}

.about-history-text {
    color: #92878B;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 9px;
    display: block;
}

.about-history-img {
    width: 158.06px;
    height: 189px;
    flex-shrink: 0;
    aspect-ratio: 158.06/189.00;
}

.about-info-title {
    color: #3F1111;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    border-left: 4px solid #186389;
    padding-left: 8px;
}

.about-info-desc {
    color: #312B2B;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
    margin-bottom: 40px;
}


.dept-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #D3F0FF;
    background: #EBF8FF;
    width: 100%;
    height: 75px;
    text-decoration: none;
    flex-shrink: 0;
    color: #023B58;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.3s ease-out;
    padding: 14px;
    text-align: center;
}

.dept-link:hover {
    background: #023B58;
    color: #fff;
    box-shadow: 0 6px 12px rgba(0, 85, 145, 0.2);
    transform: translateY(-2px);
}


.dropdown:hover .dropdown-menu {
    display: block;
}


.footer-ssl-logo {
    width: 101px;
}


.contact-icon-circle {
    width: 55px;
    height: 55px;
    background-color: #0689A6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.contact-icon-circle img {
    width: 29px;
    height: 29px;
    filter: brightness(0) invert(1);
}

.contact-card-title {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-us-address-card {
    min-height: 200px;
    padding: 25px 18px;
    margin-bottom: 20px;

    border-radius: 5px;
    border: 1px solid #D3F0FF;
    background: #EBF8FF;
}

.contact-us-address-card-val {
    color: #095761;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    text-transform: none;
}

.contact-card-row {
    padding: 20px 20px;
    border-radius: 10px;

    padding-top: 33px;
}

.contact-us-map {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.about-us-page-desc {
    color: #6A5E7E;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}


.about-us-page-card {
    padding: 14px 25px;
    border-radius: 10px;
    background: #F4F8FB;
    margin-bottom: 24px;
}

.about-us-page-card-title {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}


.about-us-page-card-desc {
    color: #5C596D;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.about-page-footer {
    background-image: url(../images/about/about_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 16px;
    background-color: #186389;

}

.about-footer-img {
    border-radius: 10px;
    border: 2px solid #FFF;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    height: 165px;
    width: 100%;
    object-fit: cover;
}


.about-footer-big-img {
    width: 100%;
}

.rti-page-img {
    text-align: center;
}

.rti-page-img img {
    width: 100%;
}


.table-custom {
    border-collapse: collapse;
    border: 1px solid #C1C3E9;
}

.table-custom th,
.table-custom td {
    border: none;
}

.table-custom thead th {
    background: #14587A;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    padding: 15px;
    padding-top: 17px !important;
}

.table-custom tbody td {
    padding: 9px;
    color: #13658F;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    vertical-align: middle;
}

.table-custom tbody td a {
    padding: 9px;
    color: #13658F;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    vertical-align: middle;
}

.table-custom tbody td a:hover {
    padding: 9px;
    color: #13658F;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    vertical-align: middle;
}

.table-custom td:first-child,
.table-custom th:first-child {
    padding-top: 9px;
    padding-left: 30px;
}


.table-custom.table-striped tbody tr:nth-child(odd) td {
    background: transparent !important;
}

.table-custom.table-striped tbody tr:nth-child(odd) {
    background: #F0FAFF !important;
}

.table-custom.table-striped tbody tr:nth-child(odd) th {
    background: #F0FAFF !important;
}




/* for notmal table */


table th:first-child {
    border: none !important;
}

.wp-block-table th {
    border: none !important;
}

table {
    border-collapse: collapse;
    border: 1px solid #C1C3E9;
}

table th,
table td {
    border: none;
}

table thead tr {
    background: linear-gradient(90deg, #14587A 0%, #0689A6 100%);
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    padding: 15px;
    padding-top: 17px !important;
}

table tbody td {
    padding: 9px;
    color: #13658F;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    vertical-align: middle;
}

table tbody td a {
    padding: 9px;
    color: #13658F;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    vertical-align: middle;
}

table tbody td a:hover {
    padding: 9px;
    color: #13658F;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    vertical-align: middle;
}

table td:first-child,
table th:first-child {
    padding-top: 9px;
    padding-left: 30px;
}


table tbody tr:nth-child(odd) td {
    background: transparent !important;
}

table tbody tr:nth-child(odd) {
    background: #F0FAFF !important;
}



.courses-main-title {
    width: 204px;
    height: 51px;
    flex-shrink: 0;
    background-image: url(../images/courses_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;

    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 16px;
}

.courses-table-top-margin {
    margin-top: 20px;
}

.courses-main-title2 {
    color: #000;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 40px;
    margin-bottom: 12px;
    display: block;
}

.maintenance-page-img {
    text-align: center;
    margin-top: 70px;
}

.maintenance-page-img img {
    max-width: 600px;
    width: 100%;
}

.maintenance-page-text {
    color: #C4C4C4;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 70px;
}

.table-view-btn {
    border-radius: 5px;
    border: 1px solid #186389 !important;
    background: #186389;
    flex-shrink: 0;
    color: white !important;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    padding: 0px 12px !important;
    width: 70px;
    text-decoration: none;
    text-align: center;
}

.footer-visitor-count {
    font-size: 16px;
}

.no-news-data {

    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.no-news-data img {
    width: 200px;
}

.no-news-data span {
    font-family: Poppins;
    font-size: 14px;
    color: #ccc;
}

.wcag-btn {
    display: none;
    /* to hide original button which come with script */
}

/* .wcag-custom-btn {
    visibility: hidden; 
} */

.accessibility-wait {
    display: none;
}

.wcag-custom-btn img {
    height: 25px;
    width: 25px;
    margin-right: 5px;
}

.dropdown-item {
    font-size: 14px;
}

.cinfodean-read-more {
    display: inline-block;
    margin-top: 10px;
    color: #186389;
    font-family: "Public Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
    text-align: center;
    width: 100%;
}

.cinfodean-read-more:hover {
    color: #2A8AB8;
    text-decoration: underline;
}

.path-for-page {
    justify-content: start !important;
}

.path {
    display: flex;
    justify-content: center;
    color: #959595;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin-top: 10px;
}

.path * {
    color: #959595;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.about-welcome {
    color: #186389;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 17px;
    text-align: center;
}

.departments-page-grid {
    margin-top: 40px;
}

.nursing-hero-img {
    max-width: 650.47px;
    border-radius: 8px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
}

.about-nursing {
    color: #102E43;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 38px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.nursing-list-heading {
    color: #186389;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.nursing-list-section {
    padding-top: 40px;
    padding-bottom: 60px;
}

.nursing-list-item {
    color: #312B2B;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}


.table-nursing {
    width: 100%;
}

.table-nursing * {
    color: #312B2B;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nursing-table-header {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.page-children {
    background: #186389;
    list-style: none;
    padding: 0 16px;
    border-radius: 5px;
    padding-bottom: 16px;
    padding-top: 16px;
}

.page-children li {
    border-bottom: 0.2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 6px;
    padding-top: 6px;
}

.page-children li:last-child {
    border-bottom: none;
}

.page-children li a,
.page-children li {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
}


.page-child-selected {
    text-decoration: none;
    color: #FFF !important;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600 !important;
    text-transform: capitalize;
    text-decoration: none;
}


@media (max-width: 1024px) {

    .header-main-logo {
        margin-left: 20px;
    }

    .header-main-logos {
        display: none;
    }

    .college-info-card {
        margin-bottom: 40px;
    }

    .news-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .deans-message-card {
        flex-wrap: wrap;
        height: auto;
    }



    .navbar-toggler {
        color: white;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar-toggler-icon {
        filter: invert(100%);
        /* Makes it white */
    }

    .team-card {
        margin: 16px auto;
    }

    .events-card {
        height: auto;
    }

    .upcoming-events {
        margin-top: 30px;
    }

    .gallery-wrapper {
        background-repeat: repeat-y;
    }

    .photo-gallery-card {
        margin-bottom: 20px;
    }

    .association-logo {
        margin-bottom: 16px;
    }
}



@media (min-width: 768px) {
    .navbar-margin {
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-brand {
        display: none;
    }
}

@media (max-width: 768px) {

    .navbar-margin {
        width: 100%;
    }

    .navbar-toggler {
        float: right;
    }



    .deaninnerdata {
        padding-top: 20px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .deancardinner {
        display: flex;
        flex-direction: column;
        padding-left: 0;

    }



    .hero-img img {
        height: auto;
    }

    .dean-header,
    .dean-message {
        padding-left: 12px;
    }

    .header-left {
        margin-left: 16px;
        margin-right: 16px;
        zoom: 0.8;
        padding-left: 20px;
    }

    .header-main-logos {
        display: none;
    }

    .header-main-logo {
        margin-left: 0px;
    }

    .footer-bottom-text-sitemap {
        border: none;
    }

    .header-top-item.left-line {
        border: none!important
    }

    .header-top-item.right-line {
        border: none!important
    }

    .header-top-content {
        flex-direction: column;
        align-items: start;
    }


    .header-top,
    .header-main,
    .main-nav,
    .about-header,
    .college-info,
    .news,
    .deans-message-wrapper,
    .team-wrapper,
    .events-wrapper,
    .gallery-wrapper,
    .association-logo-wrapper,
    .footer-container,
    .footer-container-2 {
        padding-left: 16px;
        padding-right: 16px;
    }



    .header-main {
        background-image: none
    }

    .header-main .container {
        background-image: none
    }

    .photo-gallery-card {
        height: auto;
    }

    .association-logo {
        margin-bottom: 16px;
    }

}

.news-date {
    color: #186389;
    margin-top: 4px;
}



.form-card {
    border: 1px solid #DEF1FF;
    background: #FAFDFF;
    padding: 25px;
}

.form-btn {
    border-radius: 5px;
    background: #072B30;
    border: 1px solid #072B30;
    width: 100%;
    color: #FFF;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 50px;
}

.form-btn:hover {
    background-color: #072B30;
    border: 1px solid #072B30;
}

.form-control {
    border-radius: 3px;
    border: 1px solid #EDEAF6;
    background: #FFF;
    height: 53px;
}

.form-control::placeholder {
    color: #767785;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.event-single {
    display: flex;
    flex-direction: column;

}

.event-single-date {
    background: #FECD00;
    width: 109px;
    height: 28px;
    flex-shrink: 0;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-single-title {
    color: #000;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    margin-top: 5px;
}

.event-single-image {
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-top: 20px;
}

.event-single-desc {
    color: #54545D;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 20px;
}

.event-archive-item {
    display: flex;
    flex-direction: column;
    height: 414px;
    padding: 20px;
    position: relative;
    transition: transform 0.25s cubic-bezier(0.4, 0.2, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0.2, 0.2, 1);

    border-radius: 10px;
    border: 1px solid #D5D3E6;
    background: #FFF;
    box-shadow: 0 4px 11.1px 0 rgba(0, 0, 0, 0.25);

    position: relative;
}

.event-archive-item:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
}

.event-archive-new {
    width: 55px;
    height: 56px;
    flex-shrink: 0;
    aspect-ratio: 55/56;

    left: 0;
    top: 0;
    position: absolute;
    z-index: 4;
}

.event-archive-item-img-wrapper {
    position: relative;

}

.event-archive-item-img {
    width: 100%;
    height: 197px;
    object-fit: cover;
    border-radius: 5px;
}

.event-archive-item-date {
    border-radius: 5px;
    background: #186389;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 43px;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.event-archive-item-title {
    color: #023B58;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;

    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    border-radius: 5px;
    border: 1px solid #BBE8FF;
    background: linear-gradient(90deg, #E1F4FE 0%, #F5FCFF 100%);

    padding: 5px;
}


.event-archive-item-desc {
    color: #54545D;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    margin-top: 7px;
    margin-bottom: 0px;
    padding-bottom: 0px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-archive-item-read-more {
    color: #023B58;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    bottom: 25px;
    right: 20px;
    position: absolute;
    text-decoration: none;
}

.event-archive-item-read-more:hover {
    color: black
}

.pagination {
    --bs-pagination-color: #072B30;
    --bs-pagination-hover-color: rgb(5, 39, 90);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #072B30;
    --bs-pagination-active-border-color: #072B30;
}

.gallery-archive-list {
    margin-top: 25px;
}

.gallery-archive-list div {
    overflow: hidden;
    border-radius: 4px;
}

.gallery-archive-image {

    width: 100%;
    height: 300px;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

    border-radius: 10px;
    border: 1px solid #D5D3E6;
    background: #FFF;
    box-shadow: 0 4px 11.1px 0 rgba(0, 0, 0, 0.25);
    padding: 5px;
}

.gallery-archive-image:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 1;
}

.archive-video {
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(196, 196, 196, 0.00) 46.14%, #000 99.66%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 238px;
    flex-shrink: 0;
}

.archive-video iframe {
    width: 100%;
    height: 238px;
    object-fit: cover;
}


.fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fullscreen-overlay img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.fullscreen-overlay-close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 3rem;
    color: white;
    cursor: pointer;
    z-index: 10000;
}

/* dark mode css */
body.dark-mode * {
    background: #121212 !important;
    background-color: #121212 !important;
    color: #f5f5f5 !important;
}

body.dark-mode * {
    color: #f5f5f5 !important;
}

.library-links a {
    font-size: large;
    text-decoration: none;
}


/* topiwala new classes */
.pgal {
    background: linear-gradient(0deg, #FFF 0%, #BADEF0 100%);
    padding-top: 31px;
    padding-bottom: 30px;
}

.pgaltitle {
    color: #023B58;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    display: inline-block;

    border-left: 5px solid #023B58;
    border-right: 5px solid #023B58;
    padding-left: 16px;
    padding-right: 16px;
}

.pgalitem {
    border-radius: 25px 5px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

    flex-shrink: 0;

    padding: 6px 6px 9px 6px;
}

.pgalitem img {
    width: 100%;
    height: 160px;
    border-radius: 25px 5px;
    object-fit: cover;
}

.pgalgrid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(276px, 1fr));
    row-gap: 28px;
    column-gap: 8px;
}

.pgalviewbtn {
    border-radius: 5px;
    background: #186389;

    width: 93px;
    height: 33px;
    flex-shrink: 0;

    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-left: auto;
    margin-right: auto;
    margin-top: 42px;
}


.vgal {
    border-radius: 5px;
    background-color: #023B58;
    box-shadow: 0 4px 11.6px 0 rgba(0, 0, 0, 0.10);
    padding-top: 26px;
    padding-bottom: 47px;
    background-image: url(../images/vgalbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.vgalheader {
    display: flex;
    justify-content: space-between;

}

.vgaltitle {
    color: #FFF;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.vgallink {
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    text-decoration: none;
    margin-bottom: 0;

}

.vgalgrid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 18px;
}

.vgalitem {
    min-width: 340px;
    height: 205px;

    border-radius: 5px;
    border: 5px solid #B4D9EB;
}

.vgalitem iframe {
    width: 100%;
    height: 100%;
}



marquee {
    margin-top: 6px;
    width: 100%;
}

.marquee-wrapper-header {
    background: #F0FAFF;
}

.marquee-wk-container {
    background: #F0FAFF;
    /* border: 1px solid #000000; */
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    /* padding: 0 3px 0 3px; */
    display: flex;
    align-items: center;
}

.marquee-wk-main-runtext {
    margin: 0 auto;
    overflow: visible;
    position: relative;
    /* height: 40px; */
    flex: 1 1 auto;
}

/* Label shown at the start of the marquee */
.marquee-label {
    background: #082C3F;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 14px;
    margin-right: 12px;
    white-space: nowrap;
}

.marquee-wk-container .holder {
    position: relative;
    overflow: visible;
    display: inline;
    float: left;

}

.marquee-wk-container .holder .marquee-wk-text-container {
    display: inline;
}

.marquee-wk-container .holder a {
    text-decoration: none;
    color: #083952;
    font-family: Quando;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.marquee-wk-container .holder a:hover {
    color: #083952;
}

.marquee-wk-text-container {
    margin: 0 10px 0 10px;
}

.marquee-wk-text-container a:before {
    content: '';
    height: 11px;
    width: 11px;
    display: inline-block;
    background-color: #083952;
    border-radius: 100%;
    position: relative;
    margin-right: 8px;
    bottom: -2px;
}

.marquee-wk-text-container a:hover::before {
    background-color: #083952;
}

/* New badge for menu items (text fallback) */
.marquee-new-badge {
    background: #ef4444;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 999px;
    margin-left: 6px;
    vertical-align: middle;
    display: inline-flex;
    line-height: 1;
    animation: blink 1.5s infinite;
    margin-right: 14px;
}

/* Image-based "new" badge */
.marquee-new-icon {
    width: 30px;
    margin-left: -6px;
    margin-right: 6px;
    /* animation: blink 1.5s infinite; */
}

@keyframes blink {

    0%,
    50% {
        opacity: 1;
    }

    51%,
    100% {
        opacity: 0.6;
    }
}




/* fixed social*/
#fixed-social {
    position: fixed;
    top: 50%;
    z-index: 3;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
}

#fixed-social a:hover>span {
    visibility: visible;
    left: 41px;
    opacity: 1;
}

#fixed-social a span {
    line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}

.fixed-facebook {
    background-color: #0866ff;
}

.fixed-facebook span {
    background-color: #0866ff;
}

.fixed-twitter {
    background-color: #000;

}

.fixed-twitter span {
    background-color: #000;
}

.fixed-gplus {
    background-color: #00AF54;

}

.fixed-gplus span {
    background-color: #00AF54;
}

.fixed-linkedin {
    background-color: #FFC41E;

}

.fixed-linkedin span {
    background-color: #FFC41E;
}

.fixed-instagrem {
     background:
        radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 100%, #285AEB 90%),
        linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;

}

.fixed-instagrem span {
    background:
        radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%),
        linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;

}

.fixed-tube {
    background-color: #fd0335;

}

.fixed-tube span {
    background-color: #fd0335;
}

.fixed-tumblr {
    background-color: #EB1471;

}

.fixed-tumblr span {
    background-color: #EB1471;
}

/*end fixed social*/
/* --- New Latest News & Facebook Section --- */
.news-update-section {
    background-color: #186389;
    padding: 50px 0;
}

.news-update-heading {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.news-update-container {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.news-col-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #444;
    margin-bottom: 25px;
}

/* List Items (News & Events) */
.update-list-item {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    transition: background 0.3s;
}

.update-list-item:last-child {
    border-bottom: none;
}

.update-list-item:hover {
    background: #f9fcff;
}

.update-icon-circle {
    background-color: #186389;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
}

.update-icon-circle img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
    /* Make icon white */
}

.update-content {
    flex-grow: 1;
}

.update-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
}

.update-title:hover {
    color: #186389;
}

.update-date {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #186389;
    font-weight: 500;
    display: block;
}

.new-badge {
    margin-left: auto;
    width: 30px;
    padding-left: 5px;
    flex-shrink: 0;
}

/* Facebook Card */
.fb-card-mockup {
    /* border: 1px solid #e1e8ed; removed - using shadow only */
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.fb-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.fb-card-content {
    padding: 15px;
}

.fb-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.fb-logo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.fb-title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.fb-date {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #999;
}

.fb-text {
    font-family: 'Open Sans', sans-serif;
}

/*end fixed social*/
/* --- New Latest News & Facebook Section --- */
.news-update-section {
    background-color: #186389;
    padding: 50px 0;
}

.news-update-heading {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.news-update-container {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.news-col-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #444;
    margin-bottom: 25px;
}

/* List Items (News & Events) */
.update-list-item {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    transition: background 0.3s;
}

.update-list-item:last-child {
    border-bottom: none;
}

.update-list-item:hover {
    background: #f9fcff;
}

.update-icon-circle {
    background-color: #186389;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
}

.update-icon-circle img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
    /* Make icon white */
}

.update-content {
    flex-grow: 1;
}

.update-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
}

.update-title:hover {
    color: #186389;
}

.update-date {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #186389;
    font-weight: 500;
    display: block;
}

.new-badge {
    margin-left: auto;
    width: 30px;
    padding-left: 5px;
    flex-shrink: 0;
}

/* Facebook Card */
.fb-card-mockup {
    /* border: 1px solid #e1e8ed; removed - using shadow only */
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.fb-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.fb-card-content {
    padding: 15px;
}

.fb-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.fb-logo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.fb-title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.fb-date {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #999;
}

.fb-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}

.fb-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background-color: #1877f2;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 11px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.fb-btn:hover {
    color: #fff;
    background-color: #166fe5;
}

/* Force Layout Fixes */
.news-update-container .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-right: -15px;
    margin-left: -15px;
}

.news-update-container .col-lg-4 {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .news-update-container .col-lg-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 30px;
    }
}

/* Uniform Card Styling for all 3 columns */
.news-list-container,
.events-list-container,
.fb-card-mockup {
    /* border: 1px solid #e1e8ed; removed as per user request */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    height: 400px;
    /* Fixed uniform height for all */
    display: flex;
    flex-direction: column;
}

/* Adjust Facebook specific inner layout if needed */
.fb-card-mockup .fb-card-content,
.fb-card-mockup .position-relative {
    width: 100%;
}

/* Marquee Animation for News & Events */
.marquee-wrapper {
    height: 100%;
    /* Fill the card */
    overflow: hidden;
    position: relative;
    margin: 0;
    /* consistent */
}

.marquee-content {
    animation: marqueeVertical 30s linear infinite;
}

.marquee-wrapper:hover .marquee-content {
    animation-play-state: paused;
}

@keyframes marqueeVertical {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

/* Ensure card column heights match */
.news-update-container .col-lg-4 {
    height: 100%;
}/ *   - - -   M S W   D e p a r t m e n t   P a g e   S t y l e s   - - -   * / 
 
 
 
 / *   B r e a d c r u m b s   * / 
 
 . b r e a d c r u m b _ w r a p   { 
 
         p a d d i n g :   2 0 p x   0 ; 
 
         b a c k g r o u n d - c o l o r :   # f 9 f 9 f 9 ; 
 
         m a r g i n - b o t t o m :   3 0 p x ; 
 
 } 
 
 
 
 . b r e a d c r u m b _ c o n t e n t   { 
 
         d i s p l a y :   f l e x ; 
 
         f l e x - d i r e c t i o n :   c o l u m n ; 
 
 } 
 
 
 
 . b r e a d c r u m b _ t i t l e   { 
 
         c o l o r :   # 1 8 6 3 8 9 ; 
 
         f o n t - f a m i l y :   P o p p i n s ; 
 
         f o n t - s i z e :   2 4 p x ; 
 
         f o n t - w e i g h t :   7 0 0 ; 
 
         l i n e - h e i g h t :   n o r m a l ; 
 
         m a r g i n - b o t t o m :   8 p x ; 
 
 } 
 
 
 
 . b r e a d c r u m b _ n a v   { 
 
         d i s p l a y :   f l e x ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         l i s t - s t y l e :   n o n e ; 
 
         p a d d i n g :   0 ; 
 
         m a r g i n :   0 ; 
 
         f l e x - w r a p :   w r a p ; 
 
 } 
 
 
 
 . b r e a d c r u m b _ n a v   l i   { 
 
         f o n t - f a m i l y :   P o p p i n s ; 
 
         f o n t - s i z e :   1 3 p x ; 
 
         f o n t - w e i g h t :   4 0 0 ; 
 
         c o l o r :   # 6 6 6 ; 
 
         d i s p l a y :   f l e x ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
 } 
 
 
 
 . b r e a d c r u m b _ n a v   l i   a   { 
 
         c o l o r :   # 1 8 6 3 8 9 ; 
 
         t e x t - d e c o r a t i o n :   n o n e ; 
 
         t r a n s i t i o n :   c o l o r   0 . 2 s ; 
 
 } 
 
 
 
 . b r e a d c r u m b _ n a v   l i   a : h o v e r   { 
 
         c o l o r :   # 0 d 4 2 5 c ; 
 
 } 
 
 
 
 . b r e a d c r u m b _ n a v   l i + l i : : b e f o r e   { 
 
         c o n t e n t :   ' \ 2 0 3 A ' ; 
 
         / *   C h e v r o n   r i g h t   * / 
 
         m a r g i n :   0   1 0 p x ; 
 
         f o n t - s i z e :   1 6 p x ; 
 
         c o l o r :   # 9 9 9 ; 
 
         l i n e - h e i g h t :   1 ; 
 
 } 
 
 
 
 . b r e a d c r u m b _ n a v   l i . a c t i v e   { 
 
         c o l o r :   # 3 3 3 ; 
 
         f o n t - w e i g h t :   5 0 0 ; 
 
 } 
 
 
 
 / *   G l o b a l   F o n t   O v e r r i d e   f o r   t h i s   p a g e   * / 
 
 . m s w - d e p t - p a g e   { 
 
         f o n t - f a m i l y :   ' P o p p i n s ' ,   s a n s - s e r i f ; 
 
 } 
 
 
 
 / *   W e l c o m e   S e c t i o n   S t y l e s   * / 
 
 . w e l c o m e - s e c t i o n   { 
 
         b a c k g r o u n d - c o l o r :   # f f f ; 
 
         p a d d i n g - t o p :   6 0 p x ; 
 
         p a d d i n g - b o t t o m :   1 0 0 p x ; 
 
 } 
 
 
 
 . w e l c o m e - h e a d i n g   { 
 
         c o l o r :   # 0 0 0 ; 
 
         f o n t - w e i g h t :   6 0 0 ; 
 
         / *   C r i s p   b o l d   * / 
 
         f o n t - s i z e :   3 2 p x ; 
 
         / *   S l i g h t l y   l a r g e r   * / 
 
         m a r g i n - b o t t o m :   3 0 p x ; 
 
         t e x t - a l i g n :   c e n t e r ; 
 
         f o n t - f a m i l y :   ' P o p p i n s ' ,   s a n s - s e r i f ; 
 
 } 
 
 
 
 . w e l c o m e - q u o t e - w r a p p e r   { 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         m a x - w i d t h :   9 0 0 p x ; 
 
         m a r g i n :   0   a u t o ; 
 
         p a d d i n g :   0   1 5 p x ; 
 
 } 
 
 
 
 / *   Q u o t e   I c o n s   * / 
 
 . q u o t e - i c o n   { 
 
         p o s i t i o n :   a b s o l u t e ; 
 
         f o n t - s i z e :   1 4 0 p x ; 
 
         c o l o r :   # f 7 f 7 f 7 ; 
 
         / *   E x t r e m e l y   l i g h t   g r e y   * / 
 
         z - i n d e x :   0 ; 
 
         l i n e - h e i g h t :   1 ; 
 
         f o n t - f a m i l y :   s e r i f ; 
 
         / *   K e e p   s e r i f   f o r   q u o t e s   * / 
 
         f o n t - w e i g h t :   7 0 0 ; 
 
         p o i n t e r - e v e n t s :   n o n e ; 
 
 } 
 
 
 
 . q u o t e - i c o n . l e f t   { 
 
         t o p :   - 5 0 p x ; 
 
         l e f t :   - 7 0 p x ; 
 
 } 
 
 
 
 . q u o t e - i c o n . r i g h t   { 
 
         b o t t o m :   - 5 0 p x ; 
 
         r i g h t :   - 7 0 p x ; 
 
         t r a n s f o r m :   r o t a t e ( 1 8 0 d e g ) ; 
 
         / *   I f   i t ' s   a   c l o s i n g   q u o t e   * / 
 
         d i s p l a y :   b l o c k ; 
 
         / *   M a k e   s u r e   i t ' s   v i s i b l e   b a s e d   o n   d e s i g n   c h e c k   * / 
 
         t o p :   - 2 0 p x ; 
 
         r i g h t :   - 7 0 p x ; 
 
         t r a n s f o r m :   n o n e ; 
 
 } 
 
 
 
 
 
 . w e l c o m e - t e x t   { 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         z - i n d e x :   1 ; 
 
         c o l o r :   # 5 5 5 ; 
 
         f o n t - s i z e :   1 5 p x ; 
 
         l i n e - h e i g h t :   1 . 7 ; 
 
         t e x t - a l i g n :   c e n t e r ; 
 
         f o n t - w e i g h t :   4 0 0 ; 
 
         m a x - w i d t h :   8 5 0 p x ; 
 
         m a r g i n :   0   a u t o ; 
 
 } 
 
 
 
 / *   A b o u t   U s   C a r d   S t y l e s   * / 
 
 . a b o u t - u s - c a r d   { 
 
         b a c k g r o u n d :   # f 4 f c f f ; 
 
         / *   V e r y   p r e c i s e   l i g h t   b l u e   * / 
 
         b o r d e r - r a d i u s :   6 p x ; 
 
         b o x - s h a d o w :   0   5 p x   3 0 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 0 5 ) ; 
 
         / *   V e r y   d i f f u s e   s h a d o w   * / 
 
         m a r g i n - t o p :   4 0 p x ; 
 
         o v e r f l o w :   h i d d e n ; 
 
 } 
 
 
 
 / *   . r o w . g - 0   s t y l e s   s h o u l d   b e   h a n d l e d   b y   B o o t s t r a p   u s u a l l y ,   b u t   e n f o r c i n g   r e s e t t i n g   p a d d i n g   f o r   t h i s   c a r d   * / 
 
 . a b o u t - u s - c a r d   . r o w . g - 0   { 
 
         m a r g i n - r i g h t :   0 ; 
 
         m a r g i n - l e f t :   0 ; 
 
 } 
 
 
 
 . a b o u t - u s - c a r d   . r o w . g - 0 > . c o l - m d - 5 , 
 
 . a b o u t - u s - c a r d   . r o w . g - 0 > . c o l - m d - 7   { 
 
         p a d d i n g - r i g h t :   0 ; 
 
         p a d d i n g - l e f t :   0 ; 
 
 } 
 
 
 
 . a b o u t - i m g - w r a p p e r   { 
 
         h e i g h t :   1 0 0 % ; 
 
         m i n - h e i g h t :   1 0 0 % ; 
 
         d i s p l a y :   f l e x ; 
 
         / *   E n s u r e   f o n t - s i z e   0   d o e s n ' t   a f f e c t   * / 
 
 } 
 
 
 
 . a b o u t - i m g - w r a p p e r   i m g   { 
 
         w i d t h :   1 0 0 % ; 
 
         h e i g h t :   1 0 0 % ; 
 
         o b j e c t - f i t :   c o v e r ; 
 
         d i s p l a y :   b l o c k ; 
 
         / *   I n   t h e   i m a g e ,   t h e   i m a g e   t a k e s   u p   f u l l   h e i g h t   * / 
 
 } 
 
 
 
 . a b o u t - c o n t e n t   { 
 
         / *   M o r e   p a d d i n g   o n   l e f t / r i g h t   * / 
 
         p a d d i n g :   5 0 p x   6 0 p x ; 
 
 } 
 
 
 
 . a b o u t - t i t l e   { 
 
         c o l o r :   # 0 3 2 d 2 d ; 
 
         / *   D e e p   g r e e n i s h   b l a c k   * / 
 
         f o n t - w e i g h t :   6 0 0 ; 
 
         f o n t - s i z e :   2 6 p x ; 
 
         m a r g i n - b o t t o m :   2 0 p x ; 
 
         f o n t - f a m i l y :   ' P o p p i n s ' ,   s a n s - s e r i f ; 
 
 } 
 
 
 
 . a b o u t - d e s c   { 
 
         c o l o r :   # 3 b 4 b 5 a ; 
 
         / *   C o o l   g r a y   * / 
 
         f o n t - s i z e :   1 4 p x ; 
 
         l i n e - h e i g h t :   1 . 8 ; 
 
         t e x t - a l i g n :   l e f t ; 
 
         m a r g i n :   0 ; 
 
         f o n t - w e i g h t :   4 0 0 ; 
 
 } 
 
 
 
 / *   V i s i o n   &   M i s s i o n   S t y l e s   * / 
 
 . v m - c a r d   { 
 
         b a c k g r o u n d :   # f f f ; 
 
         b o r d e r :   1 p x   s o l i d   # b c e 0 f d ; 
 
         / *   L i g h t   b l u e   b o r d e r   * / 
 
         b o r d e r - r a d i u s :   8 p x ; 
 
         p a d d i n g :   3 5 p x ; 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         o v e r f l o w :   h i d d e n ; 
 
         h e i g h t :   1 0 0 % ; 
 
 } 
 
 
 
 . v m - i c o n   { 
 
         m a r g i n - b o t t o m :   2 0 p x ; 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         z - i n d e x :   2 ; 
 
 } 
 
 
 
 / *   F a l l b a c k   S V G   s t y l i n g   i f   u s e d   d i r e c t l y   * / 
 
 . v m - s v g - i c o n   { 
 
         d i s p l a y :   b l o c k   ! i m p o r t a n t ; 
 
         s t r o k e :   # 0 e 3 f 5 9 ; 
 
 } 
 
 
 
 . v m - i c o n   s v g   { 
 
         w i d t h :   4 5 p x ; 
 
         h e i g h t :   4 5 p x ; 
 
         s t r o k e - w i d t h :   2 p x ; 
 
 } 
 
 
 
 . v m - t i t l e   { 
 
         c o l o r :   # 0 b 5 e 8 6 ; 
 
         / *   L i g h t   B l u e   /   T e a l   v a r i a n t   * / 
 
         f o n t - s i z e :   2 2 p x ; 
 
         f o n t - w e i g h t :   7 0 0 ; 
 
         m a r g i n - b o t t o m :   1 5 p x ; 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         z - i n d e x :   2 ; 
 
         f o n t - f a m i l y :   ' P o p p i n s ' ,   s a n s - s e r i f ; 
 
 } 
 
 
 
 . v m - t e x t   { 
 
         c o l o r :   # 5 a 6 e 7 f ; 
 
         f o n t - s i z e :   1 4 p x ; 
 
         l i n e - h e i g h t :   1 . 6 ; 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         z - i n d e x :   2 ; 
 
         m a r g i n - b o t t o m :   0 ; 
 
 } 
 
 
 
 . v m - i m g - i c o n   { 
 
         w i d t h :   6 0 p x ; 
 
         h e i g h t :   6 0 p x ; 
 
         o b j e c t - f i t :   c o n t a i n ; 
 
 } 
 
 
 
 . v m - w a t e r m a r k   { 
 
         p o s i t i o n :   a b s o l u t e ; 
 
         t o p :   - 2 0 p x ; 
 
         r i g h t :   - 4 0 p x ; 
 
         o p a c i t y :   0 . 1 ; 
 
         / *   V e r y   f a i n t   * / 
 
         z - i n d e x :   1 ; 
 
         p o i n t e r - e v e n t s :   n o n e ; 
 
         t r a n s f o r m :   r o t a t e ( 1 0 d e g ) ; 
 
 } 
 
 
 
 . v m - w a t e r m a r k   i m g   { 
 
         w i d t h :   2 0 0 p x ; 
 
         h e i g h t :   a u t o ; 
 
 } 
 
 
 
 / *   S t a f f   M e m b e r s   S t y l e s   * / 
 
 . s t a f f - c a r d   { 
 
         b a c k g r o u n d - c o l o r :   # 1 6 6 4 8 7 ; 
 
         / *   D a r k   t e a l / b l u e   f r o m   i m a g e   * / 
 
         b o r d e r - r a d i u s :   8 p x ; 
 
         p a d d i n g :   1 5 p x ; 
 
         b o x - s h a d o w :   0   4 p x   1 5 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 ) ; 
 
         c o l o r :   # f f f ; 
 
         t r a n s i t i o n :   t r a n s f o r m   0 . 2 s ; 
 
         h e i g h t :   1 0 0 % ; 
 
         / *   m a x - w i d t h   a n d   m a r g i n   r e m o v e d   t o   l e t   g r i d   g u t t e r   c o n t r o l   t h e   g a p   e x a c t l y   * / 
 
 } 
 
 
 
 . s t a f f - c a r d : h o v e r   { 
 
         t r a n s f o r m :   t r a n s l a t e Y ( - 5 p x ) ; 
 
 } 
 
 
 
 . s t a f f - r o w   { 
 
         d i s p l a y :   f l e x ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
 } 
 
 
 
 . s t a f f - i m g - c o l   { 
 
         w i d t h :   1 1 0 p x ; 
 
         / *   F i x e d   w i d t h   f o r   i m a g e   c o n t a i n e r   * / 
 
         f l e x - s h r i n k :   0 ; 
 
         m a r g i n - r i g h t :   1 5 p x ; 
 
 } 
 
 
 
 . s t a f f - i m g   { 
 
         w i d t h :   1 0 0 % ; 
 
         h e i g h t :   a u t o ; 
 
         b o r d e r - r a d i u s :   4 p x ; 
 
         b o r d e r :   3 p x   s o l i d   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 2 ) ; 
 
         / *   S l i g h t   b o r d e r   f r a m e   * / 
 
         d i s p l a y :   b l o c k ; 
 
         a s p e c t - r a t i o :   3 / 4 ; 
 
         / *   P a s s p o r t   a s p e c t   r o u g h l y   * / 
 
         o b j e c t - f i t :   c o v e r ; 
 
 } 
 
 
 
 . s t a f f - i n f o - c o l   { 
 
         f l e x - g r o w :   1 ; 
 
 } 
 
 
 
 . s t a f f - r o l e   { 
 
         f o n t - s i z e :   1 6 p x ; 
 
         f o n t - w e i g h t :   6 0 0 ; 
 
         m a r g i n - b o t t o m :   5 p x ; 
 
         c o l o r :   # f f f ; 
 
         f o n t - f a m i l y :   ' P o p p i n s ' ,   s a n s - s e r i f ; 
 
         l i n e - h e i g h t :   1 . 2 ; 
 
 } 
 
 
 
 . s t a f f - n a m e   { 
 
         f o n t - s i z e :   1 3 p x ; 
 
         f o n t - w e i g h t :   5 0 0 ; 
 
         m a r g i n - b o t t o m :   3 p x ; 
 
         o p a c i t y :   0 . 9 ; 
 
         l i n e - h e i g h t :   1 . 2 ; 
 
 } 
 
 
 
 . s t a f f - d e p t   { 
 
         f o n t - s i z e :   1 3 p x ; 
 
         f o n t - w e i g h t :   4 0 0 ; 
 
         m a r g i n - b o t t o m :   1 0 p x ; 
 
         o p a c i t y :   0 . 8 ; 
 
 } 
 
 
 
 . s t a f f - e x p   { 
 
         f o n t - s i z e :   1 3 p x ; 
 
         f o n t - w e i g h t :   6 0 0 ; 
 
         m a r g i n - b o t t o m :   0 ; 
 
 } 
 
 
 
 / *   S t a f f   S e c t i o n   W r a p p e r   ( T h e   w h i t e / l i g h t   c a r d   b e h i n d   a l l   s t a f f   i t e m s )   * / 
 
 . s t a f f - s e c t i o n - w r a p p e r   { 
 
         b a c k g r o u n d :   # f 4 f c f f ; 
 
         / *   M a t c h e s   l i g h t   b l u e   t i n t   * / 
 
         b o r d e r - r a d i u s :   6 p x ; 
 
         b o x - s h a d o w :   0   2 0 p x   6 0 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 2 5 ) ; 
 
         / *   E v e n   s t r o n g e r   s h a d o w   * / 
 
         p a d d i n g :   3 0 p x   1 1 0 p x ; 
 
         / *   A d j u s t e d   p a d d i n g   t o   1 1 0 p x   a s   r e q u e s t e d   * / 
 
         m a r g i n :   5 0 p x   1 1 0 p x ; 
 
         / *   1 1 0 p x   m a r g i n   l e f t / r i g h t   * / 
 
 } 
 
 
 
 / *   R e s p o n s i v e   a d j u s t m e n t s   f o r   S t a f f   S e c t i o n   W r a p p e r   * / 
 
 @ m e d i a   ( m a x - w i d t h :   9 9 1 p x )   { 
 
         . s t a f f - s e c t i o n - w r a p p e r   { 
 
                 p a d d i n g :   3 0 p x   4 0 p x ; 
 
                 m a r g i n :   4 0 p x   2 0 p x ; 
 
         } 
 
 } 
 
 
 
 @ m e d i a   ( m a x - w i d t h :   7 6 7 p x )   { 
 
         . s t a f f - s e c t i o n - w r a p p e r   { 
 
                 p a d d i n g :   2 0 p x   1 5 p x ; 
 
                 m a r g i n :   3 0 p x   0 ; 
 
         } 
 
 } 
 
 
 
 
 
 / *   A d d i t i o n a l   I n f o   S e c t i o n s   * / 
 
 . i n f o - h e a d i n g   { 
 
         f o n t - s i z e :   2 0 p x ; 
 
         f o n t - w e i g h t :   6 0 0 ; 
 
         c o l o r :   # 1 c 2 e 3 6 ; 
 
         / *   D a r k   s l a t e   * / 
 
         m a r g i n - b o t t o m :   1 2 p x ; 
 
         f o n t - f a m i l y :   ' P o p p i n s ' ,   s a n s - s e r i f ; 
 
 } 
 
 
 
 . i n f o - t e x t   { 
 
         f o n t - s i z e :   1 4 p x ; 
 
         l i n e - h e i g h t :   1 . 6 ; 
 
         c o l o r :   # 3 b 4 b 5 2 ; 
 
         f o n t - w e i g h t :   4 0 0 ; 
 
         f o n t - f a m i l y :   ' P o p p i n s ' ,   s a n s - s e r i f ; 
 
         t e x t - a l i g n :   j u s t i f y ; 
 
         m a r g i n - b o t t o m :   0 ; 
 
 } 
 
 
 
 . i n f o - s e c t i o n - c o n t a i n e r   { 
 
         p a d d i n g - l e f t :   1 0 0 p x ; 
 
         p a d d i n g - r i g h t :   1 0 0 p x ; 
 
 } 
 
 
 
 @ m e d i a   ( m a x - w i d t h :   9 9 1 p x )   { 
 
         . i n f o - s e c t i o n - c o n t a i n e r   { 
 
                 p a d d i n g - l e f t :   2 0 p x ; 
 
                 p a d d i n g - r i g h t :   2 0 p x ; 
 
         } 
 
 } 
 
 
 
 / *   C o n t a c t   S e c t i o n   S t y l e s   * / 
 
 . c o n t a c t - c a r d   { 
 
         b a c k g r o u n d :   # f f f ; 
 
         b o r d e r :   1 p x   s o l i d   # f 0 f 0 f 0 ; 
 
         b o r d e r - r a d i u s :   8 p x ; 
 
         p a d d i n g :   2 5 p x ; 
 
         d i s p l a y :   f l e x ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         b o x - s h a d o w :   0   2 p x   1 0 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 0 3 ) ; 
 
         h e i g h t :   1 0 0 % ; 
 
 } 
 
 
 
 . c o n t a c t - i c o n - b o x   { 
 
         w i d t h :   6 0 p x ; 
 
         h e i g h t :   6 0 p x ; 
 
         b a c k g r o u n d :   # e a f 6 f b ; 
 
         b o r d e r - r a d i u s :   5 0 % ; 
 
         d i s p l a y :   f l e x ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         j u s t i f y - c o n t e n t :   c e n t e r ; 
 
         m a r g i n - r i g h t :   2 0 p x ; 
 
         f l e x - s h r i n k :   0 ; 
 
 } 
 
 
 
 . c o n t a c t - i c o n - b o x   s v g   { 
 
         w i d t h :   2 8 p x ; 
 
         h e i g h t :   2 8 p x ; 
 
         c o l o r :   # 1 a 4 f 6 a ; 
 
         / *   T h e m e   d a r k   b l u e   * / 
 
 } 
 
 
 
 . c o n t a c t - i n f o   { 
 
         f l e x - g r o w :   1 ; 
 
 } 
 
 
 
 . c o n t a c t - l a b e l   { 
 
         f o n t - s i z e :   1 6 p x ; 
 
         f o n t - w e i g h t :   7 0 0 ; 
 
         c o l o r :   # 0 0 0 ; 
 
         m a r g i n - b o t t o m :   5 p x ; 
 
         f o n t - f a m i l y :   ' P o p p i n s ' ,   s a n s - s e r i f ; 
 
 } 
 
 
 
 . c o n t a c t - v a l u e   { 
 
         f o n t - s i z e :   1 4 p x ; 
 
         c o l o r :   # 1 a 4 f 6 a ; 
 
         f o n t - w e i g h t :   6 0 0 ; 
 
         m a r g i n - b o t t o m :   0 ; 
 
         l i n e - h e i g h t :   1 . 5 ; 
 
         f o n t - f a m i l y :   ' P o p p i n s ' ,   s a n s - s e r i f ; 
 
 } 
 
 
 
 . c o n t a c t - v a l u e . n o - l a b e l   { 
 
         f o n t - s i z e :   1 5 p x ; 
 
         / *   S l i g h t l y   l a r g e r   i f   s t a n d - a l o n e   * / 
 
         c o l o r :   # 1 a 4 f 6 a ; 
 
 } 
 
 }
/* --- MSW Department Page Styles --- */

/* Breadcrumbs */
.breadcrumb_wrap {
    padding: 20px 0;
    background-color: #f9f9f9;
    margin-bottom: 30px;
}

.breadcrumb_content {
    display: flex;
    flex-direction: column;
}

.breadcrumb_title {
    color: #186389;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}

.breadcrumb_nav {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.breadcrumb_nav li {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    display: flex;
    align-items: center;
}

.breadcrumb_nav li a {
    color: #186389;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb_nav li a:hover {
    color: #0d425c;
}

.breadcrumb_nav li+li::before {
    content: '\203A';
    /* Chevron right */
    margin: 0 10px;
    font-size: 16px;
    color: #999;
    line-height: 1;
}

.breadcrumb_nav li.active {
    color: #333;
    font-weight: 500;
}

/* Global Font Override for this page */
.msw-dept-page {
    font-family: 'Poppins', sans-serif;
}

/* Welcome Section Styles */
.welcome-section {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 100px;
}

.welcome-heading {
    color: #000;
    font-weight: 600;
    /* Crisp bold */
    font-size: 32px;
    /* Slightly larger */
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.welcome-quote-wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Quote Icons */
.quote-icon {
    position: absolute;
    font-size: 140px;
    color: #f7f7f7;
    /* Extremely light grey */
    z-index: 0;
    line-height: 1;
    font-family: serif;
    /* Keep serif for quotes */
    font-weight: 700;
    pointer-events: none;
}

.quote-icon.left {
    top: -50px;
    left: -70px;
}

.quote-icon.right {
    bottom: -50px;
    right: -70px;
    transform: rotate(180deg);
    /* If it's a closing quote */
    display: none;
    /* Often hidden in designs like this, check visibility */
}

/* Double check image: Right quote IS visible in some designs, but let's stick to left prominence */
.quote-icon.right {
    display: block;
    top: -20px;
    right: -70px;
    transform: none;
}


.welcome-text {
    position: relative;
    z-index: 1;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
    font-weight: 400;
    max-width: 850px;
    margin: 0 auto;
}

/* About Us Card Styles */
.about-us-card {
    background: #f4fcff;
    /* Very precise light blue */
    border-radius: 6px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    /* Very diffuse shadow */
    margin-top: 40px;
    overflow: hidden;
}

.row.g-0 {
    margin-right: 0;
    margin-left: 0;
}

.row.g-0>.col-md-5,
.row.g-0>.col-md-7 {
    padding-right: 0;
    padding-left: 0;
}

.about-img-wrapper {
    height: 100%;
    min-height: 100%;
    display: flex;
    /* Ensure font-size 0 doesn't affect */
}

.about-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* In the image, the image takes up full height */
}

.about-content {
    /* More padding on left/right */
    padding: 50px 60px;
}

.about-title {
    color: #032d2d;
    /* Deep greenish black */
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.about-desc {
    color: #3b4b5a;
    /* Cool gray */
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin: 0;
    font-weight: 400;
}

/* Vision & Mission Styles */
.vm-card {
    background: #fff;
    border: 1px solid #bce0fd;
    /* Light blue border */
    border-radius: 8px;
    padding: 35px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.vm-icon {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

/* Fallback SVG styling if used directly */
.vm-svg-icon {
    display: block !important;
    stroke: #0e3f59;
}

/* If using FontAwesome or similar, adjust here. 
   Assuming the icons in image are SVG paths.
   Vision: Lightbulb. Mission: Target.
*/
.vm-icon svg {
    width: 45px;
    height: 45px;
    stroke-width: 2px;
}

.vm-title {
    color: #0b5e86;
    /* Light Blue / Teal variant */
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    font-family: 'Poppins', sans-serif;
}

.vm-text {
    color: #5a6e7f;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

.vm-img-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.vm-watermark {
    position: absolute;
    top: -20px;
    right: -40px;
    opacity: 0.1;
    /* Very faint */
    z-index: 1;
    pointer-events: none;
    transform: rotate(10deg);
}

.vm-watermark img {
    width: 200px;
    height: auto;
}

/* Staff Members Styles */
.staff-card {
    background-color: #166487;
    /* Dark teal/blue from image */
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #fff;
    transition: transform 0.2s;
    height: 100%;
    /* max-width and margin removed to let grid gutter control the gap exactly */
}

.staff-card:hover {
    transform: translateY(-5px);
}

.staff-row {
    display: flex;
    align-items: center;
}

.staff-img-col {
    width: 110px;
    /* Fixed width for image container */
    flex-shrink: 0;
    margin-right: 15px;
}

.staff-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    /* Slight border frame */
    display: block;
    aspect-ratio: 3/4;
    /* Passport aspect roughly */
    object-fit: cover;
}

.staff-info-col {
    flex-grow: 1;
}

.staff-role {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
}

.staff-name {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px;
    opacity: 0.9;
    line-height: 1.2;
}

.staff-dept {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    opacity: 0.8;
}

.staff-exp {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}

/* Staff Section Wrapper (The white/light card behind all staff items) */
/* Staff Section Wrapper (The white/light card behind all staff items) */
.staff-section-wrapper {
    background: #f4fcff;
    /* Matches light blue tint */
    border-radius: 6px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    /* Even stronger shadow */
    padding: 30px 110px;
    /* Adjusted padding to 110px as requested */
    margin: 50px 110px;
    /* 110px margin left/right */
}

/* Additional Info Sections */
.info-heading {
    font-size: 20px;
    font-weight: 600;
    color: #1c2e36;
    /* Dark slate */
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
}

.info-text {
    font-size: 14px;
    line-height: 1.6;
    color: #3b4b52;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    margin-bottom: 0;
}

.info-section-container {
    padding-left: 100px;
    padding-right: 100px;
}

/* Contact Section Styles */
.contact-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 25px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    height: 100%;
}

.contact-icon-box {
    width: 60px;
    height: 60px;
    background: #eaf6fb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-icon-box svg {
    width: 28px;
    height: 28px;
    color: #1a4f6a;
    /* Theme dark blue */
}

.contact-info {
    flex-grow: 1;
}

.contact-label {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}

.contact-value {
    font-size: 14px;
    color: #1a4f6a;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}

.contact-value.no-label {
    font-size: 15px;
    /* Slightly larger if stand-alone */
    color: #1a4f6a;
}
