body {
    font-family: 'Inter', "Switzer Regular", sans-serif;
    color: #414042;
    font-size: 14px;
}
.page-content-wrapper { padding-bottom: 2rem; }
.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; }

.main-title {
    font-family: "Switzer Regular", sans-serif !important;
    color: #e34f56;
    font-size: 16px;
    font-weight: normal;
}
.page-content-wrapper p {
    font-size: 13px;
    color: #414042;
}
.batch-section {
    text-align: center;
    margin-top: 3rem;
}
.secondary-title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2rem;
}
.batch-image {
    /* max-width: 700px; */
    margin: 0 auto;
}

.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; color: #e34f56; }
.rightNav .nav-pills .nav-link.active { background-color: #e34f56 !important; color: #fff !important; margin-right: -16px;}
.rightNav .sub-nav { padding-left: 20px; margin-top: 5px; }
.rightNav .sub-nav a { color: #666; text-decoration: none; font-size: 13px; display: block; }
.rightNav .sub-nav a.sub-active { color: #e34f56; }

@media (max-width: 767.98px) {
    .page-content-wrapper { padding: 3%  3%; }
    .mobile-breadcrumb .breadcrumb-item { font-size: 10px !important; padding-left: 10px;}
    .mobile-banner {
    position: relative; 
    margin-top: 0 !important; 
    line-height: 0;
    }
   .h1, h1 {
    font-size: 18px ;
   }
    .banner-text-overlay {
        position: absolute;
        bottom: 20px;
        color: #E45154;
        background: #ffffffe8;
        padding: 30px;
        right: 0;
        width: 297px;
        height: 80px;
    }
    .mobile-breadcrumb .breadcrumb-item a {
        text-decoration: none;
    }
    .mobile-intro-block {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .mobile-main-title {
        color: #E45154;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 1rem;
        border-bottom: 1px solid #eee;
    }

    .mobile-intro-block p {
        font-size: 16px;  
        color: #666;
        line-height: 1.5;
    }
    .batch-section {
        margin-top: 1rem;
    }

    .secondary-title {
        color: #414042;
        font-size: 18px;  
        font-weight: 500;
        margin-top: 1rem;
        margin-bottom: 1.5rem;
    }
}