.social-icons-footer {
    display: flex;
    flex-direction: row;
    /* gap: 10px; */
    /* justify-content: space-between;  */
}


.social-icons-footer .flaticon-facebook::before {
    content: "\f09a";
    width: 1em;
}

.social-icons-footer .flaticon-instagram::before {
    content: "\f16d";
    width: 1em;
}

.social-icons-footer .flaticon-linkedin::before {
    content: "\f08c";
    width: 1em;
}


.social-icons-footer .icon {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-right: 1em;
    font-size: 0.5em;
}

.social-icons-footer .icon a {

    font-size: 2em;
}

.social-icons-footer .icon p {
    font-size: 1em !important;
    color: #96AAC1;
}

.social-icons-footer .flaticon-facebook::before,
.social-icons-footer .flaticon-instagram::before,
.social-icons-footer .flaticon-linkedin::before {
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
}


@media screen and (max-width: 800px) {
    .social-icons-footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 300px;
        /* height: 100px; */
        /* margin: 0 2.5e   m !important;     */
    }


    .social-icons-footer .flaticon-facebook::before {
        content: "\f09a";
        width: 1em;
    }

    .social-icons-footer .flaticon-instagram::before {
        content: "\f16d";
        width: 1em;
    }

    .social-icons-footer .flaticon-linkedin::before {
        content: "\f08c";
        width: 1em;
    }


    .social-icons-footer .flaticon-facebook::before,
    .social-icons-footer .flaticon-instagram::before,
    .social-icons-footer .flaticon-linkedin::before {
        font-family: "Font Awesome 5 Free";
        color: #96AAC1;
        font-weight: bold;
        display: inline-block;
    }

    .social-icons-footer .icon {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-right: 1em;
        text-align: center;
        /* font-size: 2.5em;  */
    }

    .social-icons-footer .icon a {

        font-size: 1.5em !important;
    }

    .social-icons-footer .icon p {
        font-size: 0.8em !important;
        color: #96AAC1;
    }


}


@media screen and (max-width: 600px) {
    .social-icons-footer {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        margin: 0 4.5em !important;


    }


    .social-icons-footer .flaticon-facebook::before {
        content: "\f09a";
        width: 1em;
    }

    .social-icons-footer .flaticon-instagram::before {
        content: "\f16d";
        width: 1em;
    }

    .social-icons-footer .flaticon-linkedin::before {
        content: "\f08c";
        width: 1em;
    }


    .social-icons-footer .icon {
        font-size: 1.5em;
    }

    .social-icons-footer .flaticon-facebook::before,
    .social-icons-footer .flaticon-instagram::before,
    .social-icons-footer .flaticon-linkedin::before {
        font-family: "Font Awesome 5 Free";
        color: #ffffff;
        font-weight: bold;
        display: inline-block;
    }

}


.footer-container-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
    padding-top: 30px;

}

/* Create four equal columns that sits next to each other */
.footer-container-column {
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%;
    padding: 0 4px;

}

.footer-container-column-first {
    -ms-flex: 40%;
    flex: 40%;
    max-width: 40%;
    padding: 0 4px;

}


.footer-container-column .footer-container {
    margin-bottom: 50px;
}

/* Ensure the last container within each column doesn't have a bottom margin */
.footer-container-column .footer-container:last-child {
    margin-bottom: 0;
}


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

.paragraph-padding {
    margin-bottom: 50px;
}

.footer-container-address ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.footer-container-address li {
    display: flex;
    align-items: center;
    /* text-align: center; */
    margin-bottom: 20px;
    text-align: start !important;
    width: 250px;
    display: grid;
    grid-template-columns: 15% 1fr;
    gap: 10px;
    /* padding-inline: 12px; */
    /* padding-block: 10px; */
    border-radius: 10px;
}

.footer-container-address .icon {
    margin-right: 20px;
    font-size: 2.5em;
}

.footer-container-address .info {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.footer-container-address h5 {
    margin: 0;
}

.footer-container-address .email-padding {
    margin-bottom: 5px; /* Adjust the margin between title and email/phone */
}

.footer-container-address .email-margin {
    display: inline-block;
    margin-top: 5px; /* Adjust the margin between email/phone lines */
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
    .footer-container-column {
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%;
    }

    .footer-container-column-first {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }

    .footer-container {
        /* margin-bottom: 20px !important; */
    }
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .footer-container-column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }

    .footer-container-column-first {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .footer-container {
        /* margin-bottom: 20px !important; */
    }

}


.footer-container-image img {
    width: 50%;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px !important;
}

.footer-container-image hr {
    width: 300px;
    border: 0;
    height: 1px;
    background-color: #ffffff; /* Set the color of the hr as needed */
    margin: 0;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {

    .footer-container {
        /* margin-bottom: 20px; */
    }

    .footer-container-column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }

    .footer-container-column-first {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .blank-height {
        display: none;
    }
}

.footer-container-Company-List {
    margin-bottom: 20px; /* Adjust the margin between this and other columns as needed */
}

.footer-container-Company-List-title {
    font-size: 1.2em; /* Adjust the font size of the title */
    font-weight: 500; /* Make the title bolder */
    margin-bottom: 30px; /* Adjust the margin between the title and the list */
}

.footer-container-Company-List ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-container-Company-List li {
    margin-bottom: 8px; /* Adjust the margin between list items */

}

.footer-container-Company-List a {
    text-decoration: none;
    color: #96AAC1; /* Set the color of the links */
    font-size: 1em; /* Adjust the font size of the links */
}

.footer-container-Company-List a:hover {
    text-decoration: underline; /* Add underline on hover if needed */
}


.footer-container-Services-List {
    margin-bottom: 20px; /* Adjust the margin between this and other columns as needed */
}

.footer-container-Services-List-title {
    font-size: 1.2em; /* Adjust the font size of the title */
    font-weight: 500; /* Make the title bolder */
    margin-bottom: 30px; /* Adjust the margin between the title and the list */
}

.footer-container-Services-List ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-container-Services-List li {
    margin-bottom: 8px; /* Adjust the margin between list items */
}

.footer-container-Services-List a {
    text-decoration: none;
    color: #96AAC1; /* Set the color of the links */
    font-size: 1em; /* Adjust the font size of the links */
}

.footer-container-Services-List a:hover {
    text-decoration: underline; /* Add underline on hover if needed */
}

.lower-footer-term-and-condition {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #96AAC1;
}


.lower-footer-term-and-condition p {

    color: #96AAC1;
}

@media screen and (max-width: 800px) {
    .lower-footer-term-and-condition {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        color: #96AAC1;
    }

    .footer-container-Services-List-title {
        font-size: 1.2em; /* Adjust the font size of the title */
        font-weight: 500; /* Make the title bolder */
    }


}

@media screen and (max-width: 600px) {
    .lower-footer-term-and-condition {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: #96AAC1;
        text-align: center;
        align-items: center;
        font-size: 10px;
    }

}
