/* testimonial slider */
.swiper-pointer-events {
	touch-action: pan-y;
}
.testimonial-inlay-shahdow {
	-webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
	mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}
.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.elementor-shortcode {
	width: 100%;
}
.testimonials-wrapper {
	display: block !important;
	width: 100%;
}
.testimonials-wrapper .testimonialSwiper {
	align-items: start;
}
.testimonial-item {
	border: 1px solid rgba(255,255,255,0.31);
	border-radius: 22px;
	padding: 25px;
	font-family: "Unbounded", Sans-serif;
	line-height: 1.2em;
	color: #fff;
	max-width: 445px;
	width: 100%;
	height: 100%;
	background-color: #121212;
}
.testimonial-text {
	font-family: "Unbounded", Sans-serif;
	font-size: 15px;
	font-weight: 300;
	
}
.testimonial-name {
	font-size: 13px;
	font-weight: 500;

}
.testimonial-image {
	height: 43px;
	width: 43px;
}
.testimonial-designation {
	font-size: 13px;
	font-weight: 400;
}
.testimonial-image-name {
	display: flex;
	gap: 10px;
	align-items: center;
}


/* Target your Swiper wrapper – adjust selector if needed */
.testimonials-wrapper .swiper-wrapper,
.testimonialSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* Optional: Make sure images don't stretch oddly and add some breathing room */
.testimonial-item img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* If you want to reverse direction via CSS (alternative to JS reverseDirection) */
.reverse-direction .swiper-wrapper {
    flex-direction: row-reverse !important;
}
.swiper-free-mode {
  > .swiper-wrapper {
    transition-timing-function: linear;
    margin: 0 auto;
  }
}
/* stroketext */

.masktext-white .elementor-heading-title {
	position: relative;
	
}

.masktext-white .elementor-heading-title::after {
	content: "Let’s Work Together";
	position: absolute;
	text-align: center;
	top: 0px;
	font-size: 134px;
	font-weight: 600;
	line-height: 1.1em;
	width: 100%;
	left: 0;
	z-index: -11;
	text-shadow: 0px 0px 3px #FFFFFF;
}
.cilents-section-logo .swiper-wrapper {
    transition-timing-function: linear !important;
}
/* Accordion */
.xpert-faqsAcordion .e-n-accordion-item {
	border-bottom: 1px solid #333333;
	padding: 40px 0;
}
.xpert-faqsAcordion .e-n-accordion-item .e-n-accordion-item-title {
	justify-content: space-between;
}

}
/* form 7 contact us */

#contact-us-form .cf7-form {
  width: 100%;
}

#contact-us-form .cf7-row {
	display: flex;
	gap: 10%;
	margin-bottom: 50px;
}

#contact-us-form .cf7-col {
	display: flex;
	flex-direction: column;
	gap:20px;
	max-width: 100%;
	width: 100%;
}

#contact-us-form .cf7-col.full {
  flex: 100%;
}

#contact-us-form .cf7-col label {
  font-family: "Unbounded", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
  color: var( --e-global-color-accent );
}

#contact-us-form .cf7-form input,
#contact-us-form .cf7-form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #292929;
  padding: 10px 0;
  font-family: "Unbounded", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
  color: var( --e-global-color-primary );
}

#contact-us-form .cf7-form textarea {
  resize: none;
  min-height: max-content;
}

#contact-us-form .cf7-footer {
  align-items: center;
}


#contact-us-form .cf7-col.checkbox label {
  font-family: "Unbounded", Sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4em;
  color: var( --e-global-color-accent );
}




#contact-us-form .cf7-col.submit {
  flex: 1;
  text-align: right;
}

#contact-us-form .cf7-form input[type="submit"] {
	background: #fff;
	color: #000;
	border: none;
	padding: 10px 22px;
	border-radius: 30px;
	cursor: pointer;
	font-weight: 400;
}

#contact-us-form .cf7-form input:focus,
#contact-us-form .cf7-form textarea:focus {
  outline: none;
  border-bottom-color: #fff;
}
#contact-us-form .cf7-form .wpcf7-form-control {
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
	margin-top: 15px;
}
#contact-us-form .cf7-col.w-33 {
	width: 100%;
	max-width: 27%;

}
#contact-us-form .cf7-col.checkbox label .wpcf7-list-item-label {
	font-family: "Unbounded", Sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.4em;
	color: var( --e-global-color-accent );
	width: 60%;
	display: block;
	position: relative;
	left: 25px;
	top: -20px;
}
/* form 7 News letter */

/* Wrapper fix */
.footer-news-letter .wpcf7 form {
  max-width: 500px;
}

/* Make CF7 output inline */
.footer-news-letter .newsletter-field {
  display: flex;
  width: 100%;
}

/* Input + button container illusion */
.footer-news-letter .newsletter-field input[type="email"] {
  width: 100%;
  background: #000;
  color: #fff;
  border: 1px solid #444;
  border-radius: 40px;
  padding: 14px 130px 14px 20px; /* space for button */
  font-size: 14px;
  box-sizing: border-box;
}

/* Submit button inside */
.footer-news-letter .newsletter-submit {
	position: absolute;
	right: 8px;
	top: 32%;
	transform: translateY(-50%);
	background: #fff;
	color: #000;
	border: none;
	border-radius: 30px;
	padding: 10px 22px;
	font-size: 14px;
	cursor: pointer;
}

/* Parent positioning */
.footer-news-letter .wpcf7 form {
  position: relative;
}

/* Remove CF7 default spacing */
.footer-news-letter .wpcf7 p {
  margin: 0;
}

/* Placeholder color */
.footer-news-letter .newsletter-field input::placeholder {
  color: #aaa;
}

/* Focus effect */
.footer-news-letter .newsletter-field input:focus {
  outline: none;
  border-color: #fff;
}
