@media (max-width: 991px) {


    .ai-turkish-advantages__item {
        min-height: 5.4rem;
        padding: 1rem 0.9rem;
        font-size: 1.2rem;
        font-weight: 600;
    }

    .steps_img {
        height: 34rem;
        border-radius: 1.75rem;
    }

    .steps_item {
        grid-template-columns: 3.6rem 1fr;
        gap: 1.4rem;
        padding-left: 2.25rem;
    }

    .steps_item_num {
        font-size: 1.45rem;
    }

    .steps_item_title {
        font-size: 1.45rem;
    }

    .steps_item p {
        font-size: 1rem;
    }

    .mob_step_helper *{
        color: white;
    }
    .mob_step_helper .mob_full{
        position: static;
    }
    .mob_step_helper{
        margin: 0 -15px;
        padding: 0 15px;
        position: relative;
    }
    .mob_step_helper .steps_img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%!important;
        height: 100%!important;
        background: black;
        border-radius: 0!important;
    }
    .steps_img img{
        opacity: 0.4;
    }
    .steps_content{
        position: relative;
        z-index: 2;
    }
    .mob_step_helper .steps_content {
        padding: 2.5rem 0;
    }
    .steps_item:before{
        background: white;
    }
    .steps_list:before{
        background: rgba(255,255,255,0.5);
    }
    .steps_item:before {
        top: 0.3rem;
        width: 0.75rem!important;
        height: 0.75rem!important;
        left: -0.05rem;
    }
    .steps_item_num {
        font-size: 1.25rem!important;
    }
    .steps_item_title {
        font-size: 1.25rem!important;
    }
    .steps_item p {
        font-size: 1rem!important;
        opacity: 0.6;
    }
    .steps_item_content {
        margin-top: -0.1rem;
    }
    .steps_list:before {
        bottom: 3.55rem;
    }

}

@media (max-width: 767px) {
    .ai-turkish-advantages__grid {
        grid-template-columns: repeat(2, 1fr);
        border-top: 1px solid rgba(54, 122, 11, 0.36);
    }

    .ai-turkish-advantages__item,
    .ai-turkish-advantages__item:nth-child(1),
    .ai-turkish-advantages__item:nth-child(2),
    .ai-turkish-advantages__item:nth-child(3),
    .ai-turkish-advantages__item:nth-child(4),
    .ai-turkish-advantages__item:nth-child(5),
    .ai-turkish-advantages__item:nth-child(6),
    .ai-turkish-advantages__item:nth-child(7) {
        grid-column: span 1;
        border-width: 0 0 1px 1px;
    }

    .ai-turkish-advantages__item:nth-child(odd) {
        border-left-width: 0;
    }

    .ai-turkish-advantages__item:nth-child(7) {
        grid-column: 1 / -1;
        border-left-width: 0;
    }

    .steps_row {
        gap: 1rem;
    }

    .steps_content {
        padding-left: 0;
    }

    .steps_img {
        height: 21rem;
        border-radius: 1.25rem;
    }

    .steps_list {
        gap: 1rem;
        margin-top: 1.75rem;
    }
}

@media (max-width: 480px) {
    .ai-turkish-advantages__title {
        font-size: 1.3rem;
    }

    .ai-turkish-advantages__grid {
        grid-template-columns: 1fr;
    }

    .ai-turkish-advantages__item,
    .ai-turkish-advantages__item:nth-child(1),
    .ai-turkish-advantages__item:nth-child(2),
    .ai-turkish-advantages__item:nth-child(3),
    .ai-turkish-advantages__item:nth-child(4),
    .ai-turkish-advantages__item:nth-child(5),
    .ai-turkish-advantages__item:nth-child(6),
    .ai-turkish-advantages__item:nth-child(7) {
        grid-column: 1;
        min-height: 4.5rem;
        border-left-width: 0;
    }

    .steps_item {
        grid-template-columns: 2.5rem 1fr;
        gap: 0.85rem;
        padding-left: 1.8rem;
    }

    .steps_item_num {
        font-size: 1.15rem;
    }

    .steps_item_title {
        font-size: 1.12rem;
    }

    .steps_item p {
        font-size: 0.86rem;
    }

    .steps_item:before {
        top: 0.3rem;
        width: 0.65rem;
        height: 0.65rem;
    }

    .steps_list:before {
        left: 0.27rem;
    }
}

