@media (max-width: 991px) {
    .footer-wrapper {
        display: flex;
        flex-direction: column;
        padding: 0 25px 0 25px;
        gap: 25px;
        justify-content: space-between;
        font-size: 14px;
    }

    .legal-wrapper {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 12px;
    }

    .legal-wrapper>a {
        padding-right: 15px;
    }

    .upper-footer-second {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 50px;
    }

    .upper-footer {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 50px;
    }
}

@media (min-width: 992px) {
    .footer-wrapper {
        display: flex;
        padding: 0 80px 0 80px;
        justify-content: space-between;
        font-size: 14px;
    }

    .legal-wrapper {
        display: flex;
        gap: 15px;
    }

    .upper-footer-second {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: start;
        justify-items: center;
    }

    .upper-footer {
        display: flex;
        gap: 25px;
        padding-right: 80px;
        justify-content: space-between;
        align-items: center;
    }
    
}

.ftrSec{
    /* background: #2c3444; */
    background: #191d27;
    padding-top: 4rem !important;
}

footer {
    /* padding-bottom: 25px; */
    display: flex;
    flex-direction: column;
    /* gap: 80px; */
    gap: 60px;
}

.social-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
}

.social-wrapper>a>img {
    width: 18px;
    align-self: center;
}

.legal-link {
    color: #8A94A7;
}

.legal-link:visited {
    color: #8A94A7;
}

.legal-link:hover {
    color: #8A94A7;
}




.upper-footer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}


.upper-footer-description {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.upper-footer-action {
    display: flex;
    gap: 25px;
}

.upper-footer-action>button {
    height: 30px;
}



.footer-title {
    font-weight: 700;
    color: white;
}

.services-footer-wrapper {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    gap: 10px;
}

.company-address {
    margin-top: 15px;
    color: #8A94A7;
    font-size: 16px;
    line-height: 1.5;
}

.address-title {
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
    font-size: 18px;
}

.address-details {
    margin: 0;
    font-size: 16px;


}


.phone-link {
    color: #8A94A7;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
}

.phone-link:hover {
    color: #ffffff; /* Highlight the phone number on hover */
    text-decoration: underline;
}

.phone-link strong {
    color: white;
    font-weight: 700;
}

.flag-icon {
    width: 22px; /* Adjust as necessary */
    height: auto;
    /* margin-right: 5px; */
    vertical-align: middle;
}


