.footer {
    background: linear-gradient(88.32deg, #0F5038 0.52%, #167A5A 138.39%);
    align-items: center;
    color: #FFFFFF; /* Ensure text remains white */
}

.LocationDiv {
    margin: 0px;
    padding: 0px;
    background: linear-gradient(88.32deg, #0F5038 0.52%, #167A5A 138.39%);
}


    .footer p {
        font-size: clamp(14px, 2vw, 16px);
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        margin: 0px;
    }

    .footer .footer-one {
        border-bottom: 1px solid var(--Neutral-500, #CCC);
        padding-top: 19px;
        padding-bottom: 19px;
    }
.footer-one img {
    width: 139px;
}
.social-icons {
    display: flex;
    align-items: center;
    gap: 50px;
}

    .social-icons a i {
        color: #fff !important;
        font-size: 23px;
        transition: color 0.3s;
        cursor: pointer;
    }

.contact-social {
    padding-top: 40px;
    padding-bottom: 15px;
}

.short-links {
    display: flex;
    justify-content: end;
    align-items: center;
    gap:23px;

}
.social-icons {
    display: flex;
    gap: 35px;
}

.social-icon {
    display: inline-block;
    font-size: 24px;
    transition: transform 0.4s ease-in-out, color 0.4s ease-in-out;
}

    .social-icon:hover {
        transform: rotate(360deg);
    }

.short-links a {
    text-decoration: none;
    transition: color 0.2s;
    color: #fff !important;
    font-size: clamp(14px, 1.5vw, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    transition: .3s all;
    cursor: pointer;
}

/*    .short-links a:hover {
        color: #CCC !important;
    }*/

.terms-condition a {
    color: var(--Neutral-White, #FFF) !important;
    font-size: clamp(10px, 1vw, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.terms-condition p {
    color: var(--Neutral-White, #FFF);
    font-size: clamp(10px, 1vw, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.terms-condition img {
    width: 50px;
    height: 31px;
}

@media screen and (min-width: 320px) and (max-width:567px){
    .footer p {
        font-size: clamp(14px, 1.8vw, 16px);
        padding-bottom: 13px;
        text-align: center
    }

    .short-links a {
        font-size: clamp(10px, 1.5vw, 16px);
    }

    .terms-condition a,
    .terms-condition p {
        font-size: clamp(10px, 1.2vw, 12px);
        margin:auto
    }


    .social-icons {
        margin: auto;
    }

    .terms-condition {
        text-align: center;
    }
    .contact-social {
        padding-top: 19px;
        padding-bottom: 20px;
    }
    .short-links {
       margin-top:15px;
       text-align:center;
       justify-content:center;
    }
}

@media screen and (min-width: 768px) {
    .footer p {
        font-size: clamp(14px, 1.5vw, 16px);
    }

    .short-links a {
        font-size: clamp(13px, 1.3vw, 16px);
    }

    .terms-condition a,
    .terms-condition p {
        font-size: clamp(11px, 1vw, 12px);
    }


}

@media screen and (min-width: 992px) {
    .footer p {
        font-size: clamp(14px, 1.2vw, 16px);
    }

    .short-links a {
        font-size: clamp(14px, 1vw, 16px);
    }

    .terms-condition a,
    .terms-condition p {
        font-size: clamp(11px, 0.8vw, 12px);
    }

}

@media screen and (min-width: 1200px) {
    .footer p {
        font-size: clamp(14px, 1vw, 16px);
    }

    .short-links a {
        font-size: clamp(14px, 0.8vw, 16px);
    }

    .terms-condition a,
    .terms-condition p {
        font-size: clamp(12px, 0.7vw, 12px);
    }

 
}
