.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

*+html .clearfix {
    display: inline-block;
}

html,
body {
    overflow-x: hidden !important;
}

html.hideScroll,
body.hideScroll {
    overflow: hidden;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 16px;
    font-family: 'Zoho_Puvi_Regular';
    color: #000;
}

section *,
.popup-testi-vdo *,.bva-cyber-overlay *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
footer,
header,
section {
    display: block;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none !important;
    color: #4CA9F5;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 500;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

h2 {
    font-size: 1.8em;
    margin: 0 0 25px;
    line-height: 1.4;
    font-family: "Zoho_Puvi_SemiBold";
}

h3 {
    margin: 0;
}

p {
    margin: 0 0 25px;
    line-height: 1.6;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-blue {
    color: #243A5D;
}

.text-light {
    color: #fff !important;
}

.text-dark {
    color: #000 !important;
}

.top-margin {
    margin-top: 25px !important;
}

.bottom-margin {
    margin-bottom: 25px !important;
}

.space-large {
    height: 50px;
}

.space-medium {
    height: 25px;
}

.space-small {
    height: 10px;
}

.margin-0 {
    margin: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.non-click {
    cursor: default;
    pointer-events: none;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding: 0px;

}

strong,
b {
    font-weight: 600;
}

.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    clear: both;
}

.rows {
    margin-right: -10px;
    margin-left: -10px;
}

.container,
.containermid {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1200px;
}

.container-fluid {
    width: 100%;
    max-width: 100%;
    position: relative
}

.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.cols-2 {
    width: 16.6%;
}

.cols-25 {
    width: 20%;
}

.cols-3 {
    width: 25%;
}

.cols-4 {
    width: 33.3%;
}

.cols-6 {
    width: 50%;
}

.cols-8 {
    width: 66.6%;
}

.cols-9 {
    width: 75%;
}

.cols-10 {
    width: 87.5%;
}

.cols-12 {
    width: 100%;
}

.cols-center {
    margin: 0 auto;
    float: none;
}

@media only screen and (max-width: 1025px) {
    .cols-md-12 {
        width: 100%;
    }

    .cols-md-9 {
        width: 75%;
    }

    .cols-md-6 {
        width: 50%;
    }

    .cols-md-4 {
        width: 33.3%;
    }

    .cols-md-3 {
        width: 25%;
    }
}

@media only screen and (max-width: 650px) {
    .cols-sd-12 {
        width: 100%;
    }

    .cols-sd-9 {
        width: 75%;
    }

    .cols-sd-8 {
        width: 66.6%;
    }

    .cols-sd-6 {
        width: 50%;
    }

    .cols-sd-4 {
        width: 33.3%;
    }

    .cols-sd-3 {
        width: 25%;
    }
}

section {
    padding: 100px 0;
}
.top-banner {
    padding: 100px 0 160px 0;
    color: #fff;
    text-align: center;
    background: linear-gradient(160deg, #004AD4 0%, #00276E 100%);
    position: relative;
    overflow: hidden;
}

.bva-banner-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 0;
}

.bva-banner-img img {
    width: 100%;
    height: auto;
    display: block;
}

.bva-banner-img .bva-banner-mob {
    display: none;
}

.banner-container {
    position: relative;
    z-index: 1;
}

.top-banner h1 {
    font-family: "Zoho_Puvi_Bold";
    line-height: 1.3;
    margin-bottom: 15px;
    font-size: 2.4em;
}

.top-banner p {
    font-size: 1.25em;
    width: 75%;
    margin: 0 auto 25px;
}

.banner-cta,
.assess-cta,
.bva-cyber-cta {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 8px 12px 8px 25px;
    border-radius: 999px;
    background: #004AD4;
    border: none;
    color: #fff;
    font-family: "Zoho_Puvi_SemiBold";
    text-transform: uppercase;
    font-size: 1em;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease;
}
.banner-cta:hover,
.assess-cta:hover,
.bva-cyber-cta:hover {
    background: #013EB0;
}
.banner-cta .btn-text,
.assess-cta .btn-text,
.bva-cyber-cta .btn-text {
    display: block;
    line-height: 1.2;
}

.banner-cta .btn-icon,
.assess-cta .btn-icon,
.bva-cyber-cta .btn-icon {
    width: 32px;
    height: 32px;
    background-color: #fffbe8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.banner-cta .btn-icon svg,
.assess-cta .btn-icon svg,
.bva-cyber-cta .btn-icon svg {
    width: 100%;
    height: 100%;
    stroke: #000;
    stroke-width: 1.2px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.banner-cta:hover .btn-icon,
.assess-cta:hover .btn-icon,
.bva-cyber-cta:hover .btn-icon {
    transform: translateX(4px);
}

.top-banner .banner-cta {
    background: #ffc800;
    color: #000;
}

.top-banner .banner-cta:hover {
    background: #f2bb00 !important;
}

.top-banner .banner-cta .btn-text {
    line-height: 1;
}
.top-banner .banner-cta .btn-icon svg {
    width: 25px;
    height: 25px;
    stroke: #000;
    stroke-width: 2;
}

.top-banner .banner-cta:hover .btn-icon {
    transform: translateX(4px);
}

.banner-img {
    display: block;
    margin: 0 auto;
    width: 60%;
}
.iamsec2-img {
    display: block;
}

.bva-tick-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bva-tick-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    line-height: 1.5;
}

.bva-tick-list li:last-child {
    margin-bottom: 25px;
}

.bva-tick-list li img {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.st-point {
    font-family: "Zoho_Puvi_Bold";
}
.diagram-sec {
    background: #1E1E1E;
    color: #fff;
}

.diagram-sec h2 {
    margin-bottom: 40px;
}

.bva-steps-track {
    display: flex;
    align-items: center;
    margin: 0 auto 24px;
    padding: 0 16.667%;
}

.bva-step-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0030FF;
    color: #fff;
    font-size:1.25em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border:1px solid #1470FF;
}

.bva-step-line {
    flex: 1;
    border-top: 2px dotted #A7E1FF;
    margin:12px 8px;
}

.bva-steps-cards {
    display: flex;
    margin: 0 auto;
    max-width: 1080px;
}

.bva-steps-cards .cols-4 {
    float: none;
    display: flex;
    flex-direction: column;
}

.bva-step-card {
    background: #fff;
    color: #000;
    border-radius: 12px;
    padding: 28px 24px;
    width: 100%;
    flex: 1;
}

.bva-step-card h3 {
    font-family: "Zoho_Puvi_SemiBold";
    font-size: 1.05em;
    color: #004AD4;
    margin-bottom: 12px;
    line-height: 1.4;
}

.bva-step-card p {
    font-size: 0.95em;
    color: #444;
    margin: 0;
    line-height: 1.6;
}
.assess-sec {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.assess-sec>.container>.rows>.cols-12>h2 {
    margin-bottom: 40px;
}

.assess-items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
    justify-content: center;
}

.assess-item {
    display: contents;
}

.assess-acc-hd {
    flex: 1;
    max-width: 243.33px;
    order: 0;
    padding: 14px 20px 18px;
    background: none;
    border: none;
    border-bottom: 1px solid #D8D8D8;
    cursor: pointer;
    font-size: 1em;
    color: #717171;
    text-align: center;
    line-height: 1.5;
    transition: color 0.25s ease, border-color 0.25s ease;
    position: relative;
    bottom: -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.assess-acc-hd>span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
	font-family:"Zoho_Puvi_Medium";
}

.assess-coming-soon::before {
    content: "(Coming Soon)";
    display: block;
    font-size: 0.85em;
    margin-right: 6px;
}

.assess-chevron {
    display: none;
}

.assess-acc-hd:has(.assess-coming-soon) {
    pointer-events: none;
    cursor: no-drop;
}

.assess-item.active .assess-acc-hd {
    color: #004AD4;
    border-bottom:3px solid #013EB0;
}

.assess-panel {
    flex-basis: 100%;
    width: 100%;
    order: 1;
    background: linear-gradient(to right, #D8EEFF, #F5FBFF);
    border-radius: 16px;
    padding: 56px 60px;
    display: none;
    animation: assessFadeIn 0.3s ease;
    min-height: 350px;
    margin-top: 32px;
}

.assess-item.active .assess-panel {
    display: block;
}

.assess-panel h3 {
    font-size:2em;
    font-family: "Zoho_Puvi_Bold";
    line-height: 1.3;
    margin: 0 0 20px;
}

.assess-panel p {

    color: #333;
    line-height: 1.6;
    margin-bottom: 32px;
}

.assess-cta {
    margin: 0;
}

.assess-panel-soon p {
    color: #717171;
    font-size: 1em;
    margin: 0;
    text-align: center;
    padding: 40px 0;
}

.assess-panel-img-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.assess-panel-img-col img {
    max-width: 100%;
    height: auto;
}@keyframes assessFadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
html.bva-popup-open,
body.bva-popup-open {
    overflow: hidden;
}

.bva-cyber-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c8e7ff;
    z-index: 99999;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px 20px;
    box-sizing: border-box;
}

.bva-cyber-overlay.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.bva-cyber-frame {
    width: 100%;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
}

.bva-cyber-close {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.08);
    border: none;
    cursor: pointer;
    font-size: 1.375em;
    color: #333;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 0;
    transition: background 0.2s, transform 0.5s ease;
    transform: rotate(0deg);
    padding: 0;
    z-index: 100000;
}
.bva-cyber-overlay.active .bva-cyber-close {
    display: flex;
}
.bva-cyber-close:hover {
    background: rgba(0, 0, 0, 0.15);
    transform: rotate(360deg);
}
.bva-cyber-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px 50px;
    width: 100%;
    box-sizing: border-box;
}

.bva-cyber-logo {
    height: 33px;
    width: auto;
}

.bva-cyber-header-title {
    font-size: 1.25em;
    font-weight: 500;
    font-family: 'Zoho_Puvi_Regular';
    color: #000;
    letter-spacing: 0.1px;
    line-height: 1.5;
}

.bva-cyber-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 86px 40px 106px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.bva-cyber-use-case {
    font-size: 1.125em;
    font-weight: 500;
    font-family: 'Zoho_Puvi_Regular';
    color: #000;
    margin: 0 0 13px;
    letter-spacing: 0.1px;
    line-height: 26px;
    text-align: center;
}

.bva-cyber-heading {
    font-size: 3em;
    font-family: 'Zoho_Puvi_Bold';
    color: #205cc4;
    text-align: center;
    line-height: 1.0833;
    margin: 0 0 40px;
}

.bva-cyber-desc {
    font-size: 1em;
    font-weight: 400;
    font-family: 'Zoho_Puvi_Regular';
    color: #000;
    text-align: center;
    line-height: 26px;
    letter-spacing: 0.1px;
    max-width: 592px;
    margin: 0 0 39px;
}

.bva-cyber-pillars {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 47px;
    flex-wrap: wrap;
}

.bva-cyber-pillar {
    width: 182px;
    height: 143px;
    border-radius: 12px;
    background-image: linear-gradient(180deg, #D7EEFF 0%, #FFFEF7 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 55px;
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
}

.bva-pillar-icon {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 29px;
    height: 29px;
    object-fit: contain;
}

.bva-cyber-pillar p {
    font-size: 1em;
    font-weight: 500;
    font-family: 'Zoho_Puvi_Regular';
    color: #000;
    margin: 0;
    text-align: center;
    line-height: 26px;
    letter-spacing: 0.1px;
    white-space: nowrap;
}

.bva-cyber-cta-wrap {
    margin-bottom: 35px;
}

.bva-cyber-stats {
    font-size: 0.9em;
    font-family: 'Zoho_Puvi_SemiBold';
    color: #787878;
    text-align: center;
    letter-spacing: 0.1px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    line-height: 26px;
}

.bva-stat-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #787878;
    display: inline-block;
    flex-shrink: 0;
}

@keyframes bvaPopupIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.bva-cyber-overlay.active {
    animation: bvaPopupIn 0.2s ease;
}
.bva-cyber-card {
    display: none;
}

.bva-cyber-card.bva-active {
    display: flex;
}

.bva-quiz-card {
    align-items: stretch;
    padding: 0;
    border-radius: 20px;
    overflow: visible;
    min-height: 758px;
}

.bva-quiz-card:has(.bva-q:nth-child(4)) {
    min-height: 908px;
}
.bva-quiz-top {
    position: relative;
    height: 33px;
    width: calc(100% - 16px);
    flex-shrink: 0;
    margin: 8px 8px 0;
}

.bva-quiz-stepper-track {
    position: absolute;
    inset: 0;
    background: #f7f7f7;
    border-radius: 16.5px;
    overflow: hidden;
}

.bva-quiz-stepper-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    background: linear-gradient(90deg, #a3d5ff 0%, #76baff 100%);
    border-radius: 16.5px;
    transition: width 0.35s ease;
}

.bva-quiz-stepper-circles {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
    box-sizing: border-box;
}

.bva-quiz-step-circle {
    position: relative;
    z-index: 1;
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
    border: 0;
    color: #001690;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875em;
    font-weight: 400;
    font-family: 'Zoho_Puvi_Regular';
    flex-shrink: 0;
}

.bva-quiz-step-circle.current {
    border: 0;
    box-shadow: none;
}

.bva-quiz-step-circle.complete {
    background: #fff;
}

.bva-quiz-step-circle.dim {
    background: #fff;
}

.bva-quiz-step-circle.muted {
    color: #999;
}

.bva-quiz-step-circle.dim.muted {
    background: #f7f7f7;
}

.bva-quiz-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 130px 35px 130px;
    flex: 1;
}
.bva-quiz-chip {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 8px;
    border: 1.5px solid #205cc4;
    background: #eef7ff;
    color: #205cc4;
    font-size: 0.875em;
    font-weight: 500;
    font-family: 'Zoho_Puvi_Regular';
    margin-bottom: 36px;
}

