
body {
    background: #E7EAFF;
    font-family: inter;
}

.tab-content-title, .jost-font {
    font-family: "Jost", sans-serif;
}

.Merriweather-font {
    font-family: "Merriweather", sans-serif;
}

.font-jost {
    font-family: 'jost';
}

.font-merriweather {
    font-family: 'Merriweather';
}

a {
    text-decoration: none;
}

.font-jost {
    font-family: 'jost';
}

.font-merriweather {
    font-family: 'Merriweather';
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.f-42 {
    font-size: 42px;
}
/* nav bar */
.navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: auto;
    border-radius: 0;
    margin-top: 0;
}

.navbar-nav .dropdown-menu {
    padding: 0.5rem 1rem;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .dropdown-item:hover {
    background-color: #f0f0f0;
    color: #333;
}

.dropdown-toggle::after {
    display: none !important;
}

/* profile section */
.profile-section .profile-content-section {
    background-color: #ffffff;
    padding-bottom: 20px;
    box-shadow: 0px 1px 2px 1px #0000000D;
    border-radius: 15px;
}

.profile-section .profile-img {
    margin-top: -100px;
    height: 148px;
    border-radius: 15px;
    border: 5px solid white
}

.profile-section .prof-info-button .CV-button {
    background-color: #667CF4;
    border: 1px solid #667CF4;
    color: #FFF;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 30px;
}

.designation {
    color: #667CF4;
}

.profile-section .call-msg-logo {
    width: 60px;
    height: 60px;
}

.profile-section .profile-content {
    border-left: 1px solid black;
    padding-left: 40px;
}

.profile-section .contact-num {
    color: #222222B2;
}

.profile-section .profile-link {
    line-break: anywhere;
}

.profile-designation {
    color: #667CF4;
}
/* Project section */
.project-section .project-content-section {
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 1px #0000000D;
    margin-top: 20px;
    border-radius: 15px;
}

.project-section .project-num-card {
    background: #E7EAFF;
}

.project-section .prof-content {
    font-size: 14px;
    color: #232323;
    font-weight: 500;
}

.project-section .prof-achievement {
    color: #667CF4 !important;
    font-size: 20px;
}
/*.project-section{border-right: 1px solid;}*/
/* expertise section */
.expertise-section .expertise-content-section {
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 1px #0000000D;
    margin-top: 20px;
    border-radius: 15px;
}

.expertise-section .expert-data {
    background: #E7EAFF;
}

/* chart */
.left-col, .right-col {
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 1px #0000000D;
    margin-top: 20px;
    border-radius: 15px;
}

.chart-container {
    width: 800px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

.bar-chart {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 200px;
    position: relative;
    padding: 0 20px;
    margin-top: 92px;
}

.bar {
    width: 20px;
    background-color: #E7EAFF;
    border-top: 4px solid #667CF4;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .bar.highlight {
        background-color: #667CF4;
    }

    .bar:hover {
        background-color: #667CF4;
    }

        .bar:hover::after {
            content: attr(data-info);
            position: absolute;
            top: -30%;
            left: 50%;
            transform: translateX(-50%);
            background-color: #ffffff;
            padding: 5px 10px;
            border-radius: 5px;
            border: 1px solid #667CF4;
            color: #667CF4;
            font-size: 14px;
            font-weight: bold;
            white-space: nowrap;
            z-index: 10;
            pointer-events: none;
        }

    .bar div {
        position: absolute;
        bottom: -25px;
        text-align: center;
        width: 100%;
        font-size: 12px;
    }

.card-gap {
    margin-bottom: 40px;
}

.gallery-img {
    width: 236px;
    height: 124px;
}

.blog-img {
    max-width: 500px;
    height: 262px;
    object-fit: cover;
}

.nav-tab {
    float: right;
}

.top-left-img {
    display: none;
}

.publication-number {
    font-size: 20px;
    color: #667CF4;
}

.publication-text {
    background: #E7EAFF;
}

.academic-info span {
    width: 50px;
}


/* membership-section */
.membership-info-committee, .membership-information-section {
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 1px #0000000D;
    border-radius: 15px;
}

.committee-department {
    color: #667CF4;
    font-weight: 600;
}

.education-information-section, .experience-info-section {
    height: 500px;
    overflow-y: auto;
}

.citiations-section {
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 1px #0000000D;
    margin-top: 20px;
}

.education-year {
    height: 40px;
    margin-right: 20px;
    background: #E7EAFF;
    color: #667CF4;
}

.university-name {
    color: #667CF4;
}

.membership-information-section::-webkit-scrollbar {
    width: 5px;
}

.education-information-section::-webkit-scrollbar, .experience-info-section::-webkit-scrollbar {
    width: 5px;
}

.education-information-section::-webkit-scrollbar-track, .experience-info-section::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(65, 69, 192, 0.3);
}

.education-information-section::-webkit-scrollbar-thumb, .experience-info-section::-webkit-scrollbar-thumb {
    background-color: #667CF4;
    outline: 1px solid slategrey;
}

.teaching-date {
    background: #E7EAFF;
    color: #667CF4;
    width: fit-content;
}

.program-attended-section-content {
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 1px #0000000D;
    border-radius: 15px;
}

.card-date {
    width: fit-content;
    background: #E7EAFF;
    color: #667CF4;
    margin-top: -20px;
    border: 1px solid #22222266;
}

    .card-date:hover {
        background: #E7EAFF;
        color: #667CF4;
    }

.level {
    color: #667CF4;
}

.view-all-logo {
    background-color: #667CF4;
    height: fit-content;
    padding: 0px 5px 2px 5px;
    border-radius: 5px;
}

.card-date-consultancy {
    width: fit-content;
    background: #667CF4;
    color: #ffffff;
    margin-top: -20px;
    border: 1px solid #22222266;
}

.consultancy-card-text {
    color: #667CF4;
}



/* events and activity */
.centered-content {
    position: absolute;
    bottom: 0%;
    left: 2%;
    transform: translate(0%, -5%);
    width: 96%;
}

.event-img {
    height: 400px;
    width: 100%;
}

.event-date {
    font-size: 20px;
    color: #222222B2;
}

.location {
    color: #667CF4;
}

.honors-award-section .award-card {
    position: relative;
}

.honors-award-section .award-badge {
    margin-top: -43px;
    background: #667CF4;
    position: absolute;
    margin-left: 32px
}

.honors-award-section .card-body {
    padding: 10px;
}

.honors-award-section .certificate {
    border-bottom: 2px solid #667CF4;
}



/* reserch and project */
.doctor-these-section .project-card {
    border: 1px solid #22222233;
    border-radius: 10px;
}

.doctor-these-section .university-logo {
    background-color: #E7EAFF;
    border-bottom: 2px solid #22222233;
    border-top: 0px solid;
    border-left: 2px solid #22222233;
    border-right: 2px solid #22222233;
}

.doctor-these-section .university-name {
    color: #667CF4;
}

.doctor-these-section .project-year {
    background-color: #667CF4;
}

.reserch-project .project-card {
    border: 1px solid #22222233;
}

.reserch-project .project-status {
    background: #667CF4;
    margin-top: -18px;
    position: absolute;
}


/* paper presented */
.paper-presented .project-card {
    border: 1px solid #22222233;
}

.paper-presented .date-range {
    color: #667CF4;
}


/* publication page */
.publication-information-section-content {
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 1px #0000000D;
    margin-top: 20px;
}

    .publication-information-section-content .year {
        background: #667CF4;
        width: 60px;
    }

    .publication-information-section-content .vol-num {
        background-color: #E7EAFF;
        color: black;
    }

    .publication-information-section-content .book-name {
        color: #667CF4;
    }


/* gallery */
.gallery-section .gallery-category {
    background-color: #667CF4;
    margin-top: -17px;
    right: 0;
}

.gallery-section .foot-icon {
    background-color: #667CF4;
}

.gallery-section .gallery-img {
    height: 200px;
}

.gallery-section .gallery-content {
    min-height: 96px;
}

/* e-content page */
.e-content-section .text-e-content {
    color: #667CF4;
}

.e-content-section .ext-module {
    color: #222222B2;
}

/* Blog page */
.blog-section .blog-card-tech {
    background-color: #667CF4;
}

.blog-section .read-more-btn {
    background: #E7EAFF80;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* responsiive */
@media only screen and (max-width: 768px) {
    .profile-section .profile-img {
        margin-top: 0px;
    }

    .profile-section .profile-content {
        padding-left: 20px;
    }

    .project-section .project-num-card {
        margin-bottom: 10px;
        width: 100%;
    }

    .expertise-content-section .expert-data {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 480px) {
    .profile-section .profile-content {
        border-left: unset;
    }

    .project-section {
        border-right: unset;
    }
}


/*More or Less */
.collapsed-btn {
    border: none;
    background-color: transparent;
    font-size: 14px;
    color: #012348;
}

.collapsed-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    max-height: 3em;
}

.personal-more .collapsed-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    max-height: 6em;
}

.expanded-text {
    display: block;
}

.prof-content {
    font-size: 14px;
    color: #232323;
    font-weight: 500;
    line-break: anywhere;
    text-align: left;
}

.navbar-nav .nav-link.active {
    color: #667CF4 !important;
}

.blog-list-card-img {
    height: 115px;
    width: 150px;
    object-fit: cover;
}

.blog-card-img {
    height: 290px;
    width: 100%;
}
.blogEditer{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden !important;
    font-size: 14px;
    margin-bottom: 1px;
}
