/* Shieldford City public-site design system */
:root {
    --brand-navy: #081d3a;
    --brand-blue: #0b4f8a;
    --brand-sky: #1976b9;
    --brand-gold: #f4b63f;
    --brand-gold-dark: #d99519;
    --ink: #142033;
    --muted: #627087;
    --surface: #ffffff;
    --surface-soft: #f4f7fb;
    --line: #dfe7f1;
    --shadow-sm: 0 8px 24px rgba(8, 29, 58, .08);
    --shadow-lg: 0 22px 55px rgba(8, 29, 58, .14);
    --radius: 20px;
}

html { scroll-behavior: smooth; }
body {
    color: var(--ink);
    background: var(--surface-soft);
    font-family: "Work Sans", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
body, .page-wrapper { overflow-x: hidden; }
*, *::before, *::after { box-sizing: border-box; }
::selection { color: #fff; background: var(--brand-blue); }
a { transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
p, .text, .lower-content { color: var(--muted); line-height: 1.8; }
h1, h2, h3, h4, h5, h6 {
    color: var(--ink);
    font-family: "Libre Baskerville", Georgia, serif;
    font-weight: 700;
    letter-spacing: -.025em;
}
.auto-container { width: min(1180px, calc(100% - 40px)); max-width: none; }

/* Header */
.main-header { position: relative; z-index: 1000; background: #fff; box-shadow: 0 1px 0 rgba(8,29,58,.08); }
.main-header .header-top {
    padding: 0;
    color: rgba(255,255,255,.82);
    background: var(--brand-navy);
}
.main-header .header-top .inner-container { min-height: 42px; display: flex; align-items: center; justify-content: space-between; }
.main-header .header-top .info-list { display: flex; align-items: center; gap: 26px; }
.main-header .header-top .info-list li { margin: 0; padding: 0; border: 0; }
.main-header .header-top a { color: rgba(255,255,255,.82); font-size: 12px; font-weight: 600; }
.main-header .header-top a:hover { color: var(--brand-gold); }
.main-header .header-upper { background: rgba(255,255,255,.98); }
.main-header .header-upper .inner-container { display: flex; min-height: 88px; align-items: center; justify-content: space-between; }
.main-header .logo-box { flex: 0 0 auto; }
.main-header .logo img {
    width: auto !important;
    height: 62px !important;
    max-width: 210px;
    object-fit: contain;
}
.main-header .nav-outer { margin-left: auto; }
.main-menu .navigation { display: flex; align-items: center; gap: 3px; }
.main-menu .navigation > li { margin: 0; padding: 0; }
.main-menu .navigation > li > a {
    padding: 34px 13px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .01em;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a { color: var(--brand-blue); }
.main-menu .navigation > li.current > a::after {
    content: "";
    position: absolute;
    right: 13px;
    bottom: 22px;
    left: 13px;
    height: 3px;
    border-radius: 4px;
    background: var(--brand-gold);
}
.main-menu .navigation > li > ul {
    width: 260px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--shadow-lg);
}
.main-menu .navigation > li > ul > li { border: 0; }
.main-menu .navigation > li > ul > li > a {
    padding: 11px 13px;
    border-radius: 9px;
    color: var(--ink);
    font-size: 13px;
}
.main-menu .navigation > li > ul > li:hover > a { color: var(--brand-blue); background: #edf6fc; }
.main-header .outer-box { display: flex; margin-left: 10px; align-items: center; }
.main-header .outer-box .theme-btn {
    min-height: 38px;
    padding: 8px 15px !important;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 5px 13px rgba(11,79,138,.16);
}
.mobile-nav-toggler { color: var(--brand-navy) !important; }
.mobile-menu .menu-box { background: var(--brand-navy); }
.mobile-menu .nav-logo { padding: 22px; background: #fff; }
.mobile-menu .navigation li > a { color: #fff; }

/* Buttons */
.theme-btn,
.btn-style-one,
button[type="submit"] {
    display: inline-flex;
    min-height: 48px;
    padding: 13px 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--brand-blue);
    border-radius: 9px;
    color: #fff;
    background: var(--brand-blue);
    box-shadow: 0 8px 18px rgba(11,79,138,.2);
    font-weight: 700;
    text-decoration: none;
}
.theme-btn::before { display: none; }
.theme-btn:hover,
.btn-style-one:hover,
button[type="submit"]:hover {
    color: var(--brand-navy);
    border-color: var(--brand-gold);
    background: var(--brand-gold);
    box-shadow: 0 12px 24px rgba(217,149,25,.24);
    transform: translateY(-2px);
}

/* Homepage hero and editorial sections */
.banner-section {
    min-height: 650px;
    background: radial-gradient(circle at 83% 18%, rgba(25,118,185,.4), transparent 30%), linear-gradient(120deg, var(--brand-navy), #0b3f70 62%, var(--brand-blue)) !important;
}
.banner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 46px 46px;
    pointer-events: none;
}
.banner-section h1 { max-width: 850px; font-family: "Libre Baskerville", Georgia, serif !important; font-size: clamp(43px, 6vw, 72px) !important; letter-spacing: -.045em !important; }
.banner-section .badge { border-color: rgba(244,182,63,.4) !important; color: #fff !important; background: rgba(244,182,63,.13) !important; }
.stats-bar, .value-props-section, .how-it-works-section, .about-section, .services-section, .blog-section { position: relative; }
.stat-item,
.value-card,
.step-card,
.service-block .inner-box,
.news-card {
    border: 1px solid var(--line) !important;
    border-radius: var(--radius) !important;
    background: #fff !important;
    box-shadow: var(--shadow-sm) !important;
}
.stat-item:hover,
.value-card:hover,
.service-block .inner-box:hover,
.news-card:hover { box-shadow: var(--shadow-lg) !important; transform: translateY(-6px); }
.value-card::before, .service-block .inner-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-blue), var(--brand-gold));
}
.sec-title .title {
    color: var(--brand-blue) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase;
}
.sec-title h2 { color: var(--ink) !important; font-size: clamp(30px, 4vw, 48px) !important; }
.sec-title h2 span {
    color: var(--brand-blue);
    background: none;
    -webkit-text-fill-color: initial;
}
.about-image, .about-inner-image, .blog-detail .image, .page-banner-image-section .image { overflow: hidden; border-radius: var(--radius); }
.about-image img, .about-inner-image img, .blog-detail .image img { width: 100%; object-fit: cover; }
.about-image::after { display: none; }
.cta-section { background: linear-gradient(120deg, var(--brand-navy), var(--brand-blue)) !important; }
.cta-section::after { background: radial-gradient(circle, rgba(244,182,63,.2), transparent 68%); }

/* Inner-page hero */
.public-page-hero {
    position: relative;
    display: flex;
    min-height: 330px;
    align-items: center;
    overflow: hidden;
    background: var(--brand-navy);
}
.public-page-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}
.public-page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5,20,40,.97), rgba(5,28,53,.82) 48%, rgba(5,28,53,.18));
}
.public-page-hero__inner { position: relative; z-index: 2; padding-top: 65px; padding-bottom: 65px; }
.public-page-breadcrumb { display: flex; margin-bottom: 16px; align-items: center; gap: 9px; color: rgba(255,255,255,.66); font-size: 12px; font-weight: 700; }
.public-page-breadcrumb a { color: #f4cf83; text-decoration: none; }
.public-page-breadcrumb a:hover { color: #fff; }
.public-page-hero h1 { max-width: 720px; margin: 0 0 13px; color: #fff; font-size: clamp(38px, 5vw, 58px); line-height: 1.12; }
.public-page-hero p { max-width: 610px; margin: 0; color: rgba(255,255,255,.78); font-size: 16px; }
.public-page-hero ~ .page-banner-image-section,
.public-page-hero ~ .page-title-section { display: none; }
.page-banner-image-section {
    position: relative;
    height: clamp(220px, 30vw, 390px);
    overflow: hidden;
    background: var(--brand-navy);
}
.page-banner-image-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8,29,58,.8), rgba(8,29,58,.2));
}
.page-banner-image-section .image,
.page-banner-image-section .image img { width: 100%; height: 100%; border-radius: 0; object-fit: cover; }
.page-title-section {
    position: relative;
    padding: 42px 0 !important;
    color: #fff;
    background: linear-gradient(110deg, var(--brand-navy), var(--brand-blue));
}
.page-title-section h2 { margin: 0; color: #fff; font-size: clamp(30px, 4vw, 48px); }
.page-title-section .title, .page-title-section a { color: #dceafa; }

/* All content pages */
.about-section,
.about-section-two,
.sidebar-page-container,
.contact-page-section,
.reputation-section-two { padding-top: 80px !important; padding-bottom: 80px !important; background: var(--surface-soft); }
.public-page-hero + .about-section,
.public-page-hero + .about-section-two,
.public-page-hero + .sidebar-page-container,
.public-page-hero + .contact-page-section { padding-top: 70px !important; }
.about-section .inner-container,
.about-section-two .inner-container,
.blog-detail .inner-box,
.form-boxed,
.contact-info-boxed,
.sidebar-widget {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow-sm);
}
.about-section .inner-container,
.about-section-two .inner-container { padding: 28px; }
.about-column, .inner-column { min-width: 0; }
.blog-detail .inner-box { overflow: hidden; }
.content-side, .sidebar-side, .image-column, .content-column { min-width: 0; }
.blog-detail .lower-content { padding: 32px !important; }
.lower-content p, .lower-content li, .about-column p, .about-column li { color: var(--muted) !important; font-size: 15px; line-height: 1.85; }
.lower-content ul, .about-column ul { margin: 20px 0; padding-left: 0; list-style: none; }
.lower-content li, .about-column li { position: relative; margin-bottom: 10px; padding-left: 26px; }
.lower-content li::before, .about-column li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--brand-blue);
    font-weight: 900;
}
.sidebar-widget { margin-bottom: 18px; padding: 22px; }
.sidebar-title h5, .sidebar-widget h5 { margin-bottom: 15px; color: var(--ink); }
.sidebar-widget.categories-blog ul li { margin: 0; border-bottom: 1px solid var(--line); }
.sidebar-widget.categories-blog ul li:last-child { border-bottom: 0; }
.sidebar-widget.categories-blog ul li a { display: block; padding: 11px 3px; color: var(--muted) !important; }
.sidebar-widget.categories-blog ul li a:hover { color: var(--brand-blue) !important; transform: translateX(4px); }
.accordian-box .block { margin-bottom: 10px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; }
.accordian-box .acc-btn { padding: 16px 20px; color: var(--ink); font-weight: 700; }
.reputation-block .inner-box {
    margin-bottom: 14px;
    padding: 24px;
    border: 1px solid var(--line);
    border-left: 4px solid var(--brand-gold);
    border-radius: 14px;
    background: #fff;
}
.blog-detail h2, .blog-detail h3, .blog-detail h4,
.about-column h2, .about-column h3, .inner-column h2, .inner-column h3 { line-height: 1.3; }
.blog-detail table { width: 100%; border-collapse: collapse; overflow-wrap: anywhere; }
.blog-detail th, .blog-detail td { padding: 12px; border: 1px solid var(--line); text-align: left; }
.sidebar-page-container img, .about-section img, .about-section-two img { max-width: 100%; height: auto; }

