/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 09 2026 | 15:43:45 */
.integration-wrap::after {
    content:'';
        background-image: linear-gradient(#ffffff7d, #fff 44%);
    width: 100%;
    height: 170px;
    z-index: 0;
    position: absolute;
    inset: auto 0% 0%;
}

.single-itegration {
    background-color: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 60px !important;
    height: 60px !important;
    display: flex;
    box-shadow: 0 35px 45px #070e270d !important;
}
.single-itegration img {
	width:70%;
}
@media only screen and (max-width:992px) {


.integration-wrap::after  {
    display: none;
}
}

.elementor-widget-text-editor ul {
    margin-bottom: 16px;
}

.elementor-widget-text-editor ul li {
    margin-bottom: 8px;
}

.elementor-widget-text-editor ul li:last-child {
    margin-bottom: 0px;
}

.elementor-widget-text-editor ul:last-child {
    margin-bottom: 0px !important;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}

.elementor-widget-text-editor ul {
    list-style: none;
    padding-left: 0;
    
}

 .elementor-widget-text-editor ul li {
    position: relative;
    padding-left: 24px;
}

.post-grid:hover .image-card img {
    transform: scale(1.2);
    
}
.image-card {
    border-radius: 20px;
}
.image-card img {
    transition: .8s ease !important;
}
.image-card {
    overflow: hidden;
}
.e-loop-item:last-child .post-sidebar {
  border-bottom: none !important;
}


a{
	text-decoration: none !important;
}
.custom-button a, .custom-button-2 a{
	overflow: hidden !important;
	transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
	z-index: 2 !important;
	position: relative !important;
}
/* .elementor-sticky--effects {
    background: #fff !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(13.5px) !important;
	border-bottom:1px solid #D8D8D8 !important;

}
.elementor-sticky--effects i {
    color: #000 !important;
} */
.elementor-sticky--effects .desktop-nev .ekit-menu-nav-link{
 color: #000 !important;   
}
body {
overflow-x:hidden;}
.custom-button a:after {
    content: '';
    position: absolute;
    top: -100%;
    left: -53%;
    width: 200%;
    height: 360%;
    background-color: #EA4E3D;
    transform-origin: center center;
    transform: rotate(35deg) scaleX(0);
   transition: transform 0.5s;
    z-index: -1;
}
.custom-button a:hover:after , .custom-button-2 a:hover:after , .cstm-form .elementor-button:hover:after{
transform: rotate(35deg) scaleX(1);
}
.custom-button a:hover {
 color: white !important;
}
.custom-hero-section{
	position: relative;
	z-index: 1 !important;
}
body {
overflow-x:hidden;
}
.custom-hero-section:after{
	background-image: linear-gradient(#000, #0000 22%), linear-gradient(0deg, #000, #0000 50%), linear-gradient(90deg, #000000e0, #000000a1 29%, #0000 63%), linear-gradient(270deg, #000000e6, #000000d6 26%, #0000 49%) !important;
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	z-index: 0;
	top:0;
}
.custom-button-2 a:after , .cstm-form .elementor-button:after {
    content: '';
    position: absolute;
    top: -125%;
    left: -53%;
    width: 200%;
    height: 360%;
    background-color: #fff;
    transform-origin: center center;
    transform: rotate(35deg) scaleX(0);
/*     transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1); */
    transition: transform 1s !important;
	
    z-index: -1;
}
.header-rotating-img {
  animation: spin360 8s linear infinite;
}

@keyframes spin360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cstm-icon-list ul li {
  text-align: right;
	 transition: transform .4s ease-in-out, color 5s ease-in-out !important;
}

.cstm-icon-list ul li span {
  display: inline-block;
  transform-origin: right center;
  transition: transform .4s ease-in-out, color .4s ease-in-out !important;
}

.cstm-icon-list ul li:hover span {
  transform: scale(1.5);
  color: white !important;
}

.award-rotating-img img{
	  animation: spinn 12s linear infinite;
}

@keyframes spinn {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.animated-heading h2 .word {
  color: #c6c6c6; /* starting gray */
  transition: none; /* GSAP handles the animation, not CSS */
	display: inline;
}

.animated-heading h3 .word {
  color: #7B7B7B; /* starting gray */
  transition: none; /* GSAP handles the animation, not CSS */
	display: inline;
}
.service-img-col{
	position: relative !important;
}
.service-one-row-img, .service-one-row-content, .service-two-row-img, .service-two-row-content, .service-3-row-img, .service-3-row-content, .service-4-row-img, .service-4-row-content{
	  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.service-one-row:hover .service-one-row-img {
	opacity: 1;
  transform: translateY(0);
	  transition: opacity 0.4s ease, transform 0.4s ease; /* IN: fast */

}
.service-one-row:hover .service-one-row-content{
		opacity: 1;
  transform: translateY(0);
	  transition: opacity 0.4s ease, transform 0.4s ease; /* IN: fast */

}
.service-one-row-img{
	max-width: 410px !important;
	width: 410px !important;
	left: -170px !important;
	top: -60px !important;
}

/* service 2 styling */

.service-two-row:hover .service-two-row-img,
.service-two-row:hover .service-two-row-content {
  opacity: 1;
  transform: translateY(0);
}
.service-two-row-img{
	max-width: 410px !important;
	width: 410px !important;
	left: -170px !important;
	top: -60px !important;
}

/* service 3 styling */

.service-3-row:hover .service-3-row-img,
.service-3-row:hover .service-3-row-content {
  opacity: 1;
  transform: translateY(0);
	  transition: opacity 0.4s ease, transform 0.4s ease; /* IN: fast */

}
.service-3-row-img{
	max-width: 410px !important;
	width: 410px !important;
	left: -170px !important;
	top: -60px !important;
}

/* service 4 styling */

.service-4-row:hover .service-4-row-img,
.service-4-row:hover .service-4-row-content {
  opacity: 1;
  transform: translateY(0);
	  transition: opacity 0.4s ease, transform 0.4s ease; /* IN: fast */

}
.service-4-row-img{
	max-width: 410px !important;
	width: 410px !important;
	left: -170px !important;
	top: -60px !important;
}
.service-1-title {
  position: relative; /* needed so the absolute child positions against this */
}

.service-1-title figure.elementor-image-box-img, .service-1-title figure.elementor-image-box-img, .service-2-title figure.elementor-image-box-img, .service-3-title figure.elementor-image-box-img, .service-4-title figure.elementor-image-box-img {
	width: 0% !important;
  transition: width 0.8s ease;
}

.service-one-row:hover .service-1-title figure.elementor-image-box-img, .service-two-row:hover .service-2-title figure.elementor-image-box-img, .service-3-row:hover .service-3-title figure.elementor-image-box-img, .service-4-row:hover .service-4-title figure.elementor-image-box-img {
 	width: 12% !important;
  transition: width 0.4s ease;
}
/* .counter {
  display: flex;
  align-items: center;
  gap: 4px;
	 font-family: "Inter Tight", sans-serif;
}

.counter-prefix,
.counter-suffix {
  font-size: 170px;
  font-weight: 600;
  line-height: 1;
}

.digit {
  height: 170px;
  width: 100px;
  overflow: hidden;
  position: relative;
}

.digit-strip {
  display: flex;
  flex-direction: column;
}

.digit-strip span {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 170px;
  font-weight: 600;
  line-height: 1;
} */

.counter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2vw;
  font-family: "Inter Tight", sans-serif;
  
  /* 
    Use a CSS custom property for responsive height so JS can read it, 
    or use responsive viewport units (vw/clamp) 
  */
  --digit-height: min(170px, 18vw); 
  --digit-width: min(100px, 11vw);
}

.counter-prefix,
.counter-suffix {
  font-size: var(--digit-height);
  font-weight: 600;
  line-height: 1;
}

.digit {
  height: var(--digit-height);
  width: var(--digit-width);
  overflow: hidden;
  position: relative;
}

.digit-strip {
  display: flex;
  flex-direction: column;
}

.digit-strip span {
  height: var(--digit-height);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--digit-height);
  font-weight: 600;
  line-height: 1;
}

/* Adjustments for Mobile Screens */
@media (max-width: 768px) {
  .counter {
    --digit-height: clamp(60px, 15vw, 120px);
    --digit-width: clamp(35px, 9vw, 70px);
  }
}

.cstm-imgbox figure.elementor-image-box-img {
  background: #ea4e3d;
  border-radius: 10px;
  padding: 9px;
  width: 60px !important;
  transition: background 0.4s all ease-in-out;
}

.cstm-imgbox figure.elementor-image-box-img img {
  transition: transform 0.6s all ease-in-out;
  transform: rotateY(0deg);
}

.cstm-imgbox:hover figure.elementor-image-box-img {
  background: #000000;
}

.cstm-imgbox:hover figure.elementor-image-box-img img {
  transform: rotateY(180deg);
		filter: invert(1);
}
.new-custom-button {
  width: fit-content;
}

.new-custom-button .elementor-button {
  position: relative !important;
  overflow: visible;
  height: auto;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.new-custom-button .elementor-button-content-wrapper {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-custom-button .elementor-button-text{
  position: relative;
  z-index: 2;
  display: block;
  height: 1em;
  line-height: 1;
  overflow: hidden;
}

.new-custom-button .elementor-button-text span {
  display: block;
  height: 1em;
  line-height: 1;
  transition: transform 0.55s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.new-custom-button .elementor-button-icon {
    position: absolute;
    right: -56px;
    top: 50%;
    width: 57px;
    height: 57px;
    margin: 0 !important;
    transform: translateY(-50%);
    background: #cf4537;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 18px !important;
	  transition: transform 0.55s cubic-bezier(.22, 1, .36, 1);
}

.new-custom-button .elementor-button-icon svg{
  width: 34px;
  height: 34px;
  transition: transform 0.55s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.new-custom-button .elementor-button-icon svg path {
  fill: #fff;
}

.new-custom-button:hover .elementor-button-text span{
  transform: translateY(-100%);
}

.new-custom-button:hover .elementor-button-icon svg {
	transform: rotate(45deg);
}
.new-custom-button:hover .elementor-button-icon{
	transform: translate(-90%, -50%);
}
.new-custom-button:hover .elementor-button{
  transform: translateX(15px);
	padding-right: 50px !important;
}

@media (max-width: 767px) {
  .new-custom-button .elementor-button {
    min-width: 210px;
    height: 78px;
    padding: 0 38px;
    font-size: 22px;
  }

  .new-custom-button .elementor-button-icon {
    right: -40px;
    width: 78px;
    height: 78px;
  }

  .new-custom-button .elementor-button-icon svg {
    width: 25px;
    height: 25px;
  }
}

/* sub header overlay */
.custom-subheader:after{
	content: "";
	position:absolute;
	left:0;
	top: 0;
	width: 100%;
	height:100%;
	    background-image: linear-gradient(#000, #0000 28%), linear-gradient(0deg, #000000a6, #0000 41%), linear-gradient(90deg, #000000b3, #0000 43%), linear-gradient(270deg, #000000b3, #0000 44%), linear-gradient(#00000080, #00000080);
z-index: 0;	
}

.cstm-form input, .cstm-form textarea {
    padding: 10px 10px 30px 10px;
}
.cstm-form input:focus, .cstm-form textarea:focus{
	box-shadow: none !important;	
}
/* .cstm-form button{
	margin-right: 56px;
} */
.about-cols {
  position: relative ; /* required so the ::before positions against this section */
}
.about-cols::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1.5px;
  background: #ea4e3d;
  transition: width 0.6s ease;
}
.about-cols::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #4d4d4d2b;
}

.about-cols:hover::before {
  width: 100%;
}

.about-list li {
    padding-bottom: 30px !important;
    margin-top: 30px !important;
}

.about-list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1.5px;
  background: #eee;
  transition: width 0.6s ease;
}
.about-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #ffffff2b;
}
.about-list li:hover::before {
  width: 100%;
}

.about-content-box:after {
    content: "";
    position: absolute;
    width: 2px;
    background: white;
    height: 50%;
    left: 0px;
    top: 0%;
	transition: 0.5s all ease-in-out;
}

.about-content-box:has(.col2:hover)::after {
  top: 50%;
}
.about-content-box:has(.col1:hover)::after {
  top: 0%;
}
.cstm-service-icon-box:first-child img {
    animation: rotate-animation 6s linear infinite;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.moving-imgs-box {
    position: relative;
    width: 60px;
	height: 45px;
}
.cstm-service-icon-box .moving-imgs-box img {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
}

.cstm-service-icon-box .moving-imgs-box .img1 {
    width: 45px;
    height: auto;
    animation: swap-bottom-left 1s ease-in-out infinite alternate;
}

.cstm-service-icon-box .moving-imgs-box .img2 {
    width: 25px;
    height: auto;
    animation: swap-top-right 1s ease-in-out infinite alternate;
}
@keyframes swap-bottom-left {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-8px, 10px, 0); 
    }
}
@keyframes swap-top-right {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
    transform: translate3d(26px, -19px, 0);
	}
}

.cstm-service-icon-box .moving-imgs-box-2 .img1{
	animation: swap-right 1s ease-in-out infinite alternate;
} 
.cstm-service-icon-box .moving-imgs-box-2 .img2{
	animation: swap-left 1s ease-in-out infinite alternate;
} 

@keyframes swap-left {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-23px, 0px); 
    }
}
@keyframes swap-right {
    0% {
        transform: translate(0, 0);
    }
    100% {
    transform: translate(23px, 0);
	}
}


