/* Footer Container */
.container-fluid.footer {
    background-color: #000;
    color: #6c757d;
    margin-top: 2.5%;
    padding-top: 1%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
}

.container-fluid.footer .container-footer {
    padding: 0% 7.5%;
    display: flex;
    width: 85%;
}

.container-footer .row {
    display: flex;
}

.container-footer .row div {
    width: 33%;
    margin: 0.5%;
}

@media (max-width:1110px) {
    .container-fluid.footer {
        margin-top: 2.5%;
        padding-top: 1%;
        padding-left: 0;
        padding-right: 0;
        display: flex;
        flex-direction: column;
    }

    .container-fluid.footer .container-footer {
        padding: 0% 7.5%;
        display: flex;
        width: 85%;
    }

    .container-footer .row {
        display: flex;
        flex-direction: column;
    }

    .container-footer .row div {
        width: 100%;
        margin: 0.5%;
    }

    /* Footer Social Icons */
    .social-accounts {
        display: none !important;
    }
}

/* Footer Headings */
.container-fluid.footer h2 {
    color: #fff;
    margin-bottom: 1.5rem;
}

/* Footer Links */
.container-fluid.footer .btn-link {
    display: block;
    color: #6c757d;
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.container-fluid.footer .btn-link:hover {
    color: #fff;
    text-decoration: none;
}

/* Footer Address Icons */
.container-fluid.footer .fa {
    color: #0d6efd;
    margin-right: 1rem;
}

/* Footer Social Icons */
.social-accounts {
    display: flex;
    flex-direction: row;
}

.social-accounts a img{
    width: 20px;
}

.container-fluid.footer .btn-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #6c757d;
    color: #6c757d;
    margin-right: 0.5rem;
    transition: all 0.3s ease;
}

.container-fluid.footer .btn-square:hover {
    color: #fff;
    border-color: #fff;
}

/* Copyright Section */
.container-fluid.copyright {
    background-color: #111;
    padding: 1rem 0;
}

.container-fluid.copyright .text-center a {
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.3s ease;
}

.container-fluid.copyright .text-center a:hover {
    color: #fff;
}

.two-row {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    padding-left: 10px;
}

/* CopyRight */
.copyright {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.container-fluid a,
.container-fluid p {
    font-size: 125%;
}

.address {
    display: flex;
    flex-direction: column;
}

.address a {
    text-decoration: none;
    color: #6c757d;
    line-height: 25px;
}



.address a:hover {
    transition: ease-in-out all 0.25s;
    color: white;
}

.two-row .business-sector-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.business-sector-footer div a{
    width: 100%;
}