/* Responsive */
@media (max-width: 767px) {
    /*menu style start*/
        .mobile-menu {
          background: var(--primary);
          width: 100%;
          max-width: 390px;
          padding: 0;
        }
        
        /* header */
        .mobile-menu-header {
          background: var(--light);
          padding: 22px 20px;
          display: flex;
          align-items: center;
            justify-content: center;
        }
        
        .mobile-menu-header img {
          height: 90px;
        }
	.mobile-menu-body .nav-link:hover {
    color: var(--dark);
}
        
        /* close button */
    .menu-close {
        background: none;
        border: none;
        font-size: 20px;
        color: var(--theme-red);
        position: absolute;
        right: 20px;
        top: 5px;
    }
        
        /* body */
        .mobile-menu-body {
          padding: 40px 24px;
          display: flex;
          flex-direction: column;
          height: 100%;
        }
        
        /* menu list */
        .mobile-nav {
          list-style: none;
          padding: 0;
          margin: 0 0 40px;
        }
        
        .mobile-nav li {
          margin-bottom: 14px;
        }
        
        .mobile-nav a {
          font-family: var(--font-title);
          font-size: 26px;
          font-weight: 400;
          color: #fff;
          text-decoration: none;
        }
	.mobile-nav .sub-menu{
		list-style:none;
		padding-left:0px;
	}
	.mobile-nav .sub-menu li>a{
		font-size: 20px;
	}
        
        /* appointment button */
        .btn-appointment {
          margin-top: auto;
          align-self: flex-start;
        
          background: var(--theme-red);
          color: #fff;
          padding: 10px 26px;
          border-radius: 25px;
          font-size: 14px;
          text-decoration: none;
        }
        
        /* contact */
        .mobile-contact {
          margin-top: 18px;
          font-size: 14px;
          color: #fff;
        }
        
        .mobile-contact p {
          margin-bottom: 6px;
        }
        
        .mobile-contact i {
          margin-right: 6px;
        }

    /*end menu style*/
.hero {
    padding: 0px 0;
}
.hero h1 {
    font-size: 31px;
    text-align: center;
}
.hero p {
  text-align: center;
}
.btn-theme-white, .btn-cta{

}

  .bg-trust-creation{
      padding: 0px 15px;
  }
  .trust-section {
      padding: 15px 15px;
  }
  .service-img img {
    height: 220px;
  }
	.post-type-archive-lch_our_services .service-img img {
        height: 500px;
    }
  .section-title {
    font-size: 30px;
	  margin:20px 0px 20px 0px;
  }
  .trust-item{
    text-align: left;
    font-size: 16px;
    justify-content: flex-start;
  }

  /* services */
.shape1{
  display: none;
}
.services-section {
    padding: 50px 0px 50px 0px;
}
	.post-type-archive-lch_our_services  .services-section {
		padding: 50px 0px 0px 0px;
	}

.expertise-section{
  padding: 50px 0px 50px 0px;
}
.industries-section{padding: 50px 0px 50px 0px;}
  .counter-section {
    padding: 10px 0 10px;
    background-color: var(--primary);
}
.faq-section{padding: 50px 0px 0px 0px;}
.contact-cta-figma {padding: 50px 0px 50px 0px;}
  .gp-image-wrap {
    margin: 0 auto 0px;
  }
    .gp-overlay-card {
        right: 0;
        bottom: 0;
    }
  .gp-title {
    font-size: 30px;
	  text-align:center;
  }
	.post-type-archive-lch_our_services .gp-title{
/* 		text-align:left; */
	}
  .gp-logos img {
    height: 46px;
}
.gp-section {
    padding: 15px 0;
}
.gp-shape{display: none;}

  .why-row, .why-row-center {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
  }
  .why-card {
    max-width: 100%;
  }
  .expertise-shape{
    margin-top: 0;
  }
  .expertise-img {
    height: 400px;
}


  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 10px;
  }
  .industries-title {
    font-size: 30px;
  }

  .faq-image-wrap {
    margin: 0 auto;
  }
  .faq-image-wrap {
    margin: 0 auto;
  }
  .section-title {
    text-align: center !important;
  }

  .contact-bg-img {
    height: auto;
  }
  .contact-overlay-form {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 20px;
    border: none;
    border-radius: 15px;
  }
  .contact-deco {
    display: none;
  }


  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-items: center;
    text-align: center;
  }
  .footer-contact li {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
}
@media (max-width: 575px) {
  .why-blob{display: none;}
  .gp-list li>img { height: 40px;}
  .expertise-shape>img{width: 150px;}
  .why-choose-figma{padding: 16px 0;}
  .why-check{
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
/*-- ========================
 SERVICES SECTION
 ======================== */
  .services-nav {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
  }

  .services-prev,
  .services-next {
    width: 40px;
    height: 40px;
    background: var(--primary);
    color: var(--light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .services-prev.swiper-button-disabled, 
  .services-next.swiper-button-disabled{
    background: #E8E8E8;
    color: #A9A9A9;
  }
	.lch_our_services-template-default section.hero{
		padding-bottom:50px;
	}
	.lch_our_services-template-default section.our-product{
		padding-bottom:50px;
	}
  
 /*-- ========================
 COUNTER SECTION
 ======================== */
 .counter-shape {
    width: auto;
    height: 48px;
    margin: 0 auto 0px;
}
 .counter-shape img{
     display:none;
 }
  /*-- ========================
 GP EXPERTISE SECTION
 ======================== */
     .gp-image-wrap {
        margin-bottom: 46px;
    }
    .gp-overlay-card{
        width: 280px;
        border-top: 10px solid #f3eeea;
        border-left: 10px solid #f3eeea;
    }
    .gp-list li {
        margin-bottom: 0;
    }
/*-- ========================
4 STEP PROCESS SECTION
 ======================== */
     .process-section {
        padding: 60px 0 0 0;
        background-color: var(--light);
    }
    .process-item h5 {
        font-size: 21px;
        font-weight: bold;
        margin-bottom: 6px;
        font-family: var(--font-title);
    }
    .process-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .process-col {
        gap: 10px;
        align-items: center;
    }
    .process-item {
        max-width: 100%;
    }
    .process-center {
        display: none;
    }
    .expertise-info {
        margin-top: -40px;
    }
    .contact-image-wrap{
        height:auto
    }
    .step-num {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }
    
    /*-- ========================
        INDUSTRIES WE SUPPORT SECTION
    ======================== */
    .industry-item p {
        font-size: 21px;
        line-height: normal;
        color: var(--theme-red);
        font-family: var(--font-title);
    }
    .industries-footer {
        margin: 25px auto 0;
    }
	.home-gp-section .gp-title {
        text-align: center;
    }
	.home-industries-section .industries-title{
		margin-top: 20px;
	}
/*-- *************** ======================== ***************
                        SERVICES PAGE
*************** ======================== *************** */
    .cs-hero-main {
        padding: 40px 0 0 0;
    }
    .page-template-services .services-section {
        padding: 50px 0px 0px 0px;
    }
    .page-template-services .gp-list {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 25px;
    }
    .page-template-services .gp-image-wrap {
        margin-bottom: 50px;
        margin-top: 20px;
    }
     .page-template-services .faq-section {
        padding: 0px 0px 0px 0px;
    }
    .cs-hero-shape{
        display:none;
    }
    .cs-hero-set1{
        gap: 0;
    }
    .cs-hero-set1 .cs-hero-img {
        width: 50%;
        padding: 5px;
    }
/*-- *************** ======================== ***************
                        Assessments PAGE
*************** ======================== *************** */

	.contact-overlay-form h2{
		font-size: 35px;
	}
	.schedule{
		margin:auto;
	}
  .footer-top {
    grid-template-columns: 1fr;
    padding: 60px 0 0 0;
  }
}