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;
    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: #e34f56;
    padding-bottom: 5px;
    font-family: "Switzer Regular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
}
.desktop-content-section p, .desktop-content-section ul {
    font-size: 13px;
    margin-bottom: 1rem;
}
.desktop-content-section ul {
    list-style-type: disc;
    padding-left: 40px;
}

.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) {
    .banner-text-overlay {
        position: absolute;
        bottom: 20px;
        color: #E45154;
        background: #ffffffe8;
        padding: 30px;
        right: 0;
        width: 255px;
        height: 86px;
    }
    .sub-heading {
      font-size: 20px !important;
    }
    .mobile-banner {
        position: relative;
    }
    .mobile-banner img {
        width: 100%;
        height: auto;
    }
    .mobile-breadcrumb {
        padding: 5px 5% 5px 5%;
        font-weight: 600;
        font-size: 11px;
    }
    .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: 2%;
        padding-right: 2%;
        padding-top: 15px;
        margin-bottom: 3rem;
     }

    .accordion-item {
        border: none;
    }
    .accordion-header {
        margin-bottom: 0;
        border-bottom: 1px solid #eee;
    }
    .accordion-button {
        background-color: #fff !important;
        color: #e34f56 !important;
        font-size: 18px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-weight: normal;
        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-section-subtitle {
        color: #000; 
        font-size: 16px;
        font-weight: 600;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }
    .mobile-text {
        font-size: 16px;
        color: #666666;
        text-align: left;
        position: relative;
        padding-left: 15px;
        margin-bottom: 1rem;
    }
    .mobile-text::before {
        content: "•";
        color: #666;
        font-weight: bold;
        display: inline-block; 
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 18px;
    }
    /* Style for paragraphs WITHOUT a bullet point */
    .mobile-text-no-bullet {
        font-size: 16px;
        color: #666666;
        text-align: left;
        margin-bottom: 1rem;
    }

    .read-more-btn {
        color: #414042;
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer;
        font-size: 15px;
    }
}