body {
  overflow-x: hidden;
}

.gradient-text-button {
  background: linear-gradient(90deg, #00d1cf 0%, #0099c4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;

  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease border-color 0.3s ease;
}

.plm-section1 {
  background-image: url("./../img/features-hero.png"), #eaf6f7;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 650px;
  padding-top: 40px !important;
}

.visibility-hidden {
  visibility: hidden;
}

.plm-section {
  background: #eaf6f7;
  color: #333;
  position: relative;
  padding-top: 40px !important;
}

.plm-section .container .row.align-items-center.flex-md-row {
  justify-content: space-between;
  margin-bottom: 33px !important;
}

.plm-section .plm-text-content {
  padding-right:70px !important;
  padding-top: 35px;
}

.plm-subtitle {
  font-size: 20px;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ppc-main-heading {
  font-size: 43px;
  font-weight: bold;
  line-height: 1.2;
  font-family: "brandon", sans-serif;
  color: #333;
  margin-bottom: 0;
  background: linear-gradient(90deg, #EEA849 0%, #F46B45 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

}

.ppc-sub-heading {
  color: #3a3a3a;
  FONT-WEIGHT: 600;
  PADDING-BOTTOM: 10PX;
}

.plm-description {
  font-size: 18px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 20px;
}

.why_choose_heading {
  margin-bottom: 10px;
}

.ppc-sub-description {
  color: #333333;
  font-weight: 600;
}


.ppc-description {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  padding: 0 25%;
  margin-bottom: 40px;
}




.feature-main-heading {
  font-size: 65px;
  font-weight: bold;
  line-height: 1.2;
  font-family: "brandon", sans-serif;
}

.feature-sub-heading {
  font-size: 43px;
  font-weight: bold;
  line-height: 1.2;
  font-family: "brandon", sans-serif;
}

.plm-main-heading .plm-highlight {
  color: #ff6d01;
  /* Bright orange color */
}

.plm-image-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
}

.plm-main-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  position: relative;
  right: -30px;
}

.strgl_heading {
  padding: 0 15%;
}

.contetn_area {
  max-width: none;
}

.left_frp {
  padding: 0 40px;
}

.why_choose_second_section {
  margin-top: 0px;
  padding: 80px 0 60px;
  background-color: #EAF6F7;
}

.why-choose-card:hover {
  transform: none;
  box-shadow: none;
}

.read_moresm_btn {
  margin-top: 40px;
}

.blog_area {
  background: #fff;
  margin-bottom: 80px;
  padding: 0;
}

.signup-form-btn {
  margin: 5px auto;
}

.why_choose_second_heading {
  margin-top: 20px;
  font-size: 40px;
}
.why_choose_content .why_choose_heading{
  font-size: 40px !important;
}

.help-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.help-card-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.help-card-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  width: 100%;
  text-align: left;
  font-family: "brandon", sans-serif;
}

.help-card-second-title {
  font-size: 47px;
  line-height: 1.2;

  width: 100%;
  text-align: left;
  font-family: "brandon", sans-serif;
  margin-top: 4px;
  margin-bottom: 10px;
}

.help-card-text {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

.ser-section {
  background-color: #EBF8FA;
  padding-top: 80px;
  padding-bottom: 40px;
}

.ser-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.ser-row {
  justify-content: center;
  padding: 5px 0;
}

.ser-img {
  border-radius: 10px;
  transition: transform 0.3s ease;
  /* Add animation for hover */
}

.ser-img:hover {
  transform: scale(1.05);
  border-radius: 10px;
  /* Slight zoom effect on hover */
}

.ser-text {
  font-family: "brandon";
  font-size: 20px;
  line-height: 24px;
  color: #333;
  margin-top: 10px;
}

.carousel-control-prev i,
.carousel-control-next i {
  color: black;
  font-size: 15px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5px;
}

.tools-section {
  background-color: #f8f9fa;
  padding-top: 80px;
  padding-bottom: 80px;
}

.tools-section .reviews_heading {
  margin-bottom: 20px;
}

.tools-section .row.g-4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1050px;
  margin: 0 auto !important;
}

.tools-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
}

.tools-subtitle {
  font-size: 16px;
  color: #555;
}

