/* =====================================================
   FOOTER
===================================================== */

.site-modern-footer {
    position: relative;
    margin: 0;
    padding: 0;
    background: #071B35;
    color: #94A3B8;
    font-family: 'Poppins', sans-serif;
    border-top: 1px solid rgba(255,255,255,.06);
}

.site-modern-footer *,
.ssa-auth-modal *,
.ssa-auth-modal *::before,
.ssa-auth-modal *::after {
    box-sizing: border-box;
}

.site-modern-footer .footer-main {
    padding: 65px 0 45px;
}

.site-modern-footer .footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 70px;
    align-items: start;
}


/* =====================================================
   FOOTER HEADINGS
===================================================== */

.site-modern-footer .footer-heading {
    position: relative;
    margin: 0 0 24px;
    padding-bottom: 13px;

    color: #FFFFFF;

    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

.site-modern-footer .footer-heading::after {
    content: "";

    position: absolute;
    bottom: 0;
    left: 0;

    width: 35px;
    height: 2px;

    background: #2F80ED;
    border-radius: 10px;
}


/* =====================================================
   ABOUT
===================================================== */

.site-modern-footer .footer-about-text {
    max-width: 520px;
    margin: 0;

    color: #94A3B8;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
}

.site-modern-footer .footer-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: 24px;
}

.site-modern-footer .footer-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 8px 12px;

    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 8px;

    color: #CBD5E1;

    font-size: 11px;
    font-weight: 500;
}

.site-modern-footer .footer-trust-item i {
    color: #60A5FA;
    font-size: 12px;
}


/* =====================================================
   CONTACT
===================================================== */

.site-modern-footer .footer-contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-modern-footer .footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    margin-bottom: 16px;
}

.site-modern-footer .footer-contact-icon {
    width: 34px;
    height: 34px;

    flex: 0 0 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(47,128,237,.10);
    border: 1px solid rgba(96,165,250,.13);
    border-radius: 8px;

    color: #60A5FA;

    font-size: 13px;
}

.site-modern-footer .footer-contact-value {
    padding-top: 5px;

    color: #94A3B8;

    font-size: 13px;
    line-height: 1.7;

    word-break: break-word;
}

.site-modern-footer .footer-contact-value p {
    margin: 0 !important;
    padding: 0 !important;

    color: inherit !important;

    font-size: inherit !important;
    line-height: inherit !important;
}


/* =====================================================
   FOOTER NAVIGATION
===================================================== */

.site-modern-footer .footer-navigation {
    margin: 0;
    padding: 0;

    list-style: none;
}

.site-modern-footer .footer-navigation li {
    margin: 0 0 10px;
    padding: 0;

    list-style: none;
}

.site-modern-footer .footer-navigation li a {
    position: relative;

    display: inline-block;

    padding: 3px 0;

    color: #94A3B8 !important;

    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;

    text-decoration: none !important;

    transition:
        color .2s ease,
        transform .2s ease;
}

.site-modern-footer .footer-navigation li a::before {
    content: "";

    position: absolute;

    left: -12px;
    top: 50%;

    width: 4px;
    height: 4px;

    background: #60A5FA;
    border-radius: 50%;

    opacity: 0;

    transform: translateY(-50%);

    transition: opacity .2s ease;
}

.site-modern-footer .footer-navigation li a:hover {
    color: #FFFFFF !important;
    transform: translateX(5px);
}

.site-modern-footer .footer-navigation li a:hover::before {
    opacity: 1;
}


/* =====================================================
   SOCIAL
===================================================== */

.site-modern-footer .footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin-top: 24px;
}

.site-modern-footer .footer-social a {
    width: 36px;
    height: 36px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 8px;

    color: #94A3B8 !important;

    font-size: 13px;

    text-decoration: none !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease;
}

.site-modern-footer .footer-social a:hover {
    background: #1457D9;
    border-color: #1457D9;

    color: #FFFFFF !important;

    transform: translateY(-2px);
}


/* =====================================================
   FOOTER BOTTOM
===================================================== */

.site-modern-footer .footer-bottom {
    border-top: 1px solid rgba(255,255,255,.07);

    background: rgba(0,0,0,.10);
}

