/*******************************/
@media only screen and (max-width:1024px) {
    .no-scroll {
        overflow: hidden;
    }

    header #masthead .hfe-nav-menu__toggle {
        /* position: absolute; */
        height: 34px;
        width: 35px;
        background: #0E457E !important;
        right: 0px;
        top: 0;
        left: auto;
        bottom: auto;
        border: 1px solid #FFF;
        transition: none;
        border-radius: 0;
    }

    header #masthead .hfe-nav-menu__toggle .hfe-nav-menu-icon {
        display: block;
        opacity: 0;
    }

    header #masthead .hfe-nav-menu__toggle::before {
        content: "";
        position: absolute;
        height: 1px;
        width: 15px;
        background: #fff;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        box-shadow: 0 -5px 0 0 #fff, 0 5px 0 0 #fff;
        transition: 0.5s all;
    }

    header #masthead .hfe-nav-menu__toggle.hfe-active-menu::before {
        box-shadow: none;
        transform: rotate(45deg);
    }

    header #masthead .hfe-nav-menu__toggle.hfe-active-menu::after {
        height: 1px;
        width: 15px;
        background: #fff;
        content: "";
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        transform: rotate(-45deg);
        transition: 0.5s all;
    }

    header #masthead nav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0 !important;
        bottom: 0;
        padding: 140px 0 0 0;

        background-color: #0E457E;
        height: 100vh;
        overflow: hidden;
        transform: translateX(100%);
        transition: 0.5s all;
        z-index: 99999 !important;
        width: 100% !important;
        margin: 0;
        border-radius: 0;
        display: block;
    }

    .no-scroll {
        overflow: hidden;
    }

    #neve_body header .header-contact-us a,
    #neve_body header .header-contact-us a::after {
        color: #fff;
    }

    header #masthead .hfe-nav-menu__toggle.hfe-active-menu {
        z-index: 999999;
    }

    header #masthead .hfe-nav-menu__toggle.hfe-active-menu+nav {
        transform: translateY(0);
    }

    header #masthead nav>ul {
        overflow: hidden;
        max-height: calc(100vh - 104px);
        display: block;
        opacity: 1;
    }

    header #masthead nav>ul>li {
        margin: 0;
        background: transparent;
        border-bottom: 1px solid #fff;
        padding: 0px;
        border-radius: 0;
    }

    header #masthead nav>ul>li>a {
        background: transparent;
        margin: 0px !important;
        padding: 13px 15px !important;
        color: white;
    }

    header #masthead nav ul li.current-menu-parent>div>a,
    header #masthead nav ul li.current-menu-item>a {
        background: #fff !important;
        color: #0E457E !important;
        border-radius: 0 !important;
    }

    header #masthead nav ul li a:hover {
        background: #fff !important;
        color: #0E457E !important;
    }

    header #masthead nav ul li.current-menu-parent>div i::before,
    header #masthead nav ul li.current-menu-parent>div i::after {
        background: #1a1463;
    }

    header #masthead nav>ul>li:first-child {
        border-left: 0;
    }

    body .smart-menu-bar nav ul li {
        border-right: 0;
    }

    header #masthead nav>ul>li>a::After {
        display: none;
    }

    body .smart-menu-bar nav ul li.mob-menu {
        display: block;
    }

    header .sub-menu::before {
        display: none;
    }

    header #masthead nav>ul>li.menu-item-has-children>div.hfe-has-submenu-container>a,
    header #masthead nav>ul>li.menu-item-has-children>ul.sub-menu>li>a.hfe-sub-menu-item {
        padding: 13px 15px;
        background: #1a1463;
        color: #FFF;
    }

    body #masthead .smart-menu-bar nav ul li.current-menu-item a,
    body #masthead .smart-menu-bar nav ul li a:hover {
        background: #000 !important;
    }

    header #masthead nav>ul>li.menu-item-has-children .sub-menu::after {
        opacity: 0 !important;
    }

    header #masthead nav>ul>li.menu-item-has-children>ul.sub-menu>li:first-child {
        border-top: 1px solid #FFF;
        border-radius: 0;
    }

    header #masthead nav>ul>li.menu-item-has-children .sub-menu {
        background: transparent;
        border-radius: 0;
    }

    header #masthead nav>ul>li.menu-item-has-children .sub-menu>li {
        padding-left: 15px;
    }

    header .elementor-widget-navigation-menu,
    header .header-menu-col .elementor-widget-wrap,
    header .header-menu-col {
        position: static;
    }

    body .smart-menu-bar nav ul li:first-child a,
    body .smart-menu-bar nav ul li a {
        border: 0;
    }

    header #masthead nav>ul li .sub-arrow {
        border: 0;
    }

    header #masthead nav>ul li i.fa::before,
    header #masthead nav>ul li i.fa::after {
        height: 2px;
        width: 17px;
        background: #fff;
        content: "";
        position: absolute;
        right: 19px;
        top: 21px;
    }

    header #masthead nav>ul li i.fa::after {
        width: 2px;
        height: 16px;
        top: 14px;
        right: 26px;
    }

    header #masthead nav>ul li .sub-menu-active i.fa::after {
        opacity: 0;
    }

    #neve_body header .menu-part ul li:not(:first-child) {
        margin-left: 0px;
    }

    #neve_body header .header-contact-us a {
        line-height: 22px;
        -webkit-clip-path: unset;
        clip-path: unset;
        background: transparent;
    }

    #neve_body header .header-contact-us::before,
    #neve_body header .header-contact-us::after,
    #neve_body .header-contact-us a::before {
        display: none;
    }

    #neve_body header .header-contact-us>a::before {
        display: none
    }

    #neve_body header .header-contact-us {
        padding-left: 0px;
    }

    #neve_body .About-section.home .about-image .about-big-pic img {
        object-fit: fill;
    }

    .capability-box .elementor-widget-image:first-child a::after {
        border-width: 0 80px 79px 0;
    }

    .capability-box .elementor-widget-image:first-child a::before {
        border-width: 0 75px 75px 0;
    }
}

