@media (max-width: 768px) {
    /* Make columns full width */
    .col-lg-5, .col-lg-7 {
        width: 100%;
    }

    /* Fix button layout */
    .price-item .btn {
        position: static !important;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    /* Improve social media container */
    .social-media-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 10px 0;
    }

    /* Fix positioning of social media links */
    .social-media-container a {
        margin-top: 10px !important;
    }

    /* Reduce margins for better spacing */
    .price-item {
        margin-left: auto;
        margin-right: auto;
    }
    .price-carousel {
        margin-left: 0 !important;
    }

    /* Ensure container padding is balanced */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Adjust social media section */
    .team-item {
        margin-top: 0 !important; /* Remove excessive negative margin */
    }
}



@media (max-width: 576px) {
    /* Reduce button size */
    .btn-primary {
        font-size: 14px;
    }

    /* Fix extreme negative margin issue */
    .team-item {
        margin-top: 0 !important; 
    }

    /* Ensure social media links are properly spaced */
    .social-media-container a {
        margin-top: 5px !important;
    }
}
