.home-txt-hub, .home-txt-bt {
  display: none!important;
}
.other-txt-hub, .other-txt-bt {
  display: flex !important;
}
body.page-id-14 .home-txt-hub, body.page-id-14 .home-txt-bt, body.page-id-844 .home-txt-bt,.single-services  .home-txt-bt,.error404 .home-txt-bt,.page-id-1312 .home-txt-bt,.page-id-73 .home-txt-bt,.page-id-876 .home-txt-bt {
  display: flex !important;
}
body.page-id-14 .other-txt-hub, body.page-id-14 .other-txt-bt, body.page-id-844 .other-txt-bt,.single-services .other-txt-bt,.error404 .other-txt-bt,.page-id-1312 .other-txt-bt,.page-id-73 .other-txt-bt,.page-id-876 .other-txt-bt{
  display: none!important;
}
  .leaf-button .elementor-button-icon svg {
	 
 transition: transform 0.4s ease-in-out;
}
.leaf-button:hover .elementor-button-icon svg {
  transform: rotate(20deg); 
}
.green-ch:hover .elementor-button-icon svg path {
  fill: #203C16 !important;
}
.hub-main .elementor-button-icon svg {
    width: 29px!important;
    height: auto!important;
}

.white-ch:hover .elementor-button-icon svg path {
  fill: #ffffff !important;
}
.orange-ch:hover .elementor-button-icon svg path {
  fill: #C53800 !important;
}
.button-left .elementor-button{
	 text-align: left !important;
}
a.yellow-link {
  color: #E8E563!important; 
  text-decoration: none!important; 
  transition: color 0.3s ease;
}

a.yellow-link:hover {
  color: #E8E574!important;  
  text-decoration: none!important;
}
a.white-link {
  color: #fff!important; 
  text-decoration: none!important; 
 font-weight: 700!important; 
}

a.white-link:hover {
  color: #fff!important; 
  text-decoration: none!important;
}
a.black-link {
  color: #000!important; 
  font-weight: 600!important; 
  text-decoration: none!important; 
}
a.black-link:hover {
  color: #000!important;  
  text-decoration: none!important;
}

