/* ==========================================================================
   Public Reports - Server-rendered CSS
   Consolidated from Angular public-reports component styles

   Dependencies (loaded via public-report-head.tag before this file):
   - Angular styles.css: Bootstrap 5, Zoho Puvi fonts, ws-icons font

   This file provides page-specific styles that override or supplement
   the base styles from the Angular bundle.
   ========================================================================== */

/* ---------- Font-Face: Zoho Puvi Fonts ---------- */
@font-face {
    font-family: "puvi-regular";
    src: url("//static.site24x7.com/fonts/zoho_puvi_regular.woff2") format("woff2"),
    url("//static.site24x7.com/fonts/zoho_puvi_regular.woff") format("woff"),
    url("//static.site24x7.com/fonts/zoho_puvi_regular.ttf") format("truetype");
    font-display: swap;
}
.puvi-regular { font-family: puvi-regular !important; }

@font-face {
    font-family: "puvi-bold";
    src: url("//static.site24x7.com/fonts/zoho_puvi_bold.woff2") format("woff2"),
    url("//static.site24x7.com/fonts/zoho_puvi_bold.woff") format("woff"),
    url("//static.site24x7.com/fonts/zoho_puvi_bold.ttf") format("truetype");
    font-display: swap;
}
.puvi-bold { font-family: puvi-bold !important; }

@font-face {
    font-family: "puvi-semi-bold";
    src: url("//static.site24x7.com/fonts/zoho_puvi_semibold.woff2") format("woff2"),
    url("//static.site24x7.com/fonts/zoho_puvi_semibold.woff") format("woff"),
    url("//static.site24x7.com/fonts/zoho_puvi_semibold.ttf") format("truetype");
    font-display: swap;
}