.site-modern-footer .footer-bottom-inner {
    min-height: 68px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.site-modern-footer .footer-copyright {
    color: #718096;

    font-size: 12px;
    line-height: 1.6;
}

.site-modern-footer .footer-copyright p {
    margin: 0;
}

.site-modern-footer .footer-status {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    color: #718096;

    font-size: 11px;

    white-space: nowrap;
}

.site-modern-footer .status-dot {
    width: 7px;
    height: 7px;

    background: #22C55E;

    border-radius: 50%;
}



/* =====================================================
   FOOTER BOTTOM NAVIGATION
===================================================== */

.site-modern-footer .footer-bottom-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 28px;

    margin-left: auto;
}

.site-modern-footer .footer-bottom-item,
.site-modern-footer .footer-language-toggle {
    color: #94A3B8 !important;

    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;

    white-space: nowrap;
}

.site-modern-footer .footer-bottom-item {
    display: inline-flex;
    align-items: center;
}

.site-modern-footer .footer-language {
    position: relative;
}

.site-modern-footer .footer-language-toggle {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    padding: 8px 0;

    text-decoration: none !important;

    transition: color .2s ease;
}

.site-modern-footer .footer-language-toggle:hover,
.site-modern-footer .footer-language-toggle:focus {
    color: #FFFFFF !important;

    text-decoration: none !important;
}

.site-modern-footer .footer-language-toggle .fa-globe {
    color: #CBD5E1;

    font-size: 17px;
}

.site-modern-footer .footer-language-arrow {
    margin-left: 1px;

    color: #718096;

    font-size: 10px;
}

.site-modern-footer .footer-language .dropdown-menu {
    top: auto;
    right: 0;
    bottom: calc(100% + 8px);
    left: auto;

    min-width: 180px;

    margin: 0;
    padding: 7px;

    background: #FFFFFF;

    border: 1px solid #E2E8F0;
    border-radius: 10px;

    box-shadow:
        0 12px 30px rgba(15, 23, 42, .16);
}

.site-modern-footer .footer-language .dropdown-menu > li > a {
    display: block;

    padding: 9px 11px;

    color: #334155 !important;

    font-size: 12px;
    font-weight: 400;

    border-radius: 7px;

    text-decoration: none !important;
}

.site-modern-footer .footer-language .dropdown-menu > li > a:hover,
.site-modern-footer .footer-language .dropdown-menu > li > a:focus {
    color: #1457D9 !important;
    background: #EFF6FF !important;
}


/* Hide old footer */

.footerbg {
    display: none !important;
}


/* =====================================================
   AUTHENTICATION MODAL
===================================================== */

.ssa-auth-modal {
    font-family: 'Poppins', sans-serif;
}

.ssa-auth-modal .modal-dialog {
    width: auto;
    max-width: 520px;

    margin: 40px auto;
    padding: 0 15px;
}

.ssa-auth-modal .modal-content {
    position: relative;

    overflow: hidden;

    background: #FFFFFF;

    border: 1px solid #E7ECF3 !important;
    border-radius: 20px !important;

    box-shadow:
        0 30px 80px rgba(11,31,58,.20) !important;
}


/* =====================================================
   AUTH CLOSE BUTTON
===================================================== */

.ssa-auth-close {
    position: absolute;

    top: 16px;
    right: 16px;

    z-index: 20;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    background: #F8FAFC !important;

    border: 1px solid #E2E8F0 !important;
    border-radius: 10px;

    color: #64748B !important;

    font-size: 20px;
    font-weight: 400;
    line-height: 1;

    opacity: 1 !important;

    text-shadow: none !important;

    cursor: pointer;

    transition: all .2s ease;
}

.ssa-auth-close:hover {
    background: #EFF6FF !important;

    border-color: #BFDBFE !important;

    color: #1457D9 !important;
}


/* =====================================================
   AUTH BODY
===================================================== */

.ssa-auth-body {
    padding: 38px 40px 36px;
}


/* =====================================================
   AUTH HEADER
===================================================== */

.ssa-auth-header {
    margin-bottom: 28px;

    text-align: center;
}

.ssa-auth-icon {
    width: 58px;
    height: 58px;

    margin: 0 auto 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #EFF6FF;

    border: 1px solid #DBEAFE;
    border-radius: 16px;

    color: #1457D9;

    font-size: 23px;
}

