@media (max-width: 992px) {
    .grid-2,
    .grid-3,
    .grid-4 {
        grid-template-columns: 1fr;
    }

    .custom-search-form {
        min-width: 200px !important;
    }
    #site-navigation-wrap .dropdown-menu > li > a {
        padding: 0 6px !important;
    }
    #site-logo #site-logo-inner a img {
        max-width: 70px !important;
    }
    #site-logo {
        padding-right: 5px !important;
    }
    #site-navigation {
        margin-left: 0px !important;
    }

    /* Blog Section CSS :: START */

    .left-content-blogs,
    .right-content-blogs {
        width: 100%;
    }
    .blog-section-code {
        flex-wrap: wrap;
    }
    /* Blog Section CSS :: END */

    /* Breadcrumbs CSS :: START */
    .page-subheading,
    .site-breadcrumbs {
        width: 60% !important;
    }
    /* Breadcrumbs CSS :: END */

    /* .product-detail CSS :: START */
    .product-detail {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    /* .product-detail CSS :: END */

    /* blog inner CSS :: START */
    .single-post.content-max-width .thumbnail img {
        width: 90% !important;
        border-radius: 20px !important;
    }
    /* blog inner CSS :: END */

    .product-category-section {
        flex-wrap: wrap !important;
    }
    .product-category-section ul {
        margin-top: 30px;
    }
    .resources-main-section .modal-content,
    .modal-content {
        height: 50% !important;
    }
    /* IOT CSS :: START */
    .iot-video {
        height: 91% !important;
    }
    /* IOT CSS :: END */

    /* careers inner :: START */
    .pvr-careers-page-form-section {
        flex-wrap: wrap;
        padding: 20px;
    }
    .career-form-right-side {
        display: none;
    }
    .form-left-side {
        width: 100% !important;
    }
    /* careers inner :: END */

    /* product page :: START */
    .right-side-content-section
    {
        padding: 30px 0;
    }
    .imageModal-img
    {
        width: 100%;
        height: 80% !important;
    }
    #imageModal .modal-content {
        width: 95% !important;
    }

    /* product page :: END */

    /* event-inner page CSS :: START */
    .single-events .thumbnail img
    {
        border-radius: 20px !important;
        height: auto !important;
        object-fit: cover !important;
    }
    .single-events .thumbnail {
    width: 90% !important;
    margin-bottom: 0 !important;
}
    /* event-inner page CSS :: END */

    .banner-slider::after
    {
        border-radius: 0 0 80px 80px !important;
    }
	.left-sidebar
	{
		z-index: 999999999 !important;
	}
}

@media (min-width: 320px) and (max-width: 420px) {
    .resources-main-section .modal-content,
    .modal-content {
        height: auto !important;
    }
    .product-details-table-section {
        width: 95% !important;
    }
    /* Breadcrumbs CSS :: START */
    .page-subheading,
    .site-breadcrumbs {
        width: 100% !important;
    }
    /* header CSS :: START */
    .custom-search-form {
        top: 50px !important;
        right: 0px !important;
        left: -74px !important;
        min-width: 280px !important;
    }
    .search-dropdown {
        position: relative;
    }

    .mobile-right {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: end !important;
    }

    .search-dropdown .search-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 18px;
        cursor: pointer;
    }

    .custom-search-form {
        display: none;
        position: absolute;
        top: 40px;
        right: -21px;
        background: #fff;
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        width: 200px;
    }

    .custom-search-form.active {
        display: flex;
    }

    .custom-header-addons {
        transform: translate(-20%, 0px) !important;
        z-index: 999999999 !important;
        position: fixed !important;
    }
    /* header CSS :: END */

    /* Banner CSS :: START */
    .banner-content .grid {
        display: block !important;
    }
    .banner-slider::after
    {
        border-radius: 0 0 40px 40px !important;
    }
    /* Banner CSS :: END */

    /* product section CSS :: START */
    .new-product-card {
        width: 100%;
    }
    /* product section CSS :: END */

    /* Blog Section CSS :: START */
    .left-content-blogs,
    .right-content-blogs {
        width: 100%;
    }
    .right-content-blog {
        display: block;
    }
    .next-guide-card {
        flex-wrap: wrap;
    }
    .left-content-blogs .guide-card-image {
        height: 150px;
    }

    .right-content-blogs .guide-card-image,
    .right-content-blogs .right-content-blog {
        width: 100%;
    }
    /* Blog Section CSS :: END */

    /* Breadcrumb CSS :: START */
    .background-image-page-header {
        border-radius: 0 0 30px 30px !important;
    }
    /* Breadcrumb CSS :: END */

    /* blog inner CSS :: START */
    .custom-blog-row .guide-card-image {
        height: 250px;
    }
    .custom-blog-row {
        grid-template-columns: 1fr !important;
    }
    /* blog inner CSS :: END */

    /* IOT Page CSS :: START */
    .iot-banner-video {
        height: 60vh !important;
    }
    .iot-banner-content {
        text-align: center !important;
        width: 100% !important;
    }
    .iot-banner-video iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /* IOT Page CSS :: START */

    /* modal CSS :: START */
    #imageModal .modal-content {
        height: 40% !important;
    }
    /* modal CSS :: END */
}

