@media screen and (min-width: 1241px) and (max-width: 1500px) {
  .lets-talk-cls {
    padding: 110px 0 160px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .lets-talk-cls {
    padding: 110px 0 160px;
  }
  .logo-part a img {
    width: 180px;
  }
  .nav-menu {
    gap: 5px;
  }
  .left-text {
    width: calc(100% - 150px);
  }
  .client-sldr .main-box .sldr-main {
    max-width: 720px;
  }
  .lets-talk-cls h2,
  .enhance-cls h2 {
    font-size: 38px;
  }
  .footer .logo img {
    height: 40px;
  }
  .footer .leftpart {
    gap: 20px;
  }
  .enhance-cls {
    padding: 110px 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) 
{
   /*.nav-menu > li > a {padding: 8px 5px;}
	 .nav-menu { gap: 0px;}*/
	 .banner-inner{padding: 50px 28px;}
	 .banner-inner h5 {margin-bottom: 38px;}
	 .banner-inner p {padding: 12px 0px;}
	 .other-service-inner { padding: 88px 0px 20px;}
	 .other-service-section {padding: 0 0 65px;}
	 .enhance-cls { padding: 120px 0;}
	 .enhance-cls h2 {font-size: 42px;}
	 .enhance-cls h2 { font-size: 42px;}
	 .client-sldr .main-box button {width: 45px;height: 45px;}
	 .client-sldr .main-box button.l-arw {left: 27px;}
	 .client-sldr .main-box .sldr-main p {font-size: 16px;}
	.client-sldr .main-box { padding: 65px 25px;}
  .client-sldr .main-box .sldr-main h4 {font-size: 20px;}
	.client-sldr { padding: 70px 0;}
	.lets-talk-cls {padding: 128px 0;}
	.form-cls .f-main {padding: 45px 30px 110px;}
	.lets-talk-cls h2 {font-size: 42px; margin-bottom: 7px;}
	.leftpart .logo img { width: 180px;height: auto; }
	.l-arw.slick-arrowimg {width: 18px; height: 18px; margin: auto;}
	.img-part1,
	.img-part2,
	.img-part3,
	.img-part4,
	.img-part5,
	.img-part6,
	.img-part7{width: 100px;height: 100px;}
	.other-service-section img {width: 52px;height: 52px;display: flex;align-items: center;justify-content: center;object-fit: contain;}
  .a-btn a, .enhance-cls a {min-width: 330px; margin: 38px auto 0;}
}
	

@media screen and (min-width: 768px) and (max-width: 991px)
 {
	   /*.nav-menu > li > a {padding: 8px 5px;}
	 .nav-menu { gap: 0px;}*/
	 .banner-inner{padding: 45px 28px;}
	 .banner-inner h5 {margin-bottom: 18px;font-size: 22px;line-height: 22px;}
	 .banner-inner p {padding: 12px 0px;}
	 .other-service-inner { padding: 80px 0px 20px;}
	 .other-service-section {padding: 0 0 65px;}
	 .enhance-cls { padding: 55px 0;}
	 .enhance-cls h2 {font-size: 40px;}
	 .enhance-cls h2 { font-size: 40px;}
	 .client-sldr .main-box button {width: 45px;height: 45px;}
	 .client-sldr .main-box button.l-arw {left: 20px;top: 150px;}
	 .client-sldr .main-box button.r-arw {right: 20px;top: 150px;}
	 .client-sldr .main-box .sldr-main p {font-size: 15px;}
	.client-sldr .main-box { padding: 60px 25px;}
  .client-sldr .main-box .sldr-main h4 {font-size: 20px;}
	.client-sldr { padding: 45px 0;}
	.lets-talk-cls {padding: 60px 0 130px;}
	.form-cls .f-main {padding: 45px 30px 110px;transform: translateY(-100px);}
	.lets-talk-cls h2 {font-size: 40px; margin-bottom: 7px;}
	.leftpart .logo img { width: 250px;height: auto; }
	.l-arw.slick-arrowimg {width: 18px; height: 18px; margin: auto;}
	.other-service-inner .col-md-6 {width: 100%;}
	.lets-talk-cls p {font-size: 15px;}
	.img-part1,
	.img-part2,
	.img-part3,
	.img-part4,
	.img-part5,
	.img-part6,
	.img-part7{width: 100px;height: 100px; padding:15px;}
	.other-service-section img {width: 52px;height: 52px;display: flex;align-items: center;justify-content: center;object-fit: contain;}
  .a-btn a, .enhance-cls a {min-width: 330px; margin: 38px auto 0;}
	.other-service-content{justify-content: center;}
	.other-service-content.one { justify-content: center;}
	.mobile-contact {display: block;}
  .desktop-contact{display: none;}
	.mobile-contact .top-inner,
	.mobile-contact .top-left {flex-direction: column;gap:10px;width: 100%;}
	.mobile-contact .top-right {width: 100%;}
	.form-cls {height: 550px;}
	.footer .leftpart { flex-direction: column;width: 100%;gap: 10px;}
	.footer .d-flex.jsb.aic { justify-content: center; gap: 10px;width: 100%}
	.social-link-part{display: none}
	.link-part {display: none}
	.mobile-menu {display: block;}

/* header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem;
      background: #fff;
      border-bottom: 1px solid #ddd;
    }*/
    .logo {
      color: #00bfff;
      font-weight: bold;
      font-size: 1.5rem;
    }
    .hamburger {
			position: relative;
			display: block;
			width: 25px;
			height: 25px;
      background: none;
      border: none;
      cursor: pointer;
    }
		 .hamburger span
		 {
			position: absolute;
			background-color: #000000;
			height: 3px;
			width: 100%;
		 }
		  .hamburger span:nth-child(1)
		 {
			top: 0px;
		 }
		  .hamburger span:nth-child(2)
		 {
			top: 8px;
		 }
		  .hamburger span:nth-child(3)
		 {
			top: 16px;
		 }
    .mobile-menu {
      position: fixed;
      top: 0;
      right: -100%;
      width: 80%;
      max-width: 300px;
      height: 100%;
      background: #fff;
      box-shadow: -2px 0 10px rgba(0,0,0,0.2);
      transition: right 0.4s ease;
      z-index: 1000;
      padding: 2rem 1rem;
      overflow-y: auto;
    }
    .mobile-menu.active {
      right: 0;
    }
    .close-btn {
      position: absolute;
      top: 0;
      right: 10px;
      font-size: 35px;
      background: none;
      border: none;
      cursor: pointer;
    }
    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(255,255,255,0.5);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      z-index: 999;
    }
    .overlay.active {
      opacity: 1;
      pointer-events: all;
    }
    .mobile-menu ul {
      list-style: none;
    }
    .mobile-menu li {
      padding: 1rem 0;
      border-bottom: 1px solid #eee;
    }
		    .mobile-menu li a 
				{
		color: #474747;
    font-family: "Montserrat-Regular";
    font-size: 15px;
				}
    .submenu-toggle {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }
    .submenu-toggle .arrow {
      transition: transform 0.3s ease;
    }
		.submenu-toggle .arrow i
		{
			border: 1px solid black;
			font-size: 12px;
        padding: 2px;
		}
    .submenu-toggle.active .arrow {
      transform: rotate(90deg);
    }
    .submenu {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      background: #ffffff;
			padding-left: 15px;
    }
	
    .submenu.open {
      max-height: 500px; /* enough for content */
    }
    .submenu li {
      padding: 0.5rem 1rem;
      border: none;
    }
		.service-inner .col-md-4 {width: 50%;}


	}

@media (max-width: 767px) {
	.container {width: 100%;max-width: 96%;}
	/*.nav-menu > li > a {padding: 8px 5px;}
	 .nav-menu { gap: 0px;}*/
	 .banner-inner{padding: 45px 28px;}
	 .banner-inner h5 {margin-bottom: 18px;font-size: 22px;line-height: 22px;}
	 .banner-inner p {padding: 12px 0px;}
	 .other-service-inner { padding: 80px 0px 20px;}
	 .other-service-section {padding: 0 0 65px;}
	 .enhance-cls { padding: 55px 0;}
	 .enhance-cls h2 {font-size: 40px;}
	 .enhance-cls h2 { font-size: 40px;}
	 .client-sldr .main-box button {width: 45px;height: 45px;}
	 .client-sldr .main-box button.l-arw {left: 20px;top: 150px;}
	 .client-sldr .main-box button.r-arw {right: 20px;top: 150px;}
	 .client-sldr .main-box .sldr-main p {font-size: 15px;}
	.client-sldr .main-box { padding: 60px 25px;}
  .client-sldr .main-box .sldr-main h4 {font-size: 20px;}
	.client-sldr { padding: 45px 0;}
	.lets-talk-cls {padding: 60px 0 130px;}
	.form-cls .f-main {padding: 45px 30px 110px;transform: translateY(-100px);}
	.lets-talk-cls h2 {font-size: 40px; margin-bottom: 7px;}
	.leftpart .logo img { width: 250px;height: auto; }
	.l-arw.slick-arrowimg {width: 18px; height: 18px; margin: auto;}
	.other-service-inner .col-md-6 {width: 100%;}
	.lets-talk-cls p {font-size: 15px;}
	.img-part1,
	.img-part2,
	.img-part3,
	.img-part4,
	.img-part5,
	.img-part6,
	.img-part7{width: 100px;height: 100px; padding:15px;}
	.other-service-section img {width: 52px;height: 52px;display: flex;align-items: center;justify-content: center;object-fit: contain;}
  .a-btn a, .enhance-cls a {min-width: 330px; margin: 38px auto 0;}
	.other-service-content{justify-content: center;}
	.other-service-content.one { justify-content: center;}
	.mobile-contact {display: block;}
  .desktop-contact{display: none;}
	.mobile-contact .top-inner,
	.mobile-contact .top-left {flex-direction: column;gap:10px;width: 100%;}
	.mobile-contact .top-right {width: 100%;}
	.form-cls {height: 550px;}
	.footer .leftpart { flex-direction: column;width: 100%;gap: 10px;}
	.footer .d-flex.jsb.aic { justify-content: center; gap: 10px;width: 100%}
	.social-link-part{display: none}
	.link-part {display: none}
	.mobile-menu {display: block;}

/* header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem;
      background: #fff;
      border-bottom: 1px solid #ddd;
    }*/
    .logo {
      color: #00bfff;
      font-weight: bold;
      font-size: 1.5rem;
    }
    .hamburger {
			position: relative;
			display: block;
			width: 25px;
			height: 25px;
      background: none;
      border: none;
      cursor: pointer;
    }
		 .hamburger span
		 {
			position: absolute;
			background-color: #000000;
			height: 3px;
			width: 100%;
		 }
		  .hamburger span:nth-child(1)
		 {
			top: 0px;
		 }
		  .hamburger span:nth-child(2)
		 {
			top: 8px;
		 }
		  .hamburger span:nth-child(3)
		 {
			top: 16px;
		 }
    .mobile-menu {
      position: fixed;
      top: 0;
      right: -100%;
      width: 80%;
      max-width: 300px;
      height: 100%;
      background: #fff;
      box-shadow: -2px 0 10px rgba(0,0,0,0.2);
      transition: right 0.4s ease;
      z-index: 1000;
      padding: 2rem 1rem;
      overflow-y: auto;
    }
    .mobile-menu.active {
      right: 0;
    }
    .close-btn {
      position: absolute;
      top: 0;
      right: 10px;
      font-size: 35px;
      background: none;
      border: none;
      cursor: pointer;
    }
    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(255,255,255,0.5);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      z-index: 999;
    }
    .overlay.active {
      opacity: 1;
      pointer-events: all;
    }
    .mobile-menu ul {
      list-style: none;
    }
    .mobile-menu li {
      padding: 1rem 0;
      border-bottom: 1px solid #eee;
    }
		    .mobile-menu li a 
				{
		color: #474747;
    font-family: "Montserrat-Regular";
    font-size: 15px;
				}
    .submenu-toggle {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }
    .submenu-toggle .arrow {
      transition: transform 0.3s ease;
    }
		.submenu-toggle .arrow i
		{
			border: 1px solid black;
			font-size: 12px;
        padding: 2px;
		}
    .submenu-toggle.active .arrow {
      transform: rotate(90deg);
    }
    .submenu {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      background: #ffffff;
			padding-left: 15px;
    }
	
    .submenu.open {
      max-height: 500px; /* enough for content */
    }
    .submenu li {
      padding: 0.5rem 1rem;
      border: none;
    }
		.service-inner .col-md-4 {width: 50%;}
		.form-cls .f-main .box.first-box { width: 100%;}
        .left-text{text-align:center;}
        .left-text.green{text-align:center;}
}


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

	.banner-inner h2 { font-size: 36px;line-height: 36px;}
	.banner-inner {padding: 25px 5px;}
	.banner-inner h5 {  line-height: 24px; }
	.banner-inner p {padding: 10px 0px; }
	.service-inner .col-md-4 { width: 100%; }
	.other-service-content.one {justify-content: center;flex-direction: column-reverse;}
    
	.other-service-content {justify-content: center;flex-direction: column;}
	.left-text.purple {text-align: center;}
	.left-text.seagreen {text-align: center;}
	.left-text.black { text-align: center;}
	.left-text.orange {text-align: center;}
	.left-text.light-green {text-align: center;}
	.other-service-inner .other-service-content.cls p {text-align: center;}
  .img-part1, .img-part2, .img-part3, .img-part4, .img-part5, .img-part6, .img-part7 { width: 136px; height: 136px; padding: 15px;}
  .other-service-section img { width: 60px;height: 60px;}
	.enhance-cls h2 {font-size: 36px;}
	.enhance-cls p br{display: none;}
	.client-sldr .main-box {  padding: 90px 25px;}
	.client-sldr .main-box button.r-arw { top: 250px; }
	.client-sldr .main-box button.l-arw {top: 250px;}
	.form-cls .f-main {padding: 45px 18px 50px;}
	.rightpart {display: flex; flex-direction: column; justify-content: center; text-align: center;}
	.footer-lower {margin-top: 65px;gap: 60px;}
	.footer { padding: 50px 0;}
	.service-text p {max-width: 350px; margin: 15px auto;}
	.other-service-inner { padding: 50px 0px 20px;}
	.other-service-inner h5{text-align: center;}
	.client-sldr .main-box .sldr-main p {font-size: 16px;}
	.client-sldr .main-box .sldr-main h4 { font-size: 21px;}
}


@media screen and (max-width: 480px) {
	.client-sldr .main-box button.l-arw,
	.client-sldr .main-box button.r-arw { top: 325px;}
	.banner-inner h2 { font-size: 32px;line-height: 35px;}
	.enhance-cls h2 {font-size: 32px;}
	.a-btn a, .enhance-cls a {min-width: 294px;}
.client-sldr .main-box {padding: 90px 8px;}
 .footer-lower {margin-top: 50px; gap: 18px;}
}