body{
	background-color:#000 !important;
}

.who_we_work .elementor-testimonial__content{
	
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}
.menu {
  background: rgba(255, 255, 255); 
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); 
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
	height:100%;
}
.contact_info .elementor-icon-list-icon i{
	background: #000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.menu .sub-menu li{
	backdrop-filter: blur(10px);
}
.scroll-strip {
  background: #f5a623;
  overflow: hidden;
  transform: skewY(0deg);
  padding: 20px 0;
  position: relative;
}

.scroll-track {
/*   transform: skewY(3deg); */
  white-space: nowrap;
}

.scroll-content {
  display: inline-block;
  animation: scroll 15s linear infinite;
  font-size: 20px;
  font-weight: 600;
  color: #1c1c1c;
}

.scroll-content span {
  margin-right: 50px;
}

/* Infinite animation */
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*
 * 
 * /* Green bottom effect */
.scroll-strip::before {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #000000;
  transform: skewY(-2deg);
} 


.scroll-strip::after {
    content: "";
    position: absolute;
    top: -42px;
    left: 0;
    width: 100%;
    height: 30px;
    background: #000000;
    transform: skewY(-2deg);
}

.services-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.services-slider .swiper-slide {
  width: auto !important;
}

.services-slider {
  overflow: hidden;
}
.client_logo_slider .content-image {
	display:flex !important;
	justify-content:center;
	align-items:center;
    background: #c7c0b4;
    width: 100%;
    height: 100px;
}
.client_logo_slider .content-image img{
	width:50% !important;
}


.line-1 .elementor-widget-container h2{
	
    font-size: clamp(52px, 9vw, 96px);
}

.line-2 .elementor-widget-container h2 {
   
    background: linear-gradient(135deg, #7850FF 0%, #D45FBE 60%, #FF7FA0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

	
}


.highlight span{
	position: relative;
	display: inline-block;
}

.highlight span::before{
	position: absolute;
	content: " ";
	
    top: 3px;
    left: -15px;width: 7px; height: 7px; border-radius: 50%; background: #7850FF;
	animation: plusPulse 1.5s ease-in-out infinite;
	transform-origin: center;
}

/* Small to Big Animation */
@keyframes plusPulse{
	0%{
		transform: scale(0.5);
		opacity: 0.4;
	}
	50%{
		transform: scale(1.4);
		opacity: 1;
	}
	100%{
		transform: scale(0.5);
		opacity: 0.4;
	}
}

.ticker-wrap {
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	
    background: rgba(255, 255, 255, 0.4);
    padding: 14px 0;
    position: relative;
    z-index: 5;
}

.ticker-track {
    display: flex;
    width: max-content;
    animation: ticker-scroll 28s linear infinite;
    gap: 48px;
}
@keyframes ticker-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.ticker-track span {
    font-size: 11.5px;
    color: #aaa;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 500;
}

.ticker-gem {
    color: #7850FF !important;
    font-size: 8px !important;
    letter-spacing: 0 !important;
}

.highlight-line span{
	color: #7850FF;
	font-style:italic;
}

.steps-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 44px;
    position: relative;
}

.steps-row::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 64px;
    right: 64px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(120, 80, 255, 0.25), rgba(212, 95, 190, 0.25), transparent);
}

.step-card {
    position: relative;
}

.step-num
 {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid rgba(120, 80, 255, 0.25);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Syne', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #7850FF;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.34, 1.4, 0.64, 1);
}

.step-card h4 {
    font-family: 'Syne', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}
.step-card p {
    font-size: 13px;
    color: #aaa;
    line-height: 1.65;
}

.step-card:hover .step-num {
    background: #7850FF;
    color: #fff;
    border-color: #7850FF;
    transform: scale(1.15);
    box-shadow: 0 8px 24px rgba(120, 80, 255, 0.3);
}

@media(max-width:500px){
	.steps-row {
		grid-template-columns: 1fr;
	}
}


.form-heading h2 span{
	background: linear-gradient(135deg, #c09fff, #ff9fcf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.home-form .elementor-button[type="submit"] {
	margin-top:10px;
    background: linear-gradient(135deg, #7850FF, #D45FBE);
}

.home-form .elementor-button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(120, 80, 255, 0.4);
}

.mkm_footer .elementor-icon-list-item a{
	font-size:12px !important;
}
.mk_header {
    position: sticky;
    top: 0;
    z-index: 100;
    transition: all 0.3s ease;
}

/* Scroll ke baad ye class add hogi */
.mk_header.active {
	
    position: fixed;
    top: 0;
    z-index: 100;
    transition: all 0.3s ease;
    background: rgba(248, 247, 243, 0.85) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 20px;
}