@media screen and (max-width: 768px) {
    .about-sec {
        margin: 20px auto;
    }
}

@media screen and (max-width: 768px) {
    .testimonials-slider .owl-prev {
        left: -30px !important;
    }

    .testimonials-slider .owl-next {
        right: -30px !important;
    }
}

@media screen and (max-width: 480px) {
    .testimonials-slider .testimonial-card {
        height: 500px !important;
        padding-bottom: 20px;
    }

    .testimonials-slider .owl-nav {
        display: none;
    }

    .testimonials-slider .owl-prev,
    .testimonials-slider .owl-next {
        width: 35px;
        height: 35px;
    }

    .testimonials-slider .owl-prev {
        left: -20px !important;
    }

    .testimonials-slider .owl-next {
        right: -20px !important;
    }
}


@media screen and (max-width: 1200px) {
    .testimonial-card {

        height: 481px !important;
        margin-left: 0;
    }


}
@media (max-width: 768px) {
   
    .contact-info-item {
        flex-direction: row;
        align-items: start;
        text-align: center;
    }

    .contact-icon {
        /* margin-right: 0; */
        margin-bottom: 0.5rem;
    }

   .contact-info-item
    .contact-details {
        padding-top: 0;
        text-align: left;
        padding-left: 15px;
    }
  
}
@media (max-width: 768px) {
    .mytheme-contact-row {
        flex-direction: column;
    }

    .contact-wrap {
        display: flex;
        flex-direction: row;
        align-items: center !important;
        gap: 10px;
        margin-bottom: 15px;
    }

    .mytheme-contact-column {
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 768px) {
    /* .contact-details {
        padding: 15px;
    } */

    .wpcf7-form input,
    .wpcf7-form textarea,
    .wpcf7-form select {
        font-size: 14px;
        padding: 10px;
    }

    .wpcf7-form label {
        font-size: 14px;
    }

    .wpcf7-form .wpcf7-submit {
        font-size: 14px;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    /* .contact-details {
        padding: 10px;
    } */

    .wpcf7-form input,
    .wpcf7-form textarea,
    .wpcf7-form select {
        font-size: 14px;
        padding: 8px;
    }

    .wpcf7-form label {
        font-size: 12px;
    }

    .wpcf7-form .wpcf7-submit {
        font-size: 14px;
        padding: 10px;
    }
}
@media (max-width: 768px) {
    .owl-thumb-gallery {
        width: 100% !important;
    }
    .input-box-wrap {
 
        flex-direction: column;
        gap: 0px;
    }
    .error-banner {
        max-height: 400px;
    }

    .banner-error-title {
        font-size: 50px;
    }

    .banner-error-content {
        width: 90%;
        max-width: 400px;
    }

    .error-content h1 {
        font-size: 24px;
    }

    .error-content p {
        font-size: 14px;
    }

    .back-home-btn {
        padding: 10px 18px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .owl-thumb-gallery {
        width: 100% !important;
    }
.input-box-wrap {

    flex-direction: column;
    gap: 0px;
}
    .error-banner {
        max-height: 350px;
    }

    .banner-error-title {
        font-size: 40px;
    }

    .banner-error-content {
        width: 95%;
        max-width: 450px;
    }

    .error-content h1 {
        font-size: 22px;
    }

    .error-content p {
        font-size: 14px;
    }

    .back-home-btn {
        padding: 10px 16px;
        font-size: 14px;
    }
}
 
@media (max-width: 992px) {
    .product-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
  
    .product-thumbnail {
      width: 250px;
      height: 260px;
    }
  }
  
  @media (max-width: 768px) {
    .product-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }
  
    .product-thumbnail {
      width: 180px;
      height: 190px;
    }
  
    .product-title {
      font-size: 16px;
    }
  
    .view-product-wrap {
      font-size: 14px;
    }
  }
  
  @media (max-width: 576px) {
    .product-grid {
      grid-template-columns: 1fr;
      gap: 15px;
    }
  
    .page-title {
      font-size: 22px;
      margin: 30px 0;
    }
  
    .product-thumbnail {
      width:200px;
      height: 210px;
    }
  
    .product-title {
      font-size: 16px;
    }
  
    .view-product-wrap {
      font-size: 14px;
    }
  
    .pagination {
      flex-wrap: wrap;
    }
  }
  
/* Single Product Wrapper */
@media (max-width: 768px) {
    .tab-content {
        padding: 0 !important;
    }
    .single-product-details {
      flex-direction: column;
      margin: 50px auto 0 auto;
    }
    
    .tab-navigation {
      flex-direction: row;
      border-bottom: none;
    }
    
    .tab-button {
      border: 1px solid #eee;
      border-radius: 4px;
      margin-bottom: 5px;
    }
    
    .tab-button.active {
      border: 1px solid #3498db;
      background-color: #f0f7fc;
    }
  }

@media (max-width: 768px) {
    .tab-content {
        padding: 0 !important;
    }
    .single-our_product h1 {
        font-size: 20px;
     
        margin-bottom: 10px;
    }
    .main-product-image img {
        /* width: 100%; */
        /* height: auto; */
        max-height: 200px;
        min-height: 200px;
        /* object-fit: cover; */
    }
    .product-container , .single-product-wrapper {
        padding: 0;
    }
    .main-product-image {
        max-width: 100%;
        margin: 0 auto 30px;
        display: flex    ;
        align-items: center;
        background-color: #dddddd;
        min-height: 250px;
        margin-bottom: 20px;
    }
    .inquiry-only-section, .tab-navigation {
        margin-top: 20px;
    }
    .error-banner::before {
     
        height: 350px;
    }

    .infrast-wrp::after {
        height: 350px;
        width: 410px;
        clip-path: path("M0 250L100% 250L100% 0L0 180Z");
    }

    .insfra-img .infrat-image {
        height: auto;
        width: 100%;
    }
    #inquiry-from-section {
        width: 100% !important;
    }
    
}

@media (max-width: 480px) {
    #inquiry-from-section {
        width: 100% !important;
    }
    
    .single-our_product h1 {
        font-size: 20px;
     
        margin-bottom: 10px;
    }
    
    .main-product-image img {
      
        max-height: 200px;
        min-height: 200px;
      
    }
    .error-banner::before {
     
        height: 350px;
    }
    .single-product-media {
        max-width: 250px;}
    .product-container , .single-product-wrapper {
        padding: 0;
    }
    .main-product-image {
        max-width: 100%;
        max-height: 0;
        margin: 0 auto 30px;
        display: flex    ;
        align-items: center;
        background-color: #dddddd;
        min-height: 200px;
        margin-bottom: 20px;
    }
    .inquiry-only-section, .tab-navigation {
        margin-top: 20px;
    }

    .infrast-wrp::after {
        height: 350px;
        width: 400px;
        clip-path: path("M0 200L100% 200L100% 0L0 140Z");
    }

    .insfra-img .infrat-image {
        height: auto;
        width: 100%;
    }
}


@media (max-width: 768px) {
    .inquiry9wrap0 {
        flex-direction: column;
        align-items: center;
    }

    .inquiry-form-ection,
    .image-section.image-container {
        max-width: 100%;
    }
}




/* time line css by R.B 29/may/25  */
/* Mobile & Tablet View */
    /* @media (max-width: 768px) {
      .timeline {
        flex-direction: column;
        align-items: center;
      }

      .step {
        margin: 10px 0;
        width: 80%;
        max-width: 300px;
      }

      .step::after {
        content: '↓';
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
      }

      .step:last-child::after {
        content: '';
      }
    }  @media (max-width: 768px) {
      .timeline {
        flex-direction: column;
        align-items: center;
      }

      .step {
        width: 80%;
        max-width: 250px;
        height: 60px;
        margin: 10px 0;
      }

      .step::after {
        content: '↓';
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
      }

      .step:last-child::after {
        content: '';
      }
    } */