.contact-us a {
    text-decoration: none;
}

.border-secondary {
    border-color: var(--rada-color) !important;
}

.footer-top .footer-title {
    color: var(--rada-color);
    font-family: SVN-Gilroy-Bold;
}

.footer-top a {
    color: var(--primary-color);
    text-decoration: none;
}

.footer-top h5 {
    padding-bottom: 10px;
    color: var(--rada-color);
}

.footer-top li {
    padding-bottom: 10px;
}

.footer-top .icon img {
    width: 2rem;
    margin-bottom: 0.5rem;
}

.footer-bottom {
    background-color: var(--primary-color);
}

.footer-bottom h5 {
    color: white;
}

.contact-us img {
    width: 40px;
}

.certify {
    margin-top: -10px;
    height: 60px;
}

#footerSection {
    border-top: 5px solid var(--rada-color);
    padding-top: 3rem;
}

#footerSection a:hover {
    text-decoration: underline !important;
}

.responsive-img {
    height: 5rem;
}

.social-icon {
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.25);
}

.store-link img {
    width: 10rem;
    object-fit: contain;
    border-radius: 0.7rem;
}
.app-store-footer {
    border-radius: 0.6rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.google-play-footer {
    border-radius: 0.6rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.app-store-footer::after,
.google-play-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(128, 128, 128, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.app-store-footer:hover,
.google-play-footer:hover {
    transform: translateX(10px);
}

.app-store-footer:hover::after,
.google-play-footer:hover::after {
    opacity: 1;
}


@media (max-width: 576px) {
    .responsive-img {
        width: 80% !important;
    }
}

@media (min-width: 2560px) {
    .footer-container-2k {
        /* max-width: 1440px !important; */
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