.ssa-auth-header h3 {
    margin: 0 0 8px;

    color: #0B1F3A;

    font-family: 'Poppins', sans-serif;

    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;

    letter-spacing: -.3px;
}

.ssa-auth-header p {
    max-width: 370px;

    margin: 0 auto;

    color: #64748B;

    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
}


/* =====================================================
   AUTH ALERT
===================================================== */

.ssa-auth-modal .alert {
    display: none;

    position: relative;

    margin: 0 0 20px;

    padding: 12px 40px 12px 14px;

    background: #FFF7ED;

    border: 1px solid #FED7AA;
    border-radius: 10px;

    color: #9A3412;

    font-size: 12px;
    line-height: 1.6;
}

.ssa-auth-modal .alert .close {
    position: absolute;

    top: 8px;
    right: 11px;

    color: inherit;

    opacity: .65;
}


/* =====================================================
   FORM FIELDS
===================================================== */

.ssa-auth-field {
    margin-bottom: 18px;
}

.ssa-auth-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    margin-bottom: 8px;
}

.ssa-auth-label {
    margin: 0 !important;

    color: #334155;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.ssa-auth-required {
    color: #DC2626;
}

.ssa-auth-forgot {
    color: #1457D9 !important;

    font-size: 12px;
    font-weight: 500;

    text-decoration: none !important;
}

.ssa-auth-forgot:hover {
    color: #0F46B5 !important;

    text-decoration: underline !important;
}


/* =====================================================
   INPUT WRAPPER
===================================================== */

.ssa-auth-input-wrap {
    position: relative;
}

.ssa-auth-input-icon {
    position: absolute;

    left: 16px;
    top: 50%;

    z-index: 2;

    transform: translateY(-50%);

    color: #94A3B8;

    font-size: 14px;

    pointer-events: none;
}

