.privacy-policy_privacyCard__jHAd4 {
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    margin: 2rem 0
}

.privacy-policy_mainTitle__EwMcO {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 2rem;
    border-bottom: 2px solid #eee;
    padding-bottom: 1rem
}

.privacy-policy_section__H7t6D {
    margin-bottom: 2rem
}

.privacy-policy_sectionTitle__g1grY {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-weight: 600
}

.privacy-policy_privacyPolicyContent__Vtl6K {
    color: #4a4a4a;
    line-height: 1.6
}

.privacy-policy_bulletList__gA387 {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-bottom: 1rem
}

.privacy-policy_bulletList__gA387 li {
    margin-bottom: .5rem
}

[data-bs-theme=dark] .privacy-policy_mainTitle__EwMcO {
    color: #ffffff;
    border-bottom-color: #333
}

[data-bs-theme=dark] .privacy-policy_sectionTitle__g1grY {
    color: #9cc3df
}

[data-bs-theme=dark] .privacy-policy_bulletList__gA387 li,
[data-bs-theme=dark] .privacy-policy_privacyPolicyContent__Vtl6K {
    color: #dddddd
}

footer {
    box-shadow: 0 -5px 30px rgba(0, 0, 0, .05)
}

.footer-heading {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--bs-gray-800);
    position: relative;
    margin-bottom: 1.25rem
}

.footer-links li {
    margin-bottom: .5rem
}

.footer-links a {
    color: var(--bs-gray-600);
    text-decoration: none;
    transition: all .2s ease;
    font-size: .95rem;
    display: inline-block;
    padding: .25rem .6rem;
    border-radius: 6px;
    margin-left: -.6rem;
    position: relative
}

.footer-links a:hover {
    color: var(--bs-primary);
    background-color: rgba(13, 110, 253, .05)
}

.footer-links a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--bs-primary);
    opacity: .1;
    border-radius: 6px
}

.footer-links a:hover:before {
    width: 100%
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: #f8f9fa;
    color: var(--bs-gray-700);
    text-decoration: none;
    transition: all .2s ease;
    position: relative;
    overflow: hidden
}

.social-icon:hover {
    background-color: #0d6efd1a !important;
    color: #0d6efd !important
}

.social-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0)
}

.social-icon:hover:after {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0
}

.footer-bottom {
    background-color: #fbfbfb
}

@media (max-width:992px) {
    .footer-brand {
        text-align: center
    }
    .footer-social {
        justify-content: center
    }
    .footer-heading {
        margin-top: 1.5rem
    }
}

@media (max-width:768px) {
    .footer-heading {
        font-size: 1rem;
        margin-bottom: 1rem
    }
    .footer-links a {
        font-size: .9rem
    }
}