@media (min-width: 320px) and (max-width: 767px) {
    /* Product Page CSS :: START */
    .sidebar-toggle {
        display: block !important;
        position: absolute !important;
        top: -50px !important;
        left: 0px !important;
        border-radius: 10px !important;
    }
    /* Product Page CSS :: END */

    /* product section CSS :: START */
    .new-product-card {
        width: 100% !important;
    }
    /* product section CSS :: END */
    /* Breadcrumbs CSS :: START */
    .page-subheading,
    .site-breadcrumbs {
        width: 100% !important;
    }
    /* Breadcrumbs CSS :: END */

    /* header CSS :: START */
    #site-logo #site-logo-inner a img {
        max-width: 60px !important;
    }

    .custom-header-addons {
        transform: translate(-20%, 0px) !important;
        z-index: 999999999 !important;
        position: fixed !important;
    }

    #site-header {
        width: 100vw !important;
    }

    .mobile-right {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: end !important;
    }
    /* header CSS :: END */

    /* Banner CSS :: START */
    .banner-content img {
        width: 60% !important;
        margin: 0 auto !important;
        padding-top: 50px !important;
    }
    .banner-content .grid {
        display: block !important;
    }
    .banner-slider::after
    {
        border-radius: 0 0 50px 50px !important;
    }
    .banner-slider {
        padding: 0 0 50px 0 !important;
        border-radius: 0 0 50px 50px !important;
    }
    .inner-content-text {
        width: 100% !important;
    }
    /* Banner CSS :: END */

    /* app section CSS :: START */
    .pvr-app-img {
        position: unset !important;
    }
    .pvr-app-mobile-screen {
        height: 300px !important;
    }
    /* app section CSS :: END */

    /* Breadcrumb CSS :: START */
    .background-image-page-header {
        border-radius: 0 0 50px 50px !important;
    }
    /* Breadcrumb CSS :: END */

    /* resouces CSS :: START */
    .resources-title-section .searchbar-section {
        margin-top: 20px;
        width: 100%;
    }
    .resources-main-section .modal-content iframe {
        height: 85% !important;
    }
    /* resouces CSS :: END */
}

@media (min-width: 320px) and (max-width: 600px) {
    .custom-blog-row {
        grid-template-columns: 1fr !important;
    }
    /* IOT Page CSS :: START */
    .iot-banner-video {
        height: 80vh !important;
    }
    .iot-banner-content {
        text-align: center !important;
        width: 100% !important;
    }
    .iot-banner-video iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /* IOT Page CSS :: START */

    /* blog inner CSS :: START */
    .custom-blog-row .guide-card-image {
        height: 250px;
    }
    .custom-blog-row,
    .product-container,
    .subcategory-product-container,
    #blog-entries {
        grid-template-columns: repeat(1, 1fr);
    }
    /* blog inner CSS :: END */

    .product-details-slider {
        max-width: 300px;
    }

    /* product page CSS :: START */
    .left-sidebar {
        flex: 0 0 100% !important;
		z-index: 999999999 !important;
    }
    .product-container,
    .subcategory-product-container,
    #blog-entries {
        flex-wrap: wrap !important;
        display: flex !important;
    }
    /* product page CSS :: END */

    /* Blog Section CSS :: START */
    .left-content-blogs,
    .right-content-blogs {
        width: 100%;
    }
    .right-content-blog {
        display: block;
    }
    .next-guide-card {
        flex-wrap: wrap;
    }

    .right-content-blogs .right-content-blog
    {
        height: auto !important;
        width: 100% !important;
    }

    .right-content-blogs .guide-card-image,
    .left-content-blogs .guide-card-image {
        width: 100%;
        height: 200px !important;
    }
    /* Blog Section CSS :: END */

    .pvr-event-slider-section {
        padding-left: 0 !important;
    }
    .event-cards {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    /* event and certificate Slider CSS :: END */
}