.ssa-auth-input {
    width: 100% !important;
    height: 52px !important;

    display: block;

    margin: 0 !important;

    padding: 10px 46px 10px 44px !important;

    background: #F8FAFC !important;

    border: 1px solid #DDE5EF !important;
    border-radius: 11px !important;

    outline: none !important;

    color: #172033 !important;

    font-family: 'Poppins', sans-serif !important;

    font-size: 13px !important;
    font-weight: 400 !important;

    line-height: normal !important;

    box-shadow: none !important;

    transition:
        border-color .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.ssa-auth-input:hover {
    border-color: #CBD5E1 !important;
}

.ssa-auth-input:focus {
    background: #FFFFFF !important;

    border-color: #1457D9 !important;

    box-shadow:
        0 0 0 3px rgba(20,87,217,.10) !important;
}

.ssa-auth-input::placeholder {
    color: #94A3B8;
    opacity: 1;
}


/* =====================================================
   PASSWORD TOGGLE
===================================================== */

.ssa-password-toggle {
    position: absolute;

    top: 50%;
    right: 8px;

    z-index: 5;

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    transform: translateY(-50%);

    background: transparent;

    border: 0;
    border-radius: 8px;

    color: #94A3B8;

    cursor: pointer;

    outline: none;

    transition:
        background .2s ease,
        color .2s ease;
}

.ssa-password-toggle:hover {
    background: #EEF2F7;

    color: #1457D9;
}


/* =====================================================
   PRIMARY BUTTON
===================================================== */

.ssa-auth-submit {
    width: 100%;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    margin: 8px 0 0;
    padding: 0 20px;

    background: #1457D9;

    border: 0;
    border-radius: 11px;

    color: #FFFFFF !important;

    font-family: 'Poppins', sans-serif;

    font-size: 14px;
    font-weight: 600;

    line-height: normal;

    text-align: center;

    cursor: pointer;

    box-shadow:
        0 8px 22px rgba(20,87,217,.20);

    transition:
        background .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

.ssa-auth-submit:hover,
.ssa-auth-submit:focus {
    background: #0F46B5;

    color: #FFFFFF !important;

    transform: translateY(-1px);

    box-shadow:
        0 10px 28px rgba(20,87,217,.26);
}


/* =====================================================
   DIVIDER
===================================================== */

.ssa-auth-divider {
    display: flex;
    align-items: center;

    gap: 13px;

    margin: 25px 0 18px;

    color: #94A3B8;

    font-size: 11px;
    font-weight: 500;

    white-space: nowrap;
}

.ssa-auth-divider::before,
.ssa-auth-divider::after {
    content: "";

    flex: 1;

    height: 1px;

    background: #E2E8F0;
}


/* =====================================================
   SOCIAL LOGIN
===================================================== */

.ssa-social-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 9px;
}

.ssa-social-button {
    min-width: 0;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    padding: 0 10px;

    background: #FFFFFF;

    border: 1px solid #E2E8F0;
    border-radius: 10px;

    color: #475569 !important;

    font-family: 'Poppins', sans-serif;

    font-size: 12px;
    font-weight: 600;

    text-decoration: none !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.ssa-social-button i {
    font-size: 15px;
}

.ssa-social-button:hover {
    background: #F8FAFC;

    border-color: #CBD5E1;

    color: #0F172A !important;

    transform: translateY(-1px);

    box-shadow:
        0 5px 15px rgba(15,23,42,.05);
}

.ssa-social-facebook i {
    color: #1877F2;
}

.ssa-social-google i {
    color: #DB4437;
}

.ssa-social-twitter i {
    color: #1DA1F2;
}


/* =====================================================
   BOTTOM PROMPT
===================================================== */

.ssa-auth-bottom {
    margin-top: 25px;
    padding-top: 21px;

    border-top: 1px solid #EEF2F6;

    color: #64748B;

    font-size: 12px;

    line-height: 1.7;

    text-align: center;
}

.ssa-auth-bottom a {
    color: #1457D9 !important;

    font-weight: 600;

    text-decoration: none !important;
}

.ssa-auth-bottom a:hover {
    color: #0F46B5 !important;

    text-decoration: underline !important;
}


/* =====================================================
   SECONDARY ACCOUNT LINKS
===================================================== */

.ssa-auth-secondary {
    margin-top: 15px;

    text-align: center;
}

.ssa-auth-secondary a {
    color: #64748B !important;

    font-size: 11px;
    font-weight: 500;

    text-decoration: none !important;
}

.ssa-auth-secondary a:hover {
    color: #1457D9 !important;
}


/* =====================================================
   MODAL BACKDROP
===================================================== */

.modal-backdrop.in {
    opacity: .55 !important;
}


/* =====================================================
   XD MODAL
===================================================== */

#xdBox .modal-content {
    overflow: hidden;

    border: 0;
    border-radius: 16px;

    box-shadow:
        0 25px 70px rgba(15,31,58,.20);
}

#xdBox .modal-header {
    border-bottom: 1px solid #E8EDF5;
}

#xdBox .modal-title {
    color: #0B1F3A;

    font-family: 'Poppins', sans-serif;

    font-weight: 600;
}


/* =====================================================
   TABLET FOOTER
===================================================== */

