.blgcomment-list>li:nth-child(n+2) {
    margin-block-start: 15px !important;
}
.custom-card {
    border: 1px solid #ced4da;
}
.customizer-action svg{
    width: 23px !important;
    color: #ffffff !important;
}
.active-mode{
    border: solid 2px #000000 !important;
}
.property-img{
    max-width: 507px;
    max-height: 286px;
}
.text-justify{
    text-align: justify;
}
.custom .media{
    padding: 10px !important;
}
.user-avatar{
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 410px) {
    .header_li {
        display: none !important;
    }
}
.blgcomment-list li .media img{
    width: auto;
    height: 40px !important;
}

#card-element {
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    padding: 13px !important;
}
.codex-sidebar .logo-gridwrap{
    padding: 0px 16px !important;
}

.setting-logo{
    width:300px !important;;
}

.landing-logo{
    max-width: 225px;

}
.auth-main .auth-wrapper.v2 .logo{
    max-width: 300px;

}
.b-brand .logo{
    max-width: 212px !important;

}
.lan-footer .codex-brand{
    margin-block-end: 0px !important;
}
.email-sidebar ul.custom-sidebarmenu-list {
    margin-block-start: 0px;
}
.invoice-logo{
    width: 250px;
}

.codex-calendar .events-list li{
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
}
.codex-calendar .events-list{
    overflow: auto;
    height: 863px;
}
.landing_logo{
    filter: drop-shadow(2px 3px 7px #011C4B);
}
.head-invoice img{
    width: 250px;
}
.cdx-invoice .body-invoice .table tr td{
    padding: 10px 10px !important;
}


.codex-brand img{
    width: 300px;
}
.codex-authbox .auth-header .codex-brand {
    margin-block-end: 0px;
}


.intro {
    background-repeat: no-repeat;
    background-size: cover;
}

.landing_dash {
    position: absolute;
    right: 0px;
    top: 50%;
    left: auto;
    bottom: 0;
    transform: translateY(-50%);
    overflow: hidden;
    height: 585px;
    display: flex;
    align-items: center;
    width: 60%;
}

.landing_dash img {
    object-fit: cover;
    position: relative;
    right: -220px;
    border-radius: 10px;
    left: auto;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1440px) {
    .landing_dash {
        display: none;
    }
}

.lan-footer {
    text-align: center;
    background-color: unset;
}
.lan-footer .support-contain p {
    color: #051722;
    font-size: calc(16px + 4*(100vw - 420px) / 1500);
}
.select2-container .select2-selection--single {
    height: 43px !important;
    border-color: #e5e5e5;
}
.select2-container .select2-selection--multiple{
    min-height: 43px !important;
}
.select2-container--default .select2-selection--multiple{
    border: 1px solid #e5e5e5;
}

/* =========================================================================== */
.dt-length{
    padding-left: 7px !important;
}
.dt-search{
    padding-right: 7px !important;
}
.dt-info{
    padding-left: 7px !important;
}
.dt-paging{
    padding-right: 7px !important;
}
.dt-buttons{
    padding-left: 7px !important;
    float: left;
}
.dt-container{
    margin-top: 10px;
}
.dt-info{
    float: left;
}
.dt-paging{
    float: right;
    padding-top: .85em;
}
.form-group{
    margin-bottom: 15px;
}
div:where(.swal2-container) h2:where(.swal2-title){
    font-size: 1.2em !important;
}
div:where(.swal2-container) .swal2-html-container{
    font-size: 0.9em !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    font-size: 0.8em !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
    font-size: 0.8em !important;
}
div:where(.swal2-icon){
    width: 4em !important;
    height: 4em !important;
}
.account-tabs .nav-item .nav-link {
    position: relative;
    padding: 0.7rem 1rem;
    font-weight: 500;
    color: var(--primary);
    display: flex;
    align-items: center;
}
.testaments-cards::after {
    background: transparent !important;
}
.pricingpricing .price-card .product-list li::before {
    content : '\eb55';
    color: red;
}
.pricingpricing .price-card .product-list li.enable::before {
    content: "\ea5e";
    color: #00c853;
}
.pricingpricing .price-card .product-list li {
    opacity: 1 !important;
}

.account-tabs .nav-item .nav-link.active
{
    color: var(--bs-secondary-rgb);
    background: rgba(var(--bs-secondary-rgb), 0.1);
}


@media print {
    .table-responsive {
    overflow: visible !important;
    height: auto !important;
    display: block !important;
    }
}

.color_type {
    position: relative;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    margin-right: 10px;
    margin-top: 10px;
    width: 48px;
    height: 48px;
    flex: none;
    cursor: pointer;
}

.cutom_colorr.active::after,
.cutom_colorr.custom::after {
    content: "✓";
    color: #fff;
    font-size: 30px;
    background: none !important;
    font-weight: 900;
    background-color: transparent !important;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 0;
}
.form-label {
    text-transform: capitalize;
}


.choose-slider .swiper-slide.swiper-slide-active h2 {
    color: rgba(var(--bs-secondary-rgb), 1);
}

.modal-body .select2-container {
    z-index: 1024;
    width: 100% !important;
}

.modal-body .select2-container {
    z-index: 1024;
    width: 100% !important;
}

.modal-backdrop ~ .select2-container {
    width: 100% !important;
    z-index: 10000 !important;
  }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

/* .select2-container,
.modal-body .select2-container {
    z-index: 1024;
    width: 100% !important;
} */

.daterangepicker td.active, .daterangepicker td.active:hover,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: rgba(var(--bs-secondary-rgb), 1);
}
.fc-event,
.fc-h-event .fc-event-main {
    background-color: rgba(var(--bs-secondary-rgb), 0.1);
    color: rgba(var(--bs-secondary-rgb), 1);
}

