/* /Views/Home/CookiePolicy.cshtml.rz.scp.css */
body[b-t16hehgpxz] {
    font-family: sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

h1[b-t16hehgpxz], h2[b-t16hehgpxz] {
    color: #2c3e50;
}

table[b-t16hehgpxz] {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

th[b-t16hehgpxz], td[b-t16hehgpxz] {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

th[b-t16hehgpxz] {
    background-color: #f8f9fa;
}

.lang-section[b-t16hehgpxz] {
    margin-bottom: 60px;
    border-bottom: 2px solid #eee;
    padding-bottom: 40px;
}
.displayBlock[b-t16hehgpxz] {
    display: block;
}

.displayNone[b-t16hehgpxz] {
    display: none;
}
/* /Views/Home/Index.cshtml.rz.scp.css */
.page-title[b-42tfknzdlv] {
    font-family: "Playfair Display", serif;
    color: var(--bs-heading-color);
}

.category-icon[b-42tfknzdlv] {
    height: 5.5rem;
    width: auto;
}

.how-it-works-panel[b-42tfknzdlv] {
    /*background-color: #FAFAFB;*/
    border: none;
    margin-top: 4rem;
    border-radius: 0.5rem;
}

/* AXA-style numbered steps: filled circle badges joined by a dotted line */
.steps-row[b-42tfknzdlv] {
    position: relative;
}

.step-item[b-42tfknzdlv] {
    position: relative;
}

.step-badge[b-42tfknzdlv] {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background-color: #E2EFFF;
    color: var(--axa-blue);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

/* dotted connector from each step to the next (hidden on the last) */
.step-item:not(:last-child)[b-42tfknzdlv]::after {
    content: "";
    position: absolute;
    top: 1.5rem; /* centered on the 3rem badge */
    left: calc(50% + 1.5rem); /* touch the badge's right edge */
    right: calc(-50% + 1.5rem); /* touch the next badge's left edge */
    border-top: 2px dotted #E2EFFF;
    z-index: 0;
}

@media (max-width: 767.98px) {
    /* stacked layout — drop the horizontal connectors */
    .step-item:not(:last-child)[b-42tfknzdlv]::after {
        display: none;
    }
}

.how-it-works-title[b-42tfknzdlv] {
    font-family: "Playfair Display", serif;
}

.how-it-works-subtext[b-42tfknzdlv] {
    max-width: 600px;
    margin: 0 auto;
}

.step-text[b-42tfknzdlv] {
    font-size: 1rem;
    color: #444;
    line-height: 1.4;
    font-weight: 600;
}

/* FAQ */
.faq-title[b-42tfknzdlv] {
    color: var(--axa-blue);
    font-weight: 800;
}

.faq-accordion .accordion-item[b-42tfknzdlv] {
    border: 1px solid #E2EFFF;
    border-radius: .5rem;
    margin-bottom: .75rem;
    overflow: hidden;
}

.faq-accordion .accordion-button[b-42tfknzdlv] {
    color: var(--axa-blue);
}

.faq-accordion .accordion-button:not(.collapsed)[b-42tfknzdlv] {
    color: var(--axa-blue);
    background-color: #E2EFFF;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus[b-42tfknzdlv] {
    border-color: var(--axa-blue);
    box-shadow: 0 0 0 .15rem rgba(0, 0, 143, .15);
}
/* /Views/Home/Privacy.cshtml.rz.scp.css */
.displayBlock[b-b7p31v6lbx] {
    display: block;
}
.displayNone[b-b7p31v6lbx] {
    display: none;
}
/* /Views/Home/ReportDetails.cshtml.rz.scp.css */
.details-title[b-w5g66vuen3] {
    color: var(--axa-blue);
    font-weight: 700;
}
.form-actions[b-w5g66vuen3] {
    max-width: 22rem;
}
.border-dashed[b-w5g66vuen3] {
    border-style: dashed !important;
    border-width: 2px !important;
}
.border-left-red[b-w5g66vuen3] {
    border-left: 3px solid red !important;
}
.fieldMessage[b-w5g66vuen3] {
    font-size: clamp(10px, 1.5vw, 14px);
}
/* /Views/Home/SubCategory.cshtml.rz.scp.css */
.page-title[b-rf2e2y93xr] {
    font-family: "Playfair Display", serif;
}

.subcategory-icon[b-rf2e2y93xr] {
    height: 5.5rem;
    width: auto;
}
/* /Views/Home/Type.cshtml.rz.scp.css */
.page-title[b-6jihluju1o] {
    font-family: "Playfair Display", serif;
}

.type-icon[b-6jihluju1o] {
    font-size: 3.5rem;
}
/* /Views/Shared/_HeroBanner.cshtml.rz.scp.css */
.hero-image[b-b2i7uhjld4] {
    min-height: 120px;
    max-height: 250px;
    object-fit: cover;
    aspect-ratio: 32 / 9;
    display: block;
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.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-8sjzp0mb8f] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-8sjzp0mb8f] {
  color: #0077cc;
}

.btn-primary[b-8sjzp0mb8f] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-8sjzp0mb8f], .nav-pills .show > .nav-link[b-8sjzp0mb8f] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-8sjzp0mb8f] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-8sjzp0mb8f] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-8sjzp0mb8f] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-8sjzp0mb8f] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-8sjzp0mb8f] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.navbar-logo[b-8sjzp0mb8f] {
    height: 45px;
}

.language-selector[b-8sjzp0mb8f] {
    border-color: rgba(0, 0, 143, 0.32);
    color: var(--axa-blue);
}