@media (max-width: 991px) {

    .site-modern-footer .footer-main {
        padding: 55px 0 40px;
    }

    .site-modern-footer .footer-grid {
        grid-template-columns: 1fr 1fr;

        gap: 45px;
    }

    .site-modern-footer .footer-about-column {
        grid-column: 1 / -1;
    }

    .site-modern-footer .footer-about-text {
        max-width: 700px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .site-modern-footer .footer-main {
        padding: 45px 5px 30px;
    }

    .site-modern-footer .footer-grid {
        display: block;
    }

    .site-modern-footer .footer-column {
        margin-bottom: 38px;
    }

    .site-modern-footer .footer-column:last-child {
        margin-bottom: 0;
    }

    .site-modern-footer .footer-heading {
        margin-bottom: 18px;
    }

    .site-modern-footer .footer-about-text {
        font-size: 13px;

        line-height: 1.8;
    }

    .site-modern-footer .footer-bottom-inner {
        min-height: auto;

        display: block;

        padding: 20px 0;

        text-align: center;
    }

    .site-modern-footer .footer-bottom-nav {
        justify-content: center;

        flex-wrap: wrap;

        gap: 10px 22px;

        margin: 12px 0 0;
    }

    .site-modern-footer .footer-language {
        display: inline-flex;
    }

    .site-modern-footer .footer-language .dropdown-menu {
        right: 50%;
        left: auto;

        transform: translateX(50%);
    }


    /* Authentication */

    .ssa-auth-modal .modal-dialog {
        width: auto !important;

        max-width: none;

        margin: 15px auto;

        padding: 0 12px;
    }

    .ssa-auth-modal .modal-content {
        border-radius: 17px !important;
    }

    .ssa-auth-body {
        padding: 31px 22px 27px;
    }

    .ssa-auth-close {
        top: 12px;
        right: 12px;

        width: 36px;
        height: 36px;
    }

    .ssa-auth-header {
        margin-bottom: 24px;
    }

    .ssa-auth-icon {
        width: 52px;
        height: 52px;

        margin-bottom: 14px;

        border-radius: 14px;

        font-size: 20px;
    }

    .ssa-auth-header h3 {
        font-size: 22px;
    }

    .ssa-auth-header p {
        padding: 0 10px;

        font-size: 12px;
    }

    .ssa-auth-input {
        height: 50px !important;
    }

    .ssa-auth-submit {
        height: 50px;
    }

    .ssa-social-grid {
        grid-template-columns: 1fr;
    }

    .ssa-social-button {
        height: 46px;
    }

}


/* =====================================================
   VERY SMALL MOBILE
===================================================== */

@media (max-width: 380px) {

    .ssa-auth-body {
        padding-left: 17px;
        padding-right: 17px;
    }

    .ssa-auth-label-row {
        align-items: flex-start;
    }

    .ssa-auth-forgot {
        font-size: 11px;
    }

}



/* =====================================================
   SITE SEO ANALYZER — PREMIUM FOOTER 2026
   Boxed / branded / bold
   Visual override only
===================================================== */

/* =====================================================
   SITE SEO ANALYZER — PREMIUM FOOTER 2026
   Final visual layer
===================================================== */

.site-modern-footer {
    --footer-bg: #071A31;
    --footer-bg-deep: #06172C;
    --footer-card: #0A2341;
    --footer-card-soft: #0B2748;
    --footer-blue: #087CFA;
    --footer-blue-light: #2493FF;
    --footer-white: #F8FBFF;
    --footer-text: #AAB9CC;
    --footer-muted: #7F93AA;
    --footer-border: rgba(126, 163, 203, .14);

    position: relative;
    overflow: hidden;

    margin: 0;
    padding: 0;

    background: var(--footer-bg);

    color: var(--footer-text);

    border-top: 1px solid rgba(255,255,255,.035);

    font-family: 'Poppins', sans-serif;
}


/* Very subtle background depth */

.site-modern-footer::before {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
        radial-gradient(
            circle at 12% 0%,
            rgba(8,124,250,.075),
            transparent 31%
        ),
        radial-gradient(
            circle at 92% 15%,
            rgba(36,147,255,.045),
            transparent 27%
        );

    opacity: 1;
}


/* =====================================================
   MAIN WRAPPER
===================================================== */

.site-modern-footer .footer-main {
    position: relative;
    z-index: 2;

    padding: 54px 0 24px;
}


.site-modern-footer .footer-main > .container {
    position: relative;
}


/* =====================================================
   THREE PREMIUM CARDS
===================================================== */

.site-modern-footer .footer-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(0, 1fr)
        minmax(0, .90fr);

    gap: 18px;

    align-items: stretch;
}


.site-modern-footer .footer-column {
    position: relative;

    min-width: 0;

    margin: 0;
    padding: 27px 25px 25px;

    background: var(--footer-card);

    border: 1px solid var(--footer-border);
    border-radius: 18px;

    box-shadow:
        0 14px 34px rgba(0, 8, 22, .15),
        inset 0 1px 0 rgba(255,255,255,.035);

    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease,
        background .22s ease;
}


.site-modern-footer .footer-column:hover {
    transform: translateY(-3px);

    background: var(--footer-card-soft);

    border-color: rgba(36,147,255,.24);

    box-shadow:
        0 20px 42px rgba(0, 8, 22, .22),
        inset 0 1px 0 rgba(255,255,255,.045);
}


/* subtle top highlight */

.site-modern-footer .footer-column::after {
    content: "";

    position: absolute;

    top: 0;
    left: 22px;
    right: 22px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(96,165,250,.20),
            transparent
        );

    pointer-events: none;
}


/* =====================================================
   FOOTER LOGO / ABOUT BRAND
===================================================== */