/* Contact and forms */
.contact-map-area { height: 390px; }
.contact-map { width: 100%; height: 100%; border: 0; }
.contact-info-boxed, .form-boxed { padding: 32px; }
.contact-info-boxed .column { min-width: 0; }
.contact-info-boxed h2 { font-size: clamp(24px, 3vw, 35px); }
.contact-form input,
.contact-form textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
select,
textarea {
    width: 100%;
    border: 1px solid #cfd9e7 !important;
    border-radius: 10px !important;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-form input:focus,
.contact-form textarea:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: var(--brand-blue) !important;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(11,79,138,.1) !important;
}

/* Footer */
.main-footer {
    position: relative;
    color: rgba(255,255,255,.76);
    background: var(--brand-navy) !important;
}
.main-footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--brand-blue), var(--brand-gold));
}
.main-footer .widgets-section { padding: 70px 0 42px; }
.main-footer h5 { color: #fff !important; font-size: 17px; }
.main-footer .footer-widget * { color: rgba(255,255,255,.76) !important; }
.main-footer .footer-widget h5,
.main-footer .footer-widget .phone { color: #fff !important; }
.main-footer .footer-widget a:hover { color: var(--brand-gold) !important; }
.main-footer .footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.main-footer .copyright { color: rgba(255,255,255,.65); }
.scroll-to-top { right: 22px; bottom: 22px; border-radius: 10px; color: var(--brand-navy); background: var(--brand-gold); }

/* Public authentication pages */
.auth-public-body {
    min-height: 100vh;
    color: var(--ink);
    background: var(--surface-soft) !important;
}
.auth-public-wrapper { min-height: 100vh; overflow: visible; }
.auth-site-header .header-upper .inner-container { display: flex; }
.auth-header-nav { display: flex; margin-left: auto; align-items: center; gap: 6px; }
.auth-header-nav a { padding: 12px 13px; color: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; }
.auth-header-nav a:hover { color: var(--brand-blue); }
.auth-header-actions { display: flex; margin-left: 12px; align-items: center; }
.auth-header-actions .theme-btn { min-height: 38px; padding: 8px 15px; border-radius: 8px; font-size: 12px; box-shadow: 0 5px 13px rgba(11,79,138,.16); }
.auth-page-hero {
    position: relative;
    display: flex;
    min-height: 285px;
    align-items: center;
    overflow: hidden;
    background: var(--brand-navy);
}
.auth-page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.auth-page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,20,40,.97), rgba(5,28,53,.82) 50%, rgba(5,28,53,.18)); }
.auth-page-hero__inner { position: relative; z-index: 2; padding-top: 54px; padding-bottom: 54px; }
.auth-page-hero__eyebrow { margin: 0 0 9px; color: #f4cf83; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.auth-page-hero h1 { margin: 0 0 11px; color: #fff; font-size: clamp(36px, 5vw, 52px); line-height: 1.15; }
.auth-page-hero p { max-width: 590px; margin: 0; color: rgba(255,255,255,.76); font-size: 15px; }
.auth-public-body #loader { z-index: 99999; }
.auth-public-body #appCapsule {
    min-height: auto !important;
    padding: 0 !important;
    position: static !important;
    background: var(--surface-soft);
}
.auth-public-body > .appHeader,
.auth-public-wrapper > .appHeader { display: none !important; }
.auth-public-body .authincation {
    min-height: auto;
    padding: 68px 0 78px !important;
    background: var(--surface-soft) !important;
}
.auth-public-body .authincation > .container { width: min(1120px, calc(100% - 30px)); max-width: none; }
.auth-public-body .authincation .row.h-100 { height: auto !important; min-height: 0; align-items: flex-start !important; }
.auth-public-body .auth-page-logo { display: none !important; }
.auth-public-body .authincation h2 { color: var(--ink); font-family: "Libre Baskerville", Georgia, serif; }
.auth-public-body .card,
.auth-public-body .auth-form.card,
.auth-public-body .opening-header-card,
.auth-public-body .wizard-progress-container {
    border: 1px solid var(--line) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: var(--shadow-sm) !important;
}
.auth-public-body .card-body,
.auth-public-body .auth-form .card-body { padding: 30px !important; }
.auth-public-body .opening-header-card .card-body {
    color: var(--ink) !important;
    background: #fff !important;
    text-align: left !important;
}
.auth-public-body .opening-header-card h2 { color: var(--ink) !important; }
.auth-public-body .opening-header-card p { color: var(--muted) !important; }
.auth-public-body .bank-logo { display: none; }
.auth-public-body .wizard-progress-container { padding: 26px 22px !important; }
.auth-public-body .wizard-steps::before { background: var(--line) !important; }
.auth-public-body .wizard-step-progress { background: var(--brand-blue) !important; }
.auth-public-body .wizard-step.active .wizard-step-circle,
.auth-public-body .wizard-step.completed .wizard-step-circle {
    border-color: var(--brand-blue) !important;
    background: var(--brand-blue) !important;
    box-shadow: 0 5px 14px rgba(11,79,138,.2) !important;
}
.auth-public-body .wizard-step.active .wizard-step-label,
.auth-public-body .wizard-step.completed .wizard-step-label { color: var(--brand-blue) !important; }
.auth-public-body .form-section-title {
    color: var(--brand-blue) !important;
    border-left-color: var(--brand-gold) !important;
}
.auth-public-body .form-label { color: #334155 !important; font-weight: 700; }
.auth-public-body .form-control,
.auth-public-body .form-select {
    min-height: 48px;
    padding: 11px 14px !important;
    border: 1px solid #cfd9e7 !important;
    border-radius: 10px !important;
    color: var(--ink) !important;
    background: #fff !important;
    font-size: 14px;
}
.auth-public-body input[type="file"].form-control { height: auto; padding: 10px !important; }
.auth-public-body .form-control:focus,
.auth-public-body .form-select:focus { border-color: var(--brand-blue) !important; box-shadow: 0 0 0 4px rgba(11,79,138,.1) !important; }
.auth-public-body .nav-pills { padding: 5px; border-radius: 11px; background: #eef3f8; }
.auth-public-body .nav-pills .nav-link { min-height: 42px; border-radius: 8px; color: #627087; font-size: 13px; font-weight: 700; }
.auth-public-body .nav-pills .nav-link.active { color: #fff; background: var(--brand-blue); box-shadow: 0 5px 13px rgba(11,79,138,.18); }
.auth-public-body .btn-primary,
.auth-public-body .btn-wizard-next,
.auth-public-body .btn-wizard-submit {
    border-color: var(--brand-blue) !important;
    color: #fff !important;
    background: var(--brand-blue) !important;
    box-shadow: 0 8px 18px rgba(11,79,138,.18) !important;
}
.auth-public-body .btn-primary:hover,
.auth-public-body .btn-wizard-next:hover,
.auth-public-body .btn-wizard-submit:hover {
    border-color: var(--brand-gold) !important;
    color: var(--brand-navy) !important;
    background: var(--brand-gold) !important;
}
.auth-public-body .btn-wizard-prev { border-color: var(--line) !important; color: var(--ink) !important; background: #fff !important; }
.auth-public-body .info-badge-opening { border-color: #b9d8ed !important; color: #174d73 !important; background: #edf7fd !important; }
.auth-public-body .alert { border-radius: 11px; }
.auth-public-body #appCapsule .text-primary,
.auth-public-body #appCapsule a:not(.theme-btn):not(.btn) { color: var(--brand-blue); }
.auth-public-body .listview.image-listview { display: none; }
.auth-public-body .main-footer { margin-top: 0; }

/* Motion and responsive behavior */
@keyframes pageReveal {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: none; }
}
.page-wrapper { animation: pageReveal .45s ease-out; }
::-webkit-scrollbar { width: 10px; height: 8px; }
::-webkit-scrollbar-track { background: #eaf0f7; }
::-webkit-scrollbar-thumb { border: 2px solid #eaf0f7; border-radius: 10px; background: var(--brand-blue); }

@media (max-width: 991px) {
    .auto-container { width: min(100% - 30px, 760px); }
    .main-header .header-top { display: none; }
    .main-header .header-upper .inner-container { min-height: 74px; }
    .main-header .logo img { height: 52px !important; }
    .main-header .nav-outer { display: none; }
    .main-header .outer-box .search-box-outer { display: none; }
    .main-header .outer-box { margin-left: auto; }
    .auth-header-nav { display: none; }
    .auth-header-actions { margin-left: auto; }
    .auth-page-hero { min-height: 250px; }
    .public-page-hero { min-height: 285px; }
    .banner-section { min-height: auto; padding: 88px 0 !important; }
    .banner-section h1 { font-size: clamp(39px, 9vw, 58px) !important; }
    .about-section,
    .about-section-two,
    .sidebar-page-container,
    .contact-page-section,
    .reputation-section-two { padding-top: 55px !important; padding-bottom: 55px !important; }
    .sidebar-side { margin-top: 28px; }
}
@media (max-width: 575px) {
    .auto-container { width: calc(100% - 24px); }
    .banner-section { padding: 68px 0 !important; }
    .banner-section h1 { font-size: 38px !important; line-height: 1.15 !important; }
    .banner-section .btn-box { display: grid !important; }
    .banner-section .theme-btn { width: 100%; }
    .banner-section .trust-indicators { gap: 12px !important; align-items: flex-start !important; flex-direction: column; }
    .stats-bar, .value-props-section, .services-section, .how-it-works-section, .blog-section, .about-section { padding: 62px 0 !important; }
    .sec-title h2 { font-size: 30px !important; }
    .page-banner-image-section { height: 210px; }
    .public-page-hero { min-height: 265px; }
    .public-page-hero > img { object-position: 67% center; }
    .public-page-hero::after { background: linear-gradient(90deg, rgba(5,20,40,.97), rgba(5,28,53,.77)); }
    .public-page-hero__inner { padding-top: 46px; padding-bottom: 46px; }
    .public-page-hero h1 { font-size: 36px; }
    .public-page-hero p { font-size: 14px; }
    .page-title-section { padding: 30px 0 !important; }
    .about-section .inner-container, .about-section-two .inner-container { padding: 15px; }
    .blog-detail .lower-content, .contact-info-boxed, .form-boxed { padding: 21px !important; }
    .contact-map-area { height: 280px; }
    .main-footer .widgets-section { padding: 52px 0 28px; }
    .main-footer .footer-column { margin-bottom: 28px; }
    .auth-site-header .header-upper .inner-container { min-height: 70px; }
    .auth-site-header .logo img { height: 46px !important; max-width: 160px; }
    .auth-header-actions .theme-btn { min-height: 36px; padding: 7px 12px; font-size: 11px; }
    .auth-page-hero { min-height: 230px; }
    .auth-page-hero > img { object-position: 67% center; }
    .auth-page-hero::after { background: linear-gradient(90deg, rgba(5,20,40,.97), rgba(5,28,53,.76)); }
    .auth-page-hero__inner { padding-top: 40px; padding-bottom: 40px; }
    .auth-page-hero h1 { font-size: 34px; }
    .auth-public-body .authincation { padding: 42px 0 58px !important; }
    .auth-public-body .authincation > .container { width: calc(100% - 20px); }
    .auth-public-body .card-body,
    .auth-public-body .auth-form .card-body { padding: 21px 16px !important; }
    .auth-public-body .wizard-progress-container { padding: 20px 10px !important; overflow-x: auto; }
    .auth-public-body .wizard-step-label { font-size: 9px !important; }
    .auth-public-body .wizard-navigation { gap: 8px; flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
