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; }
.desktop-main-title { color: #e34f56; font-size: 16px; font-weight: normal; margin-bottom: 3rem; margin-left: 12px; }
.desktop-testimonial-item {
    margin-bottom: 2rem; 
}
 .small-desktop-img {
    width: 76%; 
    height: auto;
    display: block;
    margin: 0 auto; 
    margin-top: -12px;
  }
.desktop-bio-text p {
    font-weight: bold;
    font-size: 13px;
    color: #414042;
    line-height: 1.5;
    margin: 0;
    text-align: right; 
}
.desktop-bio-text b {
    font-weight: 600; 
}

.desktop-quote-text p {
    font-weight: bold;
    font-size: 13px;
    color: #414042;
    margin: 0;
}

.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; }
.rightNav .sub-nav { padding-left: 20px; margin-top: 5px; }
.rightNav .sub-nav a { color: #666; text-decoration: none; font-size: 13px; padding: 0px 0; display: block; }
.rightNav .sub-nav a.sub-active { color: #e34f56; font-weight: bold; }

@media (max-width: 767.98px) {
       .banner-text-overlay {
        position: absolute;
        bottom: 20px;
        color: #E45154;
        background: #ffffffe8;
        padding: 17px;
        right: 0;
        width: 280px;
        height: 92px;
    }
    .sub-heading{
        font-size:18px !important;
    }
    .mobile-banner {
    position: relative; 
    margin-top: 0 !important; 
    line-height: 0;
    }
    .banner-script-overlay{
        position: absolute;
        bottom: 20px;
        color: #E45154;
        background: #ffffffe8;
        padding: 31px;
        right: 0;
        width: 291px;
        height: 92px;
        
    }
    .page-content-wrapper { padding: 5% 0; }
    .mobile-main-title {
        color: #E45154; font-size: 18px; font-family: "Trebuchet MS", Arial, sans-serif;
        padding-bottom: 0.75rem; border-bottom: 1px solid #eee;
    }
    .mobile-breadcrumb .breadcrumb-item a, 
    .mobile-breadcrumb .breadcrumb-item.active {
        font-size: 10px !important;
        text-decoration: none !important; 
        margin-left: 5px;
        padding-top: 5px;
    }
    .mobile-breadcrumb-nextgen .breadcrumb-item a, 
    .mobile-breadcrumb-nextgen .breadcrumb-item.active {
        font-size: 10px !important;
        text-decoration: none !important; 
        margin-left: 5px;
        padding-top: 3px;
    }
    .accordion-item { border: none; border-bottom: 1px solid #eee; padding: 0 5%;}
    .accordion-header { margin-bottom: 0; }
    .accordion-button {
        display: flex; align-items: center; gap: 15px;
        background-color: #fff !important; padding: 1rem 0; box-shadow: none !important;
    }
    .accordion-button::after {
        flex-shrink: 0; width: 1.5rem; height: 1.5rem; margin-left: auto; content: "";
        background-image: url('/img/arrow-icon.svg');
        background-repeat: no-repeat; background-position: center; background-size: contain;
        transition: transform .2s ease-in-out;
    }
    .accordion-button:not(.collapsed)::after {
        background-image: url('/img/arrow-icon.svg');
        transform: rotate(-180deg);
    }
    .mobile-testimonial-img {
        width: 80px; height: 80px;
        border-radius: 50%;
        object-fit: cover;
    }
    .mobile-name {
        font-family: 'Inter', sans-serif; font-weight: 700; font-size: 18px;
        line-height: 20.11px; color: #333;
    }
    .mobile-university {
        font-family: 'Inter', sans-serif; font-weight: 500; font-size: 14px;
        line-height: 20.11px; color: #666666;
        padding-top: 5px;
    }
    .mobile-work-exp {
        font-family: 'Inter', sans-serif; font-weight: 400; font-size: 12px;
        line-height: 100%; color: #666666;
        padding-top: 5px;
    }
    .mobile-quote {
        font-family: 'Inter', sans-serif; font-weight: 600; font-size: 16px;
        line-height: 20px; color: #444444;
    }
    .accordion-body { padding: 0.5rem 0 1rem 0; }
    .btn-view-all {
        display: block; width: 100%; max-width: 120px; margin: 2rem auto;
        padding: 10px 20px; background-color: #6B8AB4; color: #fff;
        border: none; border-radius: 5px; font-weight: bold;
        cursor: pointer; text-align: center;
    }
    .testimonial-hidden {
        display: none;
    }
}