/* Estilos para móviles y tablets */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }

    .user-profile {
        margin-top: 10px;
    }

    nav ul {
        flex-direction: column;
    }

    nav ul li {
        margin: 10px 0;
    }


    .profile-header {
        margin-bottom: 20px;
    }

    .logo-container {
        margin-bottom: 10px;
    }

    .commerce-logo {
        width: 100px;
        height: 100px;
    }

    .profile-details h2 {
        font-size: 20px;
    }

    .profile-details p, .followers, .contact-info p, .review-list h4, .review-list p, .review-list small {
        font-size: 14px;
    }

    .top-rated {
        padding: 20px 10px;
    }

    .top-rated h2 {
        font-size: 28px;
    }

    .commerce-list {
        flex-direction: column;
        align-items: center;
    }

    .commerce-item {
        width: 90%;
        margin-bottom: 20px;
    }

    .commerce-item h3 {
        font-size: 20px;
    }

    .commerce-item p {
        font-size: 14px;
    }

    .details-button {
        padding: 8px 16px;
        font-size: 14px;
    }

    .search-container {
        width: 100%;
        margin-top: 10px;
    }

    .search-container input[type="text"] {
        padding: 8px;
    }

    .search-container button {
        padding: 8px;
    }

    .how-it-works h2 {
        font-size: 24px;
    }

    .how-it-works .step {
        width: 90%;
        margin-bottom: 20px;
    }

    .how-it-works .step h3 {
        font-size: 20px;
    }

    .how-it-works .step p {
        font-size: 14px;
    }

    .cta h2 {
        font-size: 24px;
    }

    .cta p {
        font-size: 18px;
    }

    .cta-button {
        padding: 10px 20px;
        font-size: 16px;
    }

    .form1{
        width:90%;
        
    }
    
        .form2{
        width:100%;
        
    }
    
       .left-column, .right-column {
        width: 100%;
        margin-bottom: 20px; /* Añadir espacio entre los divs */
    }

    .left-column {
        order: 1;
    }

    .right-column {
        order: 2;
    }

    .container { width: 100%;
        padding: 0 10px; /* Reducir el padding para dispositivos móviles */
    }

    .profile-details h2 {
        font-size: 20px; /* Ajustar el tamaño de fuente para dispositivos móviles */
    }

    .profile-details p, .followers, .commerce-description p, .contact-info p {
        font-size: 14px; /* Ajustar el tamaño de fuente para dispositivos móviles */
    }

    .review-form label, .review-form select, .review-form textarea, .review-form button {
        font-size: 14px; /* Ajustar el tamaño de fuente para dispositivos móviles */
    }

    .review-list h4, .review-list p, .review-list small {
        font-size: 14px; /* Ajustar el tamaño de fuente para dispositivos móviles */
    }
    
    /* Hero Section */
           .hero-content {
                flex-direction: column;
                text-align: center;
            }
            .hero-text {
                max-width: 100%;
            }
            .hero-image img {
                height: 200px;
            }
            .carousel-item {
                min-width: 33.33%;
            }

            .hero-text h1 {
                font-size: 36px;
            }
            .hero-text p {
                font-size: 16px;
            }
            .hero-image img {
                height: 150px;
            }
            

}
