/*text line css*/
.ln-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ln-2 {
    display: -webkit-box !important;
    line-height: 1.5 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ln-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ln-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.btn-custom {
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    background-color: var(--color-primary);
    color: #fff;
    padding: 5px 40px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    border-radius: 3px;
    transition: all 250ms;
}

.btn-custom:hover {
    box-shadow: rgba(44, 187, 99, 0.35) 0 -25px 18px -14px inset,
    rgba(44, 187, 99, 0.25) 0 1px 2px, rgba(44, 187, 99, 0.25) 0 2px 4px,
    rgba(44, 187, 99, 0.25) 0 4px 8px, rgba(44, 187, 99, 0.25) 0 8px 16px,
    rgba(44, 187, 99, 0.25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
    color: white;
    background-color: #6679EE;
}


/*pagination css*/
.page-item.active .page-link {
    background-color: var(--color-primary) !Important;
    border-color:var(--color-primary) !Important;
    color: white !important;
}

.page-link{
    color: var(--color-primary) !Important;
}


/*badge css*/
.badge-soft-success {
    color: #0ab39c;
    background-color: #0ab39c1a;
}

.badge-soft-danger {
    color: #f06548;
    background-color: #f065481a;
}


/*editor table css*/
#editorTable figure table {
    width: 100% !important;
    margin-bottom: 1rem;
    vertical-align: top;
}

#editorTable figure table td {
    padding: 12px 8px;
    font-size: 14px;
    vertical-align: middle !important;
    line-height: 1.3 !important;
}

#editorTable figure table tr td:nth-child(1) {
    text-align: center;
}

#editorTable figure table tr td:nth-child(3) {
    text-align: center;
}

#editorTable figure table {
    border:1px solid #dee2e6;
    margin-top:20px;
}
#editorTable figure table tr:nth-child(1) {
    text-align: center;
    background-color: #212529;
    color: #fff;
}
#editorTable figure table tr:nth-child(1) > td {
    padding: 12px 8px;
    text-align: center;
    font-weight: 600;
}
#editorTable figure table  > tbody > tr > td{
    border:1px solid #dee2e6;
}

.img-gallery{
    width: 355px;
    height: 200px;
    object-fit: cover;
}

.img-book{
    width: 100%;
    height: 220px;
    object-fit: contain;
}

.section-bg{
    background: #f1f7fd !important;
}

.bg-active{
    background-color: #576dec !important;
}

.download{
    background: rgba(54, 0, 162, 0.15);
    color: var(--color-primary);
    padding: 5px 10px;
    border-radius: 13px;
    font-size: 12px;
    font-weight: 500;
}

#navbar > ul > li:nth-child(4) > ul > li.dropdown > ul {
    max-height: 350px;
    overflow-y: scroll;
}

body {
    overflow-x: hidden !important;
}

/* step CSS */
.step {
    display: none;
}
.step.active {
    display: block;
}
.progress {
    height: 5px;
    border-radius: 30px;
}
.progress-bar {
    background-color: var(--color-primary);
    border-radius: 30px;
}
.stepIndicators {
    margin-bottom: 4px;
    color: rgba(17, 17, 17, 0.5);
    font-size: 13px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.footer-text a {
    color: #6679ee;
}

.common-card-button.active{
    background-color: var(--text-title-color);
    color: var(--color-inverse);
}



.faculty-card {
    border: 1px solid #e0e7ff !important;
    background: rgba(238, 252, 255, 0.59);
    position: relative;
    border-radius: 5px;
    height: 100% !important;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.facutly-card-body {
    padding: 20px 20px 0px 5px;
}
.facutly-card-title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0;
    color: var(--color-primary);
}
.hr-line-dashed {
    border-top: 1px dashed #acacac;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 6px 0;
}
.facutly-card-info ul {
    list-style: none;
    padding: 0;
}

.card-info-title {
    font-size: 12px;
}

.card-bg {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.card-bg img {
    box-shadow: 8px 8px 0 1px rgba(44, 122, 151, 0.38);
    border-radius: 5px;
}

.facultyMember-btn {
    margin-top: 10px;
}
.facultyMember-btn a {
    color: #002147;
    font-family: "Poppins", sans-serif;
    border: 2px solid #002147;
    border-radius: 30px;
    padding: 4px 14px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s;
}


/*new faculty card*/
.People-items {
    font-family: 'Poppins', sans-serif;
    padding: 20px 15px;
    background-color: #e2eeff;
}
.People-title {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 13px;
    margin-bottom: 15px;
    border-bottom: 1px solid #002147;
}
.People-items ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.People-items ul li {
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #002147;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.People-items ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.People-items ul li a {
    text-decoration: none;
    color: #002147;
}
.People-items ul li a:hover {
    color: #6679EE;
}
.Faculty-main-card {
    padding-bottom: 13px;
    margin-bottom: 30px;
    border-bottom: 1px dotted gray;
}
.Faculty-main-card:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.faculty-title {
    text-transform: capitalize;
    font-size: 27px;
    margin-bottom: 25px;
}
.faculty-name {
    color: #002147;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 4px;
}
.Professor {
    font-size: 14px;
    color: gray;
}
.Department {
    color: #6679EE;
    margin-bottom: 3px;
    font-size: 15px;
}
.Interests-main {
    margin-bottom: 3px;
}
.Interests {
    margin-bottom: 3px;
    font-size: 15px;
}
.Interests-content {
    font-size: 14px;
}
.faculty-contact p {
    font-size: 15px;
    margin-bottom: 3px;
}

.nav_active {
    color: #6679EE !important;
}

.Faculty-tabs {
    margin-bottom: 25px;
}
.Faculty-tabs .nav-tabs .nav-link {
    color: #002147;
}
.Faculty-tabs .nav-tabs .nav-link.active {
    background-color: #6679EE;
    color: #fff;
}


/* Added Zoom-In Effect */
#hero .carousel-item {
    animation: zoom-in 5s ease-in-out forwards;
}

@keyframes zoom-in {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
#hero .carousel-inner .carousel-item {
    transition-property: transform, opacity;
    background-position: center top;
    transition: transform 0.5s ease, opacity 0.5s ease;
}
