/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.client-list-slider {
    transition-timing-function: linear !important;
}
 .Expertise_container{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .Expertise_container h3{
            padding: 0;
            margin: 0;
            font-size: 96px !important;
            font-weight: 700;
     


        }
        .Expertise_container p{
            padding: 0;
            margin: 0;
            font-size: 18px;
            line-height: 31px;
            font-weight: 400;
			margin-top: 31px;
        }
.Expertise_container.Expertise_container2 {
    margin-top: 45px;
}
.speciialty-heading h2{
    display: flex;
    justify-content: start;
    align-items: center;
}
.Development-Solutions{
	background:#FFFFFF;
	box-shadow: 0px 34px 34px 0px #5763751A;
	border-radius:5px;

}
.revolutionary-services-tab-list ul {
    padding: 0;
}

  .revolutionary-services-tab-list ul li {
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #F3F3F3;
      padding: 40px 30px;
      border-radius: 10px;
      margin-bottom: 10px;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      
  }
  .revolutionary-services-tab-list ul li svg path{
   transition: all 0.3s ease-in-out;
  }
  .revolutionary-services-tab-list ul li p{
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #222222;
    margin: 0;
    padding: 0;
  }

  .revolutionary-services-tab-list ul li.active svg path{
      fill: #2AC0DB;
  }

/*   .revolutionary-services {
      display: none !important;

  } */
  .revolutionary-services.active {
      display: block !important;
/*       transform: translateY(0px);
      animation: fadeIn 0.3s ease 0.3s forwards; */
  }
/* @keyframes fadeIn {
      100% {
          transform: none;
      }
  } */
.design-content-container {
    position: absolute;
    bottom: 25px;
	left:0
}
.ecom-dev-com h3{
	padding-left:32px;
}
.ecom-dev-com h3::before {
    content: url("https://ecomplanets.com/wp-content/uploads/2025/04/Check-Circle.png");
    position: absolute;
    left: 0;
    top: -2px;
}

.ecom-Planets-tab-list ul{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    
    position: relative;
}
.ecom-Planets-tab-list ul li {
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
	color:#FFFFFF;
    transition: all 0.3s ease-in-out;
}
.ecom-Planets-tab-list ul li:not(:first-child) {
    padding-left: 52px;
}

.ecom-Planets-tab-list ul li.active::before{
    content: '';
    background-color: #2AC0DB;
    height: 7px;
    width: 69px;
    position: absolute;
    bottom: -3px;

}



.ecom-Planets,
.ecom-Planets2 {
    display: none;
   
}

.ecom-Planets.active,
.ecom-Planets2.active {
    display: block;
}
.discovery_strategy{
	border-bottom: 1px solid transparent;
	transition:all 0.3s ease-in-out;
}
.Vision-tab-list{
	cursor:pointer;
}
.Vision-tab-list .discovery_strategy.active{
	border-bottom: 1px solid #2AC0DB;
}
.discovery_strategy h2::before {
    content: "01";
    position: absolute;
    left: 0;
}

.discovery_strategy2 h2::before {
    content: "02";
    position: absolute;
    left: 0;
}
.discovery_strategy3 h2::before {
    content: "03";
    position: absolute;
    left: 0;
}
span.free-consultation a {
    position: relative;
    padding-right: 40px;
	cursor:pointer;
    transition: all 0.3s ease-in-out;
	color:#059862;
	
}


span.free-consultation a::before {
    content: url('https://ecomplanets.com/wp-content/uploads/2025/04/Arrow-2.png');
    position: absolute;
    right: 0;
    top: 0;
}


.Vision-container{
    display: none;
   
}

.Vision-container.active {
    display: block;
   
}


/* logo slider  */

.category-swiper {
    overflow: visible !important;
    transition: 300ms ease-in-out;
}
.logo-arrows-container {
     display: flex;
     gap: 20px;
     align-items: center;
     cursor: pointer;
 }
 .custom-nav-prev rect,
 .custom-nav-prev path,
 .custom-nav-next rect,
 .custom-nav-next path {
     transition: fill 0.5s ease;
 }


 .custom-nav-prev:hover rect:first-of-type,
 .custom-nav-next:hover rect:first-of-type {
     fill: #242424;
 }

 .custom-nav-prev:hover path,
 .custom-nav-next:hover path {
     fill: white !important;
 }


/* blog list  */
#latest-blog-post {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  
}

#latest-blog-post .post-content{
  margin-top: 30px;
}

#latest-blog-post .post-thumbnail img {
  width: 100%;
  height:auto;
  border-radius: 30px;
}

#latest-blog-post .post-category {
  border: 0.94px solid #C9C9C9;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

#latest-blog-post h2 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #1E1E1E;
  margin-top: 12px;
}

#latest-blog-post p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

#latest-blog-post .post-meta .date,
#latest-blog-post .post-meta .read-time {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #219653;

}