@media (min-width: 500px) and (max-width: 767px) {
    /* IOT Page CSS :: START */
    .iot-banner-video {
        height: 50vh !important;
    }
    .iot-banner-content {
        text-align: center !important;
        width: 80% !important;
    }
    .iot-banner-video iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /* IOT Page CSS :: START */

    /* Blog Inner CSS :: START */
    .custom-blog-row,
    .product-container,
    .subcategory-product-container,
    #blog-entries {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    /* Blog Inner CSS :: END */

    .product-details-slider {
        max-width: 400px;
    }

    .pvr-app-icons-main {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: end !important;
    }
    .resources-title-section .searchbar-section {
        margin-top: 20px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .left-side, .right-side {
    width: 100%;
}
.parellex-main-wrapper .item
{
    flex-wrap: wrap;
    height: fit-content;
}
.iot-med-perallex .elementor-widget-html
{
    height:-webkit-fill-available !important;
    display: flex;
    align-items: center;
}
    .custom-header-addons .search-submit {
        display: none !important;
    }
    .custom-header-addons {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 17px 0px 17px 50px;
        position: fixed !important;
        z-index: 999999999 !important;
        top: 0;
        transform: translate(-30%, 0px) !important;
        right: 0;
    }

    .mobile-right {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: end !important;
    }

    #site-navigation {
        display: none !important;
    }

    #site-navigation-wrap .dropdown-menu > li > a {
        padding: 0 8px !important;
    }
    #site-logo #site-logo-inner a img {
        max-width: 70px !important;
    }
    #site-logo {
        padding-right: 5px !important;
    }
    /* banner Sectrion CSS :: START */
    .banner-content.grid-2 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .banner-slider {
        height: 80vh;
    }

    .slide-image {
        margin-top: 20px;
    }
    /* banner Sectrion CSS :: END */

    /* contact us CSS :: START */
    .pvr-contactus-form .col:not(.swiper-slide) {
        margin-bottom: 0 !important;
    }
    .pvr-contactus-form .form-cols {
        gap: 0 !important;
    }
    /* contact us CSS :: END */

    /* resources CSS :: START */
    .resources-main-section .modal-content iframe {
        height: 85% !important;
    }
    /* resources CSS :: END */

    .filter-buttons-wrapper {
        position: static;
    }

    /* Product Page CSS :: START */
    .sidebar-toggle {
        position: absolute;
        top: -65px !important;
        left: -40px;
        z-index: auto;
        background: var(--color-primary);
        color: var(--color-white);
        border: 0;
        padding: 10px 14px;
        border-radius: 0 10px 10px 0;
        cursor: pointer;
    }
    .resources-title-section {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .resources-title {
        order: 2 !important;
        width: 100% !important;
    }

    .resources-custom-search-form {
        order: 1 !important;
        width: 100% !important;
        margin-bottom: 20px;
    }
    /* Product Page CSS :: END */
}

@media (min-width: 1025px) and (max-width: 1110px) {
    .search-dropdown {
        position: relative;
    }

    .search-dropdown .search-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 18px;
        cursor: pointer;
    }

    .custom-search-form {
        display: none;
        position: absolute;
        top: 40px;
        right: -21px;
        background: #fff;
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        width: 200px !important;
    }
    .custom-header-addons .search-submit {
        display: none !important;
    }

    .custom-search-form.active {
        display: flex;
    }
    .mobile-right {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    #site-navigation-wrap .dropdown-menu > li > a {
        padding: 0 7px !important;
    }
}

@media (min-width: 1025px) {
    .sidebar-toggle,
    .sidebar-overlay {
        display: none !important;
    }
    .left-sidebar {
        position: sticky;
        top: 0;
        flex: 0 0 25%;
        max-width: 25%;
        transform: none;
        height: auto;
        padding: 20px;
        z-index: 999999999 !important;
    }
    .right-content.featured-section-product {
        flex: 1;
        background: var(--color-white);
    }
    .product-sidebar ul {
        margin: 0 !important;
    }
}

@media (max-width: 1024px) {
    /* blog inner CSS :: START */
    .custom-blog-row,#blog-entries
    {
        grid-template-columns: repeat(2, 1fr); 
    }
    .product-container,
    .subcategory-product-container {
        grid-template-columns: repeat(3, 1fr); /* 3 per row */
    }
    /* blog inner CSS :: END */

    /* Product Page CSS :: START */
    .sidebar-toggle {
        display: block;
    }

    /* Right content always full width */
    .right-content.featured-section-product {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Drawer sidebar */
    .left-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        max-height: 100vh;
        height: 100vh;
        width: 280px;
        max-width: 85vw;
        background: var(--color-white);
        padding: 20px;
        box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2);
        transform: translateX(-100%);
        transition: transform 0.3s ease;
		z-index: 99999999999 !important;
        overflow: auto;
        border-radius: 0 20px 20px 0 !important;
    }
    .left-sidebar.is-open {
        transform: translateX(0);
    }
    body.sidebar-open {
        overflow: hidden;
    }
    .filter-scroll-area {
        max-height: calc(90vh - 90px) !important;
        height: 100% !important;
    }
    .product-sidebar ul {
        margin: 0 !important;
    }
    /* Product Page CSS :: END */

    .custom-header-addons .search-submit {
        display: none !important;
    }
    .custom-search-form {
        min-width: 100px !important;
    }
    .search-dropdown {
        position: relative;
    }

    .search-dropdown .search-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 18px;
        cursor: pointer;
    }

    .custom-search-form {
        display: none;
        position: absolute;
        top: 40px;
        right: -21px;
        background: #fff;
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        width: 200px;
    }

    .custom-search-form.active {
        display: flex;
    }
}

@media (min-width: 769px) {
    .mobile-right .mobile-menu {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .mobile-right {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    #site-navigation-wrap .dropdown-menu > li > a {
        padding: 0 5px !important;
    }
    .product-detail
    {
        grid-template-columns: repeat(1,1fr) !important; 
    }
}

@media (min-width: 1150px) and (max-width: 1410px) {}