.spinner-button .elementor-button-icon svg {
  width: 38px!important;
  height: 36px!important;
	  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.spinner-button:hover .elementor-button-icon svg {
  /*animation: spin 1s linear infinite;
	animation: spin 1s linear 1;*/
}


.spinner-button:hover .elementor-button-icon svg {
  transform: rotate(90deg); 
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.hub-icon1 .elementor-button-icon {
  width: 28px !important;
  height: 28px !important;

}
.hub-icon2 .elementor-button-icon {
  width: 29px !important;
  height: 29px !important;

}

/* Base styles: lock size and reset spacing */
.hub-icon1 .elementor-button-icon,.hub-icon2 .elementor-button-icon {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
  vertical-align: middle;
  background: none !important;
  position: relative;
}

/* Prevent inline SVG from affecting layout */
.hub-icon1 .elementor-button-icon svg,.hub-icon2 .elementor-button-icon svg {
  display: block;
  width: 100% !important;
  height: 100% !important;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

/* On hover: hide original, show background */
.hub-icon1:hover .elementor-button-icon svg,.hub-icon2:hover .elementor-button-icon svg {
  opacity: 0 !important;
}

.hub-icon1:hover .elementor-button-icon {
  background-image: url('https://ecocontrol.bubblestaging.com/wp-content/uploads/2025/07/advice_hover.svg') !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.hub-icon2:hover .elementor-button-icon {
  background-image: url('https://ecocontrol.bubblestaging.com/wp-content/uploads/2025/07/blogs_hover.svg') !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}



.hub-icon3 .elementor-button-icon svg {
  width: 30px !important;
  height: 36px !important;
  transition: fill 0.3s ease; transition: transform 0.4s ease-in-out;
}

.hub-icon3:hover .elementor-button-icon svg {
  transform: rotate(20deg); 
}
.hub-icon3:hover .elementor-button-icon svg path {
  fill: #E8E563 !important;
}

.hub-icon4 .elementor-button-icon svg {
  width: 29px !important;
  height: 29px !important;
  transition: fill 0.3s ease; transition: transform 0.4s ease-in-out;
}

.hub-icon4:hover .elementor-button-icon svg {
  transform: rotate(35deg); 
}
.hub-icon4:hover .elementor-button-icon svg path {
  fill: #E8E563 !important;
}

.hub-icons .elementor-button {
  border: 2px solid #ffffff !important;
  border-radius: 10px;
 /* transition: border-color 0s !important;
  position: relative;
  overflow: hidden; 
  z-index: 1;*/
}

.hub-icons:hover .elementor-button {
 /* border-color: transparent !important;*/
	border: 2px solid #E8E563 !important;
}
/*.hub-icons:hover .elementor-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #E8E563;
  border-radius: 10px;
  opacity: 0;
  animation: showYellowBorder 0.1s forwards;
  animation-delay: 0.4s;
  box-sizing: border-box;
  pointer-events: none;
  z-index: -1; 
}*/
  
@keyframes showYellowBorder {
  to {
    opacity: 1;
  }
}
.map-txt {
  color: var(--Grey, #575756) !important;
  font-family: Montserrat !important;
  font-size: 22px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 35px !important;
  transition: color 0.3s ease !important;
}

.map-txt:hover {
  cursor:pointer;
  color: #C53800 !important;
}

.animate_underline {
  display: inline-block;
  position: relative;
  padding-bottom: 5px; /* space between text and underline */
  cursor: pointer;
}
.animate_underline .elementor-heading-title  a{
  text-decoration: none!important;
}
.home-link .elementor-heading-title  a{
  text-decoration: none!important;
}
.animate_underline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 2.5px;
  background-color: #203C16;
  transition: transform 0.7s ease-in-out;
}

.animate_underline:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.findout-more-btn .elementor-icon-box-title span {
  display: inline-block;
  transition: transform 0.4s ease;
}

.findout-more-btn:hover .elementor-icon-box-title span {
  cursor: pointer;
  transform: translateX(-10px);
}

.iconlist-service .elementor-icon-list-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.8s ease;
}

.iconlist-service .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
  transform: rotate(20deg);
  transition: transform 0.8s ease;
}

.iconlist-service .elementor-icon-list-text {
  display: inline-block;
  position: relative;
  padding-right: 34px;
  transition: transform 0.8s ease, color 0.8s ease;
}

.iconlist-service .elementor-icon-list-item:hover .elementor-icon-list-text {
  transform: translateX(2px);
}

.iconlist-service .elementor-icon-list-text::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url('https://ecocontrol.bubblestaging.com/wp-content/uploads/2025/07/green-arrow.svg') no-repeat center / contain;
  opacity: 0;
  transform: translateY(-50%) translateX(5px) scale(0.9);
  transition: all 0.8s ease;
}

.iconlist-service .elementor-icon-list-item:hover .elementor-icon-list-text::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0) scale(1);
}
.service-main-contain {
  position: relative;
  overflow: hidden!important; 
}

.expand-contain {
  transform: translateY(63%);
  transition: transform 0.5s ease;
/*  position: absolute;*/
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.sticky-contain {
  z-index: 10;
}
.service-main-contain:hover .expand-contain {
  transform: translateY(0%);
}
.service-main-contain:hover .expand-contain .elementor-heading-title {
color:#E8E563!important;
}
.country-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px; 
  margin: 0;
  padding: 0;
}

.country-item {
  flex: 1 1 calc(33.333% - 70px);
  box-sizing: border-box;
  padding: 0; /* Ensure no extra padding */
  color: var(--Grey, #575756);
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}
.contact-us-btn:hover svg path {
  fill: #fff !important;
}
.assessment-list {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.jump-box {
  transition: transform 0.3s ease;
  display: inline-block;
}

.jump-box:hover {
  transform: translateY(-15px);
  cursor: pointer;
}
.icon-home .elementor-icon-wrapper {
  display: flex;
  justify-content: center;
}
.home-icon-leaf {
  margin-top: auto !important; 
}
.img-carosuel-home .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important; 
}
.map-img {
  position: relative;
  width: 100%!important;
  height: 100%!important;
}

.map-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;

  opacity: 0;
  pointer-events: none !important;
  user-select: none !important;
   transition: none!important;
}

.map-img img.default {
  position: relative;
  opacity: 1;
  pointer-events: auto !important;
}


.process_icon .elementor-icon {
  transition: transform 0.5s ease; /* Smooth rotation */
}

.process_icon  .elementor-icon:hover {
  cursor: pointer;
  transform: rotate(50deg);
}
.rotate_icon{
  transition: transform 0.5s ease; /* Smooth rotation */
}

.rotate_icon:hover {
  cursor: pointer;
  transform: rotate(50deg);
}
.process-icon-container1 .process-icon2 {
  display: block;
  transition: opacity 0.3s ease;
}

.process-icon-container1 .process-icon2-hover {
  display: none;
  transition: opacity 0.3s ease;
}

.process-icon-container1:hover .process-icon2 {
  display: none;
}

