@media (min-width: 992px) {
    .main_nav li:hover .dropdown_icon i {
        transform: rotate(180deg);
    }
}
@media screen and (max-width: 1439px) {
    .inner_banner_content{
        background: rgba(255,255,255,0.5);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        border: 1px solid rgba(255,255,255,0.25);
        padding: 1rem;
        border-radius: 1rem;
    }
}

@media screen and (max-width: 1399px) {
    .logo {
        max-width: 200px;
    }

    .main_nav>ul {
        column-gap: 1rem;
    }

    .footer_nav ul {
        column-gap: 1rem;
    }

    .ins_number_card_wrapper {
        max-width: 200px;
    }




}

@media screen and (max-width: 1199px) {
    .logo {
        max-width: 180px;
    }

    .main_nav ul{
        align-items: start;
        flex-direction: column;
    }

    .main_nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 320px;
        max-width: 90%;
        height: 100vh;
        background: #fff;
        z-index: 1001;
        padding: 25px;
        overflow-y: auto;
        transition: left 0.3s ease;
    }

    .main_nav.main_nav_open {
        left: 0;
    }

    .responsiveOverlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .responsiveOverlay.responsiveOverlay_on {
        opacity: 1;
        visibility: visible;
    }

    body.bodyMenuOpen {
        overflow: hidden;
    }

    .mob_menu_btn,
    .menu_close_btn {
        cursor: pointer;
    }

    /* Main menu */
    .navbar_nav {
        list-style: none;
        padding: 0;
        margin: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar_nav > li {
        position: relative;
    }

    .navbar_nav > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0;
    }
}

@media screen and (max-width: 991px) {

    html {
        font-size: 14px;
    }

    .all_btn {
        font-size: 1rem;
    }
    

    .common_vertical_padding {
        padding: 70px 0;
    }
    .main_header{
        border-bottom: 1px solid #c6c6c6;
    }

    .mobile_logo{
        max-width: 180px;
    }


    .main_nav li:hover > ul {
        display: none;
    }

    .main_nav ul ul {
        position: static;
        width: 100%;
        box-shadow: none;
        display: none;
    }

    .main_nav li.submenu_open > ul {
        display: flex;
    }

    .main_nav li.submenu_open .dropdown_icon i {
        transform: rotate(180deg);
    }



    .banner_wrap {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    /* Left/content section comes first */
    .banner_wrap > .container {
        width: 100%;
        max-width: 100%;
        order: 1;
    }

    .banner_lr_content_box {
        padding: 2rem .5rem;
    }

    .banner_wrap > .container .col-lg-6 {
        width: 100%;
    }

    /* Right/image section comes underneath */
    .leftright_img_box {
        position: relative !important;
        width: 100%;
        height: 500px;
        right: auto;
        top: auto;
        order: 2;
    }

    .leftright_img_box > img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }



    .best_selling_section .container-fluid {
        padding-left: 12px;
    }
    .best_selling_section::after{
        display: none;
    }
    .best_selling_slider_wrap{
        width: 100%;
    }


    /* particle_section */
    .spec_box {
        margin-top: 10px;
    }

    .particle_section {
        padding: 70px 0;
    }

    .particle_scale {
        padding-left: 25px;
        padding-right: 25px;
    }

    .particle_text {
        width: 120px;
    }

    .particle_text span,
    .particle_text strong {
        font-size: 10px;
    }



    .related_product_card::after{
        right: -30px;
    }

    .leaf_img_rb{
        bottom: 60%;
        right: 0;
    }

}


@media screen and (max-width: 767px) {

    [class^="text_box"][class*="_lg"] :is(p, li) {
        font-size: 1rem;
    }

    [class^="text_box"][class*="_md"] :is(p, li) {
        font-size: .9rem;
    }
    .common_vertical_padding {
        padding: 50px 0;
    }

    .logo {
        max-width: 140px;
    }


    .leftright_img_box {
        height: 400px;
    }


    /* particle_section */
    .spec_box {
        padding: 25px 20px 15px;
    }

    .spec_row {
        min-height: 58px;
        gap: 15px;
    }

    .spec_row span,
    .spec_row strong {
        font-size: 11px;
    }

    .particle_section {
        padding: 55px 0 70px;
    }

    .particle_intro {
        margin-bottom: 30px;
    }

    .particle_scale {
        min-width: 850px;
    }

    .particle_section .container .particle_content {
        overflow-x: auto;
    }

    .hepa_line {
        left: 18%;
    }




    .product_top_bar {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .product_sort {
        width: 100%;
    }

    .product_sort select {
        width: 100%;
    }


    .related_product_card::after{
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .long_width_btn{
        width: 100%;
    }

    .common_vertical_padding {
        padding: 40px 0;
    }

    .logo {
        max-width: 120px;
    }
    .mobile_logo {
        max-width: 140px;
    }
     .leftright_img_box {
        height: 350px;
    }



    .ins_number_card_wrapper {
        max-width: unset;
    }

   
}

@media screen and (max-width: 480px) {



    .specs_area ul{
        list-style: disc;
        justify-content: start;
        padding-left: 30px;
    }
    .specs_area ul li{
        border: none;
        padding: 0;
    }
}

@media screen and (max-width: 360px) {
    .inner_banner_content h1 {
        line-height: 1.9;
    }
}