@media(max-width:767px) {
    #home h1 {
        font-size:48px !important;
        text-align: center;
        max-width:100%;
    }

    #home .content p {
        text-align: center;
    }
    #home .content {
        margin-top:50px;
        padding:50px 10px;
        justify-content: flex-start;
        min-height:650px;
    }
    .footer {
        overflow:hidden;
    }
    body .footer .content{
        grid-template-columns: auto !important;
    }
    
    /* Mobile responsive for membership title */
    #donate h2 {
        font-size: 3rem !important;
        padding: 15px 20px;
    }
    
    /* Mobile responsive for chat icons */
    .socials-icons-container {
        gap: 20px;
        margin-top: 20px;
    }
    
    .socials-image {
        height: 100px;
        width: 100px;
    }
    
    #socials h2 {
        font-size: 3rem !important;
    }
}

/* Tablet adjustments for social icons */
@media (min-width: 768px) and (max-width: 991px) {
    .socials-image {
        height: 120px;
        width: 120px;
    }
    
    .socials-icons-container {
        gap: 25px;
    }
}

/* Mobile responsive for floating potato */
@media(max-width:767px) {
    .floating-potato {
        height: 100px;
    }
    
    .floating-potato-container {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .floating-potato {
        height: 120px;
    }
}