.process-icon-container1:hover .process-icon2-hover {
  display: block;
}


.process-icon3 {
  display: block;
  transition: opacity 0.3s ease;
}

 .process-icon3-hover {
  display: none;
  transition: opacity 0.3s ease;
}

.process-icon-container2:hover .process-icon3 {
  display: none;
}

.process-icon-container2:hover .process-icon3-hover {
  display: block;
}


.service-common {
  position: relative;
  overflow: hidden!important; 
}

.expand-contain-home{
  transform: translateY(63%);
  transition: transform 0.5s ease;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.service-main-contain-home1 .expand-contain-home{
  transform: translateY(49%);
}

.service-main-contain-home2 .expand-contain-home{
   transform: translateY(53%);
}

.service-main-contain-home3 .expand-contain-home{
  transform: translateY(81%);
}

.service-main-contain-home1:hover .expand-contain-home,.service-main-contain-home2:hover .expand-contain-home{
  background: #203C16!important; 
}

.hide-txt-home {
  order: 2;
}

.findout-more-btn {
  order: 3;
 }
.hide-txt-home{
	 opacity: 0;
}
.service-common:hover .hide-txt-home {
  opacity: 1;
}

.service-common:hover .findout-more-btn {
  order: 4;
}
.service-main-contain-home1,
.service-main-contain-home2,
.service-main-contain-home3 {
  transition: width 1.4s!important; 
}

/* Hover: expand selected, shrink others */
.service-main-contain-home1:hover,
.service-main-contain-home2:hover,
.service-main-contain-home3:hover{
  width: 43%!important; 
}

.service-common:hover .expand-contain-home{
  transform: translateY(0%);
}
/*.service-main-contain-home1:hover .service-main-contain-home2,
.service-main-contain-home1:hover .service-main-contain-home3,
.service-main-contain-home2:hover .service-main-contain-home1,
.service-main-contain-home2:hover .service-main-contain-home3,
.service-main-contain-home3:hover .service-main-contain-home1,
.service-main-contain-home3:hover .service-main-contain-home2 {
  width: 25%;transform: translateY(81%);
}*/

.service-main-contain-home3:hover .hide-home-link{
  display: none;
}
.home-jap-btn .elementor-button-icon{
   /* opacity:0;*/
}
.hub-main .elementor-button-icon svg {
  transition: fill 0.3s ease; transition: transform 0.4s ease-in-out;
}

.hub-main:hover .elementor-button-icon svg path {
  fill:#E8E563!important;
}
.custom-post-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.custom-post {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  overflow: hidden;
}

.custom-post-image {
 /* flex: 1;*/width:50%;
  min-height: 393px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; 
  align-items: stretch; 
}

.custom-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

.custom-post-content {
  /* flex: 1;*/width:50%;
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 0 10px 10px 0;
  background-color: #fff;
}

.custom-post-content-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.custom-post-title {
  color: #3A6F28 !important;
  font-family: Montserrat;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 35px !important;
}

.custom-post-title a {
  color: #3A6F28 !important;
  text-decoration: none !important;
}

.custom-post-title a:hover {
  text-decoration: underline !important;
}

.custom-post-time {
  color: #203C16 !important;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none !important;
}

.custom-post-excerpt {
  color: #000 !important;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none !important;
}

.custom-post-readmore a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #3A6F28 !important;
  color: #3A6F28 !important;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.36px;
  text-decoration: none !important;
  text-align: center;
  transition: all 0.3s ease-in-out;
   margin-top:20px;
}

.custom-post-readmore a:hover {
  background-color: #3A6F28 !important;
  color: #FFF !important;
  border-color: #3A6F28 !important;
}

#latest-post-load-more {
  display: block;
  margin: 50px auto 0;
  padding: 10px 30px;
  border-radius: 10px;
  border: 2px solid #fff;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.36px;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
 
}

#latest-post-load-more:hover {
  background-color: #fff;
  color: #3A6F28;
}
.case-studies-wrapper {
  display: flex;
  flex-direction: column;
}

.case-study-type {
  color: #C53800;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 20px;
}

#casestudies-list-home .owl-item {
  padding: 0 30px;
}

.case-study-item {
  display: flex;
  align-items: center;
  gap: 85px;
  padding: 30px 0;
  box-sizing: border-box;
  flex-wrap: nowrap;
}

.case-study-item.image-left .case-study-image { order: 1; }
.case-study-item.image-left .case-study-content { order: 2; }
.case-study-item.image-right .case-study-image { order: 2; }
.case-study-item.image-right .case-study-content { order: 1; }

.case-study-image {
  width: 32%;
}

