/**
 * Hero Section Style One
 *
 * 
 */

.hero-wrapper {
  margin-top: 30px;
}

.hero-wrapper h1 {
  font-size: 4rem;
  font-weight: 700;
  color: var(--heading-dark);
  line-height: 1.2;
}

.hero-wrapper p {
  font-size: 1rem;
  color: var(--text-dark);
  font-weight: 400;
  line-height: 1.3;
}

p {
  font-size: 1rem;
  color: var(--text-dark);
  font-weight: 400;
  line-height: 1.3;
}

.img-cover-center {
  background: no-repeat center/cover;
}

.img-cover-center {
  min-height: 400px;
}

img.bg-shape-image {
  position: absolute;
  z-index: -1;
  top: -20px;
}

.bg-shape-image {
  position: absolute;
  z-index: -1;
  top: -20px;
  transform: translateX(-10%);
  transition: transform 0.1s ease-in-out;
}

.border-radius-32 {
  border-radius: 32px;
}

.flex-base-column {
  display: flex;
  flex-direction: column !important;
}

.hero-description {
  color: #3D3D4D;
  line-height: 130%;
  font-weight: 300;
}

.list-title {
  color: var(--heading-dark);
}

/**
 * Tabs style one
 *
 * 
 */

.key-feat h2.primary-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
}


.flex-base-section {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
}

.neon-primary-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.neon-primary-heading-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 4px;
  color: var(--primary);
  background-color: var(--third);
  border-radius: 100px;
  margin-bottom: 3rem;
}

.neon-primary-heading {
  font-size: 1rem;
  font-weight: 500;
  padding: 6px 16px;
  cursor: pointer;
  color: var(--primary);
}

.neon-primary-heading:hover {
  color: var(--primary-derivative);
}

.neon-primary-heading.active {
  background-color: var(--primary);
  color: var(--white);
  font-weight: 700;
  border-radius: 100px;
  padding: 6px 16px;
}

.neon-single-tab.active {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}


.neon-single-tab {
  /* transition: opacity 0.3s ease; */
  padding: 0 15px;
}

/*new*/
.neon-single-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 0;
  opacity: 0;


}

/* Active and animating */
.neon-single-tab.active {
  z-index: 2;
  opacity: 1;
  animation: slideInRight 1s;
}

/* Slide In */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

.slide-in {
  animation: slideInRight 0.5s ease forwards;
  display: grid;
}

.slide-out {
  animation: slideOutLeft 0.5s ease forwards;
  z-index: 1;
}

/* Ensure content wrapper contains absolute children */
.neon-primary-content-wrapper {
  position: relative;
  overflow: visible;
  min-height: 500px;
}



/*end new*/

.neon-single-tab h3 {
  margin-bottom: 20px;
}

.neon-single-tab p {
  margin-top: 0;
  margin-bottom: 35px;
  color: var(--text-dark);
  font-size: var(--font-size-text);
  font-weight: 400;
  line-height: 130%;
}

.primary-tab-image {
  border-radius: 32px;
  min-height: 450px;
}

.neon-primary-content-wrapper {
  width: 100%;
}

.elementor-widget-key_features_tab {
  width: 100%;
}

/**
 * Slider One
 *
 * 
 */