.cstm-service-icon-box .moving-imgs-box-3 .img1{
	animation: rotate-right-to-left 1s ease-in-out infinite alternate;
}
.cstm-service-icon-box .moving-imgs-box-3 .img2{
	animation: rotate-left-to-right 1s ease-in-out infinite alternate;
}

@keyframes rotate-right-to-left {
    0% {
        transform: rotate(0deg);
    }
    100% {
    transform: rotate(-180deg);
	}
}

@keyframes rotate-left-to-right {
    0% {
        transform: rotate(0deg);
    }
    100% {
    transform: rotate(-180deg);
	}
}

.service-tab-content{
	margin: 0;
}
.jet-tabs__control {
  margin-left: 40px;
  transition: margin-left 0.6s ease-in-out;
	position: relative !important;
}

.jet-tabs__control:hover,
.jet-tabs__control.active-tab {
  margin-left: 0;
}
.jet-tabs__control-inner:after {
    content: "";
    position: absolute !important;
    bottom: -2px;
    left: 0px;
    width: 0%;
    height: 2px;
    background: #ea4e3d;
  transition: width 0.5s ease-in-out;
	
}
.jet-tabs__control:hover .jet-tabs__control-inner:after ,
.jet-tabs__control.active-tab .jet-tabs__control-inner:after  {
  width: 100%;
}
.service-process-col {
  position: relative; 
  --line-height: 0%;  
}
.service-process-col:after {
    content: "";
    position: absolute;
    width: 1px;
    height: var(--line-height); 
    background: #ea4e3e;
    left: 22%;
	top:0;
	transition: height 0.1s linear;
}
.service-process-number p {
  transition: color 0.3s ease;
}

