/* _content/Zacchaeus.Web/Components/ChooseUs.razor.rz.scp.css */
/* ================================================================= */
/* ====================== CHOOSE US PART CSS =================== */
/* ================================================================= */

.choose-us-part[b-1bv7axg48c] {
    padding-top: 60px;
    padding-bottom: 0px;
    background: none;
}
@media screen and (min-width: 993px) {
    .choose-us-part[b-1bv7axg48c] {
        background-image: url(../images/mrbardill.png);
        background-repeat: no-repeat;
        background-size: inherit;
        background-attachment: inherit;
        background-position: 100% 50%;
    }
}

.grid-choose-info[b-1bv7axg48c] {
    margin-bottom: 50px;
    max-width: 350px;
}
 

    .grid-choose-info img[b-1bv7axg48c] {
        margin-bottom: 15px;
    }

    .grid-choose-info h3[b-1bv7axg48c] {
        font-size: 22px;
        color: #222;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .grid-choose-info p[b-1bv7axg48c] {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.6;
        margin-bottom: 15px;
    }
/* _content/Zacchaeus.Web/Components/Counter.razor.rz.scp.css */
/* ================================================================= */
/* ======================== COUNTER UP PART CSS ===============*/
/* ================================================================= */

.counter-up[b-k224vm34a9] {
    background: #222222;
    padding: 20px 0px 20px;
}

