.gd-footer {
    background: #fff;
    padding: 10rem 0 5rem;
    border-top: 1px solid #6666662e;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.footer-column {
    flex: 1 1 200px;
    min-width: 200px;
}

.footer-text span {
    font-size: var(--font-14);
    border-right: 1px solid #ccc;
    display: inline-block;
    padding-right: 2rem;
    margin-right: 3rem;
}

.footer-text span:last-child {
    border-right: 0;
}

.footer-column h4 {
    font-size: var(--font-16);
    margin-bottom: 2rem;
    color: var(--color12);
    font-weight: bold;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin: 6px 0;
}

.footer-column ul li a {
    color: var(--color2e);
    text-decoration: none;
    font-size: var(--font-14);
}

.footer-logo {
    max-width: 415px;
    margin-bottom: 0.8rem;
}

.logo-section p {
    font-size: var(--font-16);
    line-height: 1.4;
    margin: 10px 0;
    color: var(--color2e);
}

.footer-socials a {
    width: 32px;
    height: 30px;
    background: #F3F3F3;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    margin-right: .7rem;
}

.footer-socials a:first-child img {
    width: 7px;
}

.footer-socials a img {
    width: 13px;

    vertical-align: middle;
}

.contact-column ul li {
    font-size: var(--font-14);
    line-height: 1.5;
}

.footer-bottom {
    padding-top: 6rem;
    font-size: var(--font-13);
    text-align: center;
    color: var(--color2e);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 8rem;
}

.footer-column.logo-section {
    flex: 1 1 450px;
    min-width: 450px;
    margin-top: -2rem;
}

.footer-bottom p {
    margin: 0;
    font-size: var(--font-14);
    color: var(--color2e);
}

.footer-bottom p {
    margin: 0;
    font-size: var(--font-14);
    color: var(--color2e);
}

.footer-bottom p a {
    color: var(--color2e);
}

p.Developed-by {
    margin-left: 3rem;
}

.footer-socials {
    margin-top: 2.8rem;
}

.footer-column.contact-column li span {
    margin-right: 1rem;
}

.footer-column.contact-column li {
    margin-bottom: 1.1rem;
}

footer.gd-footer.mobile {
    display: none;
}

/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 36px;
    width: 36px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'unicons';
    content: '\e84b';
    text-align: center;
    line-height: 36px;
    font-size: 24px;
    color: #123985;
    /* --- Pijl kleur --- */
    left: 0;
    top: 0;
    height: 36px;
    width: 36px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;

}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'unicons';
    content: '\e84b';
    text-align: center;
    line-height: 36px;
    font-size: 22px;
    opacity: 0;
    background: black;
    /* --- Pijl hover kleur --- */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 36px;
    width: 36px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #123985;
    /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.contact-column p a {
    color: var(--color2e);
    font-size: var(--font-14);
}

.contact-column p {
    font-size: var(--font-14);
}

.contact-column span img {
    width: 1.6rem;
}

.footer-text {
    border-bottom: 1px solid #6666662b;
    padding: 1rem 0 1.5rem;
    width: 77%;
}

.footer-text p {
    color: var(--color2e);
    text-decoration: none;
    font-size: var(--font-14);
    letter-spacing: 0.21px;
    font-weight: 400;
}



/* Make entire accordion transparent and text white */
.bottom-menu .accordion-button {
    background-color: transparent;
    color: white;
    border-bottom: 1px solid #ffffff91;
    box-shadow: none;
    font-size: 2.5rem;
    padding: 1.5rem 0;
    font-family: var(--font-family-heading);
    text-transform: uppercase;
}

.bottom-menu .accordion-item {
    border: none;
}

.bottom-menu .accordion-button::after {
    filter: brightness(0) invert(1);
    /* makes the default Bootstrap chevron icon white */
}

.bottom-menu .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: white;
}

.bottom-menu .accordion {
    background-color: transparent;
    --bs-accordion-bg: #ffffff00;
}

