/* Preloader */
body {
  overflow: hidden;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.preloader.loader-style .line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  opacity: 1;
  -webkit-transition: width 1.5s ease, opacity 0.25s linear 1.25s;
  -o-transition: width 1.5s ease, opacity 0.25s linear 1.25s;
  transition: width 1.5s ease, opacity 0.25s linear 1.25s;
  z-index: 9;
}

.preloader.loader-style .split.top {
  top: 0;
}

.preloader.loader-style .split {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(50% + 1px);
  background-color: #000;
  -webkit-transition: -webkit-transform 1.5s ease 1.5s;
  transition: -webkit-transform 1.5s ease 1.5s;
  -o-transition: transform 1.5s ease 1.5s;
  transition: transform 1.5s ease 1.5s;
  transition: transform 1.5s ease 1.5s, -webkit-transform 1.5s ease 1.5s;
  z-index: 1;
}

.preloader.loader-style .split.bottom {
  bottom: 0;
}

.preloader.loader-style .split {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(50% + 1px);
  background-color: #000;
  -webkit-transition: -webkit-transform 1.5s ease 1.5s;
  transition: -webkit-transform 1.5s ease 1.5s;
  -o-transition: transform 1.5s ease 1.5s;
  transition: transform 1.5s ease 1.5s;
  transition: transform 1.5s ease 1.5s, -webkit-transform 1.5s ease 1.5s;
  z-index: 1;
}

/* Preloader Ends */

/* Search Dialog */
.dialog-widget:has(#search-dialog) .dialog-widget-content {
    border-radius: 25px !important;
}

.dialog-widget:has(#search-component-dialog) .e-search-submit {
    padding: 0;
    border-bottom: 1px solid var(--e-global-color-74718a0);
    background: transparent;
}

#search-component-dialog.elementor-widget-search .e-search .e-search-submit>svg:is(svg)  {
	fill: #fff;
    width: 40px;
    height: 40px;
    margin: 0;
    background-color: var(--e-global-color-74718a0);
	border: 1px solid var(--e-global-color-74718a0);
    padding: 10px;
    border-radius: 50px;
	transition: all .3s ease;
	
	&:hover {
		background-color: #fff;
		fill: var(--e-global-color-74718a0);
	}
}

/*Search Button 404 Page*/
#search-404-page .e-search-form {
	position: relative;
}

#search-404-page .e-search-submit {
	position: absolute;
    right: 0;
    padding: 21px;
    top: 3px;
    border-radius: 100px;
}

/* Search Dialog Ends */

.red-bars {
  margin-left: 25px;
}
.red-bars::before {
  content: "";
  background: url(/wp-content/uploads/2025/07/process_chart.webp);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 0;
}
.bold {
  font-weight: 900;
}
.red-arrow-up {
  margin-left: 30px;
}
.red-arrow-up::before {
  content: "";
  background: url(/wp-content/uploads/2025/07/arrow_upward.webp);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 0;
}

.text-outline {
  color: transparent;
  -webkit-text-stroke: 1px black;
  text-stroke: 1px black;
}

.text-outline-white {
  color: transparent;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
}

.marquee-container {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  top: -10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 0;
}

.marquee-text {
  display: inline-block;
  font-size: 125px;
  line-height: 125px;
  font-weight: bold;
  color: #1a1a1a;
  -webkit-animation: scroll-left 30s linear infinite;
  animation: scroll-left 30s linear infinite;
}

.marquee-text span {
  margin-right: 20px;
  display: inline-block;
}

.brands-slider img {
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.brands-slider img:hover {
  -webkit-filter: none;
  filter: none;
}

.faqs-accordion .e-n-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faqs-accordion .e-n-accordion-item {
  width: 90%;
  -webkit-transition: width 0.3s ease-in;
  -o-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
}

.faqs-accordion .e-n-accordion-item:hover,
.faqs-accordion .e-n-accordion-item[open] {
  width: 100%;
}

.faqs-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
  padding-bottom: 50px;
}

.faqs-accordion .e-n-accordion-item summary {
  border: 0;
  -webkit-box-shadow: 4px 4px 20px 0 #15152e1f;
  box-shadow: 4px 4px 20px 0 #15152e1f;
}

