/* =========================================
   GOOGLE & LOCAL FONTS
========================================= */

@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
    font-family: "Lufga Regular";
    src: url("/fonts/Lufga/LufgaRegular.woff") format("woff");
}

@font-face {
    font-family: "Lufga Light";
    src: url("/fonts/Lufga/LufgaLight.woff") format("woff");
}

@font-face {
    font-family: "Lufga Medium";
    src: url("/fonts/Lufga/LufgaMedium.woff") format("woff");
}

/* =========================================
   ROOT VARIABLES
========================================= */

:root {
    --BodyFont: "Archivo", sans-serif;
    --HeadingFont: "Lufga Medium";
    --DashboardBodyFont: "Lufga Light";
    --HeadingFontLight: "Lufga Light";
    --ButtonFont: "Lufga Regular";
}

/* =========================================
   GLOBAL RESET & TYPOGRAPHY
========================================= */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Archivo", sans-serif !important;
    background: #FFF7EE;
    color: #262A41;
}

textarea {
    resize: none;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--HeadingFont) !important;
    margin: 0;
    font-weight: 500;
}

/* Text */
p, label {
    font-family: "Lufga Regular" !important;
}

/* Buttons */
button {
    font-family: "Lufga Regular" !important;
    cursor: pointer;
}

a {
    color: #3A224C;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

/* =========================================
   LOGIN LAYOUT
========================================= */


.auth-layout {
    background-image: url("/images/LoginBg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    width: 100%;
    flex-direction: column;
}

.loginLayout {
    width: 100%;
    display: flex;
    padding: 40px;
}

.auth-content {
    flex: 1; /* Pushes footer down */
}

/* =========================================
   LEFT SIDE (FORM)
========================================= */

.loginFormBox {
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 600px;
    margin: 0 auto;
}

    /* Logo */
    .loginFormBox img.logo {
        height: 50px;
        margin-bottom: 30px;
    }

.loginLeft {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    width: 50%;
}

.loginFormBox form {
    width: 100%;
}
/* Headings */
.HeadingText {
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: 700;
    background: radial-gradient(circle, #2E77F2, #59C7FA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

img.loginLogo {
    height: auto;
    cursor:pointer;
}

.LoginText {
    font-size: 42px;
    color: #3A224C;
    margin-bottom: 0px;
    font-weight: 400;
}

.smallText {
    font-size: 20px !important;
    color: #9d8c9b;
    margin-bottom: 15px !important;
    margin-top: 0px;
}

.forgotRow a {
    cursor: pointer;
}

/* =========================================
   FORM ELEMENTS
========================================= */
.formRow {
    width: 100%;
}

.InputRow {
    width: 100%;
    margin-bottom: 18px;
    float: left;
}

    .InputRow label {
        font-size: 14px;
        color: #3A224C;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 6px;
        font-family: var(--HeadingFont) !important;
    }

/* Inputs (MUI look alike) */
.textInput {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    font-size: 16px;
    margin-top: 0px;
    font-family: var(--BodyFont);
    outline: none;
    transition: border 0.2s, box-shadow 0.2s;
    background: #fff;
}

    .textInput:focus {
        border-color: #59c7fa;
        box-shadow: 0 0 0 3px rgba(89,199,250,0.25);
    }

.textInput {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    font-size: 16px;
    margin-top: 0px;
    font-family: var(--BodyFont);
    outline: none;
    transition: border 0.2s, box-shadow 0.2s;
    background: #fff;
}

    .textInput:focus {
        border-color: #59c7fa;
        box-shadow: 0 0 0 3px rgba(89,199,250,0.25);
    }

.signupFormBox {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 600px;
    margin: 0 auto;
}

.selectInput {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    background-color: #ffffff;
    font-size: 16px;
    font-family: var(--BodyFont);
    color: #3a224c;
    outline: none;
    box-sizing: border-box;
    transition: all 0.25s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%233a224c' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
    padding-right: 44px;
    cursor: pointer;
}



    .selectInput:focus {
        border-color: #59c7fa;
        box-shadow: 0 0 0 3px rgba(89, 199, 250, 0.2);
    }

/* Password eye */
.passwordBox {
    position: relative;
}


/* Forgot password */
.InputRow a {
    font-size: 14px;
    color: #3A224C;
    font-family: var(--HeadingFont);
}

/* =========================================
   BUTTONS
========================================= */

.ActionBtnRow {
    margin-top: 10px;
}

.LoginBtn {
    background: radial-gradient(circle, #2E77F2, #59C7FA) !important;
    border: none;
    padding: 14px 30px !important;
    color: #fff;
    font-size: 16px !important;
    border-radius: 10px !important;
    transition: background 0.3s ease;
}

    .LoginBtn:hover {
        background: radial-gradient(circle, #3A89F5, #6FD4FB);
    }

.GotoLink {
    margin-top: 15px;
    font-family: var(--HeadingFont);
    cursor:pointer;
}
    .GotoLink a {
        text-decoration: underline;
    }
.signupFormBox input, .signupFormBox .rz-dropdown {
    background-color: transparent !important;
}


.spinner {
    width: 16px !important;
    height: 16px !important;
    border: 2px dotted #ccc;
    border-top: 2px dotted white;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 0 !important;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* =========================================
   BOTTOM LINK
========================================= */
.BottomLink {
    margin-top: 40px;
    font-size: 15px;
    color: #9D8C9B;
}

    .BottomLink a {
        color: #3A224C;
    }

/* =========================================
   RIGHT SIDE IMAGE
========================================= */

.rightImage {
    align-items: center;
    text-align: right;
    display: flex;
    justify-content: right;
    width: 50%;
}

    .rightImage img {
        height: auto;
        object-fit: contain;
        width:75%;
    }

/* =========================================
   RESPONSIVE (OPTIONAL)
========================================= */

/* ===========================
   STEP 2 – RADIO CARD DESIGN
=========================== */

.radioGroup {
    margin-top: 20px;
}

/* Card container */
.radioCard {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px;
    margin-bottom: 16px;
    border-radius: 12px;
    background: #FFF7EE;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.25s ease;
}

    /* Hover effect */
    .radioCard:hover {
        border-color: #59C7FA;
    }

    /* Active / selected state */
    .radioCard.active {
        border: 1px solid #59C7FA;
        box-shadow: 0 0 10px rgba(46, 119, 242, 0.2);
    }

    /* Hide ugly default radio spacing */
    .radioCard input[type="radio"] {
        width: 18px;
        height: 18px;
        accent-color: #59C7FA;
        cursor: pointer;
    }

/* Text container */
.radioContent {
    display: flex;
    flex-direction: column;
}

/* Title */
.radioTitle {
    font-family: var(--HeadingFont);
    font-size: 16px;
    color: #3a224c;
}

/* Subtitle */
.radioSubtitle {
    font-family: var(--BodyFont);
    font-size: 14px;
    color: rgba(0, 0, 0, 0.55);
    margin-top: 4px;
}

.InputRow.radioCard p {
    margin: 0;
}

@media (max-width: 1200px) {
    .loginLayout {
        flex-direction: column;
        padding: 20px;
    }

    .loginFormBox {
        width: 100%;
        margin-left: 0;
    }

    .rightImage {
        display: none;
    }
}

.timerText {
    font-size: 14px;
    color: #666;
    margin-top: 6px;
}

.otp-timer {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 30px;
    background: #d32f2f;
    border: 1px solid #e0e6ed;
    font-size: 14px;
    margin: 10px 0px 30px;
    justify-content: space-between;
    color: #fff;
}
.otp-timer-label {
    color: #fff;
    font-family: var(--HeadingFont);
    font-size: 16px;
}

.otp-timer-value {
    font-weight: 600;
    color: #d32f2f;
    font-variant-numeric: tabular-nums;
    background: #fff;
    padding: 6px 20px;
    border-radius: 30px;
}
.time-part {
    min-width: 22px;
    text-align: center;
    display: inline-block;
    font-size:18px;
}

.time-separator {
    margin: 0 4px;
    font-weight: 500;
    font-size: 22px;
}
.time-unit {
    font-size: 12px;
    margin-left: 2px;
    margin-right: 6px;
    opacity: 0.8;
}
.loadhistoryActionStatus {
    text-align: center;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    background: #e8f5e9;
    padding: 20px;
    margin-top: 0px;
    font-family: var(--HeadingFont);
    align-items:center;
}
    .loadhistoryActionStatus h3 {
        color: #2e7d32;
        font-weight: 300;
        font-size: 28px;
    }
    .loadhistoryActionStatus h4 {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .loadhistoryActionStatus button {
        width: max-content !important;
        padding: 13px 34px;
        border-radius: 12px;
    }
/**************loader css ***********/

.dots-loader {
    display: flex;
    gap: 8px;
    margin-top: 20px;
}

    .dots-loader span {
        width: 12px;
        height: 12px;
        background-color: #3e94f5; /* Dot color */
        border-radius: 50%;
        display: inline-block;
        animation: dotsBounce 1s infinite ease-in-out;
    }

        /* Animate each dot with delay */
        .dots-loader span:nth-child(1) {
            animation-delay: 0s;
        }

        .dots-loader span:nth-child(2) {
            animation-delay: 0.2s;
        }

        .dots-loader span:nth-child(3) {
            animation-delay: 0.4s;
        }

@keyframes dotsBounce {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}
/* ----------------------------
   FULL PAGE LOADER (BLAZOR)
----------------------------- */

.app-loader {
    position: fixed;
    inset: 0;
    background-color: rgb(5 3 32 / 94%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
}

.backToLogin {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .backToLogin a {
        color: #327ff3 !important;
        font-weight: 600;
        font-size: 14px;
        cursor: pointer;
    }

.selectInput {
    padding: 25px 14px !important;
    border: 1px solid rgb(58 34 76 / 30%) !important;
    border-radius: 10px !important;
}

.formRow input {
    padding: 25px 14px;
    border: 1px solid rgb(58 34 76 / 30%) !important;
    border-radius: 10px !important;
}


.selectInput span.rz-dropdown-label.rz-inputtext {
    overflow: clip;
    top: -10px;
    position: relative;
}

.selectInput.rz-dropdown {
    position: relative;
    padding-right: 40px !important;
    width:100%;
}

/* Actual arrow container */
.selectInput .rz-dropdown-trigger-icon {
    font-family: "RadzenIcons" !important;
    font-size: 16px !important;
    line-height: 1 !important;
    width: auto !important;
    height: auto !important;
    color: #6b7280 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
/* Arrow icon itself */

.radioCard {
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 16px;
    transition: all 0.2s ease;
}

    .radioCard.active {
        border-color: #7b61ff;
        background: #f6f3ff;
    }


.rz-chkbox-box.rz-state-active {
    background-color: #1976D2;
    border: none;
}

.rz-state-highlight.rz-menuitem, .rz-state-highlight.rz-autocomplete-list-item, .rz-state-highlight.rz-multiselect-item, .rz-autocomplete-items li.rz-state-highlight, .rz-dropdown-items li.rz-state-highlight, .rz-multiselect-items li.rz-state-highlight, .rz-dropdown-item.rz-state-highlight, .rz-state-highlight.rz-menuitem:hover, .rz-state-highlight.rz-autocomplete-list-item:hover, .rz-state-highlight.rz-multiselect-item:hover, .rz-autocomplete-items li.rz-state-highlight:hover, .rz-dropdown-items li.rz-state-highlight:hover, .rz-multiselect-items li.rz-state-highlight:hover, .rz-dropdown-item.rz-state-highlight:hover {
    background-color: rgb(234 244 252) !important;
    color: #0C8CE9 !important;
    border-radius: 0;
}

.rz-chkbox-box.rz-state-active {
    background-color: #0C8CE9 !important;
    border: none !important;
}

.rz-form-field.rz-state-focused .rz-form-field-content, .rz-numeric:focus-within:not(.rz-state-disabled), .rz-autocomplete:focus-within:not(.rz-state-disabled), .rz-timespanpicker > .rz-inputtext:not(:disabled):not(.rz-state-disabled):focus, .rz-colorpicker:not(:disabled):not(.rz-state-disabled):focus, .rz-lookup-search input:not(:disabled):not(.rz-state-disabled):focus, .rz-numeric:not(:disabled):not(.rz-state-disabled):focus, .rz-datepicker > .rz-inputtext:not(:disabled):not(.rz-state-disabled):focus, .rz-multiselect:not(:disabled):not(.rz-state-disabled):focus, .rz-dropdown:not(:disabled):not(.rz-state-disabled):focus, .mask:not(:disabled):not(.rz-state-disabled):focus, .rz-textarea:not(:disabled):not(.rz-state-disabled):focus, .rz-textbox:not(:disabled):not(.rz-state-disabled):focus {
    box-shadow: none !important;
}


span.successIcon {
    position: absolute;
    right: 40px;
    top: 13px;
    color: green;
    font-size: 19px;
}

.passwordBox {
    position: relative;
}

.eyeIcon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.signupLink {
    font-size: 14px;
    cursor: pointer;
    color: #327ff3 !important;
    font-weight: 600;
    text-decoration: none;
}

    .signupLink:hover {
        text-decoration: underline;
    }

.formRow .rz-button.rz-primary.rz-shade-default:hover, .formRow .rz-button.rz-primary.rz-shade-default:focus {
    background: radial-gradient(circle, #2E77F2, #59C7FA) !important;
}


/***************** password rules *******************/

.passwordRules {
    list-style: none;
    padding-left: 0;
    display: block;
    width: 100%;
    float: left;
    border: 1px solid rgb(58 34 76 / 30%);
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0px 0px 0px;
}

    .passwordRules li {
        font-size: 14px;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
        font-family: var(--HeadingFont) !important;
    }

        .passwordRules li.invalid {
            color: #b00020; /* red */
        }

        .passwordRules li.valid {
            color: #2e7d32; /* green */
        }

ul.passwordRules p {
    margin: 0 0px 6px;
    font-family: var(--HeadingFont) !important;
}

.ruleIcon {
    font-weight: bold;
    margin-right: 6px;
}

.specialChars {
    font-weight: 600;
    margin-left: 4px;
}


.errorText {
    color: #d32f2f;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-top: 4px;
    font-family: var(--HeadingFont);
}

/* Wrapper */
.infoWrapper {
    position: relative;
    display: inline-block;
    margin-left: 0;
    top: -4px;
}

/* Info icon */
.infoIcon {
    cursor: pointer;
    transition: filter 0.2s ease;
    font-size: 16px !important;
}

/* RED when invalid */
.info-invalid {
    color: #b00020;
}

/* GREEN when valid */
.info-valid {
    color: #2e7d32;
}

/* Tooltip container */
.passwordTooltip {
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 100;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    width: 260px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
}

/* Show tooltip on hover */
.infoWrapper:hover .passwordTooltip {
    display: block;
}

.rz-switch.rz-switch-checked .rz-switch-circle:before {
    background-color: #0c8ce9 !important;
}

.passwordTooltip ul.passwordRules {
    border: none;
    padding: 0;
    margin: 0;
}

/* ===============================
   FULL SCREEN BLACK OVERLAY
   =============================== */
.rz-notification {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: transparent; /* IMPORTANT */
    pointer-events: none;
}
    .rz-notification:has(.rz-notification-item-wrapper.rz-open) {
        background: rgba(0, 0, 0, 0.45);
        pointer-events: all;
    }


/* ===============================
   TOAST CONTAINER (CENTER BOX)
   =============================== */
.rz-notification-item-wrapper {
    position: relative !important;
    width: 32rem !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 32rem !important;
    max-height: 80vh;
    overflow: hidden;
    background: transparent;
}


/* Optional: smooth entrance animation */
.rz-notification-item-wrapper {
    animation: toastFadeScale 0.25s ease-out;
}

@keyframes toastFadeScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.rz-notification-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 16px 20px !important;
    border-radius: 10px !important;
    font-family: inherit;
}

.rz-notification-icon {
    font-size: 22px !important;
    line-height: 1 !important;
    margin-top: 2px;
}

.rz-notification-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 100%;
    max-height: 60vh;
    overflow-y: auto;
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

.rz-notification-summary {
    font-weight: 600 !important;
    font-size: 14px !important;
}

.rz-notification-detail {
    font-size: 13px !important;
    opacity: 0.9;
}

.rz-notification-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.loginErrorBanner {
    background: #fdecea;
    color: #b71c1c;
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 16px;
    font-weight: 600;
    border: 1px solid #f5c6cb;
}
.checkboxrow {
    align-items: center;
    display: flex;
    gap: 7px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.checkboxrow span {
        font-size: 14px;
    }

.iti {
    width: 100%;
}

.iti__country-list {
    z-index: 2000; /* fixes dropdown over dialogs */
}


.terms-box {
    font-size: 14px;
    font-family: var(--HeadingFont) !important;
}
    .terms-box h5 {
        margin-bottom: 0px !important;
    }
    .terms-box p {
        margin: 0px 0px 10px;
    }

.loginErrorBanner a {
    color: #b71c1c;
    text-decoration: underline;
}

/* Layout helpers */
.d-flex {
    display: flex;
    align-items: center;
}

.InputRow {
    gap: 16px;
}

.RadioGroup {
    margin-left: 16px;
}
/* ===== OUTER GRADIENT PILL ===== */
.account-toggle-wrapper {
    display: flex;
    padding: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2e77f2, #59c7fa);
    margin-bottom: 15px;
    width: fit-content;
}


    /* ===== REMOVE RADIO CIRCLES COMPLETELY ===== */
.account-toggle-wrapper input[type="radio"] {
    display: none;
}


.toggle-btn {
    border: none;
    border-radius: 50px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 9.6px;
    padding-bottom: 9.6px;
    text-transform: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.toggle-btn.selected {
    background: #ffffff;
    color: #327ff3;
}
.accountSectionText {
    margin-bottom: 5px !important;
    font-size: 16px !important;
    color: #3A224C !important;
    font-family: var(--HeadingFont) !important;
}

.signuptermText {
    padding: 10px;
    border: 1px solid rgb(58 34 76 / 30%) !important;
    border-radius: 10px !important;
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.terms-box ul li {
    color: #333;
    font-family: var(--ButtonFont) !important;
}

.compnayInfoRow {
    margin-top:20px;
}
/***********************footer css **********************/
.app-footer {
    background: linear-gradient(90deg, #2063c1, #172FAB);
    color: #cfd8dc;
    padding: 60px;
    width: 97%;
    margin: 30px auto 0px;
    border-radius: 20px;
    margin-top: auto !important;
}
footer.app-footer hr {
    margin: 30px 0px;
}
.footer-card {
    background: transparent !important;
    margin: auto;
    box-shadow: none !important;
}

.app-footer h6 {
    color: #ffffff;
    margin-bottom: 12px;
    font-family: var(--HeadingFontLight) !important;
    font-size: 20px;
}

.app-footer a {
    display: block;
    color: #cfd8dc;
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 14px;
}
.footer-card p {
    font-size: 14px;
    font-family: var(--HeadingFontLight) !important;
}
.app-footer a:hover {
    color: #54bef9;
}

.footer-item {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 14px;
}

    .footer-item i {
        font-size: 18px;
        color: #4fc3f7;
    }

.social-icons {
    display: flex;
    gap: 16px;
}

.social {
    font-size: 18px;
    color: #1976d2;
    transition: color 0.25s ease, transform 0.25s ease;
}

    .social:hover {
        transform: scale(1.15);
        color:#fff;
    }
.social-icons a i {
    border: 1px solid #54bef9;
    padding: 8px;
    font-size: 19px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    text-align: center;
}

.social-icons a:hover i {
    background: #54bef9;
    color: #fff;
    border: 1px solid #54bef9;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    margin-top: 60px;
    font-family: var(--HeadingFontLight) !important;
    position: relative;
}

    .footer-bottom:before {
        position: absolute;
        content: "";
        border: 1px solid rgb(87 196 250 / 8%);
        width: 100%;
        top: -35px;
    }

   
    .about-content p, .footer-bottom p {
        font-family: var(--HeadingFontLight) !important;
        font-size: 14px !important;
    }

    .footer-policies {
        list-style: none;
        display: flex;
        gap: 12px;
        padding: 0;
        margin: 0;
        font-family: var(--HeadingFontLight) !important;
    }

    .footer-policies li {
        position: relative;
        padding-left: 12px;
    }

        .footer-policies li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #90a4ae;
        }

        .footer-policies li:first-child::before {
            content: "";
        }


.footer-list {
    list-style: disc;
    padding-left: 18px;
    margin: 0;
}

    .footer-list li {
        margin-bottom: 6px;
    }

    .footer-list a {
        color: #cfd8dc;
        text-decoration: none;
    }

        .footer-list a:hover {
            color: #ffffff;
        }

/* Bottom legal links */
.footer-legal-links {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 18px;
    padding: 12px 0 0;
    margin: 0;
}

    .footer-legal-links li a {
        font-size: 13px;
        color: #cfd8dc;
    }

        .footer-legal-links li a:hover {
            color: #ffffff;
            text-decoration: underline;
        }


.footer-main-row {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .footer-main-row {
        flex-wrap: wrap;
    }
}

    .footer-col.about {
        width: 10%;
       
    }
.footer-col {
    flex: auto !important;
}
.profileBox li {
    cursor: pointer;
}