@media (max-width: 991px) {
    .review_item {
        padding: 1.55rem;
    }



    .review_address,
    .review_text {
        font-size: 1rem;
    }

    .review_image {
        height: 7.3rem;
    }
}

@media (max-width: 767px) {
    .reviews_section .title_flex {
        align-items: flex-start;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .reviews_section .title_more {
        font-size: 1rem;
    }

    .review_item {
        border-radius: 1.2rem;
    }

    .review_images_row {
        row-gap: 0.7rem;
    }



    .review_images_count_1 > [class*="col-"] {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .my_mt_2{

    }

}

@media (max-width: 991px) {
    .catalog_filter_sidebar {
        gap: 0.8rem;
        margin-bottom: 1rem;
    }

    .catalog_sort {
        width: 12rem;
    }
}

@media (max-width: 767px) {
    .catalog_filter_sidebar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.85rem 1rem;
    }

    .catalog_filter_group {
        padding: 0.8rem;
        border: 1px solid rgba(54, 122, 11, 0.18);
        border-radius: 0.75rem;
    }

    .catalog_sort {
        width: 100%;
        max-width: 14rem;
    }

    .catalog_empty {
        min-height: 7rem;
        padding: 1.5rem 1rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .catalog_filter_sidebar {
        grid-template-columns: 1fr;
    }

    .catalog_sort {
        max-width: none;
    }
}

@media (max-width: 480px) {
    .reviews_section .title_flex {
        flex-direction: column;
    }

    .review_top_flex {
        align-items: flex-start;
    }

    .review_top_flex span:first-child {
        font-size: 1.25rem;
    }

    .review_top_flex span:last-child {
        font-size: 1rem;
    }

    .reviews_row{
        row-gap: 0;
    }

    .review_rating {
        font-size: 1.05rem;
    }


}

@media (max-width: 767px) {
    .product_specs {
        width: 100%;
        font-size: 0.82rem;
    }

    .product_specs_row {
        gap: 1rem;
        min-height: 2.15rem;
        padding: 0.6rem 0.85rem;
    }

    .product_specs_head {
        min-height: 2.55rem;
        font-size: 1rem;
    }
    .product_specs_row {
        min-height: 3.25rem;
    }
    .catalog_sort_toggle {
        height: 3.3rem;
        font-size: 1rem;
    }
    .catalog_sort_toggle i {
        font-size: 1.15rem;
    }
    .catalog_sort_dropdown label{
        font-size: 1rem;
        margin: 0 0 0.7rem;
    }
    .catalog_sort_dropdown input {
        width: 1.2rem;
        height: 1.2rem;
    }
    #mob_filter_toggle{
        width: 1.8rem;
    }
    .catalog_sort{
        width: calc(100% - 6rem);
        margin-bottom: 0;
    }
    .mob_helper_flex{
        margin-bottom: 2rem;
    }
    .catalog_filter_checkbox span:before {
        width: 1.1rem;
        height: 1.1rem;
    }
    .catalog_filter_checkbox span {

        min-height: 1.1rem;
        padding-left: 1.75rem;
        font-size: 1rem;
    }
    .catalog_filter_checkbox input:checked + span:after {
        left: 0.33rem;
        width: 0.55rem;
    }
    .catalog_filter_group_toggle i {
        font-size: 1.05rem;
    }
    .z_content .steps_item_num {
        color: #fff;
        font-size: 1rem!important;
    }
    .z_content .steps_item_title {
        font-size: 1.05rem !important;
    }
}
