/* /Components/Layout/AdminEditDialog.razor.rz.scp.css */
.admin-edit-dialog-content[b-p10wxzupd0] {
    padding: 24px !important;
}

.admin-edit-section-label[b-p10wxzupd0] {
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    color: var(--ps-orange, rgb(251,139,36)) !important;
    opacity: 0.9;
}

.admin-edit-divider[b-p10wxzupd0] {
    height: 1px;
    background: rgba(255,255,255,0.12);
    margin-bottom: 4px;
}

.admin-edit-image-card[b-p10wxzupd0] {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.admin-edit-image-label[b-p10wxzupd0] {
    display: flex;
    align-items: center;
    color: rgba(255,255,255,0.6) !important;
    font-size: 0.72rem !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.admin-edit-image-frame[b-p10wxzupd0] {
    flex: 1;
    min-height: 160px;
    background: rgba(0,0,0,0.25);
    border-radius: 8px;
    overflow: hidden;
    padding: 8px;
}

.admin-edit-img-preview[b-p10wxzupd0] {
    width: 100%;
    max-height: 180px;
    object-fit: contain;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
}

.admin-edit-upload-area[b-p10wxzupd0] {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 10px;
}

.admin-edit-file-input[b-p10wxzupd0] {
    width: 100%;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.7);
    background: transparent;
}

.admin-dialog-btn[b-p10wxzupd0] {
    border-radius: 50px !important;
    text-transform: none !important;
    min-width: 120px;
}

.admin-dialog-title[b-p10wxzupd0] {
    font-weight: 700;
}
/* /Components/Layout/Card.razor.rz.scp.css */
.ps-category-card[b-4ximbfk9tr] {
    transition: box-shadow 0.3s, transform 0.3s;
}

.ps-category-card:hover[b-4ximbfk9tr] {
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.28) !important;
    transform: translateY(-4px) scale(1.03);
}

.card-go-btn[b-4ximbfk9tr] {
    border-radius: 50px !important;
    padding: 8px 32px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.card-go-btn:hover[b-4ximbfk9tr] {
    background-color: var(--ps-orange) !important;
    color: #fff !important;
}
/* /Components/Layout/ContactForm.razor.rz.scp.css */
.contact-submit-btn[b-cl54nhtffp] {
    border-radius: 50px !important;
    padding: 10px 32px !important;
    font-weight: 600 !important;
    text-transform: none !important;
}
/* /Components/Layout/Footer.razor.rz.scp.css */
.custom-footer[b-hiaqdveccg] {
    background-color: var(--ps-orange);
    color: #ffffff;
    text-align: center;
}

.footer-logo[b-hiaqdveccg] {
    width: 100px;
    display: inline-block;
    filter: brightness(0) invert(1);
}

.footer-link[b-hiaqdveccg] {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: color var(--ps-transition), opacity var(--ps-transition);
}

.footer-link:hover[b-hiaqdveccg] {
    color: #ffffff;
    opacity: 0.8;
    text-decoration: underline;
}

.footer-icon[b-hiaqdveccg] {
    color: #ffffff;
    font-size: 1.5rem;
    transition: transform var(--ps-transition), opacity var(--ps-transition);
}

.footer-icon:hover[b-hiaqdveccg] {
    opacity: 0.8;
    transform: scale(1.2);
    color: #ffffff;
}

@media (max-width: 768px) {
    .footer-link[b-hiaqdveccg] {
        display: inline-block;
        margin-bottom: 8px;
    }

    .footer-icon[b-hiaqdveccg] {
        margin-bottom: 8px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-o4t5jt0fsh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-o4t5jt0fsh] {
    flex: 1;
}



/*.sidebar {
    background-color: #000
}*/

.top-row[b-o4t5jt0fsh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o4t5jt0fsh]  a, .top-row[b-o4t5jt0fsh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-o4t5jt0fsh]  a:hover, .top-row[b-o4t5jt0fsh]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-o4t5jt0fsh]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-o4t5jt0fsh] {
        justify-content: space-between;
    }

    .top-row[b-o4t5jt0fsh]  a, .top-row[b-o4t5jt0fsh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-o4t5jt0fsh] {
        flex-direction: row;
    }

    .sidebar[b-o4t5jt0fsh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-o4t5jt0fsh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-o4t5jt0fsh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-o4t5jt0fsh], article[b-o4t5jt0fsh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-o4t5jt0fsh] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-o4t5jt0fsh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ModalImage.razor.rz.scp.css */
