body {
  font-size: 15px;
}

.dddddddd {
  font-family: 'CustomHeading', Helvetica, sans-serif;
}

.bg-dark,
.btn-dark {
  background: #151515 !important;
}

.bg-light {
  background-color: #fff !important;
}

.feature-tab-list-2 li a {
  background: #FFFFFF !important;
  color: #000000 !important;
  border-color: #FFFFFF !important;
}

.feature-tab-list-2 li a.active {
  background: #1b1b1b !important;
  color: #FFFFFF !important;
  border-color: #1b1b1b !important;
}

.feature-tab-list-2 li a:hover {
  background: #1b1b1b !important;
  color: #FFFFFF !important;
  border-color: #1b1b1b !important;
}

.bg-custom-1 {
  background: #2f3335 !important;
  color: #FFFFFF;
}

.bg-custom-light {
  /*background: #EDEDED!important; */
  background: #f4f4f4 !important;
}

.btn-custom-1 {
  background-color: #fc5d00;
  border-color: #fc5d00;
  color: #FFFFFF;
}

.btn-custom-2 {
  border-radius: 0.25rem !important;
  padding: 0.60rem 3.3rem;
  /*font-size:12px;*/
}

.btn {
  border-radius: 0.25rem !important;
  font-size: small;
}

.btn-xs {
  font-size: small;
  padding: 2px 5px 2px 5px;
}

.btn-custom-small {
  padding: 0.12rem .5rem !important;
  font-size: 10px !important;
  background: #ececec !important;
  border-color: #ececec !important;
}

.btn-outline-custom-1 {
  border-color: #ff7423;
  color: #000000;
}

.custom-border-1 {
  border: 1px solid #DADADA;
}

.btn-outline-custom-1:hover {
  background-color: #ff7423;
  border-color: #ff7423;
  color: #000000;
}

.btn-outline-custom-white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.btn-outline-custom-white:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #1b1b1b;
}

.btn-outline-custom-dark {
  border-color: #000000;
  color: #000000;
}