#latest-blog-post .post-meta .read-time{
  position: relative;
  padding-left: 20px;
}

#latest-blog-post .post-meta .date {
  margin-right: 20px;
}

#latest-blog-post .post-meta .author {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #797979;
  margin-right: 20px;
  position: relative;
  padding-left: 20px;
}

#latest-blog-post .post-meta {
    margin-top: 40px;
}

#latest-blog-post .post-meta .author::before,
#latest-blog-post .post-meta .read-time::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #797979;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
}


#ecomz-blog-categories {
  margin-bottom: 60px;
  display: flex;
  gap: 20px;
  margin-top:30px;
}

#ecomz-blog-categories button {
  padding: 12px 20px;
  cursor: pointer;
  border: 1px solid #E4E4E4;
  background: #fff !important;
  color:#111827 !important;
  border-radius: 50px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700 !important;
}

#blog-filter-container .ecomz-blog-titel {
  font-size: 43px;
  line-height: 52px;
  color: #333333;
  margin-bottom: 20px;
   border-bottom: 1px solid #0B3D7929;
  padding-bottom: 22px;

}

#ecomz-blog-categories .active {
  border: 1px solid #219653;
  color: #219653;
}

#blog-posts-content {
  position: relative;
}
#ecomz-blog-post {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  gap: 30px;
      border-bottom: 1px solid #0B3D7929;
    padding-bottom: 68px;
}

#ecomz-blog-post .blog-post-item {
  border: 0.5px solid #E4E4E4;
  padding: 16px;
  border-radius: 12px;
}

#ecomz-blog-post .blog-post-item img {
  width: 100%;
  height: 243px;
  border-radius: 12px;
}

#ecomz-blog-post .blog-post-cat {
  border: 0.94px solid #C9C9C9;
  padding: 6px 12px;
  border-radius: 30px;

}

#ecomz-blog-post .blog-post-categories-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ecomz-blog-post .blog-post-categories {
  display: flex;
  gap: 20px;
  margin: 20px 0;

}



#ecomz-blog-post h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #111827 !important;
}
#ecomz-blog-post h2 a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #111827 !important;
}

#ecomz-blog-post .blog-post-excerpt {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #3F4654;
}

#ecomz-blog-post .blog-post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

#ecomz-blog-post .blog-post-meta .blog-post-date {
  color: #219653;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

#ecomz-blog-post .blog-post-meta .blog-post-author {
  color: #797979;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}

#ecomz-blog-post .blog-post-meta .blog-post-author::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #797979;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
}


#blog-pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 15px;
  position: relative;
  margin-top: 68px;
}

#blog-pagination li a,
#blog-pagination li span {
  color:#667085;
  font-size:16px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

span.page-numbers.current {
    background: #333333;
    color: #fff !important;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}
#blog-pagination {
    margin-top: 40px;
}



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

.ecom-Planets-tab-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
   flex-wrap: nowrap;
    overflow-x: auto;
    box-sizing: border-box;
    justify-content: start;
    position: relative;
}
.ecom-Planets-tab-list ul li {
    flex: 0 0 auto;
}
	
  #latest-blog-post {
  grid-template-columns: repeat(1, 1fr);
    gap:0;
}
#latest-blog-post .post-thumbnail img {
  height:auto;
}
#latest-blog-post h2 {
  font-size: 24px;
  line-height: 34px;
}
#ecomz-blog-post {
  grid-template-columns: repeat(1,1fr);

}
#ecomz-blog-categories {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
}
  #ecomz-blog-categories{
    margin-bottom:30px;
    padding-bottom:27px;
  }
#ecomz-blog-categories  button{
    flex: 0 0 auto;
}
  #ecomz-blog-categories::-webkit-scrollbar {
  height: 4px; /* For horizontal scroll */
}

#ecomz-blog-categories::-webkit-scrollbar-track {
  background: #EBEBEB;
}

#ecomz-blog-categories::-webkit-scrollbar-thumb {
  background: #219653;
  border-radius: 10px;
}
}


@media (min-width: 768px) and (max-width: 980px) {
    #latest-blog-post {
  grid-template-columns: repeat(1, 1fr);
    gap:0;
}
#latest-blog-post .post-thumbnail img {
  height:auto;
}
  
#ecomz-blog-post {
  grid-template-columns: repeat(2,1fr);

}
#ecomz-blog-categories {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
}
  #ecomz-blog-categories{
    margin-bottom:30px;
    padding-bottom:27px;
  }
#ecomz-blog-categories  button{
    flex: 0 0 auto;
}
  #ecomz-blog-categories::-webkit-scrollbar {
  height: 4px; /* For horizontal scroll */
}

#ecomz-blog-categories::-webkit-scrollbar-track {
  background: #EBEBEB;
}

#ecomz-blog-categories::-webkit-scrollbar-thumb {
  background: #219653;
  border-radius: 10px;
}
}


