
/* Carousel Buttons Mobile Fix */
@media (max-width: 767px) {
    .banner .learn_more_area .bnr_right_btn {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        margin-top: 10px !important;
    }

    .banner .learn_more_area .bnr_right_btn div {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
        margin: 5px 0 !important;
    }

    .banner .learn_more_area .btn_1, 
    .banner .learn_more_area .btn_2, 
    .banner .learn_more_area .btn_3 {
        width: 200px !important; /* Fixed width for consistency */
        max-width: 90% !important;
        margin: 5px auto !important;
        padding: 10px 0 !important;
        display: block !important;
        text-align: center !important;
        float: none !important;
        font-size: 14px !important;
        height: 45px !important;
        line-height: 21px !important;
        box-sizing: border-box !important;
    }

    /* Reset margins that might cause offset */
    .banner .learn_more_area .btn_3,
    .banner .learn_more_area .btn_2 {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .banner .learn_more_area .left_text {
        text-align: center !important;
        width: 100% !important;
    }
}
