body {
    font-family: 'Clash Grotesk', sans-serif;
}

p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3;
}

.navbar-brand img {
    height: 50px;
}

.btn-primary {
    border-radius: 30px;
    padding: 8px 20px;
    color: #fff !important;
}

footer {
    background: #f8f9fa;
    padding: 40px 0;
}

footer img {
    height: 50px;
    margin-bottom: 15px;
}

a {
    text-decoration: none !important;
    color: #111 !important;
}

.bannerSwiper {
    height: 100vh;
}

.bannerSwiper img {
    object-fit: contain;
    object-position: bottom bottom;
    background-position: bottom bottom;
}

.margin-y80px {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 25px 20px;
}

.navbar {
    padding: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    padding: 10px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:active,
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #bedfff;
}

.bg-color-blue {
    background-color: #bedfff57;
}

.padding-y40px {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-y80px {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-y60px {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-y100px {
    padding-top: 100px;
    padding-bottom: 100px;
}

.program-card {
    background-color: white;
}

.swiper-button-prev,
.swiper-button-next {
    background: #bedfff;
    border-radius: 30px;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
}

.swiper-button-next {
    right: 20px;
}

.swiper-button-prev {
    left: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.footer-list li {
    padding: 10px 15px;
}

.form-control {
    padding: 10px 15px;
}

.process-step {
    text-align: center;
}

.process-step .step {
    background-color: #bedfff;
    width: fit-content;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 33px;
    margin: auto;
    margin-bottom: 20px;
}

.card .card-body {
    padding: 30px;
}

.ratio {
    margin-top: 20px;
    margin-bottom: -6px;
}

.card .card-text {
    font-weight: 500;
    margin-bottom: 10px;
}

.card p b {
    font-weight: 500;
}

.timeline {
    position: relative;
    margin: 2rem 0;
}

.timeline-item {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 20px;
}

/* 
.timeline-item::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #0d6efd;
    border-radius: 50%;
} */

.btn-brochure {
    border-radius: 30px;
    padding: 8px 20px !important;
    color: #fff !important;
    background-color: #198754;
}

.admission-link {
    border-radius: 30px;
    padding: 8px 20px !important;
    color: #fff !important;
    background-color: #f50018;
}

.card-body a {
    text-decoration: underline !important;
}

@media only screen and (max-width: 600px) {
    .navbar-brand img {
        height: 30px !important;
    }

    .navbar-brand {
        padding: 15px 0px !important;
    }

    .bannerSwiper {
        height: 240px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 0px;
    }
}

ul li {
    font-size: 18px;
    line-height: 1.3;
    /* margin-bottom: 7px; */
}

.w-15 {
    width: 15%;
    margin-bottom: 10px;
}

.ratio-16x9 iframe {
    width: 100%;
    min-height: 200px;
}

.ratio-16x9 {
    position: relative;
    overflow: hidden;
}

.ratio-16x9 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.6s ease-in-out;
}

/* Hover effect */
.ratio-16x9:hover img {
    opacity: 0;
    /* visibility: hidden; */
    pointer-events: none;
    /* when hidden, don't block clicks */

}

a[data-lightbox="modi-gallery"] img {
    max-height: 180px;
    object-fit: cover;
    width: 100%;
    object-position: center center;
}

@media only screen and (max-width: 600px) {
    #careerForm {
        padding: 25px !important;
    }

    .headersection {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .padding-y80px.form-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mb-md-0 {
        margin-bottom: 0px !important;
    }

    .join-team {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .text-center.mb-4.text-uppercase {
        margin-bottom: 5px !important;
    }

    .btn-brochure,
    .btn-support {
        margin-bottom: 10px;
    }
}