.header-top {
    background: #072B30;
    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: wrap; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14%, 1fr));
    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;
}


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

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

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


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

.header-main-logo2 {
    width: 58px;
    height: 56px;
    flex-shrink: 0;
    aspect-ratio: 29/28;
    margin-right: 16px;
    margin-left: -22px;
}

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

.header-main-title {
    color: #3B3B42;
    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: #0A5E69;
    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; */
}

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

.header-logo-bmc {
    width: 200px;
    border: 1px solid #000;
    border-radius: 5px;
}

.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: #0A5E69;
}

.second-nav {
    background: #008798;

}


.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-left {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

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

    border-radius: 19px;
}

.cinfo-title {
    color: #0A5E69;
    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 {
    color: #0A5E69;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 21px;

    text-decoration: none;
}

.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 {
    background-color: #0A5E69;
    padding-top: 56px;
    padding-bottom: 54px;
}

.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: 555px;
    flex-shrink: 0;
    padding: 19px 12px;
}

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

.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: 402px;
    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: 450px;
}



.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: 13px;
    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 #DCE7F4;
    background: #F5FBFF;

    margin-bottom: 9px;

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

    min-height: 85px;
}

.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: #0A5E69;
    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 {
    background-color: #CDEAED;
    padding-top: 52px;
    padding-bottom: 56px;
}

.dean-card {
    background-image: url(../images/deab_bg.png);
    background-repeat: repeat-x;
    background-position: top;

    border-radius: 15px;
    border: 1px solid #0A5E69;
    background-color: #FFF;

    padding: 22px;
}

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

.dean-photo {
    width: 129px;
    height: 129px;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    display: block;
}

.dean-name {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    margin-top: 11px;
    margin-bottom: 0;
}


.dean-dean {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.dean-message {
    color: #4D4558;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 11px;
    padding-left: 10%;
    padding-right: 10%;
}

.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 #0A5E69;
    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: #0A5E69;
    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: 44px;
    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: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.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(260px, 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: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);

    min-width: 260px;
    height: 274px;
    flex-shrink: 0;

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

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



.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: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    padding-right: 16px;
    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: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 5px;

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

.upcoming-events-item-img-date {
    position: absolute;
    bottom: 6px;
    left: 9px;

    border-radius: 50px;
    background: #0A5E69;

    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;

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

    width: 107px;
    height: 29px;
    flex-shrink: 0;
}

.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 #0A5E69;
    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: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.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-wrapper {
    background-color: #E0F7FA;
}

.association-logo {}

.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-color: #052E34;
}

.footer-container {
    padding-top: 50px;
}

.footer-title {
    color: #C4F0F7;
    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: 110px;
    height: 110px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    margin-top: 6px;
}

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

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

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

.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: 135px;
    margin-top: 6px;
    margin-bottom: 6px;
}


.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: #0A5E69;
    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: #01272C;
    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: #102E43;
    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, #E0FCFF 5.01%, #FFF 98.41%);
    padding-bottom: 36px;
}

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

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

    border-left: 4px solid #008798;
    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 {
    border-radius: 5px;
    border: 1px solid #96ECF7;
    background: #DFFBFF;
    width: 100%;
    height: 75px;
    text-decoration: none;
    height: 75px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #044A53;
    font-family: Poppins;
    font-size: 18px;
    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: #044A53;
    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: 132px;
}


.contact-icon-circle {
    width: 55px;
    height: 55px;
    background-color: #008798;
    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 #87B5D5;
    background: #EEFDFF;
}

.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: #0A5E69;

}

.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;
    background: #FFF;
}

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

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

.table-custom tbody td {
    padding: 9px;
    color: #102E43;
    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: #102E43;
    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: #052E34;
    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;
}


.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 #072B30;
    background: #FFEAE2;
    flex-shrink: 0;
    color: #090454;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    padding: 0px 12px;
    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;
}

.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: #008798;
    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: #0A5E69;
    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: #0A5E69;
    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 (max-width: 768px) {

    .dean-card {
        display: flex;
        flex-direction: column;
        position: static;
    }

    .dean-photo {
        position: static;
    }

    .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
    }

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

    .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: #0A5E69;
    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;
    border-radius: 10px;
    border: 1px solid #D5D3E6;
    background: #FFF;
    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);
}

.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-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: #FECD00;
    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;
    width: 57px;
    height: 43px;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.event-archive-item-title {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.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;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.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 {
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    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;
}

.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;
}