.tools-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tools-card-inner {
  border-radius: 15px;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tools-card-inner:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.tools-image {
  max-width: 100%;
  height: auto;
}

.form-customer-text {
  font-family: "brandon";
  color: #333333;
  font-size: 21px;
  padding-bottom: 10px;
}

.bg-form-plm {
  margin: 30px 20px;
  padding: 25px;
  background-color: #ffffff;
  border-radius: 13px;
}

.tools-mbl-section {
  background-color: #f8f9fa;
}

.tools-mbl-slider-wrapper {
  overflow: hidden;
  position: relative;
}

.tools-mbl-slider {
  display: flex;
  gap: 16px;
}

.tools-mbl-slider:first-child {
  animation: tools-mbl-slide-right-to-left 16s linear infinite;
}

.tools-mbl-slider-wrapper:nth-child(2) .tools-mbl-slider {
  animation: tools-mbl-slide-left-to-right 16s linear infinite;
}

.tools-mbl-card {
  flex: 0 0 auto;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
}

.tools-mbl-image {
  max-width: 100%;
  /* width: 100%; */
  height: auto;
  display: block;
  border-radius: 8px;
}

@keyframes tools-mbl-slide-right-to-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes tools-mbl-slide-left-to-right {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.why-us-heading-resp {
  padding: 20px 0px;
  line-height: 1.3;
  font-weight: bolder;
}

.head-feature-whitepaper {
  font-size: 40px;
  font-weight: bolder;
}

.faq-header .collapsed .faq-toggle.faq-features-toggle {
  background: #F7F7FF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
}

.faq-header .minus-toggle.minus-features-toggle {
  border-radius: 5px;
  background: #4A3AFF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.why-choose-card {
  border: 0;
  border-radius: 24px;
  margin-bottom: 10px;
  padding: 14px;
  width: 88%;
  margin-left: 20px;
}

.reviews_heading,
.reviews_heading{
  font-size: 43px !important;
}
  
@media (max-width: 1300px) {

  .help-card-second-title,
  .head-feature-whitepaper {
    font-size: 35px;
    line-height: 1.3;
  }

  .help-card-text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {


  .w-full-mobile {
    width: 100% !important;
  }


  .bg-features-white {
    background: #fff !important;
  }

  .blog_area {
    margin-top: 0px;
    /* padding: 40px 0 0px !important; */
    margin-bottom: 55px;
  }

  .why_choose_second_heading {
    margin-top: 40px;
  }

  .benefits-area {
    background: #EBF8FA;
    padding: 5px 15px 40px !important;
    margin-bottom: 70px;
  }

  .ppc-description {
    padding: 0;
    margin-bottom: 0px;
  }

  .faqss {
    font-size: 16px;
  }

  .left_frp {
    padding: 0 15px;
  }

  .plm-section1 {
    background-image: url("./../img/features-hero.png"), #eaf6f7;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 350px;
  }

  .head-feature-whitepaper {
    font-size: 25px;
    font-weight: bolder;
  }

  .feature-main-heading {
    font-size: 30px;
  }

  body .plm-section {
    text-align: center;
    padding-top: 0 !important;
  }

  .plm-buttons {
    justify-content: center;
    display: flex;
  }

  .strgl_heading {
    padding: 0 !important;
  }

  .service_lable {
    margin-bottom: 0;
  }

  .plm-main-image {
    top: 0;

    max-width: 100%;
  }

    .plm-section .plm-text-content {
    padding-inline-start: 0px;
    text-align: center !important;
    padding-right: 0 !important;
    padding-top: 30px;
  }

  .ppc-main-heading {
    font-size: 40px;
  }

  .erp_drop {
    padding-top: 10px;
  }

  .plm-hero-pad {
    padding-block: 30px;
  }

  .plm-col-rev {
    flex-direction: column-reverse;
  }

  .data-pad {
    margin-bottom: 25px;
  }

  .frew_content_area {
    border-top: 5px solid #efa64a !important;
    border-left: 0 !important;
    text-align: center;
  }

  .why-us-heading-resp {
    padding: 20px 0px 10px 0px;
    line-height: 40px;
    font-weight: bolder;
  }

  .bg-form-plm {
    margin: 10px 5px;
    padding: 16px;
  }

  .erp-section {
    text-align: center !important;
    background-color: #f8f9fb;
  }

  .global-btn,
  .blobal-second-btn,
  .action_choose {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    display: flex;
    margin-left: 0 !important;
  }

  .plm-buttons {
    gap: 8px;
  }

  .action_choose {
    justify-content: center;
    align-items: center;
    max-width: 100% !important;
    width: 100% !important;
  }

  .why_choose_section .action_choose,
  .customerReview .action_choose {
    margin: 0 auto !important;
    max-width: 100%;
  }

  .plm-section .container .row.align-items-center.flex-md-row {
    margin-bottom: 0 !important;
  }

  .help-card-second-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .why-choose-card {
    padding-top: 40px;
    border: 0;
    border-radius: 24px;
    margin-bottom: 10px;
    padding: 14px;
    width: 100% !important;
    margin-left: 0px !important;
            height: 258px;
  }

  .help-card-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .help-section .row.g-4 {
    gap: 50px;
  }



  .faq_area {
    padding-top: 1px;
  }

  .ser-section {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 80px;
  }

  .why_choose_heading {
    font-size: 32px !important;
    line-height: 38px;
    padding: 0;
    margin-bottom: 40px;
  }

  .reviews_arear .reviews_heading {
    margin-bottom: 20px !important;
  }

  .reviews_arear .row.py-5 {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
  }

  .tools-subtitle {
    margin-bottom: 20px !important;
  }

  .free_whitepapers_area .bg-form-plm .signup-form-btn {
    margin: 0 auto !important;
  }

  .carousel-control-prev i,
  .carousel-control-next i {
    display: none;
  }
}

.blog_content_area {
  margin-top: 0px;
}

.features-area {
  background: #F7F7FB;
  padding: 50px 30px;
  border-radius: 10px;
}



:root {
  --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-text: papayawhip;
    --color-bg: navy;
    --color-bg-accent: #2626a0;
  }
}



.marquee-logos {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 50px;
  /* mask-image: linear-gradient(
      var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0)
    ); */
  animation: none;
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 50px;
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}



.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
  gap: 35px;
}

@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-logos img {
  display: grid;
  place-items: center;
  width: 90px;
  fill: var(--color-text);
  aspect-ratio: 16/9;

}

.marquee-logos .sq-logo,
.marquee-logos .tc-logo {
  width: 60px;
}

.marquee--reverse img {
  width: 95px;
}

.marquee--reverse .oka-logo,
.marquee--reverse .elk-logo,
.marquee--reverse .ovo-logo {
  width: 55px;
}


/* Parent wrapper */
.wrapper {
  display: flex;
  flex-direction: column;
  /* gap: var(--gap); */
  margin: auto;
  max-width: 100vw;
}




@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}


