@media only screen and (max-width: 600px) {
    .cat_image_box {
        display: inline-flex;
        gap: 30px;
        margin: 10px auto;
        padding: 0;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .search_item_box {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .box-search {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
    }

    .td-posts-grid-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .transaction-table-wrapper {
        overflow-x: auto;
    }

    .maw {
        position: fixed !important;
        top: 0;
        right: -99%;
        bottom: 0;
        height: 100%;
        z-index: 1000;
        background: white;
        overflow-y: auto;
    }

    /* دستگیره پنل موبایل */
    .mobile-panel-handle {
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 80px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border-radius: 10px 0 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 999;
        box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
    }

    .mobile-panel-handle:active {
        transform: translateY(-50%) scale(0.95);
    }

    .mobile-panel-handle i {
        color: white;
        font-size: 24px;
        animation: slideIcon 1.5s ease-in-out infinite;
    }

    @keyframes slideIcon {
        0%, 100% {
            transform: translateX(0);
        }
        50% {
            transform: translateX(-5px);
        }
    }

    /* دکمه بستن پنل موبایل */
    .mobile-panel-close {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        background: #f44336;
        border: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 1001;
        box-shadow: 0 2px 8px rgba(244, 67, 54, 0.3);
        transition: all 0.3s ease;
    }
    
    /* مخفی کردن دکمه بستن در حالت دسکتاپ */
    @media (min-width: 992px) {
        .mobile-panel-close {
            display: none;
        }
    }

    .mobile-panel-close:hover {
        background: #d32f2f;
        transform: rotate(90deg);
    }

    .mobile-panel-close i {
        color: white;
        font-size: 20px;
    }

    /* مخفی کردن دستگیره وقتی پنل باز است */
    .maw.panel-open ~ .mobile-panel-handle {
        opacity: 0;
        pointer-events: none;
    }

    .wallet_inp_box,
    .wallet_price_box {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    .uac_box {

        grid-template-columns: repeat(1, 1fr);
    }

    .wallet_button {
        width: 100%;
    }

    .add_to_cart_position {
        position: fixed !important;
        bottom: 0px;
        left: 0px;
        right: 5px;
        margin: 0 auto;
        z-index: 1000;
        border-radius: 0px !important;
    }

    .all_sans_box {
        width: 100%;
        height: 100%;

    }

    .user_tickets {
        margin: 0
    }

    .add_new_ticket {
        margin: 0
    }

    #user_ticket input {
        width: 100%;
    }

    .custom-upload {
        width: 100% !important;
    }

    .ticket_subject {
        margin-right: 0;
    }

    .ticket_desc {
        width: 100%;
    }

    .ticket_upload {
        margin-right: 0;
    }

    .ticket_submit {
        width: 100% !important;
    }

    .addtsu .ticket_submit {

        margin-left: 0 !important;

    }

    .prb_content {
        overflow-y: auto;
        margin-bottom: 66px;
    }

    .admin_answer {
        padding: 10px;
        width: 94%;
        margin: 5px;

    }

    .img_slide_height {
        height: 158px !important;
    }

    .ticket_desc_answer {
        width: 92%;

    }

    .term_drop_flex {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .room_boltod {
        flex-direction: column;
        gap: 10px;
    }

    .dfgp10 {
        flex-direction: column;
    }

    .room_boxr {
        width: 50%;

    }

    .room_edit_btn {
        width: 200px;
        margin-left: 0;
    }

    #return_day {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    #dis_day {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    #dis_day label,
    #return_day label {

        text-align: center;
    }

    .rooms_item_box {

        gap: 0;
        width: 95%;
    }

    .room_items {
        width: 100%;
        flex-direction: column;

    }

    .request_dates {
        margin: 0;
        width: 100%;
        height: 94px;
    }

    .ds_box {
        margin-right: 15px;
    }

    #return_day {
        display: flex;
    }

    #dis_day {
        display: flex;
    }

    .room_boxl {
        width: 50%;
        height: auto;
        flex-direction: column !important;

    }

    .rooms_item_box label {
        width: 260px;
        display: inline-flex;
        align-items: center;
        margin: 10px;
    }

    .room_boxl i {
        font-size: 25px;

    }

    .cancel_box_close,
    .cancel_box_close_form,
    .cancel_req_close {

        margin-bottom: 20px;
    }

    .room_bolbu {
        margin-top: 15px;
    }

    .od_box {
        height: 60px;
    }

    .flex_row_box {
        display: inline-flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    #each_day_price label {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .cat_image_item {
        display: flex;
        flex-direction: column;
        width: 44%;
        align-items: center;
        justify-content: center;
        height: 125px;
        margin: 62px 0;
    }

    .site-header {
        position: relative;
    }

    .blog_tile_box {
        flex-direction: column;

    }

    .blog_tile_box>.tp_item {
        width: 100%;

    }

    .lp_item {

        flex-direction: column;
    }

    .lpitem_img {
        width: 100%;

    }

    .lpitem_desc {
        width: 100%;
    }

    .lpitem_desc .post_read_more {
        float: left;
    }

    .lps_item {

        flex-direction: column;
    }

    .menu_box {
        height: 50px;

    }

    .tp_overlay {
        bottom: 67px;
        text-align: right;
        padding: 0 16px;
    }

    .lpsitem_img {
        width: 100%;

    }

    .lpsitem_desc {
        width: 100%;
    }

    #search_box {
        width: 90%;
        height: 100%;
        margin: 0 auto;
        background: white;
        min-height: 55px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-radius: 7px;
        font-size: 11px;
        flex-direction: column;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        overflow-y: auto;
        z-index: 999999999;
        padding-bottom: 90px;
    }

    .not_post_found {

        align-items: center;
        justify-content: center;

    }

    .sedi {
        height: auto;
        display: flex;
        width: 100%;
        flex-direction: column;
        border-left: none;
        margin: 20px 0
    }

    .search_mobin.mob_fix {
        height: 100%;
        opacity: 1;
        visibility: visible;

    }

    .mob_head_search {
        z-index: 999999999;
    }

    .price_input_box {
        left: 9px;
        top: 45px;

    }

    .all_tools_box {
        width: 100%;

    }

    .price_input {
        width: 110px;
        padding: 0;
    }

    .pdp .pdp-picker.rtl {
        top: auto;
        z-index: 9999999;
        position: fixed;
        right: 30px;
    }

    .pn_input_box {

        top: 45px;
        left: 0;
        right: 0;
        margin: 0 auto;

    }

    .tspans {
        font-size: 12px;
    }

    .archive_post_item a {

        width: 100%;
    }

    .lvnot {
        display: flex;
        align-items: flex-start;
        margin: 10px 0;
        width: 100%;
    }

    .lvnot span {
        font-size: 14px;
    }

    .res_sts_ti {
        margin-right: 15px;
    }

    .archive_post_item a:nth-child(2) {
        margin: 10px 0;
        width: auto;
    }

    .tribot {
        line-height: 24px;
    }

    .archive_post_item img {
        margin: 10px 0;
        width: 100% !important;

    }

    .filter_date {
        width: 170px;

        border-radius: 12px;
        height: 37px;
        display: flex;
        align-items: center;
    }

    .search_mobin {
        opacity: 0;
        visibility: hidden;
        height: 0;
    }

    .srarch_city {
        width: 100%;

    }

    .search_result {
        position: unset;
    }

    .order-num {
        position: unset;
    }

    #in_picker,
    #out_picker {
        position: unset;
    }

    #dpi,
    #dpo {
        position: unset;
        z-index: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .srarch_date_out {
        position: unset;
        z-index: 0;
    }

    .srarch_date_in {
        position: unset;
        z-index: 0;
    }

    .pdp.rtl {
        height: auto;
        width: 100%;
    }

    .filters {
        overflow-x: auto;
    }

    .filters::-webkit-scrollbar {
        display: none;
    }

    .request_dates #dpin .in_calender,
    .request_dates #dpout .out_calender {
        position: absolute;
        left: 25px;
        z-index: 1000;

    }

    .cancel_reserv_box {
        width: 100%;
        height: 100%;
        top: 0;

    }

    .mob_sing_fav {
        width: 100%;
        height: 40px;
        position: absolute;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mob_sing_fav span {
        width: 25px;
        height: 25px;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        margin: 0 10px;
    }

    .mob_sing_fav>.add_to_favorite {
        min-width: 25px;
    }

    #login_box {
        width: 100%;
        height: 100%;
        background-color: white;
        position: fixed;
        /* top: 0;
        bottom: 0;
        left: 0;
        right: 0; */
        margin: 0 auto;
        border-radius: 0;
        z-index: 99999999999999999;

    }

    .login_but {
        min-height: 25px;
        width: 150px;
    }

    .mob_sing_fav span:nth-child(1) i {
        color: black;
    }

    .mob_select_date {
        position: fixed !important;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 9999999;
    }

    .opt_item_css {
        width: 44px;
        height: 45px;

    }

    .regulation_box {

        flex-direction: column-reverse;
    }

    .tb_item {
        width: 39%;

    }

    .calendar {
        width: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .request_dates #dpin .in_calender,
    .request_dates #dpout .out_calender {
        position: absolute;
        left: 0;
        z-index: 1000;
    }

    .regulation_one,
    .regulation_tow {
        width: 100%;
    }

    .submit_stick {
        position: fixed !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        top: 0 !important;
        z-index: 99999999;
        height: 100%;
        display: none;
    }

    .pdp-overlay {
        display: none;
    }

    .reserve_request_box {
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 99999999999;
        display: none;
    }

    #search_but {

        width: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .search_but_close {
        width: 30%;
        background: #9e9e9e;
        height: 38px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 10px;
        border-radius: 7px;
    }

    .archive_box {

        grid-template-columns: repeat(1, minmax(0, 1fr));

    }

    #search_box input {
        margin: 15px 0;
        font-size: 14px;
        border: 1px solid #eee !important;
        padding: 10px;
        border-radius: 20px;
        height: 50px;
    }

    .pdp .pdp-group {
        overflow: unset !important;
    }

    .pdp.rtl {
        flex-direction: column;
        margin: 15px 0;
    }

    .sbif {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pdp .pdp-picker .pdp-main .pdp-date .pdp-column .pdp-days .pdp-day {

        background: #F5F5F5;
    }

    .request_page {
        padding: 20px 12px;
        display: flex;
        margin: 0 auto;
        width: 100%;
        align-items: center;
        justify-content: space-around;
        flex-direction: column-reverse;
    }

    .calc_info_box {
        width: 100%;

    }

    .tdb_date input {
        width: 100%;
        margin: 10px 0;
    }

    .rp_info {
        width: 100%;

    }

    .pibox_dt {
        height: auto;
        gap: 0 14px;
        flex-direction: column;

    }

    .peb_link {
        flex-direction: column;
        gap: 20px;
    }

    .pay_err_box {
        height: 300px;
        width: 89%;
        flex-direction: column;
    }

    .confirmation_box {
        width: 100%;
        padding: 0;

    }

    .trips_item {
        height: auto;
        flex-direction: column;
    }

    .tri_right {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .tritop {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .trit_left {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0;
    }

    .altou {
        flex-direction: column !important;
    }

    .altou a {
        width: 100% !important;
    }

    .mmico img {
        width: 34px;
        height: 34px;
    }

    .tritl_t {
        margin-top: 10px;
        width: 100%;
    }

    .inside input,
    .inside p select,
    .inside p textarea {
        line-height: 2;
        color: #2c3338;
        min-height: auto;
        font-family: IRANYekan;
        width: 81%;
    }

    .minus_i,
    .plus_i {
        height: 28px;
        width: 45px;

    }

    .trit_right img {
        width: 92%;
        height: 200px;
        border-radius: 7px;
        margin: 0 auto;
        object-fit: cover;
    }

    .tri_left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        line-height: 31px;
        justify-content: flex-start;
    }

    .trb_pay_s10 {
        width: 94%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .thb_imag_title {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    .thb_imag {

        margin-right: 13px;
    }

    .user_cansel_trip_box {
        width: 87%;
        height: 100%;

    }



    .adition_toption i {

        font-size: 28px;
    }

    .tritl_b {
        line-height: 32px;
    }

    .mmico2 img {
        width: 34px;
        height: 34px;
    }

    .cancel_box_close {
        z-index: 9999999999;
    }

    .cancel_reserv_box_ord {
        width: 86%;
        height: 100%;

        top: 43px;

    }

    #show_host_map {
        top: 38px;
        width: 100% !important;
        height: 80% !important;

    }

    .nav_item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 25%;
    }

    .swiper_header h3 {
        font-size: 16px;

    }

    .nav_item.active {
        border-bottom: 1px solid red;
    }

    .qslider_image {
        width: 100% !important;

    }

    .favo_item {
        width: 100%;
    }

    .favorite_box {
        width: 88%;
        margin: 0 auto;
    }

    .input_pass_box {
        width: 100%;
        padding: 10px;
        flex-direction: column;
        gap: 14px;
    }

    .input_pass_box input {
        width: 80%;
    }

    .input_pass_box select {
        width: 80%;
    }

    .ip_title {
        width: 75%;
        margin: 18px 0 0px 0;

    }

    .user_uf_box {
        display: flex;
        margin: 0 auto;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
    }

    .prb_wallet {
        flex-direction: column-reverse !important;
        gap: 39px;
    }

    .request_payment_submit {

        padding: 12px 37px;
        float: unset;
        width: 78%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }


    .prbcb_right p {
        text-align: center;
    }

    .prbcb_left {
        width: 100% !important;
    }

    .wallet_submit {
        width: 100%;
        text-align: center;
        padding: 15px;
    }

    .blocked_item {
        flex-direction: column;
        margin: 20px 5px;
        line-height: 34px;

    }

    .rqb_table table {
        width: 596px;
    }

    .rqb_table {

        overflow-x: auto;
    }

    #alert_box {
        width: 86%;
        height: auto;
        z-index: 999999999999;

    }

    .prbcb_right {
        width: 100% !important;
        border-left: none;
        padding: 0;
        display: flex;
        flex-direction: column !important;
        gap: 20px;
    }

    /* ترتیب صحیح عناصر در موبایل */
    .add_wTitle {
        order: 1;
    }

    .add_wdesc {
        order: 2;
    }

    .wallet_price_box {
        order: 3;
    }

    .up_wallet {
        order: 4;
    }

    /* تنظیم فرم تیکت در موبایل - عنوان بالا و فیلد زیر آن */
    .ticket-form-container .row > div {
        margin-bottom: 15px;
    }

    .ticket-form-container .row > div > div {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .ticket-form-container label {
        min-width: auto !important;
        margin-bottom: 5px;
        font-size: 13px;
    }

    .ticket-form-container input,
    .ticket-form-container select,
    .ticket-form-container textarea {
        width: 100% !important;
        margin: 0 !important;
        min-height: 45px !important;
        padding: 12px 16px !important;
        font-size: 14px !important;
        box-sizing: border-box !important;
    }

    .ticket-form-container textarea {
        min-height: 80px !important;
        resize: vertical !important;
    }

    /* عرض 100 درصد برای div های با کلاس flex در موبایل */
    .flex {
        width: 100% !important;
    }

    /* عرض 100 درصد برای div های با style="flex: 1;" در موبایل */
    div[style*="flex: 1"] {
        width: 100% !important;
        flex: none !important;
    }

    /* دکمه‌های فیلتر در موبایل - کنار هم با اسکرول افقی */
    .ticket-filters-container,
    .filter-buttons,
    .filters-container,
    .filter-tabs {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 10px !important;
        padding: 10px 0 !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .ticket-filters-container::-webkit-scrollbar,
    .filter-buttons::-webkit-scrollbar,
    .filters-container::-webkit-scrollbar,
    .filter-tabs::-webkit-scrollbar {
        height: 6px !important;
        -webkit-appearance: none !important;
    }

    .ticket-filters-container::-webkit-scrollbar-track,
    .filter-buttons::-webkit-scrollbar-track,
    .filters-container::-webkit-scrollbar-track,
    .filter-tabs::-webkit-scrollbar-track {
        background: #e0e0e0 !important;
        border-radius: 3px !important;
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1) !important;
    }

    .ticket-filters-container::-webkit-scrollbar-thumb,
    .filter-buttons::-webkit-scrollbar-thumb,
    .filters-container::-webkit-scrollbar-thumb,
    .filter-tabs::-webkit-scrollbar-thumb {
        background: #999 !important;
        border-radius: 3px !important;
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2) !important;
    }

    .ticket-filters-container::-webkit-scrollbar-thumb:hover,
    .filter-buttons::-webkit-scrollbar-thumb:hover,
    .filters-container::-webkit-scrollbar-thumb:hover,
    .filter-tabs::-webkit-scrollbar-thumb:hover {
        background: #666 !important;
    }

    /* اطمینان از نمایش همیشگی اسکرول بار */
    .ticket-filters-container,
    .filter-buttons,
    .filters-container,
    .filter-tabs {
        scrollbar-width: thin !important;
        scrollbar-color: #999 #e0e0e0 !important;
    }

    .prb_menu_body {
        border: none;
        min-height: 500px;
        border-radius: 7px;
        overflow: hidden;
        padding: 0;
        box-shadow: none;
    }

    .input_pass_box textarea {
        width: 80%;
    }

    .tri_left_v {
        width: 100%;
        box-sizing: border-box;
        margin: 0 5px;

    }

    .host_edit_btn {

        width: 93%;
        margin: 0 auto;

    }

    .inside p label {
        text-align: center;
    }

    .inside p {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .btn_view_low {
        margin: 20px;
    }

    .view_low_box {
        visibility: hidden;
        opacity: 0;
        width: 86%;
        height: 100%;
        top: 0;
    }

    .edayp_submit {

        padding: 9px 75px;

    }

    #each_day_price {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 99%;
        justify-content: center;
        align-items: center;
    }

    .up_single_host_box {

        width: auto;

    }

    .cbz-t {
        width: 90%;

    }

    .img_box_show img {
        width: 92%;
        margin: 0 auto;
    }

    .adr_row {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #host_insert_post_btn,
    #host_update_post_btn {

        float: unset;
        display: block;
        width: 90%;
        margin: 10px auto;

    }

    .prbcb_left {

        padding: 0;
    }

    .wallet_cart {
        width: 100%;
        height: 180px;

    }

    .change_pass_submit {
        width: 90% !important;
        margin: 28px !important;
    }

    .transaction_item {
        width: 100%;
    }

    .adr_row label {
        text-align: center;
    }

    .term_drop ul {
        line-height: 35px;
    }

    .up_single_host_box i {
        right: 30px;
    }

    .cancel_box_close_form {
        margin-top: 20px;
    }

    .city_item {
        width: 27%;
    }

    .prb_icon i {
        font-size: 17px;
    }

    .prb_icon {
        margin-bottom: 0;
    }

    .imn {
        width: 79%;
    }

    .prb_content_body {
        border: none;
        box-shadow: none;
        overflow-x: hidden;
        height: auto;
        width: 98%;
        margin: 0 auto;

    }

    .no_item img {
        width: 232px;

    }

    .lb_logo a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .tri_left_v a {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .monone_login {
        background: #455A64;
        height: 45px;
        width: 235px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
        color: white;
        margin: 20px auto;
    }

  

    .lb_logo img {
        width: 70px;
        margin-top: 16px;
    }

    .tel_enter {
        width: 79%;

    }

    .mlogin_box {
        height: 190px;
    }

    .prb_content {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    .mbn_show {
        width: 84%;

    }

    .acount_ht {
        margin: 15px 18px;
    }

    .input_temp {
        width: 89% !important;
    }

    .mh_head_back {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cancel_res_details {
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        margin: 10px 8px;
        background-color: #eee;
        padding: 15px 2px;
        border-radius: 7px;
        flex-direction: column;
        gap: 20px;
        padding: 10px;
    }

    .cancel_res_box {

        flex-direction: column;

    }

    .cancel_trip_btn {

        width: 88%;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .profile_box {
        padding: 0;
        height: 100%;
        background: white;
        /* position: fixed; */
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        z-index: 999;
        overflow-x: hidden;

    }

    .ticket_base {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .change_user_info_submit {
        width: 87% !important;
        margin: 0 auto;
        margin: 10px 30px 10px 30px !important;
        margin-top: 15px;
    }

    .prb_content_body {
        border: none;
        box-shadow: none;
        overflow-x: hidden;
    }

    .nav_title {
        color: gray;
        margin-top: 5px;
    }

    .nav_item img {
        width: 25px;
    }

    .navi_box {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-around;
    }

    .trb_pay_but {
        width: 95%;
        margin: 0 auto;
        height: 38px;
    }

    .rqpc_image_box {
        height: auto;
        flex-direction: column;
    }

    .rqpc_image_box img {
        width: 80%;
        height: 200px;

    }

    .rqpc_title {
        font-size: 16px;
        text-align: center;
    }

    .request_page_calc_price {

        width: 95%;


    }

    .atc-drowp {

        left: 12px;

    }

    .td-basket-dropdown {

        top: 76px;
        left: 0;
        right: -210px;
        width: 320px;

    }
    .td_last_buy_course {
        grid-template-columns: 1fr; /* یک ستون در موبایل */
    }

    /* حذف padding برای td-profile-widget در موبایل */
    .td-profile-widget {
        padding: 0 !important;
    }

    /* حذف padding برای td-profile-bank-section در موبایل */
    .td-profile-bank-section {
        padding: 0 !important;
    }

    /* حذف padding برای td-password-widget در موبایل */
    .td-password-widget {
        padding: 0 !important;
    }

    /* تنظیم padding برای td-password-body در موبایل */
    .td-password-body {
        padding: 10px !important;
    }

    /* تنظیم padding و justify-content برای td-password-header در موبایل */
    .td-password-header {
        padding: 5px;
        justify-content: flex-start !important;
    }
}