.site-modern-footer .footer-brand {
    display: inline-flex;
    align-items: center;

    width: auto;

    margin: 0 0 17px;
    padding: 0;

    text-decoration: none !important;
}


.site-modern-footer .footer-brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;

    width: auto;
    max-width: 230px;
    min-height: 48px;
}


.site-modern-footer .footer-brand-logo img {
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-width: 220px !important;
    max-height: 64px !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain;

    filter:
        drop-shadow(
            0 5px 13px rgba(0,0,0,.12)
        );
}


.site-modern-footer .footer-brand-title {
    margin: 0 0 11px;
    padding: 0;

    color: var(--footer-white);

    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;

    letter-spacing: -.015em;
}


/* =====================================================
   ABOUT TEXT
===================================================== */

.site-modern-footer .footer-about-column {
    max-width: none;
}


.site-modern-footer .footer-about-text {
    max-width: 570px;

    margin: 0;

    color: var(--footer-text);

    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.85;
}


/* =====================================================
   CARD HEADINGS
===================================================== */

.site-modern-footer .footer-heading {
    position: relative;

    display: flex;
    align-items: center;

    gap: 11px;

    margin: 0 0 22px;
    padding: 0 0 16px;

    color: var(--footer-white);

    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;

    letter-spacing: -.01em;
}


/* Icon square */

.site-modern-footer .footer-heading::before {
    content: "\f007";

    width: 37px;
    height: 37px;

    flex: 0 0 37px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: rgba(8,124,250,.13);

    border: 1px solid rgba(36,147,255,.20);
    border-radius: 10px;

    color: var(--footer-blue-light);

    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.05);
}


/* Contact icon */

.site-modern-footer
.footer-column:nth-child(2)
.footer-heading::before {
    content: "\f0e0";
}


/* Navigation icon */

.site-modern-footer
.footer-column:nth-child(3)
.footer-heading::before {
    content: "\f0c9";
}


/* Heading divider */

.site-modern-footer .footer-heading::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    display: block;

    width: auto;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(36,147,255,.25),
            rgba(255,255,255,.06),
            transparent
        );

    border-radius: 0;
}


/* =====================================================
   TRUST FEATURE BOXES
===================================================== */

.site-modern-footer .footer-trust {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 9px;

    margin-top: 22px;
}


.site-modern-footer .footer-trust-item {
    display: flex;
    align-items: center;

    gap: 8px;

    min-width: 0;
    min-height: 42px;

    padding: 9px 10px;

    background: rgba(255,255,255,.035);

    border: 1px solid rgba(148,163,184,.11);
    border-radius: 10px;

    color: #D0DBE8;

    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.35;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.025);

    transition:
        transform .2s ease,
        background .2s ease,
        border-color .2s ease;
}


.site-modern-footer .footer-trust-item:hover {
    transform: translateY(-2px);

    background: rgba(8,124,250,.085);

    border-color: rgba(36,147,255,.22);
}


.site-modern-footer .footer-trust-item i {
    flex: 0 0 auto;

    color: var(--footer-blue-light);

    font-size: 13px;
}


/* =====================================================
   CONTACT
===================================================== */

.site-modern-footer .footer-contact-list {
    display: flex;
    flex-direction: column;

    gap: 8px;

    margin: 0;
    padding: 0;
}


.site-modern-footer .footer-contact-item {
    display: flex;
    align-items: center;

    gap: 11px;

    min-height: 52px;

    margin: 0;
    padding: 8px 10px;

    background: rgba(255,255,255,.025);

    border: 1px solid rgba(148,163,184,.085);
    border-radius: 11px;

    transition:
        transform .2s ease,
        background .2s ease,
        border-color .2s ease;
}


.site-modern-footer .footer-contact-item:hover {
    transform: translateX(2px);

    background: rgba(8,124,250,.07);

    border-color: rgba(36,147,255,.19);
}


.site-modern-footer .footer-contact-icon {
    width: 35px;
    height: 35px;

    flex: 0 0 35px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    background: rgba(8,124,250,.13);

    border: 1px solid rgba(36,147,255,.19);
    border-radius: 9px;

    color: var(--footer-blue-light);

    font-size: 13px;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.045);
}


.site-modern-footer .footer-contact-value {
    min-width: 0;

    padding: 0;

    color: #B6C5D7;

    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.55;

    word-break: break-word;
}


