body {
    font-family: "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; }
.d-none.d-md-block p {
    font-size: 13px;
    margin-bottom: 0.75rem;
}

.desktop-main-title {
    color: #e34f56; 
    font-size: 16px;
    font-weight: normal;
}
.desktop-section-title {
    color: #000; 
    font-size: 16px;
    font-weight: 600;
}
.content-subheading {
    color: #414042;
}
.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;
}
@media (max-width: 767.98px) {
     .mobile-banner {
    position: relative; 
    margin-top: 0 !important; 
    line-height: 0;
     }
     .sub-heading{font-size: 18px;}
    .banner-text-overlay { position: absolute; bottom: 20px; color: #e45154; background: #ffffffe8; padding: 25px; right: 0; width: 280px; height: 87px; }
    .mobile-banner img { width: 100%; height: auto; }
    .mobile-breadcrumb { padding: 5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-left:5px; }
    .mobile-breadcrumb .breadcrumb-item a { color: #d8515b; text-decoration: none; }
    .mobile-breadcrumb .breadcrumb-item.active { color: #A2A2A2; margin-top: 0px; padding: 0px;}
    .mobile-breadcrumb .breadcrumb-item+.breadcrumb-item::before { content: "/"; padding: 0 0.2rem;  }
    .page-content-wrapper {padding-left: 3%; padding-right: 3%; }
     .mobile-breadcrumb .breadcrumb-item {
        font-size: 10px !important;
    }
    .mobile-duration-section p {
     font-size: 16px;
    }
    .mobile-main-title {
        color: #E45154;
        font-size: 18px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        padding-bottom: 0.75rem;
        margin-top: 1.5rem;
    }

    .mobile-intro-text {
        margin-bottom: 1.5rem;
        font-size: 16px !important;
        color:#666;
    }
    .mobile-duration-section {
        margin-top: 1rem;
    }
    .accordion-item { border: none; border-bottom: 1px solid #eee; }
    .accordion-header { margin-bottom: 0; }
    .accordion-button {
        background-color: #fff !important;
        color: #000 !important;
        font-size: 18px;
        font-weight: 600;
        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);
    }
    .accordion-body { padding: 0.5rem 0 1rem 0; }
    .mobile-round-title {
        color: #000; 
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 0.25rem;
        text-transform: uppercase;
    }
    .mobile-bullet-text {
        font-size: 16px; 
        color: #666666; 
        text-align: left;
        position: relative; 
        padding-left: 15px; 
        margin-bottom: 1rem; 
    }
    .mobile-bullet-text::before {
        content: "•"; 
        color: #666; 
        font-weight: bold;
        display: inline-block; 
        position: absolute; 
        left: 0; 
        top: 2px; 
        font-size: 16px;
    }
}