.single-slide {
  display: grid;
  grid-template-columns: 1fr 4fr 6fr 1fr;
  gap: 30px;
  padding: 50px 20px 0px 20px;
  border-radius: 32px;
  min-height: 460px;
  max-height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-initialized .slick-slide {
  display: grid;
}

.single-slide h2 {
  text-align: left;
  color: white;
}

.single-slide .subtitle {
  text-align: left;
  color: white;
  font-size: 22px;
  font-weight: 600;
}

.single-slide .content p {
  text-align: left;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.single-slide img.squere-img-neon {
  width: auto;
  aspect-ratio: auto;
  object-fit: cover;
  min-height: 300px;
  max-height: 461px;
  border-radius: 0;
  padding-right: 40px;
  padding-left: 20px;
  padding-top: 15px;
}

.slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-nav i {
  position: absolute;
  top: 47%;
  height: 47px;
  width: 47px;
  padding: 16px;
  border-radius: 8px;
  color: var(--secondary);
  background-color: white;
}

/**
 * Slider Two Testemonials
 *
 * NeonFlame testimonial slider
 */

.slider-two-wrap {
  padding: 20px;
}

.slider-two-wrap.slider-testem.slick-initialized.slick-slider .slick-slide.single-slide {
  display: flex !important;
  flex-direction: column;
  max-height: 430px;
  min-height: 430px;
  padding: 32px;
}
.slider-one-wrap .single-slide {
  margin: 0px 10px;
}

.slider-two-wrap .neon-column {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  min-height: 365px;
}

.dots-text {
  display: inline-flex;
}

.slider-two-wrap .quote {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 14px 0 4px;
  width: 47px;
  height: 47px;
  background-color: white;
  border-radius: 8px;
}

.slider-two-wrap .quote i {
  color: #0C0C1A;
  font-size: 16px;
}

img.test-portreit {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}

.slider-two-wrap .test-footer {
  display: grid;
  grid-template-columns: 1fr 3fr;
  justify-content: start;
  align-items: center;
  gap: 12px;
}

.slider-two-wrap.test-footer.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slider-two-wrap .name h3 {
  color: var(--text-dark);
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  line-height: 140%;
}

.slider-testem .slick-slide {
  margin: 0 10px;
}

.slider-testem .slick-list {
  margin: 0 -10px;
}

.exp-content:has(.expanded) {
  position: absolute;
  padding-bottom: 20px;
  background-color: #F3F4FF;
  border-radius: 20px;
}

.exp-content p {
  color: var(--text-dark);
  font-size: 16px;
  margin-top: 24px;
  line-height: 130%;
  background-color: #F3F4FF;
}

.exp-content p {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-height 0.3s ease;
  max-height: 10em;
}

.exp-content p.expanded {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  max-height: none;
}

.slider-two-wrap .view-more {
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
}

.slider-two-wrap .content .expanded p {
  line-clamp: unset;
  -webkit-line-clamp: unset;
  max-height: none;
}

/* slider arrows */
.slider-next-testem,
.slider-prev-testem {
  position: absolute;
  top: 50%;
  width: 47px;
  display: flex;
  height: 47px;
  padding: 0 7px 0 2px;
  border-radius: 8px;
  color: white;
  background-color: var(--primary);
  z-index: 5;
  justify-content: center;
  align-items: center;
}

.slider-next-testem i,
.slider-prev-testem i {
  font-size: 18px;
  ;
}

.slider-next-testem {
  right: 0;
  transform: translateY(-50%);
}

.slider-next-testem:hover,
.slider-prev-testem:hover {
  background-color: #1D2060;
}

.slider-next-testem:active,
.slider-prev-testem:active {
  background-color: #0C0C1A;
}

.slider-prev-testem {
  left: 0;
  transform: translateY(-50%);
}

/* slider dots */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 12px;
  opacity: 1;
  color: #DCDCED;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  font-size: 16px;
  opacity: 1;
  color: var(--primary);
}

/* Fade effect on edges */
.edge-fade {
  position: absolute;
  top: 0;
  width: 170px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.edge-fade.left {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.edge-fade.right {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

/**
 * Banner One
 *
 * NeonFlame Banner One
 */
.banner-one {
  position: relative;
  z-index: 0;
  gap: 30px;
  padding: 70px 40px 20px 40px;
  border-radius: 32px;
  min-height: 430px;
  background-color: #2443EB;
  overflow: clip;
}

.banner-one .grid-base {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0px 30px;
}

.banner-one .primary-title {
  width: 80%;
}

.banner-one .neon-column:first-child {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

/*star rating*/

.review-wrap {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 10px;
}

.review-description {
  color: white;
  margin-top: 0;
}

.star-rating {
  display: inline-flex;
}

.star {
  color: #1D2060;
}

.star.filled {
  color: white;
}

.star i {
  font-size: 18px;
  margin-left: 0;
  margin-right: 3px;
}

/*cards*/

.neon-banner-one-card {
  color: white;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.card-header .title {
  margin-bottom: 10px;
  font-size: var(--font-size-h4);
  font-weight: 600;
  line-height: 140%;
}

/* Slider Clients */

.slider-clients .neon-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}

.slider-clients .single-slide {
  min-height: 215px;
  max-height: 230px;
  border-radius: 24px;
  padding: 32px;
  margin-left: 16px;
  grid-template-columns: 1fr;
}

.slider-clients .content>p {
  color: var(--text-dark);
  margin-top: 5px;
}

.slider-clients-wrap .edge-fade {
  width: 70px;
}

.slider-clients-btm {
  direction: rtl;
}

.img-wrap-end {
  display: flex;
  justify-content: flex-end;
}

/*Pricing One*/
/*Card styles*/
.single-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: clip;
  background-color: var(--third);
  min-height: 740px;
  border-radius: 24px;
  padding: 96px 32px;
  transition: all ease-in-out 0.5s;
}

.single-price-card.four {
  min-height: auto;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 32px;
  margin-top: 16px;
}

.single-price-card.four .price-header {
  justify-content: flex-start;
  align-content: center;
  gap: 15px;

}

/* .single-price-card:hover {
  background-color: var(--primary);
}

.single-price-card:hover h2,
.single-price-card:hover h3,
.single-price-card:hover div {
  color: white !important;
} */

.single-price-card .hexa-wrap {
  bottom: -10%;
  top: unset;
  left: unset;
  right: -36%;
  z-index: 9;
  overflow: clip;
}


.price-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}

.price-per {
  display: flex;
  align-items: center;
}

.per {
  margin-left: 3px;
}

.description {
  color: #3D3D4D;
}

.single-price-card .price-btn a {
  background-color: transparent;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* .single-price-card:hover .neon-icon svg path {
  fill: #fff !important;
} */

.price-btn a {
  color: var(--primary);
  background-color: var(--white);
  border: 2px solid var(--primary);
}
.price-btn a:hover, .signup a:hover{
  color: var(--primary-derivative) !important;
  border: 2px solid var(--primary-derivative);
  background-color: white !important;
}


/* .single-price-card:hover .price-btn a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  min-height: 47px;
  padding: 10px 30px;
  border-radius: 8px;
  color: var(--heading-dark) !important;
  background-color: white !important;
  border: 2px solid white !important;
} */

.inner-list-wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #0C0C1A;
  font-weight: 400;
}

/*Partners card*/
.single-par-card {
  display: grid;
  grid-template-columns: 6fr 7fr;
  gap: 24px;
  padding: 32px;
  background-color: var(--third);
  border-radius: 24px;
}

.part-card {
  width: auto;
  min-height: 264px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
}

.cards-partners-wrap.grid-base {
  gap: 16px;
}

.single-par-card .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*video one*/
.video-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 15px;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}


@media screen and (max-width: 1024px) {
  .single-par-card {
    display: flex;
    flex-direction: column;
  }

  .grid-base {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-wrapper h1 {
    font-size: 2.5rem;
  }

  .hero-wrapper .content-column {
    order: 2;
  }

  .hero-wrapper .img-cover-center {
    order: 1;
  }

  .tabs-two {
    margin-bottom: 45px;
  }

  .single-slide {
    grid-template-columns: 1fr;
    max-height: none;

  }

  .single-slide .p-block-45 {
    padding-top: 0;
  }

  .slider-next-testem,
  .slider-prev-testem,
  .edge-fade {
    display: none !important;
  }

  .banner-one .grid-base {
    gap: 40px 30px;
    grid-template-columns: 1fr;
  }

  .banner-one .primary-title {
    width: 100%;
  }

  .single-slide .slider-nav,
  .slider-one-wrap img {
    display: none;
  }

  .slider-one-wrap .single-slide {
    padding: 20px 50px 20px 50px;
  }

}

@media screen and (max-width: 768px) {
  .video-wrapper {
    height: 173px;
  }

  .img-cover-center {
    min-height: 206px;
  }

  .increased-height {
    min-height: 374px;
  }
}