body {
    background-color: #023a32;
}

.cust-link:hover {
    color: #01a555 !important;
}

.nav-active {
    font-weight: 700;
    color: #01a555;
}

.nav-active:hover {
    color: #01a555;
}

.yellow-underline {
    width: 150px;
    height: 2px;
    background-color: #d5d92e;
}

.yellow-underline-small {
    width: 100px;
    height: 2px;
    background-color: #d5d92e;
}

.cust-navbar {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.bg-video {
    width: 100vw;
    height: 100dvh;
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.aicte-logo {
    width: 100px;
    position: absolute;
    top: 100px;
    left: 40px;
}

#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner-container {
    display: flex;
    justify-content: center;
}

.banner-logo {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 20px;
}

.banner-text {
    width: 40%;
}

.know-more-button {
    padding: 8px 10px;
    width: 49%;
    border-radius: 3px;
    background-color: #01a555;
    border: 1px solid #01a555;
    color: white;
}

.enquire-button {
    padding: 8px 10px;
    width: 49%;
    border-radius: 3px;
    border: 1px solid #01a555;
    color: black;
    background-color: white;
}

.know-more-button:hover {
    background-color: white;
    color: black;
}

.enquire-button:hover {
    background-color: #01a555;
    color: white;
}

.logo-section {
    background-color: #f3f7f5;
}

.leadership-development-section {
    background-color: #023a32;
}

.leadership-card {
    background: #3f403b;
    color: white;
    height: 100%;
    margin: 0 10px;
    border-bottom: 2px solid #d5d92e;
}

.leadership-card-body{
    height: 220px;
}

.arrow-anchor {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    text-decoration: none;
    background-color: #d5d92e;
    padding: 15px 20px;
    border-top-left-radius: 8px;
}

.fa-arrow-right {
    color: white;
}

.ceo-message-container {
    background: #f3f7f5;
    border-radius: 10px;
}

.reels {
    width: 100%;
    border-radius: 8px;
}

.activity-streams-section {
    background-color: #023a32;
}

.news-card {
    border: 1px solid silver;
    padding: 5px;
    border-radius: 5px;
}

.view-all {
    border: 1px solid #01a555;
    background-color: white;
    padding: 8px 10px;
}

.view-all:hover {
    background-color: #01a555;
    color: white;
}

.fa-angle-up,
.fa-angle-down {
    padding: 0 8px;
    font-size: 20px;
}

#happenings {
    margin-bottom: 25px;
}

.page-head {
    color: black;
    font-weight: 700;
    font-size: 30px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.page-subhead {
    color: gray;
    font-size: 16px;
    padding-bottom: 6px;
    width: 100%;
    margin: 0;
}

.happening-button {
    color: #FED100;
    border: #FED100 1px solid;
    background-color: white;
}

.happening-button:hover {
    color: black;
    border: #FED100 1px solid;
    background-color: #FED100;
}

#hu,
#hd {
    color: black;
    font-size: 20px;
}

.happening-card {
    height: 170px;
    margin-bottom: 15px;
}

.happenings-img-body {
    float: left;
    height: 170px;
    width: 170px;
}

.happening-img {
    height: 170px;
    width: 170px;
    float: left;
}

.fl {
    width: 10px;
    height: 170px;
    float: left;
}

.happening-card-head {
    font-weight: 700;
    font-size: 20px;
    color: black;
    padding: 0;
    margin: 0;
    display: -webkit-box;
}

.happening-card-text {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 10px 0 20px;
    color: #556776;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* Number of lines displayed before it truncate */
    overflow: hidden;
}

.happening-card-button {
    margin-top: 10px;
    color: #127C38;
    background-color: white;
    padding: 4px 15px;
    border: 1px solid #127C38;
    font-size: 16px;
    font-weight: 600;
}

.happening-card-button:hover {
    color: white;
    background-color: #127C38;
}

.happening-header {
    font-size: 28px;
}

.clamped-text-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.happening-container {
    height: 100dvh;
    background: white;
}

.footer {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    background: #3f403b;
    color: white;
}

.footer-anchor {
    text-decoration: none;
    color: white;
    font-size: 14px;
}

.contact-container {
    width: 100%;
    height: 100dvh;
}

.send-button {
    border: none;
    outline: none;
    padding: 8px 30px;
    background: #023a32;
    color: white;
}

.send-button:hover {
    background: #127C38;
}

.map {
    width: 100%;
    aspect-ratio: 1 / .5;
}

.popup {
    display: none;
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../../images/success.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.form-container{
    width: 100%;
    height: 100dvh;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.apply-button{
    padding: 8px 20px;
    background-color: #023a32;
    color: white;
    width: 30%;
    border: none;
}
.apply-button:hover{
    background-color: #01a555;
}

.admission-capsule{
    background-color: blue;
    color: white;
    position: fixed;
    top: 30%;
    right: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 15px;
    z-index: 99;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.admission-apply-now{
    background-color: #01a555;
    color: white;
    display: block;
    text-align: center;
    font-weight: 600;
    padding: 10px;
    border-radius: 5px;
}

.cust-modal{
    display: none;
    width: 35%;
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 50;
    background-color: white;
    border-radius: 10px;
}

@media all and (max-width: 992px) {
    .leadership-card-body{
        height: 250px;
    }
    .banner-logo {
        display: none;
    }

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

    .happening-header {
        font-size: 20px;
    }

    .cust-modal{
        width: 60%;
    }
}

/* @media all and (max-width: ) */

@media screen and (max-width: 576px) {
    .leadership-card {
        margin: 0;
    }
    .leadership-card-body{
        height: 100%;
    }
    .happening-card {
        height: 100px;
    }

    .happenings-img-body {
        width: 120px;
        height: 120px;
    }

    .happening-img {
        height: 120px;
        width: 120px;
    }

    .fl {
        height: 100px;
    }

    .happening-card-head {
        font-size: 14px;
    }

    .happening-card-text {
        font-size: 10px;
        font-weight: 400;
        padding: 0;
        margin: 4px 0 6px;
        color: #556776;
    }

    .happening-header {
        font-size: 14px;
    }

    .view-all {
        font-size: 12px;
        padding: 8px 5px;
    }

    .fa-angle-up,
    .fa-angle-down {
        padding: 0 2px;
        font-size: 15px;
    }

    .happening-card-text {
        -webkit-line-clamp: 2;
        /* Number of lines displayed before it truncate */
    }

    .aicte-logo {
        left: 50%;
        transform: translateX(-50%);
    }
}