.btn-outline-custom-dark:hover {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.fw-bold {
  font-weight: 700 !important;
}

.rounded-custom-1 {
  border-radius: 0.4rem !important;
}

.rounded-custom-2 {
  border-radius: .7rem !important;
}

.feature-tab-list-2 li a {
  border-radius: 0.25rem !important;
}

.rounded-custom {
  border-radius: 0.7rem !important;
}

.navbar-dark .main-menu li a.nav-link {
  color: #000000 !important;
}



.custom-test-1:hover {
  background: linear-gradient(to right, #fc5d00, #ff9100);
  box-shadow: 2px -1px 32px -1px rgb(0 0 0 / 30%) !important;
}

.custom-test-1:hover .custom-test-1_text {
  color: #FFFFFF !important;
}

.highlight-custom-1 {
  background: #fcd408 !important;
  border-radius: 0.5rem !important;
  padding: 0px 15px 0px 15px !important;
  color: #000000 !important;
}

.rounded-custom2 {
  border-radius: 30px !important;
}




/* ************ Font styles from loom  ************** */

/* Font family added */

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: mona-sans !important;
  color: #000;
}


.bg-purple {
  background: #d1d1f7;
}

/* Font size for large screens (Above 1200px) */

@media(min-width:1400px) {

  h1,
  .h1 {
    font-size: 50px !important;
    font-weight: 500;
  }

  h2,
  .h2 {
    font-size: 39px !important;
    font-weight: 500;
  }

  h3,
  .h3 {
    font-size: 28px !important;
    font-weight: 500;
  }

  h4,
  .h4 {
    font-size: 22px !important;
    font-weight: 500;
  }

  h5,
  .h5 {
    font-size: 20px !important;
    font-weight: 500;
  }

  h6,
  .h6 {
    font-size: 16px !important;
    font-weight: 500;
  }

  .text-5 {
    font-size: 15px !important;
    font-weight: 100;
    font-family: mona-sans;
  }

  .text-4 {
    font-size: 16px !important;
    font-weight: 100;
    font-family: mona-sans;
  }

  .text-3 {
    font-size: 18px !important;
    font-weight: 100;
    font-family: mona-sans;
  }

  .text-2 {
    font-size: 22px !important;
    font-weight: 400;
    font-family: mona-sans;
  }

  .text-1 {
    font-size: 26px !important;
    font-weight: 400;
    font-family: mona-sans;
  }

  .h4-small-heading {
    font-size: 22px !important;
    font-weight: 500;
  }

}

/* Font size for medium screens (767px to 1200px) */

@media (min-width:767px) and (max-width:1400px) {


  h1,
  .h1 {
    font-size: 36px !important;
  }

  h2,
  .h2 {
    font-size: 28px !important;
  }

  h3,
  .h3 {
    font-size: 24px !important;
  }

  h4,
  .h4 {
    font-size: 20px !important;
  }

  h5,
  .h5 {
    font-size: 18px !important;
  }

  h6,
  .h6 {
    font-size: 16px !important;
  }

  .text-5 {
    font-size: 13px !important;
  }

  .text-4 {
    font-size: 14px !important;
  }

  .text-3 {
    font-size: 16px !important;
  }

  .text-2 {
    font-size: 20px !important;
  }

  .text-1 {
    font-size: 22px !important;
  }

  .h4-small-heading {
    font-size: 20px !important;
  }

}

/* Font size for small screens (Under 767px) */

@media (max-width:767px) {

  h1,
  .h1 {
    font-size: 29px !important;
  }

  h2,
  .h2 {
    font-size: 25px !important;
  }

  h3,
  .h3 {
    font-size: 21px !important;
  }

  h4,
  .h4 {
    font-size: 19px !important;
  }

  h5,
  .h5 {
    font-size: 17px !important;
  }

  h6,
  .h6 {
    font-size: 15px !important;
  }

  .text-5 {
    font-size: 12px !important;
  }

  .text-4 {
    font-size: 13px !important;
  }

  .text-3 {
    font-size: 14px !important;
  }

  .text-2 {
    font-size: 16px !important;
  }

  .text-1 {
    font-size: 18px !important;
  }

  .h4-small-heading {
    font-size: 19px !important;
  }

}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1390px;
  }
}

@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1590px;
  }
}

@media (min-width:1400px) {
  .image-automation-large {
    height: 300px !important;
  }

  .heading-large {
    font-size: calc(1em * 4.625) !important;
    font-weight: 600;
  }
}

.button-custom-lg-border {
  border: 4px solid #bbbdf1;
}

.button-custom-lg-blue {
  background: #272742 !important;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
}

.btn-outline-custom-dark-lg {
  border-color: #000000;
  border: 1px solid;
  color: #000000;
  font-size: 1rem;
  text-decoration: none;
}

.btn-outline-custom-light-lg {
  border-color: #fff;
  border: 1px solid;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.hover-effect-button:hover {
  transform: translateY(-3px) !important;
  color: #fff !important;
  box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.16) !important;
}

.hover-effect-button {
  transition: all .1s ease-in-out;
}

.large-btn-padding {
  padding: 15px 30px;
}

.button-rounded {
  border-radius: 12px !important;
}

.btn-outline-custom-dark-lg:hover {
  color: #fff !important;
  background: #272742 !important;
}

.btn-outline-custom-light-lg:hover,
.btn-outline-custom-light-lg.active {
  color: #000 !important;
  background: #fff !important;
}

/* backgrounds */

.bg-green {
  background: #e8f5e3 !important;
}

.bg-violet {
  background: #eff0ff !important;
}

.bg-blue {
  background: #e3f3ff !important;
}

.bg-blue.text-blue {
  color: #1f357f !important;
}

.bg-gray {
  background: #f6f6f6 !important;
}

.corn-rounded {
  border-radius: 30px !important;
}