/* ---------- Font-Face: WS Icons ---------- */
@font-face {
    font-family: 'ws-icons';
    src: url('/ws/client/resources/websecurity/client/ws-icons.eot');
    src: url('/ws/client/resources/websecurity/client/ws-icons.eot') format('embedded-opentype'),
    url('/ws/client/resources/websecurity/client/ws-icons.ttf') format('truetype'),
    url('/ws/client/resources/websecurity/client/ws-icons.woff') format('woff'),
    url('/ws/client/resources/websecurity/client/ws-icons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'ws-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* WS Icon Glyphs - classification icons */
.icon-domainsecurity:before { content: "\e969"; color: #34cfa0; }
.icon-emailsecurity:before { content: "\e96b"; color: #34cfa0; }
.icon-networksecurity:before { content: "\e967"; color: #34cfa0; }
.icon-applicationsecurity:before { content: "\e968"; color: #34cfa0; }

/* WS Icon Glyphs - severity icons */
.icon-tick:before { content: "\e93a"; color: #35cfa0; }
.icon-tick-filled .path1:before { content: "\e926"; color: rgb(53, 207, 160); }
.icon-tick-filled .path2:before { content: "\e927"; margin-left: -1em; color: rgb(255, 255, 255); }
.icon-critical0:before { content: "\e96d"; color: #3D90FD; }
.icon-critical0-filled:before { content: "\e96c"; color: #3D90FD; }
.icon-critical1:before { content: "\e937"; color: #ffb55c; }
.icon-critical1-filled .path1:before { content: "\e928"; color: rgb(255, 181, 92); }
.icon-critical1-filled .path2:before { content: "\e929"; margin-left: -1em; color: rgb(255, 255, 255); }
.icon-critical2:before { content: "\e938"; color: #f28442; }
.icon-critical2-filled .path1:before { content: "\e930"; color: rgb(242, 132, 66); }
.icon-critical2-filled .path2:before { content: "\e931"; margin-left: -1em; color: rgb(255, 255, 255); }
.icon-critical2-filled .path3:before { content: "\e932"; margin-left: -1em; color: rgb(255, 255, 255); }
.icon-critical3:before { content: "\e939"; color: #e86858; }
.icon-critical3-filled .path1:before { content: "\e933"; color: rgb(232, 104, 88); }
.icon-critical3-filled .path2:before { content: "\e934"; margin-left: -1em; color: rgb(255, 255, 255); }
.icon-critical3-filled .path3:before { content: "\e935"; margin-left: -1em; color: rgb(255, 255, 255); }
.icon-critical3-filled .path4:before { content: "\e936"; margin-left: -1em; color: rgb(255, 255, 255); }

/* WS Icon Glyphs - navigation icons */
.icon-down:before { content: "\e92c"; }

/* ---------- Base / Reset ---------- */
.public-reports-page {
    color: #30373c !important;
    font-family: puvi-regular, sans-serif !important;
    font-size: .9375rem;
    font-weight: 300;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

.public-reports-page h1, .public-reports-page .h1,
.public-reports-page h2, .public-reports-page .h2,
.public-reports-page h3, .public-reports-page .h3,
.public-reports-page h4, .public-reports-page .h4,
.public-reports-page h5, .public-reports-page .h5,
.public-reports-page h6, .public-reports-page .h6 {
    color: #1b2329;
    font-family: puvi-regular, sans-serif;
}

.public-reports-page h1 { font-size: 2.5rem;
    font-weight: 600;
}
.public-reports-page h2 { font-size: 1.875rem; }
.public-reports-page h3 { font-size: 1.5rem; }
.public-reports-page h4 { font-size: 1.375rem; }
.public-reports-page h5 { font-size: 1.125rem; }
.public-reports-page h6 { font-size: .9375rem; margin-bottom: .5rem; }

.public-reports-page p {
    font-size: .9375rem;
    font-weight: 300;
    line-height: 1.7;
    margin: 0 0 1rem 0;
    color: #30373c;
}

.public-reports-page ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.public-reports-page a {
    color: #000;
    text-decoration: none;
}

.public-reports-page a:hover {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

.public-reports-page *, .public-reports-page :after, .public-reports-page :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* ---------- Layout ---------- */
.main-content {
    margin-top: 65px;
    background: #fff;
}

.content-wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 4rem;
    margin-bottom: 4rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) { .content-wrap { max-width: 540px; } }
@media (min-width: 768px) { .content-wrap { max-width: 720px; } }
@media (min-width: 992px) { .content-wrap { max-width: 960px; } }
@media (min-width: 1200px) { .content-wrap { max-width: 1140px; } }

/* ---------- Utilities ---------- */
.title-desc { font-size: 1.125rem; }
.txt-green { color: #089949; }
.txt-blue { color: #3C7DBB; }
.txt-black { color: #1b2329; }
.txt-heading-black { color: #1b2329; }
.lht-28 { line-height: 28px; }
.bold { font-weight: 700; }
.txt16 { font-size: 16px; }
.txt20 { font-size: 20px; }
.txt36 { font-size: 36px; }
.font-size-medium { font-size: 1.125rem !important; }
.font-size-large { font-size: 1.375rem !important; }
.cursor-pointer { cursor: pointer; }
.vh-50 { min-height: 50vh; }
.white-bg { background-color: #fff; }
.outline-0 { outline: 0; }

/* ---------- Buttons ---------- */
.public-reports-page button,
.public-reports-page .btn {
    border-radius: 5px;
}

.btn-green {
    background-color: #089949;
    color: #fff !important;
    border: 1px solid #089949;
    transition: all .2s ease-in-out;
    text-decoration: none;
    display: inline-block;
}

.btn-green:hover {
    background: #076938;
    border-color: #076938;
    color: #fff !important;
    text-decoration: none;
}

.btn {
    height: 32px;
    color: #fff;
    padding: 0 16px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.btn-sec {
    border: 1px solid #089949;
    color: #089949;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #089949 !important;
}

.btn-sec:hover {
    background-color: #089949;
    text-decoration: none;
    color: #fff !important;
}

.btn-white {
    background-color: #fff;
    border: 1px solid #DDDDDD;
    color: #1b2329;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

/* ---------- Hero Banner ---------- */
.security-band {
    font-family: puvi-regular, sans-serif;
    background-size: contain;
    background-color: #182737;
    min-height: 236px;
    width: 100%;
    text-align: center;
}

.trial-btn {
    display: inline-block;
    font-weight: 500;
    padding: .5rem 1.5rem !important;
    line-height: 1.4em;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 1;
    font-size: .9375rem;
    border-radius: 5px;
    transition: all .2s ease-in-out;
    letter-spacing: -0.36px;
    color: #fff !important;
}

.trial-btn-text {
    font-size: 0.6875rem;
    font-family: puvi-regular, sans-serif;
    font-weight: 400;
    display: block;
    pointer-events: none;
}

/* ---------- Industry Buttons ---------- */
.industry-btn {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #626262;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 5px;
    color: #30373c;
    font-size:.875rem;
}

.industry-btn:hover {
    background-color: #089949;
    color: #fff;
}

.selected-industry {
    border: 1px solid #089949 !important;
    background-color: #089949 !important;
    color: #fff !important;
}

/* ---------- Domain Cards ---------- */
.domains-container {
    max-width: 1280px;
}

.app-container {
    height: 132px;
    width: 256px;
    box-shadow: 0 0 8px 2px rgba(231, 231, 231, 0.5);
    border-radius: 2px;
    padding: 20px;
    transition: transform 1s ease;
    -webkit-transition: -webkit-transform 2s ease;
}

.app-container a { color: #1b2329; }

.app-container:hover {
    background-color: #f3fffc;
    border-bottom: 3px solid #00D39D;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.domain-logo {
    height: 48px;
    min-width: 48px;
    max-width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}

/* ---------- Pagination ---------- */
.pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #30373c;
    text-decoration: none;
    font-size: .875rem;
    transition: all 0.2s ease;
}

.pagination-link:hover {
    background-color: #f3fffc;
    border-color: #089949;
    color: #089949;
    text-decoration: none;
}

.pagination-active {
    background-color: #089949;
    border-color: #089949;
    color: #fff;
}

.pagination-active:hover {
    background-color: #076938;
    border-color: #076938;
    color: #fff;
}

/* ---------- Demo Section ---------- */
.demo-container {
    background-color: #F9FCFF;
    padding: 24px;
    font-size: .875rem;
}

.generate-report-container{
    background-color: #fff;
}

/* ---------- Domain Detail Page ---------- */
.domain-report {
    font-family: puvi-regular, sans-serif;
    color: #30373c;
    font-size: 1rem;
    max-width: 1280px;
}

.security-rating-contain {
    background-color: #F9FCFF;
}

.score-grade {
    height: 40px;
    width: 40px;
    border: 3px solid #8EC54D;
    border-radius: 50%;
    text-align: center;
    color: #8EC54D;
    font-size: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-report-btn {
    font-size: 1.1rem;
    display: inline-block;
    font-weight: 500;
    padding: .5rem 1.5rem;
    line-height: 1.4em;
    text-align: center;
    margin: 0;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 1;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}

/* ---------- Classification / Assertion Cards ---------- */
.classification-details {
    width: 100%;
}

.classification-details > summary {
    cursor: pointer;
    list-style: none;
    padding: 2rem 1rem;
}

.classification-details > summary::-webkit-details-marker {
    display: none;
}

.classification-details > summary::marker {
    display: none;
    content: "";
}

.classification-summary-content {
    display: flex;
    align-items: center;
}

.classification-details .details-arrow {
    transition: transform 0.3s ease;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.classification-details[open] .details-arrow {
    transform: rotate(180deg);
}

.classification-div {
    padding-top: 0.0625rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 0.0625rem !important;
}

.txt-blue{
    color: #5290f5 !important;
}

.report-card {
    padding: 16px;
    height: auto;
    text-align: left;
    flex-direction: unset;
    border-radius: 5px;
}

.assertion-txt {
    font-weight: 500;
}

/* Grade color backgrounds */
.grade-a-color-bg { background-color: #F5FDFB; }
.grade-b-color-bg { background-color: #F9FBFF; }
.grade-c-color-bg { background-color: #FEF9F2; }
.grade-d-color-bg { background-color: #FFF9F6; }
.grade-e-color-bg { background-color: #FFF9F9; }

/* ---------- Navbar ---------- */
.nav-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    background: #fff;
    line-height: normal;
}

.nav-header {
    background: #fff;
    z-index: 999;
}

.nav-header-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/* ---------- Footer ---------- */
#footer {
    background-color: #eee;
    border-top: none;
    position: relative;
}

#copyrights {
    background-color: #ddd;
    font-size: .75rem;
    margin-bottom: .3125rem;
}

.footer-wrap {
    width: 100%;
    margin: 0 auto;
}

.footer-wrap-1 {
    padding: 2rem 1rem;
}

.footer-wrap h5 {
    font-size: 1rem;
    font-weight: 700;
}

.footer-wrap h2 {
    margin-bottom: 1rem;
    font: 2.35rem/1.25 puvi-semi-bold,sans-serif;
}

.footer-all-in-one-ul {
    padding: 0;
}

.footer-all-in-one-li {
    position: relative;
    list-style: none;
    padding: 0 .3125rem;
    font-size: 14px;
}

.footer-all-in-one-li:after {
    content: '';
    position: absolute;
    height: 12px;
    width: 1px;
    background: #000;
    right: 0;
    top: 6px;
}

.footer-all-in-one-li a { font-size: .938rem !important; }
.footer-all-in-one-li:last-child:after { content: none; }

.ft-sec-nav {
    position: relative;
    padding: 10px;
    list-style: none;
}

.ft-sec-nav:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 1px;
    background: #000;
    right: 0;
    top: 14px;
}

.ft-sec-nav:last-child:after { content: none; }

.footer-copyrights-lg {
    font-size: .75rem;
}

/* ---------- Loading Spinner (pre-loading) ---------- */
.pre-loading {
    display: inline-flex;
    gap: 6px;
}

.pre-loading span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #089949;
    animation: preload 1.2s ease-in-out infinite;
}

.pre-loading span:nth-child(2) { animation-delay: 0.2s; }
.pre-loading span:nth-child(3) { animation-delay: 0.4s; }
.pre-loading span:nth-child(4) { animation-delay: 0.6s; }

@keyframes preload {
    0%, 80%, 100% { transform: scale(0); opacity: 0.5; }
    40% { transform: scale(1); opacity: 1; }
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
    .d-flex.flex-wrap.col-sm-12 {
        flex-direction: column;
    }
    .d-flex.flex-wrap.col-sm-12 > .col-sm-6 {
        width: 100%;
        padding: 1rem !important;
    }
    .domain-report .d-flex.flex-wrap {
        flex-direction: column;
    }
}

.p-right-0 { padding-right: 0 !important; }
.p-left-0 { padding-left: 0 !important; }

/* Disable text styles on focus for <details> */
.classification-details:focus,
.classification-details summary:focus {
    outline: none;
}

.disable-hover {
    background:#fff !important;
}

