body {
    font-family: "Switzer Regular", sans-serif;
    color: #414042;
    font-size: 14px;
}
.text-justify {
    text-align: justify;
}
.page-content-wrapper {
    padding-bottom: 1rem;
}

.desktop-breadcrumb {
    background-color: transparent !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding: 0 0 5px 0;
    list-style: none !important;
    border-bottom: 1px solid #eee !important;
}
.desktop-breadcrumb .breadcrumb-item a {
    color: #d8515b;
    text-decoration: none;
}
.desktop-breadcrumb .breadcrumb-item.active {
    color: #A2A2A2;
}
.desktop-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    padding: 0 0.5rem;
    color: #6c757d;
}

.desktop-page-title {
    color: #636363;
    padding-bottom: 5px;
    font-family: "Switzer Regular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 1px solid #e34f56;
}
.desktop-content-section h4 a {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #414042;
    font-size: 16px;
    text-decoration: none;
}
.desktop-content-section h4 a:hover {
    color:#e45154;
    text-decoration: underline;
}
.desktop-content-section p {
    font-size: 13px;
}

/* Right Sidebar */
.rightNav {
    padding-left: 15px;
    padding-top: 50px;
}
.rightNav h4 { 
    font-size: 16px; 
    font-weight: 500; 
    color: #6C7265; 
    margin-bottom: 1rem;
}
.rightNav .nav-pills .nav-link {  
    color: #333; 
    border-radius: 4px; 
    padding: 10px 15px; 
    text-align: left; 
    font-size: 13px;
    transition: all 0.2s ease-in-out;
}
.rightNav .nav-pills .nav-link:hover {
    background-color: #e9e9e9;
}
.rightNav .nav-pills .nav-link.active {
    background-color: #e34f56 !important; 
    color: #fff !important; 
}

@media (max-width: 767.98px) {
        .mobile-banner {
    position: relative; 
    margin-top: 0 !important; 
    line-height: 0;
}
    .banner-text-overlay {
        font-size: 18px !important;
        position: absolute;
        bottom: 20px;
        color: #e45154;
        background: #ffffffe8;
        padding: 25px;
        right: 0;
        width: 280px;
        height: 96px;
    }
    .banner-text-mobile{
        font-size: 18px !important;
        position: absolute;
        bottom: 20px;
        color: #e45154;
        background: #ffffffe8;
        padding: 30px;
        right: 0;
        width: 280px;
        height: 87px;
    }
    .mobile-banner img {
        width: 100%;
        height: auto;
    }

    .mobile-breadcrumb {
        padding: 5px 5% 5px 5%;
        font-weight: 600;
        font-size: 12px;
    }
    .mobile-breadcrumb .breadcrumb-item a {
        color: #d8515b;
        text-decoration: none;
    }
    .mobile-breadcrumb .breadcrumb-item.active {
        color: #A2A2A2;
    }
    .mobile-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        content: "/";
        padding: 0 0.5rem;
    }

    .page-content-wrapper {
        padding-left: 3%;
        padding-right: 3%;
    }
    .mobile-section-title {
        color: #E45154;
        font-size: 18px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        padding-top: 20px;
        padding-bottom: 0.75rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #eee;
    }

    .mobile-content-section {
        margin-bottom: 1rem;
    }
.mobile-institute-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;             
    font-size: 16px;
    line-height: 20px;                
    letter-spacing: 0;               
    color: #6B8AB4;                  
    margin-bottom: 0.5rem;
}
    .mobile-text {
        font-size: 16px;
        color: #666666;
        text-align: left;
    }

    .read-more-btn {
        color: #414042;
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer;
        font-size: 15px;
    }
}