/*
Theme Name:  Discy Child
Theme URI:   https://2code.info/demo/themes/Discy/
Description: Discy - Social Questions and Answers WordPress Theme
Tags:        one-column, two-columns, left-sidebar, right-sidebar, custom-menu, full-width-template, theme-options, translation-ready
Author:      2codeThemes
Author URI:  https://2code.info
Version:     1.0
License:     license purchased
License URI: http://themeforest.net/licenses/regular_extended
Template:    discy
*/
/* Custom Styles for FlexPay Front Page */
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.service-btn {
    display: inline-block;
    transition: background-color 0.3s ease;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

/* Mobile Adjustments */
@media (max-width: 640px) {
    .swiper-slide {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 100%;
    }
}