.site-modern-footer .footer-contact-value p {
    margin: 0 !important;

    color: inherit !important;

    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}


/* =====================================================
   SOCIAL ICONS
===================================================== */

.site-modern-footer .footer-social {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;

    margin-top: 17px;
}


.site-modern-footer .footer-social a {
    width: 36px;
    height: 36px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    background: rgba(255,255,255,.035);

    border: 1px solid rgba(148,163,184,.12);
    border-radius: 10px;

    color: #AABBD0 !important;

    font-size: 13px;

    text-decoration: none !important;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.025);

    transition:
        transform .2s ease,
        color .2s ease,
        background .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}


.site-modern-footer .footer-social a:hover,
.site-modern-footer .footer-social a:focus {
    transform: translateY(-3px);

    color: #FFFFFF !important;

    background: var(--footer-blue);

    border-color: rgba(96,165,250,.72);

    box-shadow:
        0 8px 22px rgba(8,124,250,.22);
}


/* =====================================================
   NAVIGATION
===================================================== */

.site-modern-footer .footer-navigation {
    display: flex;
    flex-direction: column;

    gap: 5px;

    margin: 0;
    padding: 0;

    list-style: none;
}


.site-modern-footer .footer-navigation li {
    margin: 0;
    padding: 0;
}


.site-modern-footer .footer-navigation li a {
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;
    min-height: 38px;

    padding: 7px 10px 7px 34px;

    color: #B4C3D5 !important;

    background: rgba(255,255,255,.02);

    border: 1px solid rgba(148,163,184,.045);
    border-radius: 9px;

    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.45;

    text-decoration: none !important;

    transition:
        transform .2s ease,
        color .2s ease,
        background .2s ease,
        border-color .2s ease;
}


/* Navigation arrow icon */

.site-modern-footer .footer-navigation li a::before {
    content: "\f105";

    position: absolute;

    left: 10px;
    top: 50%;

    width: 16px;
    height: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(8,124,250,.11);

    border-radius: 5px;

    color: var(--footer-blue-light);

    font-family: FontAwesome;
    font-size: 10px;
    font-weight: normal;

    opacity: 1;

    transform: translateY(-50%);

    transition:
        color .2s ease,
        background .2s ease;
}


.site-modern-footer .footer-navigation li a:hover,
.site-modern-footer .footer-navigation li a:focus {
    transform: translateX(3px);

    color: #FFFFFF !important;

    background: rgba(8,124,250,.075);

    border-color: rgba(36,147,255,.14);
}


.site-modern-footer
.footer-navigation li a:hover::before {
    color: #FFFFFF;

    background: var(--footer-blue);
}


/* =====================================================
   PREMIUM BOTTOM BAR
===================================================== */

.site-modern-footer .footer-bottom {
    position: relative;
    z-index: 2;

    padding: 0 0 28px;

    background: transparent;

    border: 0;
}


.site-modern-footer .footer-bottom-inner {
    min-height: 66px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 24px;

    padding: 13px 20px;

    background: var(--footer-card);

    border: 1px solid var(--footer-border);
    border-radius: 15px;

    box-shadow:
        0 14px 34px rgba(0,8,22,.15),
        inset 0 1px 0 rgba(255,255,255,.035);
}


.site-modern-footer .footer-copyright {
    color: #8FA2B9;

    font-family: 'Poppins', sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1.6;
}


.site-modern-footer .footer-copyright p {
    margin: 0;
}


.site-modern-footer .footer-bottom-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;

    gap: 8px;

    margin-left: auto;
}


.site-modern-footer .footer-bottom-item,
.site-modern-footer .footer-language-toggle {
    display: inline-flex;
    align-items: center;

    min-height: 34px;

    padding: 7px 11px;

    color: #A9B9CC !important;

    background: rgba(255,255,255,.025);

    border: 1px solid rgba(148,163,184,.08);
    border-radius: 8px;

    font-family: 'Poppins', sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1.4;

    text-decoration: none !important;

    transition:
        color .2s ease,
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}


.site-modern-footer .footer-bottom-item:hover,
.site-modern-footer .footer-bottom-item:focus,
.site-modern-footer .footer-language-toggle:hover,
.site-modern-footer .footer-language-toggle:focus {
    transform: translateY(-1px);

    color: #FFFFFF !important;

    background: rgba(8,124,250,.10);

    border-color: rgba(36,147,255,.18);
}