.faqs-accordion a {
  color: var(--e-global-color-1fe8eec);
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.faqs-accordion a:hover {
  color: var(--e-global-color-1fe8eec);
}

.ticker-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ticker-text {
  display: inline-block;
  font-size: 96px;
  line-height: 140px;
  font-weight: 900;
  padding-left: 100%;
}

.ticker-text a {
  font-size: 106px;
  font-family: "Satoshi Variable", sans-serif;
  font-weight: 400;
  line-height: 155px;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.ticker-text a:hover {
  color: var(--e-global-color-1fe8eec);
  text-decoration: underline;
}

.animated-btn {
  position: relative !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-inline: 0 65px !important;
  -webkit-transition: 0.25s linear !important;
  -o-transition: 0.25s linear !important;
  transition: 0.25s linear !important;
}

.animated-btn .reveal-icon {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  left: 0;
  right: auto;
}

.animated-btn .hide-icon {
  position: absolute;
  right: 0;
}

.animated-btn:hover {
  padding-inline: 65px 0 !important;
}

.animated-btn:hover .reveal-icon {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.animated-btn:hover .hide-icon {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.arrow-btn a::after {
  content: "";
  background: url(/wp-content/uploads/2025/07/arrow-right.webp)
    center no-repeat;
  position: absolute;
  background-color: transparent;
  top: 0;
  padding: 32px;
  border: 1px solid var(--e-global-color-74718a0);
  border-radius: 100px;
  right: -65.5px;
}

.arrow-btn.white a::after {
  background: url(/wp-content/uploads/2025/07/right-white-arrow.webp)
    center no-repeat;
  border: 1px solid #fff;
  right: -66px;
}

/*Animated Cards */
#animated-cards-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#animated-cards-section .animated-card {
  position: relative;
  width: calc(100% / 3 - 20px);
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

#animated-cards-section .animated-card .card-content {
  padding: 60px 40px;
  position: relative;
  z-index: 2;
  font-family: "Satoshi Variable", Sans-serif;
}

#animated-cards-section .animated-card .card-content img {
  width: 46px;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

#animated-cards-section .animated-card .svg-container {
  position: absolute;
  right: 0;
}

#animated-cards-section .animated-card .card-content h2 {
  font-size: 24px;
  line-height: 32px;
  color: var(--e-global-color-74718a0);
  font-weight: 900;
}

#animated-cards-section .animated-card .card-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--e-global-color-74718a0);
}

#animated-cards-section .animated-card .card-content p.text-red {
	color: #EA3546;
	font-weight: 700;
}

#animated-cards-section .animated-card:hover .card-content :is(h2, p) {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#animated-cards-section .animated-card:hover .card-content svg path, 
#animated-cards-section .animated-card:hover .svg-container svg path {
	transition: all 0.3s ease;
	fill: #fff;
}

#animated-cards-section .animated-card .card-overlay {
  position: absolute;
  inset: 0;
  background: #1a1a1a;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}

#animated-cards-section .animated-card .card-overlay .inner {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  color: #fff;
  text-align: center;
  padding: 20px;
}

#animated-cards-section .animated-card:hover .card-overlay .inner {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/*Animated Cards End*/

/*CSS keyframes*/
@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* Pricing Accordion */
#pricing-accordion summary {
  -webkit-box-shadow: 4px 4px 20px 0px #15152e1f;
  box-shadow: 4px 4px 20px 0px #15152e1f;
  background-color: #fff;
  border: none;
  min-height: 100px;
}

.pricing-accordion-mobile summary {
  -webkit-box-shadow: 4px 4px 20px 0px #15152e1f;
  box-shadow: 4px 4px 20px 0px #15152e1f;
  background-color: #fff;
  border: none;
}

#pricing-accordion summary .e-n-accordion-item-title-text,
.pricing-accordion-mobile summary .e-n-accordion-item-title-text {
  width: 300px;
  text-align: end;
}
/* Pricing Accordion End */

/*CSS media queries*/
@media only screen and (max-width: 880px) {
  .marquee-text {
    font-size: 80px;
    line-height: 80px;
  }
  .faqs-accordion .e-n-accordion-item {
    width: 100%;
  }
  #animated-cards-section {
    flex-direction: column;
    align-items: center;
  }

  #animated-cards-section .animated-card {
    width: 100%;
    min-height: 300px;
  }

  #animated-cards-section .animated-card .card-content {
    padding: 40px 20px;
  }

  #animated-cards-section .animated-card .svg-container {
    right: -5px;
    top: -15px;
  }

  #animated-cards-section .animated-card .card-content h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .marquee-container {
    padding: 20px 0;
  }
  .arrow-btn a::after,
  .arrow-btn.white a::after {
    right: -48px;
    padding: 23px;
  }
  .animated-btn {
    padding-inline: 0 49px !important;
  }
  .animated-btn:hover {
    padding-inline: 49px 0 !important;
  }
  #animated-cards-section .animated-card:hover {
	background: #1a1a1a;
	transition: background 0.3s ease;
  }
}

@media only screen and (max-width: 480px) {
  .pricing-accordion-mobile summary .e-n-accordion-item-title-text {
    width: auto;
    font-size: 20px;
    line-height: 28px;
    padding-right: 20px;
  }
}