/* Responsive Css */


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



}


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


}


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


}


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


}



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

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
    padding: 10px;
  }

  .megamenu ul li:first-child{
    display: none;
  }

  .main-header .outer-box .logo-box{
    margin-top: 0px;
    padding: 31px 30px !important;
  }

  .main-header .outer-box .logo-box:before,
  .main-header .outer-box .logo-box:after,
  .main-header .outer-box .logo-box .shape{
    display: none;
  }

  .header-top .top-inner{
    padding-left: 0px;
  }

  .rtl .header-top .top-inner{
    padding-right: 0px;
  }

  .header-style-two .header-top{
    padding-left: 40px;
  }


}



@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}



@media only screen and (max-width: 991px){
  .main-footer .footer-widget{
    margin: 0px 0px 30px 0px !important;
  }

  .main-footer .widget-section{
    padding-bottom: 83px;
  }

  .header-style-two .header-top{
    padding-left: 30px;
    padding-right: 30px;
  }

}


@media only screen and (max-width: 767px){
  .header-top .top-inner{
    display: block;
    text-align: center;
  }

  .header-top .links-list,
  .header-top .info-list{
    justify-content: center;
  }

  .main-header .menu-right-content{
    display: none;
  }

  .sec-title h2{
    font-size: 32px;
    line-height: 40px;
  }

  .main-footer .pattern-layer{
    display: none;
  }

  .main-footer .widget-section{
    padding: 10px 0px 10px 0px;
  }

}

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

  


}


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

  .mobile-menu{
    width: 100%;
  }

  .header-top .info-list{
    display: block;
  }

  .header-top .info-list li{
    display: inline-block;
    margin: 0px 5px !important;
  }

  .main-header .outer-box .logo-box{
    padding: 10px !important;
  }

  .header-style-two .header-top{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .header-style-two .header-lower{
    padding-right: 15px;
  }

  .rtl .header-style-two .header-lower{
    padding-left: 15px;
  }

  .header-style-two.main-header .outer-box .logo-box .logo{
    max-width: 150px;
  }

  .header-top .links-list li{
    margin-right: 20px;
  }

  .rtl .header-top .links-list li{
    margin-left: 20px;
  }

  .header-style-three .header-top .top-inner{
    padding-left: 15px;
    padding-right: 15px;
  }

  .pagination li a{
    width: 45px;
    height: 45px;
    line-height: 45px;
  }


}
/* Mobile logo image height reduce */
@media (max-width: 767px) {
    .header-lower .logo-box img {
        max-height: 45px;   /* adjust if needed: 40–50px */
        width: auto;
    }

    .header-lower .logo-box {
        padding: 10px 0;
    }
    .image-column{
      display: none !important;
    }
    .about-section {
      padding: 10px 0px 10px 0px !important;
    }
    .video-section{
      display: none !important;
    }
    .happy{
      display: none !important;
    }
    .clients-section{
      padding: 10px 0px 10px 0px !important;
    }
    .pattern-layer{
      padding: 0px 0px 0px 0px !important;
    }
    .pattern-layer
    
}
/* Feature section mobile optimization */
@media (max-width: 767px) {

    .feature-section {
        padding: 40px 0;   /* reduce background height */
    }

    .feature-section .inner-container {
        padding: 0;
        animation: none;   /* prevent overflow animation issues on mobile */
    }

    .feature-block-one {
        width: 100%;
        margin-bottom: 20px;
    }

    .feature-block-one .inner-box {
        padding: 20px 15px;
        text-align: center;
    }

    .feature-block-one .icon-box {
        margin-bottom: 10px;
    }

    .feature-block-one h4 {
        font-size: 18px;
        line-height: 1.3;
    }

    .feature-block-one p {
        font-size: 14px;
        line-height: 1.6;
    }
}
@media (max-width: 767px) {
    .page-title {
        min-height: 200px;   /* reduce background height on mobile */
        padding: 40px 15px;
    }

    .page-title h1 {
        font-size: 26px;
        line-height: 1.2;
    }

    .page-title .bread-crumb {
        margin-top: 8px;
    }

    .page-title .bread-crumb li {
        font-size: 14px;
    }
    .page-title{
  min-height: 150px !important;
}
}


    