/* ── Modal shell ───────────────────────────────────── */
.custom-modal-content[b-ghyfv4ooye] {
    background-color: var(--ps-dark-card, #2b2b2b);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

/* ── Header ─────────────────────────────────────────── */
.custom-modal-header[b-ghyfv4ooye] {
    background-color: var(--ps-orange, #fb8b24);
    color: #fff;
    border-bottom: none;
    padding: 14px 20px;
}

.modal-title-icon[b-ghyfv4ooye] {
    font-size: 1.2rem;
    opacity: 0.9;
}

.modal-title[b-ghyfv4ooye] {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
}

/* ── Body ────────────────────────────────────────────── */
.custom-modal-body[b-ghyfv4ooye] {
    background-color: var(--ps-dark-card, #2b2b2b);
    color: #e9ecef;
    min-height: 260px;
}

/* ── Image column ────────────────────────────────────── */
.modal-img-col[b-ghyfv4ooye] {
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
}

.custom-modal-img[b-ghyfv4ooye] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.no-image-placeholder[b-ghyfv4ooye] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 3rem;
    gap: 8px;
    padding: 40px;
}

/* ── Text column ─────────────────────────────────────── */
.text-container[b-ghyfv4ooye] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #e9ecef;
    overflow-y: auto;
    max-height: 420px;
}


.modal-desc-list[b-ghyfv4ooye] {
    padding-left: 1.2rem;
    margin: 0;
    line-height: 1.8;
    font-size: 0.95rem;
}

.modal-desc-list li[b-ghyfv4ooye] {
    margin-bottom: 4px;
}

.modal-desc-text[b-ghyfv4ooye] {
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

.no-description-text[b-ghyfv4ooye] {
    font-style: italic;
    font-size: 0.9rem;
    color: #868e96;
}

/* ── Footer ──────────────────────────────────────────── */
.custom-modal-footer[b-ghyfv4ooye] {
    background-color: var(--ps-dark-card-alt, #1e1e1e);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px 20px;
    justify-content: flex-end;
}

.custom-close-btn[b-ghyfv4ooye] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 6px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.custom-close-btn:hover[b-ghyfv4ooye] {
    background-color: var(--ps-orange, #fb8b24);
    border-color: var(--ps-orange, #fb8b24);
    color: #fff;
}

/* ── Mobile ──────────────────────────────────────────── */
@media (max-width: 767px) {
    .modal-img-col[b-ghyfv4ooye] {
        min-height: 200px;
        max-height: 240px;
    }

    .custom-modal-img[b-ghyfv4ooye] {
        max-height: 240px;
        object-fit: cover;
    }

    .text-container[b-ghyfv4ooye] {
        max-height: none;
        padding: 16px !important;
    }
}
/* /Components/Layout/Navbar.razor.rz.scp.css */

/* Desktop nav buttons inside AppBar */
.nav-appbar-btn[b-ghnva9r8vs] {
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: none !important;
}

.nav-appbar-btn:hover[b-ghnva9r8vs] {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

/* Sign In button — white outline on orange AppBar */
.sign-in-btn[b-ghnva9r8vs] {
    border-color: rgba(255, 255, 255, 0.85) !important;
    color: #fff !important;
    font-weight: 600;
    text-transform: none !important;
    border-radius: 50px !important;
}

.sign-in-btn:hover[b-ghnva9r8vs] {
    background-color: #fff !important;
    color: var(--ps-orange) !important;
}
/* /Pages/Admin.razor.rz.scp.css */
.stat-card[b-ttaqax3vpf] {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    border: 2px solid transparent !important;
}

.stat-card:hover[b-ttaqax3vpf] {
    transform: translateY(-3px);
    border-color: var(--ps-orange) !important;
    box-shadow: 0 6px 18px rgba(251, 139, 36, 0.25) !important;
}

.stat-card-active[b-ttaqax3vpf] {
    border-color: var(--ps-orange) !important;
    box-shadow: 0 4px 14px rgba(251, 139, 36, 0.35) !important;
    transform: translateY(-2px);
}

.admin-thumb[b-ttaqax3vpf] {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s ease;
}

.admin-thumb:hover[b-ttaqax3vpf] {
    border-color: var(--ps-orange);
}

.no-image-placeholder[b-ttaqax3vpf] {
    width: 72px;
    height: 72px;
    background: rgba(255, 255, 255, 0.06);
    border: 2px dashed rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.description-preview[b-ttaqax3vpf] {
    max-height: 64px;
    overflow-y: auto;
    font-size: 0.875rem;
    line-height: 1.4;
}

.admin-btn[b-ttaqax3vpf] {
    border-radius: 50px !important;
    text-transform: none !important;
}
/* /Pages/ContactUs.razor.rz.scp.css */
/* General container styling */
.mainbody[b-r23epuzn6y] {
    background-color: black;
    color: white;
    border-radius: 10px;
    padding: 20px;
    font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

/* Title styling */
.contact-title[b-r23epuzn6y] {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Montserrat', 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

/* Map styling */
.contact-map[b-r23epuzn6y] {
    width: 100%;
    height: 380px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--ps-radius-sm);
}

/* Headings styling */
.contact-heading[b-r23epuzn6y] {
    color: white;
    font-size: 1.5rem;
    border-bottom: 2px solid white;
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Montserrat', 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

/* Detail text styling */
.contact-detail[b-r23epuzn6y] {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 5px;
    font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

/* Download Form button */
.download-btn[b-r23epuzn6y] {
    border-radius: 50px !important;
    font-weight: 600;
    text-transform: none !important;
}


/* /Pages/Hearing.razor.rz.scp.css */


h3.fw-bold i[b-1shv9kuutf] {
    font-size: 2rem; /* Enlarge the icon */
    vertical-align: middle;
    margin-right: 10px; /* Add spacing next to the icon */
}

.col-lg-5[b-1shv9kuutf] {
    margin-right: 15px; /* Adds space between columns */
}

    .col-lg-5:last-child[b-1shv9kuutf] {
        margin-right: 0; /* Removes the margin from the last column */
    }



.hearing-download-btn[b-1shv9kuutf] {
    border-radius: 50px !important;
    text-transform: none !important;
}
/* /Pages/hearingprotection.razor.rz.scp.css */

/* Custom Heading Decoration */
h3.fw-bold i[b-n9nh90dvri] {
    font-size: 2rem; /* Enlarge the icon */
    vertical-align: middle;
    margin-right: 10px; /* Add spacing next to the icon */
}

/* Paragraph Cards */
p.lead[b-n9nh90dvri] {
    line-height: 1.8;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); /* Subtle text shadow */
    border: 1px solid rgba(255, 255, 255, 0.1); /* Soft border for elegance */
}

/* Row Spacing */
.row-cols-1[b-n9nh90dvri] {
    gap: 20px; /* Adds spacing between sections */
}
/* /Pages/Home.razor.rz.scp.css */
.h1[b-6ce8hm4d2d] {
    align-content: center;
}

/*.carouselHome {
    padding-top: 125px;
   
}*/
/*.carousel {
    width: 620px;
    height: 360px;
}*/

.BackButton[b-6ce8hm4d2d] {
    padding-left: 20px;
}


.titleCard h1[b-6ce8hm4d2d] {
    font-size: 2.5em;
    animation: fadeIn 3s ease;
}

.titleCard[b-6ce8hm4d2d] {
    padding-bottom: 70px;
    text-align: center;
    color: white;
}


.introduction p[b-6ce8hm4d2d] {
    padding-bottom: 50px;
    font-size: 1em;
    font-style: italic;
    animation: fadeIn 6s ease;
    text-align: left;
    color: white;
}

.infoSection[b-6ce8hm4d2d] {
    height: 1000px;
    text-align: center;
    margin-top: 25vh;
}



.homeInput[b-6ce8hm4d2d] {
    height: 50px;
}




.btn-circle[b-6ce8hm4d2d] {
    height: 50px;
    width: 50px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    background-color: black;
}



.baseFooter[b-6ce8hm4d2d] {
    align-content: center;
    display: flex;
    flex-direction: row;
    width: 100%;
}

    .baseFooter p[b-6ce8hm4d2d] {
        color: white;
        padding-left: 10px;
        margin: 0px;
    }

.footerLogo[b-6ce8hm4d2d] {
    width: 3.7em;
}

.release-note-btn[b-6ce8hm4d2d] {
    margin-left: auto !important;
    margin-right: 1rem;
    color: white;
    border-radius: 8px;
}

    .release-note-btn:hover[b-6ce8hm4d2d] {
        background-color: rgb(110, 110, 110);
    }

/* MudCarousel testimonials */
.testimonial-carousel[b-6ce8hm4d2d] {
    border-radius: var(--ps-radius-md);
}

/* Content within each carousel slide — leaves room for arrows (sides) and bullet indicators (bottom) */
.carousel-slide-content[b-6ce8hm4d2d] {
    padding-left: 72px;
    padding-right: 72px;
    padding-bottom: 48px;
}

/* Bring arrow buttons in front of slide content so they are always clickable */
[b-6ce8hm4d2d] .testimonial-carousel .mud-carousel-prev,
[b-6ce8hm4d2d] .testimonial-carousel .mud-carousel-next {
    z-index: 10;
}

.testimonial-text[b-6ce8hm4d2d] {
    font-size: 1.05rem;
    color: var(--ps-text-muted);
    line-height: 1.7;
    max-width: 680px;
    margin: 0 auto;
}

.testimonial-author[b-6ce8hm4d2d] {
    font-weight: 700;
    color: var(--ps-orange);
    font-size: 0.95rem;
}

/* Hero card typography */
.hero-title[b-6ce8hm4d2d] {
    font-size: clamp(1.1rem, 3.5vw, 1.75rem);
    letter-spacing: -0.02em;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
}

.hero-subtitle[b-6ce8hm4d2d] {
    font-size: clamp(0.8rem, 2vw, 1rem);
    opacity: 0.85;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
}

/* Scale carousel down on very small screens */
@media (max-width: 576px) {
    .hero-title[b-6ce8hm4d2d] {
        font-size: 1.1rem;
    }

    .hero-subtitle[b-6ce8hm4d2d] {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .carousel-slide-content[b-6ce8hm4d2d] {
        padding-left: 56px;
        padding-right: 56px;
        padding-bottom: 44px;
    }

    .testimonial-text[b-6ce8hm4d2d] {
        font-size: 0.9rem;
        line-height: 1.6;
    }
}

@media (max-width: 1200px) {
    .infoSection[b-6ce8hm4d2d] {
        margin-top: 15vh;
        height: auto;
    }
}

@media (max-width: 576px) {
    .titleCard h1[b-6ce8hm4d2d] {
        font-size: 1.8em;
    }

    .introduction p[b-6ce8hm4d2d] {
        font-size: 0.9em;
    }
}

/* Logo Styling */
.home-logo[b-6ce8hm4d2d] {
    max-width: 120px;
    height: auto;
    margin-left: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

/* Adjust Logo and Hero Card for Smaller Screens */
@media (max-width: 768px) {
    .home-logo[b-6ce8hm4d2d] {
        max-width: 80px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media (max-width: 576px) {
    .home-logo[b-6ce8hm4d2d] {
        max-width: 70px;
    }
}

/* /Pages/Music.razor.rz.scp.css */



.col-lg-5[b-4ygjdt02o0] {
    margin-right: 15px; /* Adds space between columns */
}

    .col-lg-5:last-child[b-4ygjdt02o0] {
        margin-right: 0; /* Removes the margin from the last column */
    }




h3.fw-bold i[b-4ygjdt02o0] {
    color: #fff !important; /* Force white for the music icon in the header */
    font-size: 2rem; /* Enlarge the icon */
    vertical-align: middle;
    margin-right: 10px; /* Add spacing next to the icon */
}

h5[b-4ygjdt02o0] {
    font-size: 1.2rem;
    font-style: italic;
}

h3.fw-bold[b-4ygjdt02o0], h5[b-4ygjdt02o0] {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

/*.col-lg-5 p.lead {
    background-color: rgba(255, 255, 255, 0.1);*/ /* Transparent card look */
    /*padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}*/

.row.justify-content-center[b-4ygjdt02o0] {
    gap: 30px; /* Adds space between columns on larger screens */
}

.row .col-lg-5[b-4ygjdt02o0] {
    animation: fadeIn 1s ease-in-out;
}


/* /Pages/NAMM.razor.rz.scp.css */
/* NAMM — uses global page-section, fade-in, section-divider from app.css */

.namm-logo-wrapper[b-hcht2v8cd8] {
    border: 3px solid var(--ps-border-subtle);
    border-radius: var(--ps-radius-md);
    padding: 16px;
    background-color: var(--ps-dark-card-alt);
    display: inline-block;
}

.namm-logo-img[b-hcht2v8cd8] {
    max-width: 180px;
    height: auto;
    display: block;
    margin: 0 auto;
}
/* /Pages/OrderNow.razor.rz.scp.css */
/* General container styling */



.mainbody[b-98oaezijr2] {
    background-color: var(--ps-dark-card);
    color: var(--ps-text-light);
    border-radius: var(--ps-radius-md);
    padding: 20px;
}

/* Title styling */
.title-card[b-98oaezijr2] {
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
}

/* Section headings */
.section-heading[b-98oaezijr2] {
    color: white;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

/* General text */
.general-text[b-98oaezijr2] {
    color: white;
    font-size: 1.2rem;
    line-height: 1.6;
}

/* Sub-text for smaller headings */
.sub-text[b-98oaezijr2] {
    color: white;
    font-size: 1.3rem;
    margin-top: 10px;
}

/* Button styling */
/*.btn-download {
    background-color: #007bff;
    color: white;
    font-size: 1.2rem;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .btn-download:hover {
        background-color: #0056b3;
    }*/


.order-btn[b-98oaezijr2] {
    border-radius: 50px !important;
    text-transform: none !important;
}
/* /Pages/Testimonials.razor.rz.scp.css */
/* Testimonials — uses global page-section, fade-in, section-divider from app.css */

.testimonial-mud-card[b-e2bf1go70r] {
    background-color: var(--ps-dark-card) !important;
    border-radius: var(--ps-radius-md) !important;
    transition: transform var(--ps-transition), box-shadow var(--ps-transition);
}

.testimonial-mud-card:hover[b-e2bf1go70r] {
    transform: translateY(-4px);
    box-shadow: var(--ps-shadow-lg) !important;
}

.testimonial-text[b-e2bf1go70r] {
    font-size: 1rem;
    color: var(--ps-text-muted);
    line-height: 1.7;
    flex: 1;
    margin-bottom: 0;
}

.testimonial-author[b-e2bf1go70r] {
    font-weight: 700;
    color: var(--ps-orange);
    font-size: 0.95rem;
    margin: 0;
}

.testimonial-cta-btn[b-e2bf1go70r] {
    border-radius: 50px !important;
    text-transform: none !important;
    padding: 10px 32px !important;
}
/* /Pages/WhyChooseUs.razor.rz.scp.css */
/* WhyChooseUs — uses global page-section, fade-in, section-divider from app.css */

.page-section:nth-child(2)[b-yx2qjsr2sb] {
    animation-delay: 0.1s;
}

.page-section:nth-child(3)[b-yx2qjsr2sb] {
    animation-delay: 0.2s;
}

.page-section:nth-child(4)[b-yx2qjsr2sb] {
    animation-delay: 0.3s;
}