.pd-0 {
  padding: 0;
}

.ppc-points {
  padding-left: 1rem;
}

.why-choose-card {
  border: 0;
  border-radius: 24px;
  margin-bottom: 10px;
  padding: 14px;
  width: 88%;
  margin-left: 20px;
}

.why-choose-card-title {
  font-size: 22px;
}

.why-choose-card-description {
  min-height: 70px;
  font-size: 12px;
  margin-bottom: 0;
}



.why-choose-card-icon {
  margin-top: 15px;
  width: 48px;
  height: 44px;
}

.home-demo .owl-carousel .owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -2%;
}

.home-demo .owl-carousel .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -2%;
}

.home-demo .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #242733;
}

.home-demo .owl-theme .owl-nav [class*=owl-] {
  font-size: 35px;
}


.banner-vector {
  position: absolute;
  right: 0;
  top: 0;
  width: 52%;
}

.banner-vector img {
  width: 100%;
}

.ppc-banner-image {
  display: flex;
  justify-content: end;
}

.ppc-banner-image .ban-img {
  z-index: 1;
  width: 100%;
  padding-top: 45px;
}

.why-choose_area-plm {
  padding-block: 0;
}

.plan-box {
  background: #eaf6f7;
  margin-top: 80px;
  padding-bottom: 40px;
}

.plan-img {
  position: absolute;
  top: -40px;
}

.plan-relative {
  position: relative;
}

.plan-box .rp_content_area {
  padding: 60px 0;
}

.monitor-box {
  padding: 60px 0 57px;
}

.blog_description {
  margin-bottom: 20px;
}

.monitor-box .monitor-image {
  position: absolute;
  top: -90px;
  right: -150px;
}

.bg {
  background: #eaf6f7;
}

.blog_cards {
  background: rgba(217, 217, 217, 0.3);
  padding: 12px;
  box-shadow: none;
}

@media (max-width: 1366px) {

  .monitor-box .monitor-image {
    right: -62px;
  }

  .banner-vector {
    position: absolute;
    right: -65px;
    top: 0px;
    width: 63%;
  }

  .banner-vector img {
    width: 85%;
  }

  .ppc-banner-image .ban-img {
    padding-top: 20px;
  }

  .why-choose-card-description {
    min-height: 84px;
  }
}

@media (max-width: 767px) {

  .why-choose-card-description {
    min-height: 75px;
    font-size: 14px;
  }

  .hide_for_sm {
    display: none;
  }

  .ppc-banner-image {
    position: relative;
    margin-top: 20px !important;
  }

  .banner-vector {
    position: absolute;
    right: -15px;
    bottom: 0;
    width: 100% !important;
  }

  .banner-vector img {
    width: 100%;
  }

  .ppc-banner-image .ban-img {
    padding-top: 0;
  }

  .plan-img {
    position: unset !important;
  }

  .bg,
  .plan-box {
    background: #fff !important;
    padding-bottom: 0;
  }

  .monitor-text {
    margin-top: 150px !important;
  }

  .monitor-box .monitor-image {
    position: absolute;
    top: -90px;
    right: -15px;
  }

  .monitor-box {
    padding-bottom: 0;
  }
    .reviews_heading,
    .reviews_heading{
      font-size: 31px !important;
      margin-top: 35px !important;
    }
}