/* =====================================================
   LANGUAGE
===================================================== */

.site-modern-footer .footer-language {
    position: relative;
}


.site-modern-footer .footer-language-toggle {
    gap: 7px;
}


.site-modern-footer
.footer-language-toggle .fa-globe {
    color: var(--footer-blue-light);

    font-size: 12px;
}


.site-modern-footer .footer-language-arrow {
    margin-left: 1px;

    color: #71849C;

    font-size: 8px;
}


.site-modern-footer
.footer-language .dropdown-menu {
    top: auto;
    right: 0;
    bottom: calc(100% + 8px);
    left: auto;

    min-width: 185px;

    margin: 0;
    padding: 7px;

    background: #FFFFFF;

    border: 1px solid #E2E8F0;
    border-radius: 12px;

    box-shadow:
        0 20px 50px rgba(2,8,23,.28);
}


.site-modern-footer
.footer-language .dropdown-menu > li > a {
    display: block;

    padding: 9px 11px;

    color: #334155 !important;

    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;

    border-radius: 7px;

    text-decoration: none !important;
}


.site-modern-footer
.footer-language .dropdown-menu > li > a:hover,
.site-modern-footer
.footer-language .dropdown-menu > li > a:focus {
    color: #087CFA !important;

    background: #EFF6FF !important;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .site-modern-footer .footer-main {
        padding: 46px 0 22px;
    }

    .site-modern-footer .footer-grid {
        grid-template-columns: 1fr 1fr;

        gap: 16px;
    }

    .site-modern-footer .footer-about-column {
        grid-column: 1 / -1;
    }

    .site-modern-footer .footer-about-text {
        max-width: 700px;
    }

    .site-modern-footer .footer-trust {
        max-width: 650px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .site-modern-footer .footer-main {
        padding: 34px 5px 18px;
    }

    .site-modern-footer .footer-grid {
        grid-template-columns: 1fr;

        gap: 13px;
    }

    .site-modern-footer .footer-about-column {
        grid-column: auto;
    }

    .site-modern-footer .footer-column {
        padding: 23px 19px;

        border-radius: 15px;
    }

    .site-modern-footer .footer-column:hover {
        transform: none;
    }

    .site-modern-footer .footer-brand-logo {
        max-width: 205px;
    }

    .site-modern-footer .footer-brand-logo img {
        max-width: 200px !important;
        max-height: 58px !important;
    }

    .site-modern-footer .footer-brand-title {
        font-size: 16px;
    }

    .site-modern-footer .footer-about-text {
        font-size: 12px;
        line-height: 1.8;
    }

    .site-modern-footer .footer-heading {
        margin-bottom: 19px;

        font-size: 14px;
    }

    .site-modern-footer .footer-trust {
        grid-template-columns: 1fr;

        gap: 7px;
    }

    .site-modern-footer .footer-trust-item {
        min-height: 40px;
    }

    .site-modern-footer .footer-bottom {
        padding: 0 5px 18px;
    }

    .site-modern-footer .footer-bottom-inner {
        min-height: auto;

        flex-direction: column;

        gap: 12px;

        padding: 16px;

        text-align: center;
    }

    .site-modern-footer .footer-bottom-nav {
        justify-content: center;

        margin: 0;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .site-modern-footer .footer-main {
        padding-top: 27px;
    }

    .site-modern-footer .footer-column {
        padding: 21px 16px;
    }

    .site-modern-footer .footer-brand-logo {
        max-width: 185px;
    }

    .site-modern-footer .footer-brand-logo img {
        max-width: 180px !important;
        max-height: 54px !important;
    }

    .site-modern-footer .footer-heading::before {
        width: 34px;
        height: 34px;

        flex-basis: 34px;
    }

    .site-modern-footer .footer-contact-value {
        font-size: 11px;
    }

    .site-modern-footer .footer-bottom-item,
    .site-modern-footer .footer-language-toggle {
        font-size: 10px;
    }

}


/* =====================================================
   REDUCED MOTION
===================================================== */

@media (prefers-reduced-motion: reduce) {

    .site-modern-footer *,
    .site-modern-footer *::before,
    .site-modern-footer *::after {
        transition: none !important;
    }

}
