@media (max-width: 768px){
    #informations-desktop {
        display: none;
    }

    #informations-mobile {
        display: block;
    }

    .search-input {
        text-align: center;
    }

    .category-select {
        display: none;
    }

    .main-title {
        font-size: 22px;
    }

    .main-subtitle {
        font-size: 15px;
    }

    .search-bar {
        margin-bottom: 30px;
        display: block;
        height: auto;
    }

    .btn-search {
        margin-right: 5px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 40px;
        position: relative;
        padding: 15px;
    }

    .post-page .search-bar {
        margin-top: 0 !important;
        margin-bottom: 0;
    }

    .home-page #search-section {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
    }

    .select-wrapper {
        border-right: 0;
    }

    #share-post {
        display: block !important;
    }

    #share-post button {
        margin-bottom: 20px;
    }

    /* Hero Section Mobile */
    .hero-title {
        font-size: 28px !important;
    }

    .hero-subtitle {
        font-size: 16px !important;
    }

    .btn-hero-cta {
        font-size: 16px !important;
        padding: 14px 28px !important;
    }

    .hero-image {
        max-width: 100% !important;
        margin-top: 2rem;
    }

    /* Section Titles Mobile */
    .section-title {
        font-size: 24px !important;
    }

    .section-subtitle {
        font-size: 16px !important;
    }

    /* Service Cards Mobile */
    .service-card {
        padding: 28px !important;
    }

    .service-title {
        font-size: 20px !important;
        margin-bottom: 12px !important;
    }

    .service-description {
        font-size: 15px !important;
        margin-bottom: 20px !important;
    }

    .service-features {
        margin-bottom: 24px !important;
    }

    .service-features li {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }

    .service-icon {
        width: 64px !important;
        height: 64px !important;
        margin-bottom: 20px !important;
    }

    .service-icon i {
        font-size: 28px !important;
    }

    /* Feature Cards Mobile */
    .feature-card {
        padding: 24px !important;
    }

    .feature-description {
        font-size: 15px !important;
    }

    .feature-icon {
        width: 48px !important;
        height: 48px !important;
    }

    .feature-icon i {
        font-size: 22px !important;
    }

    .feature-title {
        font-size: 18px !important;
    }

    /* CTA Section Mobile */
    .cta-title {
        font-size: 24px !important;
    }

    .cta-text {
        font-size: 16px !important;
    }

    .btn-cta {
        font-size: 16px !important;
        padding: 14px 28px !important;
    }

    /* Trust Badges Mobile */
    .trust-badges {
        justify-content: center;
    }

    .trust-item {
        font-size: 13px !important;
    }

    /* Navbar Mobile */
    .navbar-brand {
        font-size: 18px !important;
    }

    .navbar-brand i {
        font-size: 20px !important;
    }

    .navbar-nav {
        padding-top: 1rem;
    }

    .navbar-nav .nav-link {
        padding: 0.75rem 1rem !important;
    }

    /* CTA Box Mobile */
    .cta-box {
        padding: 40px 20px !important;
    }
}

@media (max-width: 576px) {
    /* Extra small devices adjustments */
    .hero-title {
        font-size: 24px !important;
    }

    .hero-subtitle {
        font-size: 15px !important;
    }

    .section-title {
        font-size: 22px !important;
    }

    .section-subtitle {
        font-size: 15px !important;
    }

    .btn-hero-cta {
        font-size: 15px !important;
        padding: 12px 24px !important;
        width: 100%;
        justify-content: center;
    }

    .btn-cta {
        font-size: 15px !important;
        padding: 12px 24px !important;
        width: 100%;
        justify-content: center;
    }

    .cta-title {
        font-size: 20px !important;
    }

    .cta-text {
        font-size: 15px !important;
    }

    .service-card {
        padding: 24px 20px !important;
    }

    .feature-card {
        padding: 20px !important;
    }

    .service-description,
    .feature-description {
        font-size: 14px !important;
    }

    .service-features li {
        font-size: 13px !important;
    }

    .hero-badge {
        font-size: 12px !important;
        padding: 6px 12px !important;
    }

    .trust-badges {
        gap: 12px !important;
    }

    .trust-item {
        font-size: 12px !important;
    }

    /* Footer Mobile Small */
    .footer-logo {
        font-size: 20px !important;
    }

    .footer-logo i {
        font-size: 24px !important;
    }

    .contact-item {
        font-size: 13px !important;
    }

    .contact-item span {
        font-size: 13px !important;
    }
}

@media (max-width: 992px) {
    header .logo img {
        height: 30px;
    }

    .btn-menu-toggle {
        display: inline-block;
    }

    header {
        top: 0;
        width: 100%;
        z-index: 99;
        height: 65px;
    }

    header nav {
        position: fixed;
        width: 70%;
        background-color: #fff;
        display: none;
        top: 65px;
        border-right: 1px #d7d7d7 solid;
        max-width: 300px;
        height: 100%;
        z-index: 1;
        left: 0;
    }

    header nav a.nav-link {
        display: block !important;
        padding: 15px 20px;
    }

    #header-actions {
        display: block !important;
        width: 100%;
        white-space: normal;
        padding: 20px;
        margin-left: 0 !important;
    }

    #header-actions button {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 10px;
    }

    .page-create-post nav .nav-link {
        display: block !important;
    }

    #header-actions .dropdown .dropdown-toggle {
        padding-left: 0 !important;
    }

    #header-actions .dropdown {
        margin-bottom: 30px;
    }
}