.service-process-number.active p {
  color: #ea4e3e !important; /* Bright red color when active */
}
.cstm-faq .e-n-accordion-item {
    border-bottom: 1px solid #00000029 !important;
	padding-bottom: 15px !important;
}



@media(max-width:767px){
	.digit {
		height: 120px;
		width: 40px;
	}
	.digit-strip span {
		height: 120px;
		font-size: 70px;
	}
	.counter-prefix, .counter-suffix {
		font-size: 70px;
		}
	.counter {
    gap: 2px;
}
}


.tilt-container-1 {
    transform:rotate(-9deg) translate3d(190px, 30px , 0px);
	z-index: 1;
}
.tilt-container-2 {
    transform: rotate(9deg) translate3d(-190px, 30px , 0px);
		z-index: 1;
}
.elementskit-megamenu-panel{
	padding: 10px;
}

.bg-color {
    background-image: radial-gradient(circle at 50% 20%, rgb(234 78 62 / 9%), rgba(255, 255, 255, 0) 30%);
}
.partner-container{
    background-image: url(https://cdn.prod.website-files.com/6667e12…/68b9711…_Home%20service%20v1%20background%20noise.svg), radial-gradient(circle farthest-corner at 100% 50%, #ea4e3d40, #EA4E3D00 31%);
    background-repeat: no-repeat, repeat;
    background-size: 50%, auto;
    background-position: bottom right, 0px 0px;
}
.year-svg path{
	fill: #000;
}
.year-svg svg{
	height: 120px !important;
    position: relative;
    top: 4px;
}
.year-svg{
	animation: rotate360 12s linear infinite;
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.careers-marquee .deensimc-marquee-track-wrapper .deensimc-text-wrapper {
    border: 1px solid #d1d1d1;
	border-right: 0px !important; 
    padding: 25px;
}


@media only screen and (max-width:992px) {
	.service-process-col:after {
left:20% !important;
	}
	.cstm-tools .deensimc-img-wrapper {
    height: 80px;
    width:80px;
  
}
}

.cstm-tools .deensimc-marquee-image {
	filter:unset !important;
}
.cstm-tools .deensimc-img-wrapper {
    height: 60px;
    width:60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.fade-container::before,
.fade-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px; /* Width of the fade effect */
  z-index: 2;
  pointer-events: none; /* Allows clicks/scrolls to pass through */
}

/* Left edge white fade */
.fade-container::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

/* Right edge white fade */
.fade-container::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
    
      .latest-work-mobile-only {
        
        --lw-ink: #22202f;
        --lw-muted: #505056;
        --lw-accent: #EA4E3D;
        --lw-card-bg: #ffffff;
        
        position: relative;
        box-sizing: border-box;
        width: 100%;
        background-color: var(--lw-bg);
        color: var(--lw-ink);
        font-family: "Inter Tight", "Inter", sans-serif;
        padding-bottom: 24px;
      }
  
      .latest-work-mobile-only *,
      .latest-work-mobile-only *::before,
      .latest-work-mobile-only *::after {
        box-sizing: border-box;
        border-radius: 24px;
      }
  
      /* ------------------------------------------------------------- */
      /* STICKY TOP HEADER & TABS                                      */
      /* ------------------------------------------------------------- */
      .lw-m-sticky-header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 100;
        background-color:#fdf1f0;
        padding: 16px 0 12px 0;
        border-bottom: 1px solid rgba(34, 32, 47, 0.08);
        backdrop-filter: blur(12px);
      }
  
      .lw-m-header-content {
        padding: 0 16px;
        margin-bottom: 10px;
      }
  
      .lw-m-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 4px 12px;
        border: 1px solid rgba(34, 32, 47, 0.15);
        border-radius: 999px;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 6px;
      }
  
      .lw-m-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--lw-accent);
      }
  
      .lw-m-title {
        font-size: 30px;
        font-weight: 500;
        line-height: 1.05;
        letter-spacing: -0.03em;
        margin: 0;
      }
  
      /* Horizontal Scroll Tabs Bar */
      .lw-m-tabs-wrapper {
        width: 100%;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 0 16px;
      }
  
      .lw-m-tabs-wrapper::-webkit-scrollbar {
        display: none;
      }
  
      .lw-m-tabs {
        display: inline-flex;
        gap: 8px;
        white-space: nowrap;
      }
  
      .lw-m-tab-btn {
        background: rgba(34, 32, 47, 0.06);
        border: 1px solid transparent;
        color: var(--lw-ink);
        padding: 8px 16px;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        transition: background 0.2s ease, color 0.2s ease;
        display: flex;
        align-items: center;
        gap: 6px;
      }
       .lw-m-tab-btn:hover {
           background:#000 !important;
       }
  
      .lw-m-tab-btn.is-active {
        background: var(--lw-ink);
        color: #ffffff;
      }
  
      .lw-m-tab-btn .lw-m-tab-date {
        font-size: 10px;
        opacity: 0.6;
      }
  
      /* ------------------------------------------------------------- */
      /* CARDS LIST                                                    */
      /* ------------------------------------------------------------- */
      .lw-m-cards-list {
        padding: 16px 16px 8px 16px;
        display: flex;
        flex-direction: column;
        gap: 16px;
      }
  
      .lw-m-card {
        background: var(--lw-card-bg);
        border-radius: 16px;
        padding: 16px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
        scroll-margin-top: 155px; /* Alignment offset for sticky header */
      }
  
      .lw-m-card-media {
        position: relative;
        width: 100%;
        height: 220px;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 12px;
      }
  
      .lw-m-card-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
  
      .lw-m-card-date {
        position: absolute;
        top: 10px;
        right: 10px;
        background: rgba(34, 32, 47, 0.82);
        backdrop-filter: blur(6px);
        color: #ffffff;
        padding: 3px 8px;
        border-radius: 999px;
        font-size: 11px;
        font-weight: 600;
      }
  
      .lw-m-card-body {
        display: flex;
        flex-direction: column;
        gap: 6px;
      }
  
      .lw-m-card-title {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 5px;
      }
  
      .lw-m-card-desc {
        font-size: 14px;
        line-height: 22px;
        color: var(--lw-muted);
        margin: 0;
      }
  
      .lw-m-footer {
        padding: 8px 16px 0 16px;
      }
  
      .lw-m-cta-btn {
        width: 100%;
        min-height: 52px;
        background: var(--lw-accent);
        color: #ffffff;
        border: none;
        border-radius: 999px;
        font-size: 15px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        cursor: pointer;
      }
      @media (min-width: 993px) {
    .latest-work-mobile-only {
      display: none !important;
    }
  }
  
  @media only screen and (max-width:992px) {
      .lw-m-cta-btn {
          display: none;
      }
  }
  
  /* Full-width CTA button hover animation fix */
  .lw-m-cta-btn {
    position: relative !important;
    overflow: hidden !important;
    z-index: 2 !important;
    transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
  }
  
  .lw-m-cta-btn::after {
    content: '';
    position: absolute;
    top: -200%;
    left: -100%;
    width: 350%;
    height: 500%;
    background-color: #000000; /* Black hover color */
    transform-origin: center center;
    transform: rotate(35deg) scaleX(0);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
    z-index: -1;
  }
  
  .lw-m-cta-btn:hover::after {
    transform: rotate(35deg) scaleX(1);
  }
  
  .lw-m-cta-btn:hover {
    color: #ffffff !important;
  }
  
  .lw-m-cta-btn:hover {
    color: #ffffff !important;
  }

  .mega-items {
    position: relative !important;
  }