.counter-info[b-k224vm34a9] {
    padding: 25px 0px;
    border: 1px dashed #fff;
    
}

    .counter-info span[b-k224vm34a9] {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .counter-info h4[b-k224vm34a9] {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
    }
/* _content/Zacchaeus.Web/Components/Experience.razor.rz.scp.css */

.experience-part[b-54itf1tgnf] {
    position: relative;
    background: url(/images/boardroom.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

    .experience-part[b-54itf1tgnf]::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #b9984d;
        opacity: .85;
        z-index: -1;
    }


/* _content/Zacchaeus.Web/Components/ServicesSection.razor.rz.scp.css */
/* ================== GLOBAL SECTION STYLING ======================= */

.about-part[b-8ha1vncshc] {
    padding: 1rem;
   
}

    .about-content p[b-8ha1vncshc],
    .about-part p[b-8ha1vncshc] {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 1rem;
        font-weight: 500;
    }



    /* ================== CARD STYLE SECTION HEADERS ======================= */

    /* For Careers page h2 headers */
    .about-part h6[b-8ha1vncshc] {
        background-color: #f5f5f5;
        
        padding: 0.6rem 0.2rem;
        border-left: 6px solid #b9984d;
        border-radius: 6px;
        font-weight: bold;
        font-size: 1.1rem;
        
        margin-bottom: 1rem;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    }

/* For alert headers like "How to Apply" */
.alert-heading[b-8ha1vncshc] {
    background-color: #f5f5f5;
    padding: 0.5rem 1rem;
    border-left: 5px solid #28a745;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
}

/* Optional: Match card headers in job openings for consistency */
.card-header[b-8ha1vncshc] {
    background-color: #b9984d;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
}

/* ================== LIST STYLING (optional) ======================= */

.about-part ul[b-8ha1vncshc] {
    padding-left: 1.5rem;
}

.about-part li[b-8ha1vncshc] {
    margin-bottom: 0.4rem;
}
/* _content/Zacchaeus.Web/Components/TeamComponent.razor.rz.scp.css */
/* ================================================================= */
/* =================== ATTORNEYS PART CSS =================== */
/* ================================================================= */

.attorneys-part[b-zm9zlwczro] {
    padding-top: 100px;
    padding-bottom: 80px;
}

.attorneys-page.attorneys-part[b-zm9zlwczro] {
    padding-top: 110px;
    padding-bottom: 60px;
}

.grid-expert-attorneys[b-zm9zlwczro] {
    margin-bottom: 30px;
}

.m-bottom.grid-expert-attorneys[b-zm9zlwczro] {
    margin-bottom: 50px;
}

.attorneys-img[b-zm9zlwczro] {
    position: relative;
    border-radius: 25px;
    margin-bottom: 30px;
    transition: all .3s;
}

    .attorneys-img img[b-zm9zlwczro] {
        border-radius: 25px;
    }

    .attorneys-img[b-zm9zlwczro]:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        transition: 0.5s;
        border-radius: 25px;
        background: #b9984d;
    }

    .attorneys-img:hover[b-zm9zlwczro]::before {
        opacity: .85;
    }

.attorneys-social-icon[b-zm9zlwczro] {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: 0.5s;
    text-align: center;
    transform: translate(-50%, -50%);
}

.attorneys-img:hover .attorneys-social-icon[b-zm9zlwczro] {
    opacity: 1;
}

.attorneys-social-icon ul li[b-zm9zlwczro] {
    display: inline-block;
}

    .attorneys-social-icon ul li a[b-zm9zlwczro] {
        color: #fff;
        margin: 0 5px;
        width: 32px;
        text-align: center;
        display: inline-block;
        line-height: 32px;
        border: 1px solid #fff;
        border-radius: 4px;
        transition: all .3s;
    }

        .attorneys-social-icon ul li a:hover[b-zm9zlwczro] {
            color: #222;
            border-color: #222;
        }

.grid-expert-attorneys h3[b-zm9zlwczro] {
    color: #222;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.grid-expert-attorneys span[b-zm9zlwczro] {
    color: #606060;
    font-size: 16px;
    font-weight: 300;
}

/* ========== Flip Box Styling ========== */

.flip-box[b-zm9zlwczro] {
    background-color: transparent;
    width: 100%;
    max-width: 290px; /* NEW: limit width */
    height: 350px;
    perspective: 1000px;
    margin-bottom: 30px;
    margin-left: auto; /* NEW: center horizontally */
    margin-right: auto;    
}


.flip-box-inner[b-zm9zlwczro] {
    
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner[b-zm9zlwczro] {
    transform: rotateY(180deg);
}

.flip-box-front[b-zm9zlwczro],
.flip-box-back[b-zm9zlwczro] {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 0;
}

.flip-box-front[b-zm9zlwczro] {
    background: #fff;
}

    .flip-box-front img[b-zm9zlwczro] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        border-radius: 10px;
    }

.flip-box-back[b-zm9zlwczro] {
    background: #f7f7f7;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}
/* _content/Zacchaeus.Web/Components/UpcomingEvents.razor.rz.scp.css */
/* General Blog Details Styling */
.blog-details[b-sbfptg7qyc] {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Search Box Styling */
.search-box-mobile[b-sbfptg7qyc],
.search-box-desktop[b-sbfptg7qyc] {
    padding: 12px 15px;
    background: #d49943;
    border-radius: 5px;
}

.search-bar input.form-control[b-sbfptg7qyc] {
    height: 50px;
    border: none;
    padding-left: 20px;
}

.search-bar button[b-sbfptg7qyc] {
    width: 50px;
    border: none;
    background: transparent;
    color: #d49943;
    font-size: 16px;
}

/* Article Card Styling */
.article-card-link[b-sbfptg7qyc] {
    text-decoration: none;
    color: #6c757d; /* Muted link color */
    display: block;
    transition: all 0.3s;
}

.article-card[b-sbfptg7qyc] {
    border-radius: 10px;
    background: #f8f9fa; /* Softer off-white background */
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    border: 1px solid #eee;
}

    .article-card:hover[b-sbfptg7qyc] {
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
        transform: translateY(-3px);
        background: #f1f1f1;
    }

    .article-card h5[b-sbfptg7qyc] {
        font-size: 1.15rem;
        color: #222; /* Normal/dark color by default */
        margin-bottom: 0.5rem;
        font-weight: 600;
        transition: color 0.3s;
    }

    .article-card:hover h5[b-sbfptg7qyc] {
        color: #d49943; /* Gold on hover */
    }

    .article-card .badge[b-sbfptg7qyc] {
        font-size: 0.75rem;
        padding: 0.4em 0.6em;
        border-radius: 0.5rem;
    }

.tag-badge[b-sbfptg7qyc] {
    opacity: 0.9;
    margin-right: 0.4rem;
    margin-bottom: 0.5rem;
}

/* Single Article Styling */
.article-single[b-sbfptg7qyc] {
    background: #fafafa; /* Match sidebar */
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}

.article-title[b-sbfptg7qyc] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.5rem;
}

.article-meta[b-sbfptg7qyc] {
    margin-bottom: 1rem;
    color: #888;
    flex-wrap: wrap;
}

.article-body[b-sbfptg7qyc] {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

/* Sidebar Styling */
.sidebar-section[b-sbfptg7qyc] {
    background: #fafafa;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}

.section-header[b-sbfptg7qyc] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #d49943;
    padding-bottom: 0.5rem;
}

.recent-article a[b-sbfptg7qyc] {
    color: #222; /* Unmuted link */
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}

    .recent-article a:hover[b-sbfptg7qyc] {
        color: #d49943;
    }

.categories ul li a[b-sbfptg7qyc] {
    color: #222; /* Unmuted link */
    font-weight: 500;
    text-decoration: none;
}

    .categories ul li a:hover[b-sbfptg7qyc] {
        color: #d49943;
        padding-left: 5px;
    }

.categories ul li i[b-sbfptg7qyc],
.publish-date i[b-sbfptg7qyc],
.article-meta i[b-sbfptg7qyc],
.article-card i[b-sbfptg7qyc],
.search-bar button i[b-sbfptg7qyc],
.oi[b-sbfptg7qyc] {
    color: #d49943;
    margin-right: 5px;
}

/* Responsive Spacing */
@media (max-width: 767.98px) {
    .article-card[b-sbfptg7qyc] {
        padding: 1rem;
    }

    .article-title[b-sbfptg7qyc] {
        font-size: 1.5rem;
    }
}


/* site.css or scoped CSS file */
.event-popup .dxbs-popup[b-sbfptg7qyc] {
    padding: 0.75rem;
    box-sizing: border-box;
}

@media (max-width: 576px) {
    .event-popup .dxbs-popup[b-sbfptg7qyc] {
        margin: 0.5rem;
        max-height: 90vh;
        overflow-y: auto;
    }
}
/* _content/Zacchaeus.Web/Pages/About.razor.rz.scp.css */
/* ================== ABOUT PART CSS ======================= */

.about-part p[b-32rm4urxty] {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-weight: 500;
    margin-left: 1.5rem; /* ✅ Added indent for paragraph content */
}

.about-part h4.text-primary[b-32rm4urxty] {
    background-color: #f5f5f5;
    color: #333 !important;
    padding: 0.6rem 1rem;
    border-left: 6px solid #b9984d;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
/* _content/Zacchaeus.Web/Pages/Articles.razor.rz.scp.css */
/* General Blog Details Styling */
.blog-details[b-ud1vp93rg3] {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Search Box Styling */
.search-box-mobile[b-ud1vp93rg3],
.search-box-desktop[b-ud1vp93rg3] {
    padding: 5px;
    background: #d49943;
    border-radius: 10px;
}

.search-bar input.form-control[b-ud1vp93rg3] {
    height: 50px;
    border: none;
    padding-left: 20px;
}

.search-bar button[b-ud1vp93rg3] {
    width: 50px;
    border: none;
    background: transparent;
    color: #d49943;
    font-size: 16px;
}

/* Article Card Styling */
.article-card-link[b-ud1vp93rg3] {
    text-decoration: none;
    color: #6c757d; /* Muted link color */
    display: block;
    transition: all 0.3s;
}

.article-card[b-ud1vp93rg3] {
    border-radius: 10px;
    background: #f8f9fa; /* Softer off-white background */
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    border: 1px solid #eee;

}

    .article-card:hover[b-ud1vp93rg3] {
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
        transform: translateY(-3px);
        background: #f1f1f1;
    }

    .article-card h5[b-ud1vp93rg3] {
        font-size: 1.15rem;
        color: #222; /* Normal/dark color by default */
        margin-bottom: 0.5rem;
        font-weight: 600;
        transition: color 0.3s;
    }

    .article-card:hover h5[b-ud1vp93rg3] {
        color: #d49943; /* Gold on hover */
    }

    .article-card .badge[b-ud1vp93rg3] {
        font-size: 0.75rem;
        padding: 0.4em 0.6em;
        border-radius: 0.5rem;
    }

.tag-badge[b-ud1vp93rg3] {
    opacity: 0.9;
    margin-right: 0.4rem;
    margin-bottom: 0.5rem;
}

/* Single Article Styling */
.article-single[b-ud1vp93rg3] {
    background: #fafafa; /* Match sidebar */
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    font-weight: 500;
}

.article-title[b-ud1vp93rg3] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.5rem;
}

.article-meta[b-ud1vp93rg3] {
    margin-bottom: 1rem;
    color: #888;
    flex-wrap: wrap;
}

.article-body[b-ud1vp93rg3] {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

/* Sidebar Styling */
.sidebar-section[b-ud1vp93rg3] {
    background: #fafafa;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}

.section-header[b-ud1vp93rg3] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #d49943;
    padding-bottom: 0.5rem;
}

.recent-article a[b-ud1vp93rg3] {
    color: #222; /* Unmuted link */
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}

    .recent-article a:hover[b-ud1vp93rg3] {
        color: #d49943;
    }

.categories ul li a[b-ud1vp93rg3] {
    color: #222; /* Unmuted link */
    font-weight: 500;
    text-decoration: none;
}

    .categories ul li a:hover[b-ud1vp93rg3] {
        color: #d49943;
        padding-left: 5px;
    }

.categories ul li i[b-ud1vp93rg3],
.publish-date i[b-ud1vp93rg3],
.article-meta i[b-ud1vp93rg3],
.article-card i[b-ud1vp93rg3],
.search-bar button i[b-ud1vp93rg3],
.oi[b-ud1vp93rg3] {
    color: #d49943;
    margin-right: 5px;
}

/* Responsive Spacing */
@media (max-width: 767.98px) {
    .article-card[b-ud1vp93rg3] {
        padding: 1rem;
    }

    .article-title[b-ud1vp93rg3] {
        font-size: 1.5rem;
    }
}
/* _content/Zacchaeus.Web/Pages/Careers.razor.rz.scp.css */
/* ================== GLOBAL SECTION STYLING ======================= */

.about-part[b-c7p0g77cwz] {
    padding: 2rem;
}

    .about-content p[b-c7p0g77cwz],
    .about-part p[b-c7p0g77cwz] {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 1rem;
    }



    /* ================== CARD STYLE SECTION HEADERS ======================= */

    /* For Careers page h2 headers */
    .about-part h2[b-c7p0g77cwz] {
        background-color: #f5f5f5;
        color: #333;
        padding: 0.6rem 1rem;
        border-left: 6px solid #b9984d;
        border-radius: 6px;
        font-weight: bold;
        font-size: 1.4rem;
        margin-top: 2.5rem;
        margin-bottom: 1rem;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    }

/* For alert headers like "How to Apply" */
.alert-heading[b-c7p0g77cwz] {
    background-color: #f5f5f5;
    padding: 0.5rem 1rem;
    border-left: 5px solid #28a745;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
}

/* Optional: Match card headers in job openings for consistency */
.card-header[b-c7p0g77cwz] {
    background-color: #b9984d;
    color: #fff;
    font-weight:500;
    font-size: 1.1rem;
}

/* ================== LIST STYLING (optional) ======================= */

.about-part ul[b-c7p0g77cwz] {
    padding-left: 1.5rem;
}

.about-part li[b-c7p0g77cwz] {
    margin-bottom: 0.4rem;
}
/* _content/Zacchaeus.Web/Pages/Clients.razor.rz.scp.css */
/* ================================================================= */
/* =================== ATTORNEYS PART CSS =================== */
/* ================================================================= */

.attorneys-part[b-yqr5yhm30b] {
    padding-top: 100px;
    padding-bottom: 80px;
}

.attorneys-page.attorneys-part[b-yqr5yhm30b] {
    padding-top: 110px;
    padding-bottom: 60px;
}

.grid-expert-attorneys[b-yqr5yhm30b] {
    margin-bottom: 30px;
}

.m-bottom.grid-expert-attorneys[b-yqr5yhm30b] {
    margin-bottom: 50px;
}

.attorneys-img[b-yqr5yhm30b] {
    position: relative;
    border-radius: 25px;
    margin-bottom: 30px;
    transition: all .3s;
}

    .attorneys-img img[b-yqr5yhm30b] {
        border-radius: 25px;
    }

    .attorneys-img[b-yqr5yhm30b]:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        transition: 0.5s;
        border-radius: 25px;
        background: #b9984d;
    }

    .attorneys-img:hover[b-yqr5yhm30b]::before {
        opacity: .85;
    }

.attorneys-social-icon[b-yqr5yhm30b] {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: 0.5s;
    text-align: center;
    transform: translate(-50%, -50%);
}

.attorneys-img:hover .attorneys-social-icon[b-yqr5yhm30b] {
    opacity: 1;
}

.attorneys-social-icon ul li[b-yqr5yhm30b] {
    display: inline-block;
}

    .attorneys-social-icon ul li a[b-yqr5yhm30b] {
        color: #fff;
        margin: 0 5px;
        width: 32px;
        text-align: center;
        display: inline-block;
        line-height: 32px;
        border: 1px solid #fff;
        border-radius: 4px;
        transition: all .3s;
    }

        .attorneys-social-icon ul li a:hover[b-yqr5yhm30b] {
            color: #222;
            border-color: #222;
        }

.grid-expert-attorneys h3[b-yqr5yhm30b] {
    color: #222;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.grid-expert-attorneys span[b-yqr5yhm30b] {
    color: #606060;
    font-size: 16px;
    font-weight: 300;
}


.flip-box[b-yqr5yhm30b] {
    background-color: transparent;
    width: 100%;
    height: 350px;
    perspective: 1000px;
    margin-bottom: 30px;
}

.flip-box-inner[b-yqr5yhm30b] {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner[b-yqr5yhm30b] {
    transform: rotateY(180deg);
}

.flip-box-front[b-yqr5yhm30b], .flip-box-back[b-yqr5yhm30b] {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.flip-box-front[b-yqr5yhm30b] {
    background: #fff;
    padding:10px;
}

.flip-box-back[b-yqr5yhm30b] {
    background: #f7f7f7;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.flip-box:hover[b-yqr5yhm30b] {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
/* _content/Zacchaeus.Web/Pages/FileManager.razor.rz.scp.css */
/* File Manager Layout */
.blog-details[b-pcjwj3rqfg] {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
}

.section-header[b-pcjwj3rqfg] {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    border-bottom: 1px dashed #d49943;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* Sidebar Form Blocks */
.sidebar-section[b-pcjwj3rqfg] {
    padding: 25px;
    background-color: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

/* Buttons */
.btn[b-pcjwj3rqfg] {
    font-size: 14px;
    padding: 6px 12px;
}

.btn-outline-secondary i[b-pcjwj3rqfg],
.btn-outline-danger i[b-pcjwj3rqfg],
.btn-outline-primary i[b-pcjwj3rqfg] {
    color: #d49943;
}

/* Grid Actions */
.btn-group .btn[b-pcjwj3rqfg] {
    margin-right: 4px;
}

    .btn-group .btn:last-child[b-pcjwj3rqfg] {
        margin-right: 0;
    }

/* Category List */
.list-group-item[b-pcjwj3rqfg] {
    background-color: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

    .list-group-item:hover[b-pcjwj3rqfg] {
        background-color: #f3f3f3;
        border-radius: 6px;
    }

/* Upload Form Input */
input.form-control[b-pcjwj3rqfg],
select.form-control[b-pcjwj3rqfg],
textarea.form-control[b-pcjwj3rqfg] {
    border-radius: 6px;
}

/* Grid Styling */
.dxgvControl[b-pcjwj3rqfg] {
    border-radius: 10px;
}

.dxgvHeader[b-pcjwj3rqfg] {
    background-color: #f1f1f1;
    font-weight: bold;
}

.dxgvDataRow[b-pcjwj3rqfg] {
    transition: background 0.2s;
}

    .dxgvDataRow:hover[b-pcjwj3rqfg] {
        background-color: #fdf5e6;
    }

/* Clipboard Hover Feedback */
.btn-outline-secondary:hover i[b-pcjwj3rqfg],
.btn-outline-danger:hover i[b-pcjwj3rqfg],
.btn-outline-primary:hover i[b-pcjwj3rqfg] {
    color: #222;
}

/* Small adjustments for consistency */
.card[b-pcjwj3rqfg],
.card-body[b-pcjwj3rqfg] {
    border-radius: 10px;
}
/* _content/Zacchaeus.Web/Pages/Index.razor.rz.scp.css */
.welcome[b-mmvom67941] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-mmvom67941] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

    [b-mmvom67941] .welcome-gridlayout .dxbl-gridlayout-root {
        align-content: center;
        justify-content: center;
    }

[b-mmvom67941] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-mmvom67941] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-mmvom67941] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-mmvom67941] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-mmvom67941] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-mmvom67941] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-mmvom67941] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-mmvom67941] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

[b-mmvom67941] .icon-fill {
    fill: var(--bs-primary);
}

[b-mmvom67941] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}
/* _content/Zacchaeus.Web/Pages/PracticeDetails.razor.rz.scp.css */
/* ================== GLOBAL CONTENT STYLING ======================= */

.about-part[b-yar1i30rzg],
.practice-area[b-yar1i30rzg] {
    padding: 2rem;
}

    .about-content p[b-yar1i30rzg],
    .about-part p[b-yar1i30rzg],
    .practice-area p[b-yar1i30rzg] {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 1rem;
    }

ul[b-yar1i30rzg] {
    padding-left: 1.5rem;
}

li[b-yar1i30rzg] {
    margin-bottom: 0.4rem;
}

/* ================== UNIVERSAL SECTION HEADER ======================= */

.section-header[b-yar1i30rzg],
.details-question h5.text-primary[b-yar1i30rzg],
.grid-practice-area h3[b-yar1i30rzg] {
    background-color: #f5f5f5;
    color: #333 !important;
    padding: 0.6rem 1rem;
    border-left: 6px solid #b9984d;
    border-radius: 6px;
    font-weight: bold;
    margin: 0 0 1rem 0;
    font-size: 1.2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* ================== PRIVACY POLICY STYLING ======================= */

.details-check-box[b-yar1i30rzg] {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
}

.details-question[b-yar1i30rzg] {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    .details-question span[b-yar1i30rzg] {
        font-size: 16px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #fff;
        background: #d49943;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: none;
    }

        .details-question span i[b-yar1i30rzg] {
            position: relative;
            top: -2px;
        }

.details-ans p[b-yar1i30rzg] {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    margin-left: 1.5rem; /* ✅ Indent like requested */
}

/* ================== PRACTICE DETAILS STYLING ======================= */

.grid-practice-area[b-yar1i30rzg] {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

    .grid-practice-area .header-row[b-yar1i30rzg] {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1rem;
    }

        .grid-practice-area .header-row img[b-yar1i30rzg],
        .grid-practice-area h3 img[b-yar1i30rzg] {
            width: 40px;
            height: 40px;
            object-fit: contain;
        }

    /* ✅ Indent practice <p> tags just like privacy */
    .grid-practice-area p[b-yar1i30rzg] {
        color: #606060;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.6;
        margin-bottom: 1rem;
        margin-left: 1.5rem;
        margin-top:20px;
    }

    .grid-practice-area a[b-yar1i30rzg] {
        color: #b9984d;
        font-weight: 500;
        text-decoration: underline;
    }

        .grid-practice-area a:hover[b-yar1i30rzg] {
            text-decoration: none;
        }

/* ================== RESPONSIVE TWEAKS ======================= */

@media (max-width: 576px) {
    .grid-practice-area .header-row[b-yar1i30rzg] {
        flex-direction: column;
        align-items: flex-start;
    }

        .grid-practice-area .header-row img[b-yar1i30rzg] {
            margin-bottom: 0.5rem;
        }

    .grid-practice-area h3[b-yar1i30rzg] {
        width: 100%;
    }
}
/* _content/Zacchaeus.Web/Pages/Privacy.razor.rz.scp.css */
/* ================== ABOUT & PRIVACY POLICY STYLING ======================= */

.about-part[b-bi6ipidgss] {
    padding: 2rem;
}

.about-img[b-bi6ipidgss] {
    position: relative;
    margin-left: 40px;
    border-radius: 10px;
}

    .about-img[b-bi6ipidgss]:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        right: -20px;
        bottom: -20px;
        background: #b9984d;
        border-radius: 10px;
        z-index: -1;
    }

/* ================== PRIVACY ITEM STYLING ======================= */

.details-check-box[b-bi6ipidgss] {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
}

.details-question[b-bi6ipidgss] {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    .details-question span[b-bi6ipidgss] {
        font-size: 16px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #fff;
        background: #d49943;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: none;
    }

        .details-question span i[b-bi6ipidgss] {
            position: relative;
            top: -2px;
        }

    /* NEW — Enhancing the Policy Section Headers (h5) to match About styles */
    .details-question h5.text-primary[b-bi6ipidgss] {
        background-color: #f5f5f5;
        color: #333 !important;
        padding: 0.6rem 1rem;
        border-left: 6px solid #b9984d;
        border-radius: 6px;
        font-weight: bold;
        margin: 0;
        font-size: 1.2rem;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }


/* ================== CONTENT STYLING ======================= */

.details-ans p[b-bi6ipidgss] {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-weight:500;
}

ul[b-bi6ipidgss] {
    padding-left: 1.2rem;
    margin-top: 0.25rem;
}

li[b-bi6ipidgss] {
    margin-bottom: 0.25rem;
}
/* _content/Zacchaeus.Web/Shared/Footer.razor.rz.scp.css */
.footer-link[b-2d4qw7l1jh] {
    color: #f8f9fa;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .footer-link:hover[b-2d4qw7l1jh] {
        color: #0d6efd;
    }

.social-icon[b-2d4qw7l1jh] {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0 8px;
    transition: all 0.3s ease;
}

    .social-icon:hover[b-2d4qw7l1jh] {
        transform: translateY(-3px);
        color: #fff;
    }
/* _content/Zacchaeus.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-2gcyrnb4rt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-2gcyrnb4rt] {
    flex: 1;
}

.sidebar[b-2gcyrnb4rt] {
    background-image: linear-gradient(180deg, rgb(15, 15, 15) 0%, #121212 70%);
}

.top-row[b-2gcyrnb4rt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2gcyrnb4rt]  a, .top-row .btn-link[b-2gcyrnb4rt] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-2gcyrnb4rt] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2gcyrnb4rt] {
        display: none;
    }

    .top-row.auth[b-2gcyrnb4rt] {
        justify-content: space-between;
    }

    .top-row a[b-2gcyrnb4rt], .top-row .btn-link[b-2gcyrnb4rt] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2gcyrnb4rt] {
        flex-direction: row;
    }

    .sidebar[b-2gcyrnb4rt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2gcyrnb4rt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-2gcyrnb4rt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
