/* Mobile Responsive Styles */
@media (max-width: 768px) {
    /* Navbar Mobile */
    .navbar-brand {
        flex-direction: row;
        gap: 10px;
    }
    .navbar-brand img {
        width: 80px;
    }
    .nav-link {
        padding: 12px !important;
        font-size: 1rem;
        margin: 0 !important;
        text-align: center;
    }

    /* Hero Section Mobile */
    .hero-section h2 {
        font-size: 2.5rem;
        text-align: center;
    }
    .hero-section p {
        font-size: 1.1rem !important;
        width: 100% !important;
        text-align: center;
    }
    .hero-section .calculator-btn,
    .hero-section .help-btn {
        bottom: 15px;
    }
    .hero-section .calculator-btn {
        right: 15px;
    }
    .hero-section .help-btn {
        right: 80px;
    }
    .hero-section .calculator-btn img,
    .hero-section .help-btn img {
        width: 60px;
    }

    /* Calculator Modal Mobile */
    .calculator-modal .modal-xl {
        max-width: 95vw;
        margin: 10px auto;
    }
    .calculator-modal .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .calculator-modal .nav-tabs .nav-link {
        font-size: 0.9rem;
        padding: 0.5rem;
        white-space: nowrap;
    }

    /* Services Section Mobile */
    .card-custom {
        padding: 15px 10px 20px;
        margin-bottom: 10px;
    }

    .cash-account {
        max-width: 100% !important;
        height: auto !important;
    }

    /* Stats Card Mobile */
    .cash-card-custom {
        height: 400px;
    }
    .scene {
        width: 70vw;
        padding: 3px;
    }
    .scene .balance {
        font-size: 1rem;
    }
    .scene .cash-card {
        padding: 10px;
    }
    .stats-container {
        flex-direction: row;
        gap: 20px;
        padding: 10px 15px;
        bottom: 40px;
    }
    .stat-box h3 {
        font-size: 1rem;
    }
    .stat-box p {
        font-size: 13px;
    }

    /* Expert Guidance Mobile */
    section.expert .text-container {
        padding: 1rem;
        text-align: center;
    }
    section.expert .text-container h2 {
        font-size: 2rem;
    }
    section.expert .text-container p {
        font-size: 1rem;
    }
    section.expert .form-section {
        padding: 30px 20px;
        margin: 20px auto;
    }

    /* Meeting Section Mobile */
    .meeting-title {
        font-size: 2.5rem;
        text-align: center;
    }
    .meeting-image img {
        height: 250px;
        margin-bottom: 20px;
    }

    /* Benefits Section Mobile */
    .benefits-title {
        font-size: 2rem;
        text-align: center;
        margin: 10px auto !important;
        max-width: 70% !important;
    }
    .benefits-text {
        text-align: center;
        margin: 0 auto;
    }
    .benefit-card {
        margin-bottom: 20px;
        padding: 20px 20px 8em;
    }
    .benefit-card ul {
        width: 100%;
    }

    /* Why Choose Us Mobile */
    .why-title {
        font-size: 2rem;
        text-align: center;
    }
    .border-col {
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .feature-item {
        text-align: center;
        padding: 0 10px;
    }

    /* CTA Hero Mobile */
    .cta-hero {
        height: 500px;
        padding: 80px 20px;
    }
    .cta-hero h2 {
        font-size: 2.2rem;
        text-align: center;
    }
    .cta-hero p {
        font-size: 1rem;
        text-align: center;
    }

    /* About Us Page Mobile */
    section.about-us {
        height: 300px;
        padding: 20px;
    }
    section.about-us .content h1 {
        font-size: 2rem;
        max-width: 90%;
    }

    section.who-we-are {
        flex-direction: column;
        padding: 40px 20px;
        gap: 20px;
    }
    .who-we-are .text-section {
        padding-left: 0;
        text-align: center;
    }
    .who-we-are .text-section h1 {
        font-size: 2rem;
    }

    /* Stats Section Mobile */
    section.stat-section h1 {
        font-size: 2rem;
    }
    section.stat-section .stat-card-custom {
        height: 300px;
    }
    /* section.stat-section .stats-container-1 {
        flex-direction: column;
        gap: 20px;
        padding: 20px 15px;
        bottom: -80px;
    } */

    /* FAQs Mobile */
    .faq-title {
        font-size: 1.8rem;
        text-align: center;
    }
    .faq-subtitle {
        text-align: center;
    }
    .accordion-button {
        padding: 15px;
        font-size: 0.9rem;
    }

    /* Testimonials Mobile */
    section.testimonials-section .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    section.testimonials-section h2.title {
        font-size: 2rem;
        text-align: center;
    }
    section.testimonials-section .testimonial-card {
        margin: 1rem auto;
        max-width: 100%;
    }

    /* Blog Mobile */
    .blog-title {
        font-size: 2rem;
    }
    .title-wrapper::before,
    .title-wrapper::after {
        width: 25%;
    }
    .news-card {
        grid-template-columns: 1fr;
    }
    .news-image {
        order: -1;
    }
    .news-content {
        padding: 1.5rem;
    }

    /* Contact Page Mobile */
    .contact-section {
        padding: 4rem 1rem 6rem;
        height: auto;
        margin-bottom: 4rem;
    }
    .contact-title {
        font-size: 2rem;
        text-align: center;
    }
    .contact-grid {
        grid-template-columns: 1fr;
        top: 30px;
    }
    .contact-card {
        padding: 1.5rem;
        text-align: center;
    }

    /* Blog Section Mobile */
    section.our-blog {
        height: 300px;
        padding: 20px;
    }
    section.our-blog .content h1 {
        font-size: 2rem;
    }

    /* Single Blog Mobile */
    .blog-container {
        padding: 30px 15px;
        margin: 20px auto;
    }
    .blog-container .blog-title {
        font-size: 1.5rem;
    }

    /* Finance Section Mobile */
    section.finance .header-text {
        font-size: 2rem;
        padding: 1rem 0;
    }
    section.finance .info-section h2 {
        font-size: 1.8rem;
        text-align: center;
        padding: 1rem 0;
    }

    /* Career Section Mobile */
    section.career .masonry {
        column-count: 1;
        padding: 0 1rem;
    }
    section.career .team-text h2 {
        font-size: 2rem;
    }
    section.career .team-text p {
        font-size: 1rem;
        max-width: 95%;
    }

    section.careers {
        max-width: 100%;
        padding: 0 0.5rem;
    }
    section.careers .benefits-card,
    section.careers .contact-card {
        margin: 0.5rem 0;
        padding: 1.5rem;
    }
    section.careers .contact-card h5 {
        font-size: 2rem;
        margin-bottom: 5rem;
    }

    /* Looking Section Mobile */
    .looking-section .looking-box {
        padding: 30px 20px;
    }
    .looking-section .looking-box li {
        margin-bottom: 25px;
        text-align: left;
    }

    /* Consultation Mobile */
    .consult-hero {
        min-height: 40vh;
    }
    .consult-hero::before {
        width: 100%;
        opacity: 0.3;
    }
    .form-container {
        padding: 20px;
        margin: 20px;
    }
    .form-container .time-slots {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Benefits Hero Mobile */
    .benefits-hero-section {
        padding-top: 8rem;
        height: 500px;
    }
    .benefits-hero-section .hero-content {
        padding-top: 3rem;
        padding-bottom: 15rem;
    }
    .benefits-hero-section .hero-title {
        font-size: 2rem;
    }
    .benefits-hero-section .hero-subtitle {
        font-size: 1.1rem;
    }

    .benefit-section .benefit-card-1 .section-title {
        font-size: 1.2rem;
    }
    .benefit-section .benefit-card-1 .benefit-card-body {
        padding-bottom: 10px !important;
    }
    .benefit-section .benefit-card-1 .benefit-title {
        font-size: 1rem !important;
        width: 80% !important;
    }
    .benefit-section .benefit-card-1 .benefit-subtitle {
        width: 100% !important;
        font-size: 0.8rem !important;
    }

    .benefit-bg .section-title {
        padding-top: 15rem;
        font-size: 2rem;
    }

    .benefit-section .benefit-button {
        text-align: center !important;
        margin: 0 auto !important;
        display: inline-block !important;
        justify-content: center !important;
        justify-self: center !important;
        justify-items: center !important;
    }

    /* Footer Mobile */
    footer {
        padding: 50px 0;
        text-align: center;
    }
    .terces-footer {
        padding: 30px 1rem;
        text-align: center;
    }
    footer ul li {
        justify-content: center;
    }

    /* Button Adjustments for Mobile */
    .consult-btn,
    .btn-primary-custom,
    .btn-dark-custom,
    .btn-secondary-custom {
        padding: 10px 20px;
        font-size: 16px;
        width: 100%;
        text-align: center;
        justify-content: center;
        display: flex;
    }
    .benefit-section .benefit-card-body .btn-primary-custom {
        margin-top: 1rem;
    }

    /* Container padding for mobile */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Hide some elements on mobile */
    .hero-section .help-btn {
        display: none; /* Hide help button on mobile to reduce clutter */
    }

    .masonry {
        display: none;
    }

    .terces .stats-container-1 {
        flex-direction: row;
        gap: 3px !important;
        padding: 10px 15px !important;
        bottom: -60px !important;
    }
    .terces .stats-container-1 .stat-box h3 {
        font-size: 1rem;
    }
    .terces .stats-container-1 .stat-box p {
        font-size: 13px;
    }
}