.LocationDiv {
    margin: 0;
    padding: 0;
    opacity: 0.93;
    background: linear-gradient(274deg, #113F88 0%, #14489C 48.9%, #113F88 100.81%);
}


.social-icons .icon {
    padding: 10px;
    margin: 10px;
    display: inline-block;
    gap: 16px;
    transition: all 0.3s ease;
    border-radius: 8px;
    border: 1px solid var(--Neutral-500, #CCC);
    transition: 0.3s all;
}

    .social-icons .icon:hover {
        background-color: #D29034;
   
    }

    .social-icons i {
        color: white;
        font-size: 24px;
        padding:5px;
    }

.container-footer {
    background-color: #214f95;
    padding: 21px 0px 24px 0px;
}
.footer-description p {
    color: var(--Neutral-White, var(--Dark-White, #FFF));
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact-way {
    color: var(--Neutral-White, var(--Dark-White, #FFF));
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-item {
 
    color: var(--Neutral-White, var(--Dark-White, #FFF));
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom:10px;
    padding-top:10px;
}
.line {
    width: 100%;
    color: #CCC;
    height: 1px;
    background-color: #d0d0d0;
    margin: 26px 0px;
}
.save-contact {
    color: var(--Neutral-White, var(--Dark-White, #FFF));
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 21.7px */
}
@media(max-width:992px){
    .container-footer{
        text-align:center
    }
}
.security {
    gap: 15px;
    font-size: 14px; /* Adjust text size */
}

.security-link {
    text-decoration: none;
    color: #fff; /* Primary link color */
    transition: color 0.3s ease; /* Smooth hover effect */
    padding: 0 10px; /* Add padding for a balanced look */
}

    .security-link:hover {
        color: #D12839; /* Change color on hover for better interactivity */
    }

.security span {
    color: #999; /* Light color for the separator */
}