/* Accordion body styling */
.bottom-menu .accordion-body {
    background-color: transparent;
    color: white;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.bottom-list-menu {
    margin: 2rem 0 0;
}

.bottom-menu .accordion-body a {}

/* Hover effect */
.bottom-menu .accordion-body a:hover {}

/* Remove default border from accordion items */
.bottom-menu .accordion-item {}

/* Optional: style bottom menu links */
.bottom-list-menu a {}

@media (max-width:1790px) {
.footer-column.logo-section {
    flex: 1 1 380px;
    min-width: 380px;
    margin-top: -2rem;
}
.footer-column {
    flex: 1 1 220px;
    min-width: 220px;
}
.footer-logo {
    max-width: 325px;
    margin-bottom: 0.8rem;
}
.footer-text span{
        padding-right: .5rem;
    margin-right: .5rem;
}
}


@media (max-width:1690px) {

    .footer-logo {
        max-width: 390px;
        margin-bottom: 0.8rem;
    }

    .footer-column.logo-section {
        flex: 1 1 400px;
        min-width: 400px;
        margin-top: -2rem;
    }

    .footer-column {
        flex: 1 1 168px;
        min-width: 168px;
    }

    .footer-column:nth-child(3) {
        flex: 1 1 176px;
        min-width: 173px;
    }

    .contact-column {
        flex: 1 1 200px;
        min-width: 200px;
    }

    .footer-text span {
        padding-right: 1rem;
        margin-right: 1rem;
    }

    .aca-lft {
        margin-right: 1rem;
    }

}

@media (max-width:1366px) {
    .footer-logo {
        max-width: 230px;
        margin-bottom: 0.8rem;
    }

    .footer-column.logo-section {
        flex: 1 1 200px;
        min-width: 200px;
        margin-top: -2rem;
    }

    .footer-column {
        flex: 1 1 178px;
        min-width: 178px;
    }

    .footer-column:nth-child(3) {
        flex: 1 1 128px;
        min-width: 128px;
    }

    .contact-column {
        flex: 1 1 188px;
        min-width: 188px;
    }

    .footer-text span {
        margin-right: 0rem;
    }


}

@media (max-width:1280px) {
    .footer-column {
        flex: 1 1 168px;
        min-width: 168px;
    }

    .contact-column {
        flex: 1 1 188px;
        min-width: 188px;
    }

    .home_sec_one .united_rght_grid .uni-rgt-bx figcaption {
        padding-inline: .5rem;
    }



    .footer-text span {
        margin-right: 0rem;
    }

}


@media (max-width:1180px) {
    .footer-logo {
        max-width: 160px;
    }

    .footer-column.logo-section {
        flex: 1 1 220px;
        min-width: 220px;
    }

    .footer-column {
        flex: 1 1 168px;
        min-width: 168px;
    }

    .contact-column {
        flex: 1 1 200px;
        min-width: 200px;
    }

    .footer-column:nth-child(3) {
        flex: 1 1 138px;
        min-width: 138px;
    }

    .footer-text span {
        margin-right: 0rem;
    }
        .footer-logo {
        max-width: 190px;
        margin-bottom: 0.8rem;
    }
 

}

@media (max-width:1024px) {}

@media (max-width:991px) {
    .footer-column.logo-section {
        flex: 1 1 300px;
        min-width: 300px;
    }

    .footer-column {
        flex: 1 1 148px;
        min-width: 148px;
    }

    .footer-column:nth-child(3) {
        flex: 1 1 198px;
        min-width: 198px;
    }

    .footer-logo {
        max-width: 320px;
    }

    .contact-column {
        flex: 1 1 200px;
        min-width: 200px;
    }

    .footer-bottom {

        padding-left: 0;
    }

    .desktop {
        display: none;
    }

    .gd-footer .container {
        padding: 0;
    }

    footer.gd-footer.mobile {
        display: block;
    }

    .gd-footer {
        padding: 8rem 0 5rem;
    }

    .footer-column.logo-section {
        flex: 1;
        min-width: 100%;
        text-align: center;
    }

    .logo-section p {
        font-size: 1.2rem;
        line-height: 1;
    }

    .logo-section p strong {
        font-size: 1.4rem;
    }

    .use-links {
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
        margin-top: 3rem;
        display: grid;
    }

    .footer-column ul li a {
        font-size: 1.2rem;
    }

    .footer-column h4 {
        margin-bottom: 1.6rem;
    }

    .footer-container {
        display: block;
    }

    .footer-get {
        text-align: center;
        border-top: 1px solid #dddddda1;
        border-bottom: 1px solid #dddddda1;
        margin: 2rem 0;
    padding: 2.4rem 0;
    }

    .footer-column.contact-column li span {
        margin-right: 0;
        display: inherit;
        margin-bottom: .8rem;
    }

    .footer-get ul li a {
        font-size: 1.4rem;
        font-weight: 300;
    }

    .footer-social-list {
        border-bottom: 1px solid #dddddda1;
        padding-bottom: 1.8rem;
    }

    .social-text-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-socials {
        margin-top: 0;
    }

    .social-text p {
        margin-bottom: 0;
        margin-right: 1rem;
        font-size: 1.2rem;
    }

    .footer-bottom {
        padding-top: 3rem;
    }

    .footer-bottom p {
        font-size: 1.2rem;
        font-weight: 400;
    }

    .footer-column ul li {
        margin: 12px 0;
    }

    .gd-footer {
        padding: 8rem 0 10rem;
    }
    .footer-text {
    border-bottom: 0px solid #6666662b;
    width: 100%;
}
    .footer-text span {
        margin-right: 1rem;
    }

}


@media (max-width:768px) {}


@media (max-width:640px) {
    .footer-bottom p {
        font-size: 1.1rem;

    }

    .progress-wrap {
        right: 10px;
        bottom: 70px;
    }

    .bottom-menu .accordion-button {
        font-size: 2.1rem;
        margin-bottom: 1.2rem;
    }

    .footer-text {
        width: 100%;
        border-bottom: 0px solid #6666662b;
    }

    .footer-text span {
        margin-right: 1rem;
    }

}



@media (max-width:320px) {
    .footer-logo {
        max-width: 270px;
    }

    .footer-bottom p {
        font-size: 1rem;
    }
}