.bg-maroon {
  background: #f9ecf2 !important;
}

/* Marquee featured */

.mq-wrapper {
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 70s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}



.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }

  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }

  to {
    transform: translateY(var(--scroll-end));
  }
}

/* Element styles */
.marquee img {
  display: grid;
  place-items: center;
  padding: 1rem;
  width: 200px !important;
  max-height: 70px;
  background-color: #fff;
}

/* .marquee--vertical img {
  aspect-ratio: 1;
  width: calc(var(--size) / 1.5);
  padding: calc(var(--size) / 6);
} */

@media (min-width:1200px) {
  .position-absolute-large {
    position: absolute !important;
  }

  .featured-in-card {
    z-index: 9;
    height: 115%;
    width: 45rem;
    top: -7%;
    left: 10%;
  }
}

@media (min-width:576px) and (max-width:1200px) {
  .featured-in-card {
    width: 75%;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 40px !important
  }
}

@media (max-width:1200px) {
  .featured-in-card {
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 40px !important
  }

  .round-seperator {
    display: none !important
  }
}

.round-seperator {
  height: 100%;
  width: 5px;
  background: #b7b6b6;
}

.round-seperator-element {
  height: 30px;
  width: 30px;
  border: 5px solid #52527a;
  right: -0.785rem;
  top: 40%;
  background: #fff;
  border-radius: 20px;
}