.case-study-image img {
  width: 100% !important;
  height: auto !important;
  border-radius: 10px;
  display: block;
}

.case-study-content {
  width: 68% !important;
  box-sizing: border-box;
}

.case-study-title {
  color: #3A6F28 !important;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 25px;
  width: 95% !important;
}

.case-study-excerpt {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
  width: 97% !important;
}

.case-study-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  background: #C53800;
  color: #FFFFFF;
  text-decoration: none !important;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.case-study-readmore:hover {
  background: #FFFFFF;
  color: #C53800;
  border: 2px solid #C53800;
}
.owl-controls-wrapper button.owl-prev,
.owl-controls-wrapper button.owl-next {
  width: 10px !important;
  height: 17px !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 10px 17px !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  font-size: 0 !important;
  color: transparent !important;
  text-indent: -9999px !important;
}

.owl-controls-wrapper button.owl-prev {
  background-image: url('/wp-content/uploads/2025/08/Vector-1-1.svg') !important;
}

.owl-controls-wrapper button.owl-next {
  background-image: url('/wp-content/uploads/2025/08/Vector-3.svg') !important;
}

.owl-controls-wrapper .owl-dot {
  width: 13px !important;
  height: 13px !important;
  background: #EDEDED !important;
  border-radius: 50% !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  opacity: 0.6 !important;
  transition: transform 0.3s ease !important;
}

.owl-controls-wrapper .owl-dot.active,
.owl-controls-wrapper .owl-dot:hover {
  background: #C53800 !important;
  opacity: 1 !important;
  transform: scale(1.2) !important;
}

.owl-controls-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 30px !important;
}

.owl-controls-wrapper .owl-prev,
.owl-controls-wrapper .owl-next,
.owl-controls-wrapper .owl-dots {
  display: flex !important;
  align-items: center !important;
}

.owl-controls-wrapper .owl-dots {
  gap: 10px !important;
}
  .mobile-only { display: none; }
  .desktop-only { display: block; }



.hubmenu {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.hubmenu a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}


.hubmenu .icon-text {
  display: inline-block;
  padding-left: 39px; 
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 29px 29px;
}

/* Default icons */
.hubmenu a[href*="#advice-sec"] .icon-text {
  background-image: url('/wp-content/uploads/2025/08/Vector.svg');
}
.hubmenu a[href*="#blog-sec"] .icon-text {
  background-image: url('/wp-content/uploads/2025/08/Vector-1.svg');
}
.hubmenu a[href*="#casestudy-sec"] .icon-text {
  background-image: url('/wp-content/uploads/2025/08/Vector-2-1.svg');
}
.hubmenu a[href*="#faq-sec"] .icon-text {
  background-image: url('/wp-content/uploads/2025/08/Vector-2.svg');
}

/* Hover icons */
.hubmenu a[href*="#advice-sec"]:hover .icon-text {
  background-image: url('/wp-content/uploads/2025/08/Vector-6.svg');
}
.hubmenu a[href*="#blog-sec"]:hover .icon-text {
  background-image: url('/wp-content/uploads/2025/08/Vector-1-3.svg');
}
.hubmenu a[href*="#casestudy-sec"]:hover .icon-text {
  background-image: url('/wp-content/uploads/2025/08/Frame-93.svg');
}
.hubmenu a[href*="#faq-sec"]:hover .icon-text {
  background-image: url('/wp-content/uploads/2025/08/Frame-17979.svg');
}

.more-btn-move .elementor-icon {
  transition: transform 0.3s ease;
}

.more-btn-move:hover .elementor-icon {
  transform: translateX(15px); 
}
.jap_txt .elementor-widget-text-editor{
 height: 140px!important;           
}
.jap_txt_spacer{
 height: 140px!important;            
}

.reveal-container {
  width: 320px !important;
  height: 320px !important;
  position: relative !important;
  overflow: hidden !important;
}

.reveal-container img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: auto !important;
  transition: clip-path 0.4s ease-in-out !important;
  clip-path: polygon(0% 0%, 70% 55%, 100% 100%, 0% 100%) !important;
}


.reveal-container img.reveal-step-1 {
  clip-path: polygon(0% 0%, 90% 35%, 100% 100%, 0% 100%) !important;
}


.reveal-container img.reveal-step-2 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
}

.reveal-container img.reveal-reset {
  clip-path: polygon(0% 0%, 70% 55%, 100% 100%, 0% 100%) !important;
}








