/* Mobile View Improvements */
@media (max-width: 768px) {

    /* Navbar */
    .navbar-toggler-icon {
        filter: brightness(0) invert(1);
    }

    /* Sections */
    section {
        /* scroll-margin-top: 120px; */
    }

    /* Stat Cards */
    .stat-card {
        padding: 20px;
    }

    .counter {
        font-size: 2.5rem;
    }

    .stat-icon {
        font-size: 40px;
    }

    /* Service Cards */
    .service-card {
        padding: 20px;
    }

    .service-icon {
        font-size: 40px;
    }

    /* Highlight Text */
    .highlight-text {
        font-size: 1rem;
        line-height: 1.6;
    }

    /* Visibility */
    .hide-mobile {
        display: none;
    }

    .hide-pc {
        display: block;
    }

    /* Gift Cards */
    .gift-card img {
        height: 200px;
    }

    .gift-name {
        font-size: 1rem;
    }
}
