/* =========================================
   CLEAN MOBILE FIX
========================================= */

@media (max-width: 768px){

  html,
  body{
    overflow-x: hidden;
  }

  .container{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* HEADER */
  .header{
    padding: 12px 0 !important;
  }

  .logo img{
    max-height: 42px !important;
    width: auto !important;
  }

  .mobile-nav-toggle{
    font-size: 34px !important;
  }

  /* HERO */
  .hero{
    height: auto !important;
    padding: 120px 0 60px !important;
    text-align: left !important;
  }

  .hero h1{
    font-size: 34px !important;
    line-height: 1.25 !important;
  }

  .hero h2,
  .hero-desc{
    font-size: 17px !important;
    line-height: 1.7 !important;
  }

  .hero .btn-get-started{
    padding: 12px 24px !important;
    font-size: 15px !important;
  }

  .hero .hero-img{
    margin-top: 40px !important;
    text-align: center !important;
  }

  .hero .hero-img img,
  .hero .hero-image{
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    border-radius: 18px !important;
  }

  /* SECTION TITLE */
  .section-title p{
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  /* PORTFOLIO */
  .portfolio-item{
    width: 100% !important;
    padding: 10px 0 !important;
  }

  .portfolio .portfolio-wrap{
    overflow: hidden !important;
    border-radius: 16px !important;
  }

  .portfolio .portfolio-wrap img{
    width: 100%;
    height: auto !important;
    object-fit: cover !important;
  }

  /* CLIENT */
  .clients-slider img{
    max-width: 80px !important;
  }

  /* GALLERY */
  .gallery-item img{
    height: 220px !important;
    object-fit: cover;
  }

  /* FOOTER */
  .footer{
    text-align: center;
  }

}