@media only screen and (min-width: 1300px) {
h2.case-study-title {font-size:35px;font-weight:700}
}
@media only screen and (max-width: 1366px) {
	.iconlist-service .elementor-icon-list-text {
  padding-right: 24px;
	}
.expand-contain {
  transform: translateY(66%);
	}
.service-main-contain-home1 .expand-contain-home{
  transform: translateY(55%);
}

.service-main-contain-home2 .expand-contain-home{
   transform: translateY(58%);
}
.country-container {
  gap: 12px 40px; 
}
}
@media only screen and (max-width: 1200px) {
	.reveal-container {
  width: 300px !important;
  height: 300px !important;
	}
.case-study-item {
  gap: 30px;
  }
    .jap_txt .elementor-widget-text-editor{
 height: 180px!important;      
}
   .jap_txt_spacer{
 height: 320px!important;            
} 
}
@media only screen and (max-width: 1024px) {
    .jap_txt .elementor-widget-text-editor{
 height: 140px!important;            
}
    .jap_txt_spacer{
 height: 140px!important;            
}
  .country-container {
    gap: 35px 20px; 
  }
  .country-item {
    flex: 1 1 calc(50% - 20px); 
  }
		 .custom-post-container {
    grid-template-columns: 1fr;
  }

  .custom-post-image  {
    width: 100%;
  }

  .custom-post-content {
    width: 100%;border-radius: 0px ;
  }
		.expand-contain {
  transform: translateY(63%);
	}
	  .service-main-contain-home1 .expand-contain-home{
  transform: translateY(50%);
}

.service-main-contain-home2 .expand-contain-home{
   transform: translateY(58%);
}
  .service-main-contain-home3 .expand-contain-home{
   transform: translateY(85%);
}
}
@media only screen and (max-width: 880px) {
	
.dedicate_yellow{
    background-color: #E8E563!important; 
}
  .country-container {
    gap: 35px 20px;
  }

  .country-item {
    flex: 1 1 calc(33.333% - 20px); 
  }
	.service-main-contain-home1:hover,
.service-main-contain-home2:hover,
.service-main-contain-home3:hover{
  width: 100%!important;
}
  .service-main-contain-home1 .expand-contain-home{
  transform: translateY(40%);
}

.service-main-contain-home2 .expand-contain-home{
   transform: translateY(40%);
}
  .service-main-contain-home3 .expand-contain-home{
   transform: translateY(80%);
}
}

@media only screen and (max-width: 767px) {
.findout-more-btn .elementor-icon-box-icon{
  padding-top: 5px!important;
 }
	.country-container {
    gap: 15px 20px;
  }
   .country-item {
    flex: 1 1 calc(50% - 20px);
  }
.expand-contain {
  transform: none;
	}
.expand-contain .elementor-widget-text-editor, .hide-contain{
    display:none!important;
  }
  .service-main-contain:hover .expand-contain .elementor-heading-title {
    color: #fff!important;
  }
	.spinner-button  .elementor-button,.leaf-button .elementor-button{
  text-align: left!important;
  
}
.home_icon_box .elementor-icon-box-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.home_icon_box .inline-icon-title {
  display: inline-flex !important;
  align-items: center !important;
	 width:86%!important;
}

.home_icon_box .elementor-icon-box-description {
  width: 100% !important;
}
  .service-main-contain-home1:hover,
  .service-main-contain-home2:hover,
  .service-main-contain-home3:hover {
    width: auto;
  }

.expand-contain-home {
    transform: none!important;
  }
	.hide-txt-home, .hide-txt-home3{
  display: none!important;
}
.service-main-contain-home3:hover .hide-home-link{
  display: block!important;
}
	
.service-main-contain-home1 .expand-contain-home,.service-main-contain-home2 .expand-contain-home,.service-main-contain-home3 .expand-contain-home{
  transform: translateY(0%)!important;
}
.home-jap-btn .elementor-button-icon{
   opacity:1;
}
	.map-section-home .elementor-button{
  background-color: #C2D500!important;
  border-color:#C2D500!important;
  color:#000!important;
}
.map-section-home .elementor-button:hover{
  background-color: #3A6F280D!important;
  border-color:#3A6F28!important;
  color:#3A6F28!important;
}
  .custom-post {
    flex-direction: column;
  }
	  .case-study-item {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .desktop-only { display: none; }
  .mobile-only {
    display: block;
    margin-bottom: 20px;
  }

  .case-study-image img {
    max-width: 100%;
  }

  .case-study-image,
  .case-study-content {
    width: 100% !important;
  }
 .home_icon_box .inline-icon-title .elementor-icon {
    margin-right: 14px;
  }
    .jap_txt .elementor-widget-text-editor{
 height:0px!important;         
}
    .jap_txt_spacer{
 height: 0px!important;           
}
	
}




