/* _content/QuranAnalysis/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-22htf2i6n8] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-22htf2i6n8] {
  color: #0077cc;
}

.btn-primary[b-22htf2i6n8] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-22htf2i6n8], .nav-pills .show > .nav-link[b-22htf2i6n8] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-22htf2i6n8] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-22htf2i6n8] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-22htf2i6n8] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-22htf2i6n8] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-22htf2i6n8] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/QuranAnalysis/Views/Shared/_LayoutUser.cshtml.rz.scp.css */
.bg-container[b-tgi9b61ar7] {
    background: url('upload/istockphoto-482765777-612x612.jpg') no-repeat center center;
    background-size: cover;
    padding: 100px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.fixed-bg-container[b-tgi9b61ar7] {
    position: fixed;
    top: 70px; /* Adjust to your navbar height */
    right: 0;
    left: 0;
    height: 150px; /* smaller height */
    background: url('upload/istockphoto-482765777-612x612.jpg') no-repeat center center;
    background-size: cover;
    padding: 0 20px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    color: #fff;
    z-index: 1020;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .fixed-bg-container .overlay[b-tgi9b61ar7] {
        background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65));
        padding: 20px 30px;
        border-radius: 12px;
        max-width: 900px;
        width: 100%;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
        animation: fadeInUp-b-tgi9b61ar7 1s ease forwards;
    }

.fixed-display-1[b-tgi9b61ar7] {
    font-weight: 900;
    letter-spacing: 0.04em;
    margin: 0;
    font-size: 1.5rem;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.85);
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.fixed-display-6[b-tgi9b61ar7] {
    font-weight: 400;
    color: #FCDAB7;
    font-style: italic;
    letter-spacing: 0.03em;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
    margin: 0;
    font-size: 1rem;
    font-family: 'Noto Kufi Arabic', sans-serif;
}


.overlay[b-tgi9b61ar7] {
    background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65));
    padding: 60px 40px;
    border-radius: 12px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.display-1[b-tgi9b61ar7] {
    font-weight: 900;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.85);
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.display-6[b-tgi9b61ar7] {
    font-weight: 400;
    color: #FCDAB7;
    font-style: italic;
    letter-spacing: 0.03em;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
    margin-bottom: 0;
    font-family: 'Noto Kufi Arabic', sans-serif;
}

@keyframes fadeInUp-b-tgi9b61ar7 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.bg-container .overlay[b-tgi9b61ar7],
.content-paragraph[b-tgi9b61ar7] {
    animation: fadeInUp-b-tgi9b61ar7 1s ease forwards;
}
/* _content/QuranAnalysis/Views/User/Index.cshtml.rz.scp.css */
/* _content/QuranAnalysis/Views/User/Intro.cshtml.rz.scp.css */
.line-height-lg[b-yzp38nu583] {
    line-height: 1.8;
}

.card[b-yzp38nu583] {
    transition: transform 0.3s;
}

.card:hover[b-yzp38nu583] {
    transform: translateY(-5px);
}

.text-primary[b-yzp38nu583] {
    color: #2c5fa8 !important;
}

.border-primary[b-yzp38nu583] {
    border-color: #2c5fa8 !important;
}

.modal-img[b-yzp38nu583] {
    max-height: 80vh;
}