.mega-items.active-mega-item {
	background: #F9F9F9;
}

  .mega-items.active-mega-item::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 8px;
    height: 8px;
    background-color: #f0534a; 
    border-radius: 50%;
  box-shadow: 0 0 10px rgba(240, 83, 74, 0.8);
    z-index: 99;
    pointer-events: none;
  }
.xd_btn .elementor-button , .xd_btn_new {
	position:relative;
	overflow:hidden;
	  isolation: isolate !important;
    transition: color 0.4s ease !important;
	
}
.xd_btn.dark .elementor-button , .xd_btn_new.dark {
color:#fff !important;	
}
  .xd_btn .elementor-button::before , .xd_btn_new::before {
        content: "";
    position: absolute;
    top: var(--y, 50%);
    left: var(--x, 50%);
    width: 0;
    height: 0;
    background: #ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
    z-index: 0;
  }
.xd_btn  .elementor-button-content-wrapper {
	z-index:1;
	position:relative;
}
  .xd_btn .elementor-button:hover::before , .xd_btn_new:hover::before {
     width: 500px;
    height: 500px;
  }

 .xd_btn.dark .elementor-button::before , .xd_btn_new.dark::before{
    background: #000000;
  }
.cstm-imgbox:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(67deg) brightness(109%) contrast(109%) !important;
}