@media screen and (max-width:576px) {
  section {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

@media (max-width:992px) {
  .subscribe-info-wrap {
    flex-direction: column !important;
  }
}

@media (max-width:576px) {
  .subscribe-info-wrap {
    padding: 40px !important;
  }
}

@media (min-width:992px) {
  .padding-left-100-lg {
    padding-left: 100px !important;
  }

  .testimonial-heading {
    font-size: 1.5rem !important;
  }
}

@media (min-width:576px) and (max-width:992px) {
  .testimonial-heading {
    font-size: 1.3rem !important;
    line-height: 1.6rem;
  }
}

@media (max-width:576px) {
  .testimonial-heading {
    font-size: 1rem !important;
    line-height: 1.2rem;
  }
}

.icon_small_widget {
  padding: 7px 15px;
  background-color: #272742;
  margin-right: 1rem;
  border-radius: 10rem;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.icon-style-small-widget {
  color: #ffffff !important;
  font-size: 19px !important;
}

/* .icon_small_widget {padding: 7px 15px;background-image: url('../assets/svg/olive.svg');background-repeat: no-repeat;background-size:25px auto;background-position:center; margin-right: 1rem;border-radius: 10rem;height: 50px;width: 50px;display: flex;justify-content: center;align-items: center;color: #272742!important;  background-size: 35px auto;background-position: center;} */

/* .icon-style-small-widget {color: black!important;font-size: 40px!important;} */

.icon-bg {
  width: 100%;
  background: #fff;
  color: #8a8a8a;
  border-radius: 0.7rem;
  padding: 50px 0;
}

.bg-blue-20 {
  background: #cce9ff;
}

.bg-violet-20 {
  background: #e0e2ff;
}

.bg-gray-20 {
  background: #f7f7f7;
}

.grid-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(140px, max-content));
}

@media (min-width:1200px) {
  .grid-fit {
    grid-template-columns: repeat(auto-fit, minmax(10px, max-content)) !important;
  }
}

.gradient-btn {
  border-radius: 100rem;
  padding: 1rem;
  font-size: 1rem;
  padding: .5rem 3rem;
  color: #000;
  border: solid 3px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #326cd0, #561ea3);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: none;
  color: white;
}

.gradient-btn:hover {
  color: #326cd0;
  box-shadow: 2px 1000px 1px #fff inset;
  font-weight: 600;
}

/* .smooth-rounded-2 {
  border-radius: 0px;
  --smooth-corners: 22, 2;
  mask-image: paint(smooth-corners);
  -webkit-mask-image: paint(smooth-corners);
} */

/* .smooth-rounded {
  --smooth-corners: 8;
  mask-image: paint(smooth-corners);
  -webkit-mask-image: paint(smooth-corners);
} */

.swiper-button-next {
  border-radius: 50% !important;
  border: 0 !important;
  color: #000 !important;
}

.swiper-button-next:hover {
  background: gray !important;
}

.swiper-button-prev {
  border-radius: 50% !important;
  border: 0 !important;
  color: #000 !important;
}

.swiper-button-prev:hover {
  background: gray !important;
}

/* Hover effect classes */

.btn-dark-hover {
  transition: all .3s ease;
}

.btn-dark-hover:hover {
  color: #fff !important;
  background: #071c4d;
}

.hover-effect-10Y {
  transition: all 200ms ease-in-out;
}

.hover-effect-10Y:hover {
  transform: translateY(-10px);
}

/* Grid style for featured in section */



.grid-fit-feature {
  display: grid;
  row-gap: 2rem;
}


@media (min-width:1600px) {
  .grid-fit-feature {
    grid-template-columns: repeat(6, minmax(60px, max-content));
    column-gap: 6rem;
  }
}

@media (min-width:1400px) and (max-width:1600px) {
  .grid-fit-feature {
    grid-template-columns: repeat(5, minmax(60px, max-content));
    column-gap: 5rem;
  }
}

@media (min-width:1200px) and (max-width:1400px) {
  .grid-fit-feature {
    grid-template-columns: repeat(4, minmax(60px, max-content));
    column-gap: 4rem;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .grid-fit-feature {
    grid-template-columns: repeat(4, minmax(60px, max-content));
    column-gap: 4rem;
  }
}

@media (min-width:767px) and (max-width:992px) {
  .grid-fit-feature {
    grid-template-columns: repeat(3, minmax(60px, max-content));
    column-gap: 3rem;
  }
}

@media (min-width:576px) and (max-width:767px) {
  .grid-fit-feature {
    grid-template-columns: repeat(2, minmax(60px, max-content));
    column-gap: 3rem;
  }
}

@media (max-width:576px) {
  .grid-fit-feature {
    gap: 30px;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(2, minmax(60px, 150px));
  }

  .grid-fit-feature div img {
    width: 100%;
  }
}

.resizing-button-common {
  width: 90%
}

@media (min-width:992px) and (max-width:1400px) {
  .resizing-button-common {
    width: 60%
  }
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-top: 150px solid gray;
}

::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
  border-top: 150px solid darkgray;
}

.box-search-blog {
  position: relative;
  border-radius: 30px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.box-search-blog.active-search-blog {
  width: 100%;
}

.box-search-blog .search-search-blog {
  position: relative;
  min-width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  cursor: pointer;
}

.box-search-blog .close-search-blog {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  cursor: pointer;
  scale: 0;
  transition: 0.5s;
}

.box-search-blog.active-search-blog .close-search-blog {
  scale: 1;
  transition-delay: 0.25s;
}

.box-search-blog .input-search-blog {
  position: absolute;
  left: 60px;
  width: calc(100% - 120px);
  height: 100%;
  line-height: 60px;
}

.box-search-blog .input-search-blog input {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 1.25rem;
}


.close-button-notification {
  position: absolute;
  right: 0;
  top: -10%;
  background: white;
  padding: 2px 10px;
  border-radius: 8px;
  cursor: pointer;
}


.modal-body {
  padding: 0
}

.modal-content {
  border: none;
}

.modal-button-close {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 11;
}

/* CSS For user guide page */

.bg-blue-gray-20 {
  background: #4e5460 !important;
}

.bg-blue-gray {
  background: #969baf !important;
}

.card {
  min-height: 350px;
  justify-content: space-around;
}

.card-image-inital-steps {
  width: 80%;
  margin-bottom: -7rem;
  margin-left: 0px;
  margin-right: 0px;

}

.content-card-inital-step {
  height: 510px;
  border: 1px solid #eee;
  border-radius: 30px;
  background: #272742;
  padding: 20px;
}

.btn {
  border: none !important;
}



@media(max-width:767px) {
  .content-card-inital-step {
    height: 600px;
  }

  .count-initial {
    background: #fff !important;
    color: #040426 !important;
    left: 2rem !important;
    top: 7% !important;
  }
}

@media(min-width:992px) and (max-width:1600px) {
  .content-card-inital-step {
    height: 580px
  }

  .inner-card-initial-steps {
    height: 500px !important;
  }
}

.learn-more-btn-initail-steps {
  text-align: center;
  border: 1px solid #e6e6e8;
  border-top: none;
  border-radius: 8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  height: 60px;
}

.inner-card-initial-steps {
  height: 430px;
  background: #fff;
  border-radius: 26px;
  width: 90%;
  overflow: hidden;
}

.title-initial-steps {
  color: #fff;
  bottom: 35%;
  transform: rotate(270deg);
  right: -7.2rem;
  font-weight: 600;
  font-size: 1.5rem;
  height: 25px;
  width: 300px;
}

.count-initial {
  height: 80px;
  width: 80px;
  background: #040426;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  z-index: 3;
  left: -2rem;
  top: 15%;
  font-size: 3rem;
  color: #fff;
  align-items: center;
  font-weight: bold;
}

.step-text {
  font-size: 16px;
  /* transform: rotate(270deg); */
  height: 20%;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 0 !important;
  display: block !important;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #000 !important;
  transform: scale(1.3) !important;
}

.slider .swiper-container {
  width: 100%;
  height: 100%;
}

.slider__flex {
  display: flex;
  align-items: flex-start;
}

.slider__col {
  display: flex;
  flex-direction: column;
  width: 150px;
  margin-right: 32px;
}


.slider__more-steps {
  height: 820px;
  width: 100%;
}

@media (max-width:760px) {
  .slider__more-steps {
    height: 500px
  }

  .content-card-more-steps {
    border-bottom-left-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }

  .pagination-element {
    display: none;
  }
}

@media (min-width:760px) and (max-width:1400px) {
  .slider__more-steps {
    height: 700px;
  }

  .content-card-more-steps {
    border-bottom-left-radius: 8rem !important;
  }
}

@media (min-width:992px) and (max-height:800px) {
  .slider__more-steps {
    transform: scale(0.8) !important;
  }
}


.slider__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider {
  scroll-snap-type: y mandatory;
}

.slider__flex {
  scroll-snap-align: start;
}

.swiper-vertical-next {
  position: absolute;
  bottom: 15%;
  right: 16px;
  z-index: 5;
}

.swiper-vertical-prev {
  position: absolute;
  top: 15%;
  right: 16px;
  z-index: 5;
}

.content-card-more-steps {
  height: 100%;
  width: 100%;
  border-bottom-left-radius: 12rem;
}

.background-card-more-steps {
  height: 100%;
}


.bg-green-dark {
  background: #475B5A;
}


/* End ----- CSS For user guide page*/


/* Header CSS */

.offcanvas-body .dropdown-toggle::after {
  content: "+";
  font-weight: 800;
  font-size: 1.2rem;
}

.width-full-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.top-bar-email-field {
  width: 250px;
  padding: 1px 8px 1px 8px;
  border-radius: 5px;
}

.top-bar-submit-btn {
  margin-top: -3px;
}

.terms-info {
  font-size: small;
  color: #BBBBBB;
}

.header-logo {
  max-width: 157px;
  height: auto
}

.header-dropdown-shadow {
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  box-shadow: 0 .5rem 7rem rgba(0, 0, 0, .15) !important;
}

.large-drop-grid {
  width: 930px;
}

.dropdown-grid-item {
  width: 310px !important;
}

.drop-heading {
  color: #a9a9a9 !important;
  ;
}

.text-black {
  color: #000000 !important;
}

.drop-title small {
  color: #B9B9B9 !important;
}



.featured-img-offscreen {
  filter: grayscale(1);
  height: auto !important;
}

a.dropdown-link span {
  width: 18% !important;
  display: flex;
  justify-content: start;
}

a.dropdown-link div {
  width: 85% !important;
}

.header-signup-btn {
  padding: 13px 33px !important;
}

.custom-success-alert {
  color: #009688;
  background-color: #b9dcd7a3;
}

.hero-banner-common {
  width: 100%;
  max-height: 30rem;
}

@media(max-width:575px) {
  .hero-banner-common {
    max-height: 12rem;
  }
}

/* CSS FOR MONA-SANS  */

.drop-title {
  font-weight: 400;
  font-family: mona-sans !important;
}

body,
.drop-title small,
label,
.footer-nav-list li a {
  font-weight: 100;
  font-family: mona-sans !important;
}

a {
  font-family: mona-sans !important;
}

/* End - Header CSS */

.height-modal {
  height: 610px;
}

@media(max-width:767px) {
  .height-modal {
    height: 410px;
  }
}

.vsection-about-desc-text {
  font-size: 14px;
  margin-top: 20px !important;
}

@media(min-width:1400px) {
  .vsection-about-desc-text {
    font-size: 20px;
  }
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.pulse-animate {
  animation: pulse-animation 2s infinite;
  transform-origin: center;
}

.pulse-animate:hover {
  animation: none;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
}

.play-icon-intro {
  top: 42%;
  left: 45%;
  width: 60px;
  cursor: pointer;
}

.vsection-bg-card {
  background: #333252;
  border-radius: 1.5rem;
}


@media (max-width:575px) {
  .play-icon-intro {
    top: 40%;
    left: 44%;
    width: 40px;
    border-radius: 0.7rem;
  }
}

@media (min-width:575px) and (max-width:1200px) {
  .play-icon-intro {
    width: 50px;
  }
}

.gradient-font-green {
  /* background: linear-gradient(to right, #ff00cc, #3333ff)!important; */
  /* background: linear-gradient(to right, #272742, #009a25) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important; */
  color: inherit !important;
}

.fp-custom-badge {
  width: fit-content;
  padding: 8px 12px;
  font-weight: bold;
  border-radius: 30px;
  color: #000 !important;
}

.fp-badge-yellow {
  background: #ffdc63;
}

h1 .text-5 {
  font-size: 16px !important;
}

@media (max-width:475px) {
  h1 .text-5 {
    font-size: 14px !important;
  }
}

.theme-2025-custom-h2 {
  font-size: 38px !important;
  line-height: 60px !important;
  margin-bottom: 10px !important;
  letter-spacing: 0.01px;
}

.theme-2025-custom-desc-1 {
  font-size: 17.5px !important;
  line-height: 28px;
}

.theme-2025-custom-desc-2 {
  font-size: 16px !important;
  line-height: 24px;
}

.theme-2025-custom-desc-3 {
  font-size: 16.5px !important;
  line-height: 24px;
}

.theme-2025-custom-h3 {
  font-size: 22px !important;
  line-height: 30px !important;
  color: #000 !important;
}

.theme-2025-sub-heading-hero-badge {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  display: inline-block;
  padding: 6px 14px;
}

.theme-2025-signup-button {
  display: block;
  padding: 10px !important;
  background-color: #1C3352 !important;
  width: max-content;
  /* margin: 0 auto; */
}

.theme-2025-demo-button {
  display: block;
  padding: 8px !important;
  cursor: pointer;
  width: max-content;
  /* margin: 0 auto; */
}


.theme-2025-hero-case-study-button {
  display: block;
  padding: 8px !important;
  cursor: pointer;
  width: max-content;
  /* margin: 0 auto; */
}

.theme-2025-case-study-button {
  text-decoration: none;
  border-radius: 5px;
  padding: 8px 10px;
  border: 1px solid #c4c4c4;
  color: #000;
  font-size: 14px
}

.theme-2025-testimonial-company-badge {
  border: 1px solid gray !important;
  border-radius: 10px !important;
  padding: 1px 20px;
  font-size: 12px;
  color: #000
}

.theme-2025-testimonial-user-name {
  margin: 0;
  font-size: 22px;
  line-height: 24px;
  color: #000 !important
}

.theme-2025-testimonial-user-designation {
  margin: 0;
  font-size: 14px;
  color: #000;
}

.theme-2025-achievement-section-hr-light {
  height: 1px;
  background: #fff;
  opacity: 1;
  color: #fff;
  width: 50%;
}

.theme-2025-achievement-section-creative {
  width: 60%;
}

.theme-2025-achievement-section-small-heading {
  font-size: 22px;
}

.theme-2025-achievement-section-hr-2-light {
  background: #fff;
  opacity: 1;
  height: 2px;
  width: 80%;
}

.theme-2025-card-tab-lottie-player {
  width: 80px;
  max-height: 120px;
}

.card-tab-index {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
  cursor: pointer;
  padding: 10px;
  padding-bottom: 20px;
  margin-top: 1px;
  position: relative;
  z-index: 1;
}

.theme-2025-card-tab-index-inner-body {
  padding: 10px;
  height: 100%;
  box-shadow: 0px 0px 0px 1px #003D3D0A,
    0px 1px 1px -0.5px #001F1F14,
    0px 3px 3px -1.5px #003D3D0A,
    0px 6px 6px -3px #003D3D0A,
    0px 12px 12px -6px #003D3D0A;
  border-radius: 10px;
}

.card-tab-wrapper-index {
  width: 25%;
  padding: 5px;
  padding-bottom: 0px;
}

.card-tab-index:hover img {
  scale: 1.1;
}

.active-card-tab-index {
  background: var(--activePrimaryColorTabs);
  border: 1px solid lightgray;
  border-color: var(--activeSecondaryColorTabs);
  border-bottom: 5px solid var(--activePrimaryColorTabs);
  border-bottom: unset;
}


.active-card-tab-content-box {
  border: 1px solid lightgray;
  border-color: var(--activeSecondaryColorTabs);
  z-index: 0;
}

.active-card-tab-index>.theme-2025-card-tab-index-inner-body {
  box-shadow: none !important;
}

.theme-2025-small-screen-content-tab {
  overflow: hidden;
  max-height: 0px;
  transition: all .5s ease;
}

.theme-2025-small-screen-content-tab.small-screen-content-tab-active {
  max-height: 400px;
}

@media (max-width:1200px) {
  .card-tab-wrapper-index {
    width: 50%;
    padding: 5px;
    padding-bottom: 0px;
  }

  .active-card-tab-index {
    border-radius: 10px;
    border-bottom: 1px solid var(--activeSecondaryColorTabs);
  }

  .theme-2025-custom-h2 {
    font-size: 26px !important;
    line-height: 30px !important;
    margin-bottom: 8px !important;
    letter-spacing: 0.01px;
  }

  .theme-2025-custom-desc-1 {
    font-size: 15.5px !important;
    line-height: 26px;
  }

  .theme-2025-custom-desc-2 {
    font-size: 14px !important;
    line-height: 22px;
  }

  .theme-2025-custom-desc-3 {
    font-size: 14.5px !important;
    line-height: 20px;
  }

  .theme-2025-custom-h3 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}

@media (max-width:992px) {
  .card-tab-wrapper-index {
    width: 100%;
    padding: 5px;
    padding-bottom: 0px;
  }

  .theme-2025-card-tab-index-inner-body-flex {
    display: flex;
    gap: 10px;
    align-items: center;
  }
}

@media(max-width:767px) {
  .theme-2025-sub-heading-hero-badge {
    font-size: 12px;
  }

  .theme-2025-custom-desc-1 {
    font-size: 14px !important;
    line-height: 20px;
  }

  .theme-2025-signup-button {
    font-size: 14px
  }

  .theme-2025-hero-case-study-button {
    font-size: 14px
  }

  .theme-2025-demo-button {
    font-size: 14px
  }

  .theme-2025-custom-h2 {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .theme-2025-custom-desc-2 {
    font-size: 14px !important;
    line-height: 20px;
  }

  .theme-2025-custom-h3 {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .theme-2025-case-study-button {
    font-size: 10px
  }

  .theme-2025-testimonial-company-badge {
    padding: 1px 12px;
    font-size: 9px;
  }

  .theme-2025-testimonial-user-name {
    font-size: 18px;
    line-height: 20px;
  }

  .theme-2025-testimonial-user-designation {
    font-size: 12px;
  }

  .theme-2025-achievement-section-hr-light {
    width: 100%;
  }

  .theme-2025-achievement-section-creative {
    width: 100%;
  }

  .theme-2025-achievement-section-small-heading {
    font-size: 13px;
  }

  .theme-2025-achievement-section-hr-2-light {
    width: 95%;
  }

  .theme-2025-card-tab-lottie-player {
    width: 80px;
    max-height: 100px;
  }

  .theme-2025-custom-desc-3 {
    font-size: 12.5px !important;
    line-height: 18px;
  }

  .card-tab-wrapper-index {
    width: 100%;
    padding: 5px;
    padding-bottom: 0px;
  }

  .card-tab-index {
    border-radius: 10px;
    height: 100%;
  }

}

.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #fff !important;
  color: #000 !important;
}

.faq-accordion .accordion-item .accordion-button:hover {
  background: #fff !important;
}

.accordion-button::after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z\'/></svg>') !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z\'/></svg>') !important;
}

.swiper-slide {
  display: flex;
  height: auto;
}

.swiper-slide>div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.flex-grow-class {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

.theme-2025-sub-heading-hero-badge {
  font-family: sans-serif;
  font-size: 17px;
  font-weight: 100;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  display: inline-block;
  padding: 10px 20px 8px 20px;
  border: 1px solid #ffdc63;
  background: #ffdc63;
}

.theme-2025-signup-button {
  display: block;
  padding: 9px 10px !important;
  background-color: #1C3352 !important;
  width: max-content;
}

.credit-card-and-trusted-wrapper {
  width: 40%;
}

.dashboard-creative-position {
  margin-top: 0px !important;
}

@media (max-width:767px) {
  .credit-card-and-trusted-wrapper {
    width: 100%;
  }

  .dashboard-creative-position {
    margin-top: 0px !important;
  }

  .theme-2025-sub-heading-hero-badge {
    font-family: sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    display: inline-block;
    padding: 8px 15px 7px 15px;
    border: 1px solid #ffdc63;
    background: #ffdc63;
    color: #000 !important;
  }

  .theme-2025-sub-heading-hero-badge a {
    font-size: 10px !important;
  }

}

@media (min-width:767px) and (max-width:1400px) {
  .credit-card-and-trusted-wrapper {
    width: 60%;
  }

  .dashboard-creative-position {
    margin-top: -20px !important;
  }

  .theme-2025-sub-heading-hero-badge {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 8px 15px 7px 15px;
    border: 1px solid #ffdc63;
    background: #ffdc63;
  }

  .theme-2025-sub-heading-hero-badge a {
    font-size: 9px !important;
  }

}

@media (min-width:1400px) {
  .dashboard-creative-position {
    margin-top: -40px !important;
  }
}

img {
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: auto;
}

@media (max-width:575px) {
  .mobile-width-70-button-wrapper {
    width: 100%;
  }

  .mobile-width-70-button-wrapper a {
    margin: 0 auto;
  }

  .mobile-width-70-button-wrapper a div {
    margin: 0 auto;
  }
}
