﻿:root {
    --primary: #3b5bdb;
    /* Main brand color (Indigo) */
    --p-light: #748ffc;
    /* Accent / hover / highlights */
    --t-dark: #111827;
    /* Strong text / headings */
    --natural-w: #e7f2f8;
    /* Background / card soft tone */
}


.swFtr-wrapper {
    background: var(--t-dark);
    color: var( --natural-w);
    font-family: "Inter", sans-serif;
    padding-top: 120px;
    padding-bottom: 50px;
}

.swFtr-row {
    display: flex;
    flex-wrap: wrap;
}

.swFtr-col {
    min-width: 200px;
    margin-bottom: 30px;
}

.swFtr-logo {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.swFtr-address {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
    color: var(--swFtr-text-light);
}

.swFtr-contact-group {
    display: flex;
    gap: 40px;
    font-size: 14px;
}

.swFtr-label {
    color: var(--swFtr-text-light);
    margin-bottom: 6px;
}

.swFtr-value {
    font-weight: 500;
}

.swFtr-heading {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
}

.swFtr-list {
    list-style: none;
    padding: 0;
}

    .swFtr-list li {
        margin-bottom: 10px;
    }

        .swFtr-list li a {
            color: var(--swFtr-text-light);
            text-decoration: none;
            font-size: 14px;
        }

            .swFtr-list li a:hover {
                color: var(--swFtr-text);
            }

.swFtr-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: var(--swFtr-text-light);
}
