.footer-link {
    color: inherit; /* Match the color of surrounding text */
    text-decoration: none; /* Remove underline */
}

.footer-link:hover {
    color: #007bff; /* Change to desired color on hover */
    text-decoration: underline; /* Optional: Add underline on hover */
}

/* Condensed section for text-heavy pages like Security and Privacy */
.section-gap-condensed {
    padding: 60px 0;
}

@media (max-width: 991px) {
    .section-gap-condensed {
        padding: 40px 0;
    }
}

.policy-content h2, .policy-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.policy-content p, .policy-content ul {
    margin-bottom: 1rem;
}

.policy-content ul {
    padding-left: 1.25rem;
}

.policy-content li {
    margin-bottom: 0.5rem;
}

/* Carousel Image Frame */
.carousel-frame {
    background: #ffffff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid #eef2f6;
    overflow: hidden;
}

.carousel-frame img {
    border-radius: 6px;
}

/* Thumbnail Frame for Reviews */
.thumbnail-frame {
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2f6;
    display: inline-block;
    width: 100%;
}

.thumbnail-frame img {
    border-radius: 4px;
}

/* Reduce height of page-top section (heading area) */
.page-top-section {
    padding-top: 120px;
    padding-bottom: 20px;
}