.bva-quiz-chip--blue { border-color: #5bb5f8; background: #eef7ff; color: #000; }
.bva-quiz-chip--green { border-color: #62cf92; background: #effbf4; color: #000; }
.bva-quiz-chip--orange { border-color: #edbd65; background: #fff8ea; color: #000; }
.bva-quiz-chip--red { border-color: #ef7580; background: #fff3f4; color: #000; }
.bva-quiz-chip--purple { border-color: #dea2e8; background: #fff2ff; color: #000; }

.bva-quiz-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.bva-q {
    transition: filter 0.2s ease, opacity 0.2s ease;
}
.bva-quiz-body.bva-dd-active > .bva-q:not(.bva-q-active),
.bva-quiz-body:has(.bva-dd-open) > .bva-q:not(:has(.bva-dd-open)) {
    filter: blur(3px);
    opacity: 0.55;
    pointer-events: none;
}
.bva-quiz-inner.bva-dd-inner-active .bva-quiz-error,
.bva-quiz-inner:has(.bva-dd-open) .bva-quiz-error {
    filter: blur(3px);
    opacity: 0.55;
    pointer-events: none;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.bva-q-label {
    font-size: 1.05em;
    font-weight: 500;
    font-family: 'Zoho_Puvi_Regular';
    color: #000;
    margin: 0 0 12px;
    line-height: 27px;
    display: flex;
    gap: 6px;
}

.bva-q-label .bva-q-num {
    flex-shrink: 0;
}

.bva-q-helper {
    font-size: 0.8em;
    color: #666;
    font-family: 'Zoho_Puvi_Regular';
    margin: -6px 0 12px;
}
.bva-dd {
    position: relative;
    width: 100%;
    border: 1px solid #d6dfec;
    border-radius: 8px;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.bva-q .bva-dd {
    max-width: 440px;
    border-radius: 0;
}

.bva-q--q7 .bva-dd {
    max-width: 680px;
}



.bva-q .bva-dd-btn {
    min-height: 46px;
    padding: 8px 18px 8px 24px;
}

.bva-q .bva-dd-chevron {
    width: 32px;
    height: 20px;
    stroke: #8a94a3;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bva-q .bva-dd.bva-dd-open .bva-dd-chevron {
    stroke: #075ee8;
}

.bva-q .bva-dd-menu {
    max-height: 380px;
    overflow-y: scroll;
    padding-right: 0;
    box-sizing: border-box;
    scrollbar-width: none;
}

.bva-q .bva-dd-menu::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.bva-dd-scroll-track {
    display: none;
}

.bva-q .bva-dd-scroll-track--visible {
    position: sticky;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    float: right;
    width: 13px;
    height: 178px;
    margin-right: -9px;
    margin-bottom: -178px;
    border-radius: 999px;
    background: #edf1f5;
}

.bva-q .bva-dd-scroll-thumb {
    display: block;
    width: 6px;
    margin: 4px auto;
    border-radius: 999px;
    background: #8d99aa;
    will-change: transform;
}

.bva-q .bva-dd-option {
    gap: 20px;
    min-height: 34px;
    padding: 5px 24px;
    box-sizing: border-box;
}

.bva-q .bva-dd-option-dot {
    width: 16px;
    height: 16px;
    border-width: 1px;
}

.bva-q .bva-dd-option.selected .bva-dd-option-dot::after {
    inset: 3px;
}

.bva-q .bva-dd.bva-dd-open {
    border-color: #1298f5;
    border-radius: 0;
    box-shadow: 12px 12px 22px rgba(0, 0, 0, 0.1);
}

.bva-q .bva-dd.bva-dd-open .bva-dd-menu {
    border-color: #1298f5;
    border-top-color: #1298f5;
    border-radius: 0;
}

.bva-q .bva-dd.bva-dd-drop-up.bva-dd-open .bva-dd-menu {
    border-top-color: #1298f5;
    border-bottom-color: #e4e8f0;
}

.bva-dd.bva-dd-open {
    border-color: #205cc4;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.bva-dd.bva-dd-error {
    border-color: #d83a34;
}
.bva-dd.bva-dd-error.bva-dd-open {
    border-color: #205cc4;
}

.bva-dd-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    background: none;
    border: none;
    font-size: 0.95em;
    font-family: 'Zoho_Puvi_Regular';
    color: #000;
    cursor: pointer;
    text-align: left;
}

.bva-dd-placeholder {
    color: #8a94a3;
}

.bva-dd-btn-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bva-dd-chevron {
    width: 18px;
    height: 18px;
    stroke: #333;
    stroke-width: 2;
    flex-shrink: 0;
    margin-left: 8px;
    transition: transform 0.2s, stroke 0.2s;
}

.bva-dd.bva-dd-open .bva-dd-chevron {
    transform: rotate(180deg);
    stroke: #205cc4;
}

.bva-dd-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    max-height: 280px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #205cc4;
    border-top: 1px solid #e4e8f0;
    border-radius: 0 0 8px 8px;
    z-index: 10;
}

.bva-dd.bva-dd-open .bva-dd-menu {
    display: block;
}

.bva-dd.bva-dd-drop-up .bva-dd-menu {
    top: auto;
    bottom: 100%;
    border-top: 1px solid #205cc4;
    border-bottom: 1px solid #e4e8f0;
    border-radius: 8px 8px 0 0;
}

.bva-dd-option {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 24px;
    font-size: 0.95em;
    font-family: 'Zoho_Puvi_Regular';
    color: #000;
    cursor: pointer;
}

.bva-dd-option:hover {
    background: #f4f8ff;
}

.bva-dd-option-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #b9c3d4;
    flex-shrink: 0;
    position: relative;
    box-sizing: border-box;
}

.bva-dd-option.selected .bva-dd-option-dot {
    border-color: #205cc4;
}

.bva-dd-option.selected .bva-dd-option-dot::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #205cc4;
}

.bva-dd-native {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.bva-radio-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bva-radio-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #d6dfec;
    border-radius: 10px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

.bva-radio-item:hover {
    border-color: #205cc4;
}

.bva-radio-item.checked {
    border-color: #205cc4;
    background: #eef4fd;
}

.bva-radio-item input[type="radio"] {
    accent-color: #205cc4;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.bva-radio-label {
    font-size: 0.95em;
    font-family: 'Zoho_Puvi_Regular';
    color: #000;
}

.bva-quiz-error {
    width: 100%;
    max-width: 660px;
    margin: 16px 0 0;
    color: #d83a34;
    font-size: 0.875em;
    font-family: 'Zoho_Puvi_Regular';
    min-height: 18px;
}

.bva-quiz-nav {
    width: 100%;
    margin-top: auto;
    padding-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bva-quiz-navbtn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #205cc4;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    padding: 0;
    margin-left: auto;
}

.bva-quiz-navbtn:hover {
    background: #17439a;
}

.bva-quiz-navbtn svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
    stroke-width: 2;
    fill: none;
}

.bva-quiz-navbtn .btn-text {
    display: none;
}

.bva-quiz-back {
    margin-left: 0;
    margin-right: auto;
}
.bva-quiz-nav--solo-back .bva-quiz-back {
    margin-left: auto;
    margin-right: 0;
}

.bva-quiz-next.bva-quiz-next--pill {
    width: auto;
    height: 48px;
    border-radius: 999px;
    padding: 6px 6px 6px 24px;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    background: #0f52d9 !important;
}

.bva-quiz-next.bva-quiz-next--pill .btn-text {
    display: inline-block;
    font-size: 18px !important;
    font-weight: 700;
    font-family: 'Zoho_Puvi_Bold';
    white-space: nowrap;
}

.bva-quiz-next.bva-quiz-next--pill svg {
    background: #fff;
    stroke: #000;
    stroke-width: 2.25;
    stroke-linecap: round;
    stroke-linejoin: round;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 7px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.bva-quiz-next.bva-quiz-next--pill:hover {
    background: #0b45ba !important;
}
.bva-results-card {
    background: transparent;
    padding: 0;
    align-items: stretch;
    width: 100%;
    margin-top: 3px;
}

.bva-res-grid {
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: start;
}

.bva-res-left {
    flex: 1 1 0;
    min-width: 0;
    background: #fff;
    border-radius: 20px;
    padding: 30px 26px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bva-res-heading {
    font-size: 2em;
    font-weight: 800;
    font-family: 'Zoho_Puvi_Bold';
    color: #000;
    text-align: center;
    margin: 0 0 15px;
}

.bva-res-gauges {
    display: flex;
    align-items: stretch;
    gap: 26px;
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    margin-bottom: 38px;
}

.bva-res-panel {
    flex: 1;
    min-width: 0;
    min-height: 347px;
    border-radius: 8px;
    padding: 28px 22px;
    text-align: center;
    box-sizing: border-box;
}
.bva-res-panel--neutral {
    background: #f8f9fb;
    border: 1px solid #e4e7ec;
}
.bva-res-panel.band-low { background: #eafaf1; }
.bva-res-panel.band-moderate { background: #fff8e6; }
.bva-res-panel.band-high { background: #fff1e6; }
.bva-res-panel.band-critical { background: #fdeceb; }

.bva-res-panel-label {
    font-size: 0.875em;
    color: #333;
    font-weight: 500;
    font-family: 'Zoho_Puvi_Regular';
    margin: 0 0 8px;
}

.bva-res-panel-value {
    font-size: 2.6em;
    font-weight: 400;
    font-family: 'Zoho_Puvi_Bold';
    line-height: 1.1;
    margin-bottom: 12px;
}

.bva-res-panel-pill {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    color: #fff;
    font-size: 0.7em;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
}

.bva-res-panel-text {
    font-size: 0.875em;
    color: #333;
    line-height: 22px;
    font-family: 'Zoho_Puvi_Regular';
    margin: 0;
}

.bva-res-panel-copy-block {
    display: block;
    margin-top: 22px;
}

.bva-res-link {
    color: #205cc4;
    text-decoration: underline;
    font-weight: 500;
}

.bva-res-gap-arrow {
    flex-shrink: 0;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bva-res-gap-arrow svg {
    width: 26px;
    height: 26px;
    stroke: #205cc4;
    stroke-width: 2;
    fill: none;
}

.bva-res-stats-heading {
    font-size: 1.05em;
    font-weight: 600;
    color: #000;
    font-family: 'Zoho_Puvi_Regular';
    text-align: center;
    margin: 0 0 20px;
}

.bva-res-stats {
    display: flex;
    gap: 14px;
    width: 100%;
    margin-bottom: 20px;
}

.bva-res-stat {
    flex: 1;
    height: 142px;
    border-radius: 8px;
    padding: 18px 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    grid-template-rows: 32px auto auto;
    column-gap: 10px;
    align-items: center;
}

.bva-res-stat--purple { background: #f6effc; }
.bva-res-stat--green { background: #eafaf1; }
.bva-res-stat--blue { background: #eaf1fd; }

.bva-res-stat-icon {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.bva-res-stat-icon svg {
    width: 18px;
    height: 18px;
}

.bva-res-stat--purple .bva-res-stat-icon { background: #8a3fae; }
.bva-res-stat--green .bva-res-stat-icon { background: #1e9e5a; }
.bva-res-stat--blue .bva-res-stat-icon { background: #205cc4; }

.bva-res-stat-label {
    font-size: 0.85em;
    color: #333;
    font-family: 'Zoho_Puvi_Regular';
    margin: 0;
}

.bva-res-stat-value {
    font-size: 1.6em;
    font-weight: 400;
    color: #000;
    font-family: 'Zoho_Puvi_Bold';
    margin:10px 0 7px;
    grid-column: 1 / -1;
}

.bva-res-stat-caption {
    font-size: 0.8em;
    color: #666;
    font-family: 'Zoho_Puvi_Regular';
    margin: 0;
    grid-column: 1 / -1;
}

.bva-res-disclaimer {
    font-size: 0.85em;
    color: #555;
    line-height: 22px;
    text-align: center;
    font-family: 'Zoho_Puvi_Regular';
    margin: 0 0 10px;
    max-width: 640px;
}

.bva-res-retake {
    background: none;
    border: none;
    color: #205cc4;
    text-decoration: underline;
    font-size: 0.85em;
    font-family: 'Zoho_Puvi_Regular';
    cursor: pointer;
    margin-top: 12px;
    display: none;
}

.bva-res-right {
    display: flex;
    flex: 0 0 486px;
}

.bva-lead-card {
    background: #fff;
    border-radius: 20px;
    padding: 67px 36px 40px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.bva-lead-title {
    font-size: 1.75em;
    font-family: 'Zoho_Puvi_Bold';
    color: #000;
    text-align: center;
    margin: 0 auto 23px;
    line-height: 1.3;
}

.bva-lead-desc {
    font-size: 0.875em;
    color: #333;
    text-align: center;
    font-family: 'Zoho_Puvi_Regular';
    margin: 0 0 24px;
}

.bva-lead-form {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.bva-lead-form .rows {
    width: 100%;
    margin: 0;
}

.bva-lead-form .cols-12 {
    width: 100%;
    padding: 0;
}
.bva-lead-form .form-control {
    display: block;
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    position: relative;
    margin-bottom: 24px;
    -webkit-transition: border ease 1.5s;
    -moz-transition: border ease 1.5s;
    -o-transition: border ease 1.5s;
    transition: border ease 1.5s;
}

.bva-lead-form .form-control:after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 5px;
    pointer-events: none;
    bottom: 0;
    right: 0;
}

.bva-lead-form .form-control:before {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 5px;
    pointer-events: none;
    top: 0px;
    left: 0px;
}

.bva-lead-form .form-control .error {
    position: absolute;
    bottom: -8px;
    left: 30px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 0.8em;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: #dd002c;
    display: none;
}

.bva-lead-form .form-control * {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.bva-lead-form .form-control .label {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 16px;
    z-index: 8;
    color: #202020;
}

.bva-lead-form .form-control .sup {
    color: #dd002c;
}

.bva-lead-form .form-control input,
.bva-lead-form .form-control select,
.bva-lead-form .form-control textarea {
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border: none;
    background: none !important;
    height: 100%;
    padding-left: 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    resize: none;
    font-family: 'Zoho_Puvi_Regular';
}

.bva-lead-form .form-control input {
    opacity: 0.6;
}

.bva-lead-form .form-control select {
    opacity: 0;
    background: url('https://www.manageengine.com/images/arrow.png') no-repeat !important;
    background-position: 98% !important;
}

.bva-lead-form .form-control.active-row {
    border-color: #fff;
}

.bva-lead-form .form-control.active-row select {
    opacity: 1;
    color: #333;
}

.bva-lead-form .form-control.active-row .label {
    top: 0;
    background: #fff;
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}

.bva-lead-form .form-control.form-submit {
    background: transparent;
    border: none !important;
    height: auto !important;
    text-align: center;
    margin: 0;
    padding: 0;
}

.bva-lead-form .form-control.form-submit button {
    border-radius: 999px;
    background: #f1c24f;
    border: none;
    color: #000;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 10px 12px 10px 25px;
    margin: 10px 0 0;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size:1.2em;
    align-items: center;
    display: inline-flex;
    gap: 15px;
    justify-content: center;
    border: none;
}

.bva-lead-form .form-control.form-submit .btn-icon {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 36px;
    height: 36px;
    justify-content: center;
    width: 36px;
    transition: transform 0.3s ease;
}

.bva-lead-form .form-control.form-submit .btn-icon svg {
    height: 100%;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    stroke: #000;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2;
}

.bva-lead-form .form-control.form-submit button:hover {
    background: #fdbc1b;
}

.bva-lead-form .form-control.form-submit button:hover .btn-icon {
    transform: translateX(4px);
}

.bva-lead-form .form_dropdown.active-row {
    border-color: #fff;
}

.bva-lead-form .form_dropdown.active-row select {
    opacity: 1;
    color: #333;
}

.bva-lead-form .form-control.form_dropdown select {
    height: 100%;
    border-radius: 0;
    opacity: 1;
    border: 0;
    background: url('https://www.manageengine.com/images/arrow.png') no-repeat #fff !important;
    background-position: 95% !important;
}

.bva-lead-form .active-row.form-control::before {
    width: 100%;
    height: 100%;
    border-top-color: #FFC538;
    border-right-color: #FFC538;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.bva-lead-form .active-row.form-control::after {
    width: 100%;
    height: 100%;
    border-bottom-color: #FFC538;
    border-left-color: #FFC538;
    transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
}

.bva-lead-form .uscountry.form-control {
    height: auto;
    padding: 0;
    background: transparent;
    border-color: transparent;
}

.bva-lead-form .uscountry.form-control::before,
.bva-lead-form .uscountry.form-control::after {
    display: none;
}

.bva-lead-form .uscountry select#zc-country,
.bva-lead-form .uscountry select#country_state,
.bva-lead-form .uscountry select#ukcountry_region {
    height: 55px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    opacity: 1;
    background: url('https://www.manageengine.com/images/arrow.png') no-repeat #fff !important;
    background-position: 95% !important;
}

.bva-lead-form .uscountry select#country_state,
.bva-lead-form .uscountry select#ukcountry_region {
    margin-top: 24px;
}

.bva-lead-form .uscountry .state-label {
    top: auto !important;
    bottom: 35px;
    z-index: 10;
}

.bva-lead-form .uscountry.form-control.active-row .label {
    z-index: 10;
}

.bva-lead-consent {
    font-size: 0.9em;
    color: #636363;
    text-align: center;
    line-height: 1.6;
    font-family: 'Zoho_Puvi_Regular';
    margin: 0 0 18px;
    display: block;
}
.bva-lead-consent a,#meGDPRMessage a{
    color: #4CA9F5;
}
.bva-lead-consent a:hover,
#meGDPRMessage a:hover {
    color: #000;
    text-decoration: underline;
}
.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
    display: none;
}

.success-overlay .ad-success-msg {
    box-sizing: border-box;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    z-index: 999999;
    width: 400px;
    max-width: 90%;
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    color: #000;
    font-size: 1.4em;
    line-height: 1.8;
    font-weight: 400;
    border-radius: 10px;
}

.success-overlay .ad-success-msg p {
    line-height: 1.6;
    margin: 30px 0 0;
    color: #000;
    display: block;
    font-size: 20px;
    font-family: 'Zoho_Puvi_SemiBold';
}

.success-overlay .ad-success-msg p b {
    display: block;
}

.success-overlay .ad-success-msg span.close {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    color: #5b82c7;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 14px;
    padding: 2px 10px;
}

.success-overlay .ad-success-msg span.close:hover {
    color: #000;
}

.success-overlay .ad-success-msg span.msg-line {
    display: block;
    width: 30%;
    height: 3px;
    background: #013795;
    margin: 15px auto;
    text-align: center;
}

.success-overlay .ad-success-msg p span {
    font-size: 0.8em;
    display: block;
    font-family: 'Zoho_Puvi_Medium';
}

.success-overlay .ad-success-msg span.tick-icon {
    display: block;
    width: 50px;
    padding: 20px;
    background: #003795;
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: -50px;
}

.success-overlay .ad-success-msg span.tick-icon img {
    vertical-align: middle;
    max-width: 100%;
}
#meGDPRMessage {
    font-size: 0.9em;
    line-height: 1.6;
    margin: 0 0 15px;
    color: #636363;
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 1026px) {
    .bva-cyber-overlay {
        padding: 40px 0;
    }

    .bva-cyber-overlay.active {
        justify-content: flex-start;
    }
}
@media only screen and (max-width:1500px) {
    .bva-cyber-frame{max-width:1200px;}
}
@media only screen and (max-width:1300px) {
    .container,.sec2 .container,.containermid{max-width:90%;padding:0;}
    .bva-cyber-frame{max-width:95%;}
    .bva-cyber-header{padding:0 32px 35px;}
    .bva-cyber-close{top:10px;right:10px;}
    .bva-quiz-inner{padding:80px 100px 35px}
    .bva-steps-track{padding: 0 11%;}
}

@media only screen and (max-width:1200px) {

    .sec2 .container {
        max-width: 90%;
        padding: 0;
    }

    .bva-tick-list li {
        align-items: flex-start;
    }

    .bva-tick-list li img {
        margin-top: 4px;
    }

    .iamsec2-img {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1250px) {
    .bva-results-card {
        width: 100%;
        margin: 0;
    }

    .bva-res-grid {
        flex-direction: column-reverse;
    }

    .bva-res-left,
    .bva-res-right,
    .bva-lead-card {
        width: 100%;
    }

    .bva-res-left {
        flex: none;
    }

    .bva-lead-form {
        width: 70%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1025px) {
    #commonHeader {min-height:64px;height: 64px;}
	.abheader #MEmobPanel {top:64px;}
    .iamsec2-img {
        display: block;
        margin: 0 auto;
    }
    .top-banner h1 {
        font-size: 2em;
    }
    #header-mainsec .headerinner{position:fixed;}
    .bva-quiz-inner{padding: 80px 60px 35px;}
}

@media only screen and (max-width: 992px) {
    .assess-panel .rows {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .assess-panel .cols-6 {
        width: 100%;
        float: none;
    }

    .assess-panel h3,
    .assess-panel p {
        text-align: center;
    }

    .assess-cta {
        justify-content: center;
    }

    .assess-panel-img-col {
        margin-top: 50px;
        justify-content: center;
    }
}

@media only screen and (max-width: 900px) {
    .bva-results-card {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
}
@media only screen and (max-width: 750px) {
    .bva-res-left,
    .bva-lead-card {
        padding:40px 30px;
    }

    .bva-lead-form {
        width: 100%;
    }

    .bva-results-card {
        padding: 0;
        border-radius: 0;
    }

    .bva-res-grid {
        gap: 16px;
    }

    .bva-res-left {
        min-height: 0;
    }

    .bva-res-gauges,
    .bva-res-stats {
        flex-direction: column;
    }

    .bva-res-gauges {
        gap: 16px;
        padding: 0;
    }

    .bva-res-panel {
        min-height: 0;
        width: 100%;
    }

    .bva-res-gap-arrow {
        height: 28px;
        width: 100%;
    }

    .bva-res-stats {
        align-items: stretch;
    }

    .bva-res-stat {
        flex: none;
        min-height: 142px;
        width: 100%;
    }

    .bva-res-gap-arrow svg {
        transform: rotate(90deg);
    }
    .bva-cyber-heading br{display:none;}
}
@media only screen and (max-width: 650px) {

    br{
        display: none;
    }

    .top-banner {
        padding: 60px 0 0;
        display: flex;
        flex-direction: column;
    }

    .top-banner h1 {
        font-size: 1.6em;
    }

    .top-banner .banner-cta {
        gap: 12px;
        min-height: 50px;
        padding: 6px 6px 6px 20px;
        font-size: 16px;
    }

    .top-banner .banner-cta .btn-icon {
        width: 38px;
        height: 38px;
    }

    .top-banner .banner-cta .btn-icon svg {
        width: 22px;
        height: 22px;
    }
  
    .bva-banner-img {
        position: static;
        margin-top: 40px;
    }

    .bva-banner-img .bva-banner-desk {
        display: none;
    }

    .bva-banner-img .bva-banner-mob {
        display: block;
    }

    .iamsec2-img {
        display: none;
    }

    .bva-steps-track {
        display: none;
    }

    .bva-steps-cards {
        display: block;
        counter-reset: step-counter;
    }

    .bva-steps-cards .cols-4 {
        width: 100%;
        float: none;
        display: block;
        counter-increment: step-counter;
        padding:50px 0 0;
        position: relative;
        text-align: center;
    }

    .bva-steps-cards .cols-4::before {
        content: counter(step-counter);
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #0030FF;
        color: #fff;
        font-size:1.25em;
        display: flex;
        align-items: center;
        justify-content: center;
            border: 1px solid #1470FF;
    }

    .bva-steps-cards .cols-4:not(:last-child)::after {
        content: "";
        display: block;
        width: 2px;
        height: 36px;
        border-left: 2px dotted #A7E1FF;
        margin: 6px auto;
    }

    .bva-step-card {
        margin-bottom: 0;
    }

    .assess-acc-hd>span {
        display: block;
        flex: 1;
        text-align: left;
        flex-direction: unset;
        align-items: unset;
        justify-content: unset;
    }

    .assess-acc-hd>span>span {
        display: block;
    }

    .assess-item.active .assess-coming-soon::before {
        color: white;
    }

    .assess-sec {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .assess-cta{
        align-items: center;
        justify-content: center;
    }

    .assess-items {
        flex-direction: column;
        border-bottom: none;
        margin-bottom: 0;
        gap: 12px;
    }

    .assess-item {
        display: block;
        border-radius: 10px;
        overflow: hidden;
    }

    .assess-acc-hd {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 16px 20px;
        background: #D0E1FF;
        border: none;
        border-bottom: none;
        cursor: pointer;
        font-size: 1em;
        color: #1a1a1a;
        text-align: left;
        gap: 12px;
        flex: unset;
        order: unset;
        bottom: 0;
        transition: background 0.25s ease;
        max-width: 100%;
    }

    .assess-item.active .assess-acc-hd {
        background: #004AD4;
        color: #fff;
        border-bottom-color: transparent;
    }

    .assess-item.active .assess-acc-hd .assess-soon {
        color: rgba(255, 255, 255, 0.75);
    }

    .assess-acc-label {
        display: block;
    }

    .assess-chevron {
        display: block;
        flex-shrink: 0;
        transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        filter: brightness(0);
        width: 20px;
    }

    .assess-item.active .assess-chevron {
        transform: rotate(180deg);
        filter: invert(1) brightness(1.2);
    }

    .assess-panel {
        display: block;
        flex-basis: auto;
        order: unset;
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
        border-radius: 0 0 10px 10px;
        transition: max-height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 0;
        min-height: 0;
        margin: 0;
    }

    .assess-item.active .assess-panel {
        max-height: 100%;
        padding: 28px 20px;
        opacity: 1;
    }

    .assess-panel h3 {
        font-size: 1.4em;
    }

    .assess-panel-img-col {
        margin-top: 24px;
    }

    .bva-cyber-card {
        padding: 40px 20px 60px;
        border-radius: 12px;
    }

    .bva-cyber-heading {
        font-size: 1.8em;
        max-width: 100%;
    }

    .bva-cyber-desc {
        font-size: 0.9em;
    }

    .bva-cyber-pillars {
        gap: 12px;
        margin-bottom: 30px;
    }

    .bva-cyber-pillar {
        width: 140px;
        height: 120px;
        padding-bottom: 40px;
    }

    .bva-pillar-icon {
        width: 24px;
        height: 24px;
        top: 16px;
    }

    .bva-cyber-pillar p {
        font-size: 0.85em;
        white-space: normal;
        word-wrap: break-word;
    }

    .bva-cyber-close {
        width: 32px;
        height: 32px;
        font-size: 1.2em;
        top: 16px;
        right: 16px;
    }

    .bva-q-label .bva-desktop-break {
        display: none;
    }

    .bva-quiz-card {
        min-height: 0;
    }

    .bva-quiz-card:has(.bva-q:nth-child(4)) {
        min-height: 0;
    }

    .bva-quiz-inner {
        padding: 40px 5px 0;
    }

    .bva-quiz-body {
        gap: 32px;
    }

    .bva-quiz-nav {
        margin-top: 32px;
        padding-top: 0;
    }

    .bva-cyber-header{padding: 0 0 30px 0;}
    .bva-cyber-header-title{display:none;}

    .bva-q--q7 .bva-dd {
        max-width: 100%;
    }

    .bva-q .bva-dd-menu {
        max-height: 220px;
    }
}
@media only screen and (max-width: 450px) {
    .bva-quiz-nav {
        flex-wrap: wrap;
        gap: 12px;
    }

    .bva-quiz-next.bva-quiz-next--pill {
        justify-content: center;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 450px) {
    .bva-lead-form .form-control.form-submit button{font-size: 1em;padding: 10px 12px 10px 16px;}
}