.modal-title,
.card-header h5,
.page-header-title {
    text-transform: capitalize;
}

/* ============================================================
   GuardsPro-inspired landing reskin  (scoped to .landing-page)
   Palette:  navy  #0C2459   orange #F75638
             peach #FFF2F0   blue-tint #EEF5FE
             body  #666666   border #98A2B3
   Font:     Plus Jakarta Sans
   ============================================================ */
body.landing-page {
    --bs-primary: #0C2459;
    --bs-primary-rgb: 12, 36, 89;
    --bs-primary-light: #EEF5FE;
    --bs-secondary: #F75638;
    --bs-secondary-rgb: 247, 86, 56;
    --bs-secondary-light: #FFF2F0;
    --bs-body-color: #666666;
    --bs-body-color-rgb: 102, 102, 102;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #666666;
}

body.landing-page,
body.landing-page p,
body.landing-page a,
body.landing-page span,
body.landing-page li,
body.landing-page .btn,
body.landing-page .nav-link,
body.landing-page .navbar-nav,
body.landing-page h1, body.landing-page h2, body.landing-page h3,
body.landing-page h4, body.landing-page h5, body.landing-page h6,
body.landing-page .h1, body.landing-page .h2, body.landing-page .h3,
body.landing-page .h4, body.landing-page .h5, body.landing-page .h6 {
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

/* Headings -> navy */
body.landing-page h1, body.landing-page h2, body.landing-page h3,
body.landing-page h4, body.landing-page h5, body.landing-page h6,
body.landing-page .h1, body.landing-page .h2, body.landing-page .h3,
body.landing-page .h4, body.landing-page .h5, body.landing-page .h6 {
    color: #0C2459;
    font-weight: 700;
    letter-spacing: -0.01em;
}
/* keep white headings white inside dark/coloured blocks */
body.landing-page .bg-dark h1, body.landing-page .bg-dark h2,
body.landing-page .bg-dark h3, body.landing-page .bg-dark h4,
body.landing-page .bg-dark h5, body.landing-page .bg-dark h6,
body.landing-page .text-white, body.landing-page .text-white * {
    color: #ffffff !important;
}

/* Buttons -> pill shaped */
body.landing-page .btn {
    border-radius: 100px;
    font-weight: 600;
    padding: 0.7rem 1.7rem;
    transition: all 0.2s ease;
}
/* primary CTA -> orange */
body.landing-page .btn-secondary {
    background-color: #F75638 !important;
    border-color: #F75638 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(247, 86, 56, 0.28);
}
body.landing-page .btn-secondary:hover,
body.landing-page .btn-secondary:focus,
body.landing-page .btn-secondary:active {
    background-color: #e0431f !important;
    border-color: #e0431f !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}
/* secondary/ghost CTA -> navy outline */
body.landing-page .btn-primary {
    background-color: #0C2459 !important;
    border-color: #0C2459 !important;
    color: #ffffff !important;
}
body.landing-page .btn-primary:hover {
    background-color: #081a42 !important;
    border-color: #081a42 !important;
}
body.landing-page .btn-outline-secondary {
    color: #0C2459 !important;
    border-color: #98A2B3 !important;
    background: transparent !important;
}
body.landing-page .btn-outline-secondary:hover {
    background: #0C2459 !important;
    border-color: #0C2459 !important;
    color: #fff !important;
}

/* Navbar links */
body.landing-page .navbar .nav-link {
    color: #0C2459;
}
body.landing-page .navbar .nav-link.active,
body.landing-page .navbar .nav-link:hover {
    color: #F75638;
}

/* Hero -> soft peach fade like GuardsPro */
body.landing-page header {
    background: linear-gradient(360deg, #FFF2F0 0%, #ffffff 100%);
}

/* Feature stat cards -> navy / orange rhythm */
body.landing-page .feature-card.bg-secondary {
    background: #F75638 !important;
}
body.landing-page .feature-card.bg-blue-200 {
    background: #0C2459 !important;
}
body.landing-page .feature-card.bg-purple-200 {
    background: #16307a !important;
}
body.landing-page .feature-card.bg-secondary *,
body.landing-page .feature-card.bg-blue-200 *,
body.landing-page .feature-card.bg-purple-200 * {
    color: #ffffff !important;
}

/* Dark blocks (Choose-Us + footer) -> brand navy */
body.landing-page .bg-dark {
    background-color: #0C2459 !important;
}

/* Accent tints */
body.landing-page .bg-primary { background-color: #0C2459 !important; }
body.landing-page .text-primary { color: #0C2459 !important; }
body.landing-page .text-secondary { color: #F75638 !important; }
body.landing-page .link-primary { color: #F75638 !important; }
body.landing-page .link-primary:hover { color: #e0431f !important; }

/* Check-list icons -> orange accent */
body.landing-page .ti-circle-check,
body.landing-page .customize-list .ti { color: #F75638 !important; }

/* Pricing: highlight featured card + price accent */
body.landing-page .price-card { border-radius: 18px; }
body.landing-page .price-card .list-group-item .ti-circle-check { color: #F75638 !important; }

/* FAQ accordion active state */
body.landing-page .accordion-button:not(.collapsed) {
    color: #0C2459 !important;
    background-color: #EEF5FE !important;
    box-shadow: none;
}
body.landing-page .accordion-button:focus {
    box-shadow: 0 0 0 0.15rem rgba(247, 86, 56, 0.25);
}

/* Card corners a touch softer, GuardsPro-like */
body.landing-page .card { border-radius: 16px; }

/* ---- Shift Reef text logo (wordmark) ---- */
body.landing-page .brand-wordmark {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    text-decoration: none;
    line-height: 1;
}
body.landing-page .brand-wordmark .brand-mark {
    position: relative;
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    border-radius: 8px;
    background: linear-gradient(135deg, #F75638 0%, #ff8a5b 100%);
    box-shadow: 0 6px 14px rgba(247, 86, 56, 0.35);
}
/* little "wave/shift" cut inside the mark */
body.landing-page .brand-wordmark .brand-mark::after {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    top: 50%;
    height: 3px;
    transform: translateY(-50%);
    border-radius: 3px;
    background: #ffffff;
    box-shadow: 0 5px 0 rgba(255, 255, 255, 0.55), 0 -5px 0 rgba(255, 255, 255, 0.55);
}
body.landing-page .brand-wordmark .brand-text {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
    white-space: nowrap;
}
body.landing-page .brand-wordmark .brand-shift { color: #0C2459; }
body.landing-page .brand-wordmark .brand-reef  { color: #F75638; }
/* light variant on the navy footer */
body.landing-page .brand-wordmark--light .brand-shift { color: #ffffff; }
body.landing-page .brand-wordmark--light .brand-reef  { color: #F75638; }

@media (max-width: 575.98px) {
    body.landing-page .brand-wordmark .brand-text { font-size: 1.3rem; }
    body.landing-page .brand-wordmark .brand-mark { width: 22px; height: 22px; }
}

/* ============================================================
   Auth / Login reskin — matches the GuardsPro-inspired landing
   brand (navy #0C2459 + orange #F75638, Plus Jakarta Sans).
   body.auth-page also carries .landing-page so it inherits the
   full palette, buttons, links and the Shift Reef wordmark.
   ============================================================ */
body.auth-page {
    background: linear-gradient(360deg, #FFF2F0 0%, #ffffff 100%);
}

/* Center + enlarge the wordmark above the login card */
body.auth-page .auth-form .logo {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}
body.auth-page .brand-wordmark {
    justify-content: center;
}
body.auth-page .brand-wordmark .brand-text {
    font-size: 2rem;
}
body.auth-page .brand-wordmark .brand-mark {
    width: 34px;
    height: 34px;
}

/* Login card — softer corners + brand-tinted shadow */
body.auth-page .card {
    border: 1px solid #EEF5FE;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(12, 36, 89, 0.10);
}

/* "Hi, Welcome Back" heading -> navy, subline muted */
body.auth-page .auth-header h2,
body.auth-page .auth-header h2 b {
    color: #0C2459 !important;
}

/* Inputs pick up the orange focus ring instead of default blue */
body.auth-page .form-control:focus {
    border-color: #F75638;
    box-shadow: 0 0 0 0.2rem rgba(247, 86, 56, 0.15);
}
body.auth-page .form-check-input:checked {
    background-color: #F75638;
    border-color: #F75638;
}

/* Sign In button is .btn-secondary -> already orange via landing rules,
   just make it full-width friendly here */
body.auth-page .btn-secondary {
    border-radius: 100px;
}

/* Links (Forgot Password / Create account) -> orange */
body.auth-page a.text-secondary {
    color: #F75638 !important;
}
body.auth-page a.text-secondary:hover {
    color: #e0431f !important;
}

/* ============================================================
   Admin / Dashboard reskin — matches the GuardsPro-inspired
   brand (navy #0C2459 primary + orange #F75638 accent,
   Plus Jakarta Sans). Overrides the Able Pro colour preset by
   redefining its CSS variables under body.admin-brand, which
   out-specifies [data-pc-preset=...] and loads afterwards.
   ============================================================ */
body.admin-brand {
    --pc-sidebar-active-color: #F75638;
    --bs-blue: #0C2459;
    --bs-primary: #0C2459;
    --bs-primary-rgb: 12, 36, 89;
    --bs-primary-light: #EEF5FE;
    --bs-secondary: #F75638;
    --bs-secondary-rgb: 247, 86, 56;
    --bs-secondary-light: #FFF2F0;
    --bs-link-color: #0C2459;
    --bs-link-color-rgb: 12, 36, 89;
    --bs-link-hover-color: #F75638;
    --bs-link-hover-color-rgb: 247, 86, 56;
    --dt-row-selected: 12, 36, 89;
}

/* Primary buttons -> navy, secondary/CTA buttons -> orange */
body.admin-brand .btn-primary {
    --bs-btn-bg: #0C2459;
    --bs-btn-border-color: #0C2459;
    --bs-btn-hover-bg: #081a42;
    --bs-btn-hover-border-color: #081a42;
    --bs-btn-active-bg: #081a42;
    --bs-btn-active-border-color: #081a42;
}
body.admin-brand .btn-secondary {
    --bs-btn-bg: #F75638;
    --bs-btn-border-color: #F75638;
    --bs-btn-hover-bg: #e0431f;
    --bs-btn-hover-border-color: #e0431f;
    --bs-btn-active-bg: #e0431f;
    --bs-btn-active-border-color: #e0431f;
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
}

/* Sidebar active item -> orange accent bar + text */
body.admin-brand .pc-sidebar .pc-navbar > .pc-item.active > .pc-link,
body.admin-brand .pc-sidebar .pc-navbar > .pc-item:hover > .pc-link {
    color: #F75638;
}
body.admin-brand .pc-sidebar .pc-navbar > .pc-item.active > .pc-link .pc-micon i {
    color: #F75638;
}

/* ---- Shift Reef wordmark in the sidebar (admin scope) ---- */
body.admin-brand .b-brand.brand-wordmark {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    line-height: 1;
}
body.admin-brand .brand-wordmark .brand-mark {
    position: relative;
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    border-radius: 8px;
    background: linear-gradient(135deg, #F75638 0%, #ff8a5b 100%);
    box-shadow: 0 6px 14px rgba(247, 86, 56, 0.35);
}
body.admin-brand .brand-wordmark .brand-mark::after {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    top: 50%;
    height: 3px;
    transform: translateY(-50%);
    border-radius: 3px;
    background: #ffffff;
    box-shadow: 0 5px 0 rgba(255, 255, 255, 0.55), 0 -5px 0 rgba(255, 255, 255, 0.55);
}
body.admin-brand .brand-wordmark .brand-text {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 800;
    font-size: 1.35rem;
    letter-spacing: -0.02em;
    white-space: nowrap;
}
body.admin-brand .brand-wordmark .brand-shift { color: #0C2459; }
body.admin-brand .brand-wordmark .brand-reef  { color: #F75638; }

/* ============================================================
   Solid coloured action buttons (guard list, matches mockup)
   green folder / blue edit / orange list / red trash
   ============================================================ */
.btn-act {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    color: #fff !important;
    border: none;
    transition: filter 0.15s ease, transform 0.15s ease;
    text-decoration: none;
    cursor: pointer;
}
.btn-act:hover {
    filter: brightness(0.92);
    transform: translateY(-1px);
    color: #fff !important;
}
.btn-act i,
.btn-act svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.2;
}
.btn-act-green  { background-color: #2CA58D; }
.btn-act-blue   { background-color: #3B9AE1; }
.btn-act-orange { background-color: #F0932B; }
.btn-act-red    { background-color: #EB5757; }

/* Status pills a touch larger/rounded to match the mockup */
.guard-actions + td .badge,
td .badge.text-bg-success,
td .badge.text-bg-danger,
td .badge.text-bg-warning,
td .badge.text-bg-secondary {
    font-size: 0.8rem;
    padding: 0.4em 0.85em;
    border-radius: 6px;
    font-weight: 600;
}

/* ============================================================
   Project-wide action buttons — match the Guards page style.
   Restyles the theme's .avtar.btn-link-* action icons (used in
   every list table's Actions column) into solid coloured squares:
     warning  -> green  (Detail / View)
     secondary-> blue   (Edit)
     danger   -> red    (Delete)
     success  -> green   info -> blue   primary -> orange (extra)
   Non-action avatars use .bg-light-* and are left untouched.
   ============================================================ */
.avtar[class*="btn-link-"] {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border: none;
    transition: filter 0.15s ease, transform 0.15s ease;
    text-decoration: none;
}
.avtar.btn-link-warning   { background-color: #2CA58D !important; }
.avtar.btn-link-secondary { background-color: #3B9AE1 !important; }
.avtar.btn-link-danger    { background-color: #EB5757 !important; }
.avtar.btn-link-success   { background-color: #2CA58D !important; }
.avtar.btn-link-info      { background-color: #3B9AE1 !important; }
.avtar.btn-link-primary   { background-color: #F0932B !important; }
.avtar[class*="btn-link-"]:hover {
    filter: brightness(0.92);
    transform: translateY(-1px);
    color: #fff !important;
}
.avtar[class*="btn-link-"] i,
.avtar[class*="btn-link-"] svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.2;
    margin: 0 !important;
}
/* Lay the action icons out in a neat row (they usually sit in a
   DELETE form inside .cart-action). */
.cart-action,
.cart-action form {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

/* ============================================================
   Shift Reef — landing brand imagery + on-load animations
   ============================================================ */

/* Lottie illustration containers (About section) */
body.landing-page .sr-lottie {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1 / 1;
    margin-inline: auto;
    animation: srFloat 6s ease-in-out infinite;
    will-change: transform;
}
body.landing-page .sr-lottie svg { display: block; }

@keyframes srFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-12px); }
}

/* Feature icons (What We Offer) */
body.landing-page .sr-feature-icon {
    width: 96px;
    height: 96px;
    transition: transform .4s cubic-bezier(.34, 1.56, .64, 1), filter .4s ease;
}
body.landing-page .sr-feature {
    transition: transform .35s ease;
}
body.landing-page .sr-feature:hover .sr-feature-icon {
    transform: translateY(-8px) scale(1.08) rotate(-3deg);
    filter: drop-shadow(0 12px 18px rgba(247, 86, 56, .22));
}

/* Stat-card icons pop slightly on card hover */
body.landing-page .feature-card { transition: transform .35s ease, box-shadow .35s ease; }
body.landing-page .feature-card:hover { transform: translateY(-6px); }
body.landing-page .feature-card .avtar img { transition: transform .4s cubic-bezier(.34,1.56,.64,1); }
body.landing-page .feature-card:hover .avtar img { transform: scale(1.12); }

/* Slightly quicker, smoother WOW reveals across the page */
body.landing-page .animated { animation-duration: .9s; animation-fill-mode: both; }

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
    body.landing-page .sr-lottie { animation: none; }
    body.landing-page .animated { animation: none !important; }
    body.landing-page .sr-feature:hover .sr-feature-icon { transform: none; }
}

/* ============================================================
   Shift Reef — login / auth page animations
   ============================================================ */

/* Brand Lottie on the auth side panel */
body.auth-page .sr-lottie-auth { max-width: 340px; }
body.auth-page .sr-auth-art { display: block; width: min(100%, 340px); max-height: 290px; object-fit: contain; }

/* JS-independent entrance animations (never leave the form hidden) */
@keyframes authRiseIn {
    from { opacity: 0; transform: translateY(26px); }
    to   { opacity: 1; transform: none; }
}
@keyframes authSideIn {
    from { opacity: 0; transform: translateX(34px); }
    to   { opacity: 1; transform: none; }
}
@keyframes authCardIn {
    from { opacity: 0; transform: translateY(20px) scale(.97); }
    to   { opacity: 1; transform: none; }
}

body.auth-page .auth-form {
    animation: authRiseIn .7s cubic-bezier(.22, 1, .36, 1) both;
    animation-delay: .05s;
}
body.auth-page .auth-form .card {
    animation: authCardIn .75s cubic-bezier(.22, 1, .36, 1) both;
    animation-delay: .18s;
}
body.auth-page .auth-sidecontent {
    animation: authSideIn .8s cubic-bezier(.22, 1, .36, 1) both;
    animation-delay: .14s;
}

/* Give the Sign In button a soft brand pulse to draw the eye */
@keyframes authBtnPulse {
    0%, 100% { box-shadow: 0 8px 20px rgba(247, 86, 56, .28); }
    50%      { box-shadow: 0 8px 30px rgba(247, 86, 56, .5); }
}
body.auth-page .auth-form .btn-primary {
    animation: authBtnPulse 2.8s ease-in-out 1.2s infinite;
}
body.auth-page .auth-form .btn-primary:hover { animation-play-state: paused; }

@media (prefers-reduced-motion: reduce) {
    body.auth-page .auth-form,
    body.auth-page .auth-form .card,
    body.auth-page .auth-sidecontent,
    body.auth-page .auth-form .btn-primary { animation: none; }
    body.auth-page .sr-lottie { animation: none; }
}

/* ============================================================
   Auth pages -> match the Finozest-style landing:
   Inter font, ink headings, off-white + grid + coral glow.
   ============================================================ */
body.auth-page,
body.auth-page .auth-header p,
body.auth-page .form-control,
body.auth-page .btn,
body.auth-page .brand-wordmark .brand-text,
body.auth-page h1, body.auth-page h2, body.auth-page h3, body.auth-page h4 {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
}

/* Left side: off-white base + coral glow + faint grid (matches hero) */
body.auth-page { background: #ffffff !important; }
body.auth-page .auth-main { position: relative; z-index: 1; }
body.auth-page::before {
    content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none;
    background: radial-gradient(620px 440px at 18% 6%, rgba(247, 86, 56, .12), transparent 70%);
}
body.auth-page::after {
    content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none;
    background-image:
        linear-gradient(rgba(16, 16, 32, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 16, 32, .04) 1px, transparent 1px);
    background-size: 58px 58px;
    -webkit-mask-image: radial-gradient(ellipse 72% 60% at 26% 16%, #000 34%, transparent 100%);
    mask-image: radial-gradient(ellipse 72% 60% at 26% 16%, #000 34%, transparent 100%);
}

/* Headings -> ink (matches landing) */
body.auth-page .auth-header h2,
body.auth-page .auth-header h2 b,
body.auth-page .auth-sidecontent h1,
body.auth-page .auth-sidecontent h1 b { color: #0b0b12 !important; }
body.auth-page .auth-sidecontent p { color: #6a6a76 !important; }

/* Right showcase panel -> off-white + coral glow (navy shield stays readable) */
body.auth-page .auth-sidecontent {
    background: radial-gradient(540px 420px at 60% 30%, rgba(247, 86, 56, .14), transparent 70%), #f6f6f8 !important;
}
body.auth-page .auth-sidecontent::after { opacity: .05 !important; }

/* Login card -> neutral finozest border + shadow */
body.auth-page .card {
    border: 1px solid #ececf0 !important;
    border-radius: 20px !important;
    box-shadow: 0 24px 60px -20px rgba(16, 16, 32, .18) !important;
}
body.auth-page .form-control { border-radius: 12px; }

/* Carousel indicator -> coral active */
body.auth-page .auth-sidecontent .carousel-indicators button.active { background-color: #F75638 !important; }
