@import url("../web-fonts/stylesheet.css");

:root {
  --primary-color: #67c011;
  --primary-dark: #47840b;
  --secondary-color: #171717;
  --secondary-dark: #222222;
  --white: #ffffff;
  --primary-text: #222222;
  --secondary-text: #2e2e2e;
  --bg-gray: #f1f3f0;
  --box-border: #e9ece7;
  --background-color: #f2f1ed;
  --tj-color-theme-dar: #0c1e21;
  --primary-gradient: linear-gradient(260deg,
      rgba(103, 192, 17, 1) 0%,
      rgba(1, 146, 151, 1) 100%);
  --primary-green-dark: #0c1e21;
  --primary-green-light: #163237;
  --secondary-gradient: linear-gradient(260deg, #163237 0%, #0c1e21 100%);
}

body {
  font-family: Plus Jakarta Sans, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  z-index: 16772;
}

.custom-order-1 {
  order: unset;
}

p {
  font-size: clamp(1rem, 2vw, 1rem);
  font-weight: 500;
  color: var(--primary-text);
}

.section-padd-20 {
  padding-top: 50px;
  padding-bottom: 50px;
}


.text-20 {
  font-size: 20px;
  font-weight: 700;
}

.text-16 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

.title {
  font-size: clamp(1rem, 8vw, 3.5rem);
  line-height: clamp(1.2rem, 10vw, 4.5rem);
  font-weight: 700;
  color: var(--primary-text);
  text-transform: capitalize;
}

.title-white {
  font-size: clamp(1rem, 6vw, 3.5rem);
  line-height: clamp(1.2rem, 8vw, 4.5rem);
  font-weight: 700;
  color: var(--white);
}

.title-after-text {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 600;
  color: var(--secondary-text);
  margin-bottom: 15px;
  margin-top: 15px;
}

.title-pages {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  color: var(--primary-text);
  text-transform: capitalize;
}

.sub-title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-text);
}

.title-page-small {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  color: var(--primary-text);
  text-transform: capitalize;
  margin-bottom: 1rem;
}

.white-text {
  color: var(--white);
}

.about-company {
  padding-top: 90px;
  padding-bottom: 90px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--tj-color-theme-dark);
  background-blend-mode: luminosity;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin: 140px 15px 0px;
}

.page-header-overlay {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mt-20 {margin-top: 20px;}
.mb-20 {margin-bottom: 20px;}
.mtb-20{margin:20px 0;}
.sub-head{font-size: 1.8em!important; font-weight: 600;}
.fact-fig{position: absolute;
    display: flex;
    justify-content: center;
    gap: 2rem;
    /* margin-top: 2.5rem; */
    flex-wrap: wrap;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
  }
.fact-box{padding: 15px; /* margin-right: 20px; */ text-align: center;background-color: #edfae1; width: 160px;border-radius: 20px; margin-top: -65px; border:1px solid #b7c5aa}
.title-number{font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700;}
    .fact-box p{font-weight: bold;}

    /*=================== eCommerce MLM Plans Start===============*/

.mlm-ecom-section {
  background: url(../images/plan-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  .title {
    color: var(--white);
  }
}

.ecom-plan-box {
  background: rgb(2 22 24 / 50%);
  padding: 25px;
  border-radius: 25px;
  border: 2px solid #042a2d;
  text-align: left !important;
  backdrop-filter: blur(5px);
  /* width: calc(25% - 20px); */
  margin: 25px 10px;

  .plan-content {
    margin-top: 10px;
  }
  h3 {
    color: var(--primary-color);
  }
  p {
    color: var(--white);
  }
  ul li {color: var(--white);}
}
.overlay-bg {
  position: relative;
  width: 100%;
  display: block;
  padding: 4rem 0px;
}

.overlay-bg:before {
  position: absolute;
  content: "";
  background: rgba(4, 42, 45, 0.95);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 980px) {
  .plan-box {
    width: calc(100% - 20px);
    margin: 15px 10px;
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .ecom-plan-box {
            min-height: 590px;
            }
}
/*===================About Company PageStart===============*/

.about-company-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.Ventaforce-by-Numbers {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.number-box {
  padding: 25px;
  border-radius: 25px;
  margin-top: 25px;
  border: 1px solid #e9ece7;
  text-align: left !important;

  .number-box-icon {
    width: 70px;
    padding: 15px;
    border: 1px solid #e9ece7;
    border-radius: 50%;
    background: var(--primary-gradient);
  }

  .number-box-heading {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-text);
  }

  p {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
  }
}

.number-img-box {
  background-repeat: no-repeat;
  background-size: cover;
}

.customer-choice-box {
  background-color: var(--primary-green-dark);

  .number-box-heading {
    color: var(--white);
  }

  p {
    color: var(--white);
  }
}

.col-3fact {
  width: calc(25% - 30px);
  margin: 15px 15px;
}

.col-6fact {
  width: calc(50% - 30px);
  margin: 15px 15px;
}

.vision-section {
  padding: 4rem 0px;
  background: url(../images/vision-bg.jpg);
  background-size: cover;
  background-position: bottom;

  /* background-color: var(--background-color); */
  .title {
    color: var(--white);
  }

  p {
    color: var(--white);
    font-size: 18px;
  }
}

.one-stop-solution {
  padding: 4rem 0px;
}

.glimpse-section {
  padding: 0rem 0px;
  overflow: hidden;

  .video-btn {
    border-radius: 15px;
    border: 0px;
    overflow: hidden;
    padding: 15px;
  }
}

.industry-box {
  border: 1px solid var(--box-border);
  border-radius: 50px;
  padding: 15px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  margin: 10px 0px;

  h3 {
    font-weight: 700;
    font-size: 18px;
    margin-left: 15px;
    text-transform: uppercase;
  }

  .box-icon {
    width: 60px;
  }
}

.global-box {
  border: 1px solid var(--box-border);
  border-radius: 50px;
  padding: 15px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  margin: 10px 0px;
  background-color: #dce4d4;

  h3 {
    font-weight: 700;
    font-size: 18px;
    margin-left: 15px;
    text-transform: uppercase;
  }

  .box-icon {
    width: 60px;
  }
}

.testimonial-wrapper {
  background-image: url(../images/testimonial-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-slider-box {
  padding: 20px 25px;
  border-radius: 25px;
  border: 1px solid #e9ece7;
  text-align: left !important;
  margin-top: 15px;
  position: relative;
  align-items: center;
  margin-left: 0px;
  margin-right: 0px;
  background: #fff;

  .client-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .client-logo {
    width: 160px;
    height: 160px;
    padding: 15px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .testimonial-info-top-container {
    display: flex;
    border-bottom: 2px dashed var(--box-border);
    padding-bottom: 20px;
    align-items: center;

    .client-photo {
      width: 55px;
      overflow: hidden;
      float: left;
      padding-right: 15px;
    }

    .client-name {
      font-weight: 700;
      font-size: 20px;
      text-transform: uppercase;
      color: var(--primary-text);
      margin-bottom: 0px;
      margin-top: 0px;
    }

    .client-designation {
      color: var(--primary-text);
      font-weight: 600;
      margin-bottom: 0px;
      margin-top: 0px;
    }
  }

  .testimonial-head {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-text);
  }

  .highlighted-points {
    display: inline-flex;
    background: var(--primary-dark);
    color: var(--white);
    font-weight: 600;
    padding: 5px 10px;
    font-style: italic;
    margin: 5px 5px;
  }
}

@media (max-width: 980px) {
  .custom-order-1 {
    order: 1;
  }

  .about-company {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 80px 15px 0px;
  }

  .about-company-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .Ventaforce-by-Numbers {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .col-3fact {
    width: calc(50% - 20px);
    margin: 15px 10px;
  }

  .col-6fact {
    width: calc(100% - 20px);
    margin: 15px 10px;
  }

  .number-box {
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 0px;

    .number-box-icon {
      width: 60px;
      padding: 12px;
    }

    .number-box-heading {
      margin-top: 5px;
      margin-bottom: 5px;
      font-size: 30px;
      line-height: 35px;
    }

    p {
      margin: 0px;
    }
  }

  .vision-section {
    padding: 20px 0px;
    text-align: center;

    p {
      font-size: 16px;
    }
  }

  .one-stop-solution {
    padding: 20px 0px;
  }

  .glimpse-section {
    text-align: center;
  }
}

/*===================About Company Styles End===============*/

/*===================Common Styles Start====================================================================*/
.carousel-control-next,
.carousel-control-prev {
  width: 40px;
}

.carousel-control-next-icon {
  background-image: url(../images/icons/next-button.png);
}

.carousel-control-prev-icon {
  background-image: url(../images/icons/pre-button.png);
}

.section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-padding-bottom {
  padding-bottom: 4rem;
}

.common-tagline-style {
  border-radius: 25px;
  padding: 4rem;
  background-color: var(--background-color);

  p {
    font-size: 25px;
    font-weight: 600;
    color: var(--primary-text);
    padding: 0px;
    margin: 0px;
  }
}

.common-tagline-style-small {
  border-radius: 25px;
  padding: 25px;
  background-color: var(--background-color);

  p {
    font-size: 23px;
    font-weight: 700;
    color: var(--primary-text);
    padding: 0px;
    margin: 0px;
  }
}

.box-icon {
  width: 70px;
  padding: 12px;
  border: 1px solid #e9ece7;
  border-radius: 50%;
  background: var(--primary-gradient);
}

.card-box {
  padding: 25px;
  border-radius: 25px;
  margin-bottom: 15px;
  margin-top: 15px;
  border: 1px solid #e9ece7;
  text-align: left !important;

  .card-box-icon {
    width: 70px;
    padding: 15px;
    border: 1px solid #e9ece7;
    border-radius: 50%;
    background: var(--primary-gradient);
  }

  .card-box-heading {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-text);
  }

  p {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    color: var(--primary-text);
  }
}

.overlay-bg {
  position: relative;
  width: 100%;
  display: block;
  padding: 4rem 0px;
}

.overlay-bg:before {
  position: absolute;
  content: "";
  background: rgba(4, 42, 45, 0.95);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-shape-4 {
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.bg-shape-3,
.bg-shape-4 {
  position: absolute;
  max-width: 915px;
  z-index: 0;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.list-style {
  padding: 0px 0px 0px 10px;
  margin: 0px;
  list-style: none;
}

.list-style li {
  font-size: 1rem;
  padding: 10px 0px;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}

.list-style li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.list-style-wt {
  padding: 0px 0px 0px 10px;
  margin: 0px;
  list-style: none;
}

.list-style-wt li {
  font-size: 1rem;
  padding: 10px 0px;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}

.list-style-wt li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/check-white.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.custom-btn {
  width: fit-content;
  min-width: 160px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  text-decoration: none;
  text-transform: capitalize;
  margin: 10px 5px;
}

.btn-1 {
  background: linear-gradient(260deg,
      rgba(103, 192, 17, 1) 0%,
      rgba(1, 146, 151, 1) 100%);
  border: none;
}
.btn-2 {
  background: linear-gradient(0deg, rgb(24 24 24) 0%, rgb(52 52 52) 100%);
  border: none;
}
.btn-2:hover {
  background: linear-gradient(0deg, rgb(52 52 52) 0%, rgb(24 24 24) 100%);
}
.bg-green{background-color: #e8f0e5;}
.bg-gray{background-color: var(--background-color);}
.badges {
    padding: 10px;
}
.badges img {
    border: 1px solid #d2d2d1;
    border-radius: 15px;
    background-color: #FFF;
    margin: 5px;
    padding: 5px;
}

.col-4-custom {
  width: calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.col-6-custom {
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.faq-section {
  padding: 4rem 0px;

  .accordion-item {
    border: 1px solid var(--background-color);
    border-radius: 10px;
    margin: 15px 0px;
  }

  .accordion-button {
    background: var(--background-color);
    border-radius: 10px;
  }

  .accordion-button:not(.collapsed) {
    color: var(--primary-text);
    background: var(--background-color);
    box-shadow: none;
    /* box-shadow: 0 0 0 0.25rem rgba(103, 192, 117, 0.25); */
  }
}

.request-demo-section {
  padding: 4rem 0px;
  text-align: center;
  background: #0c1e21;
}


.section-padd-t-0 {
  padding-top: 0px;
}

/*===================automated-software Section Start===============*/

.automated-software {
  padding: 50px 0px;
}

.work-process {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}

.process-card {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 28px;
}

.process-card .number {
  flex: 0 0 54px;
  max-width: 54px;
  width: 54px;
  height: 54px;
  color: #ffffff;
  font-size: 19.5px;
  letter-spacing: -0.194px;
  border-radius: 50%;
  display: flex;
  background: var(--primary-gradient);
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.process-card .process-text {
  border: 1px solid var(--box-border);
  padding: 24px 30px;
  border-radius: 25px;
  width: 100%;

  h4 {
    font-size: 22px;
    font-weight: 700;
  }

  p {
    margin-bottom: 0px;
  }
}

.process-card:after {
  position: absolute;
  width: 1.385px;
  height: calc(100% - 44px);
  top: 65px;
  left: 27px;
  background-color: var(--primary-dark);
  content: "";
  z-index: 10;
}

.process-card:last-child::after {
  display: none;
}

.box-main-head {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-text);
}

.background-light-section {
  padding: 4rem 0px;
  background-color: var(--background-color);

  .card-box {
    background: var(--white);
  }
}

@media (max-width: 980px) {
  .title-pages {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .card-box {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;

    .card-box-heading {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 26px;
    }

    .card-box-icon {
      width: 60px;
      padding: 12px;
    }
  }

  .common-tagline-style {
    padding: 20px;

    p {
      font-size: 20px;
    }
  }

  .section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .overlay-bg {
    padding: 20px 0px;
  }

  .col-4-custom {
    width: calc(100% - 30px);
  }

  .col-6-custom {
    width: calc(100% - 30px);
  }

  .faq-section {
    padding: 0px 0px 30px;
  }

  .faq-section,
  .why-ventaforce-section {
    padding: 30px 0px 30px;
  }

  .request-demo-section {
    padding: 30px 0px 30px 0px;
  }

  .automated-software {
    padding: 0px 0px 30px;
  }

  .process-card {
    gap: 15px;
  }

  .process-card .process-text {
    padding: 15px;
  }

  .process-card .number {
    flex: 0 0 45px;
    max-width: 45px;
    width: 45px;
    height: 45px;
  }

  .process-card:after {
    top: 45px;
    left: 23px;
    height: calc(100% - 12px);
  }
}
/*=====10x two challange section start=====*/

.tenx-two-container {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .tenx-two-group-head {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 2rem;
        position: relative;
    }

    .tenx-two-group {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 2rem;
        position: relative;
    }
.tenx-two-container {
    .content-box {
        padding: 12px;
        /* display: flex; */
        align-items: center;
        margin-bottom: 20px;
        background-color: #ffffff;
        border: solid 1px;
        border-radius: 18px;
        border-color: #d8e3ce;
        box-shadow: 0 7.5px 14px #f7fbff;
        z-index: 2;
    }

    .content-box-inner-left {
            background: var(--primary-green-dark);
        border-radius: 10px;
        padding: 18px 10px;
        margin: auto;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .content-box-inner-right {
        background: #238d19;
        border-radius: 10px;
        padding: 18px 10px;
        margin: auto;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .content-box-inner-left p, .content-box-inner-right p {color:#FFFFFF;}

    .challenge-box {
        text-align: center;
    }


    .content-box h4 {
        font-size: 1.1rem;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .challenge-box h4 {
        color: var(--primary-dark);
    }

    .ventaforce-solution-box h4 {
        color: var(--primary-dark);
    }

    .content-box p {
        margin: 0; text-align: center;
    }
    .content-box p img{
        /* margin-right: 10px;
        width: 36px;
        height: 36px;
        border-radius: 50%; */
        display: none;
    }
    .tenpoint{display: flex; align-items: center;}
    .tenpoint img{display: none;}
    .mademid {width:100%;}
    .mademid p{text-align: center;}

    .impact-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: relative;
        padding: 0 20px;
        margin-top: 50px;
    }
    .impact-group h4 {
        color: var(--primary-dark);
    }

    /* connected line section */
    .impact-group::before {
        content: '';
        position: absolute;
        top: 25%;
        left: -2rem;
        right: -2rem;
        height: 2px;
        background: linear-gradient(to right, rgba(103, 192, 17, 1), rgba(1, 146, 151, 1));
        z-index: 0;
        opacity: 0.3;
    }

    .impact-group .item-icon {
        /* font-size: 2rem;
        color: #ffffff; */
        width: 80px;
        height: 80px;
        padding: 15px;
        background: var(--primary-gradient);
        border: 4px solid var(--bg-gray);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* box-shadow: 4px 4px 0 0px #cde4be; */
        margin-bottom: 1rem;
        z-index: 2;
    }

    .impact-group h3 {
        color: var(--text-dark);
        font-size: 1rem;
        font-weight: 500;
        margin: 0;
        max-width: 250px;
        background: #fff;
        padding: 10px;
        z-index: 2;
    }
    .impact-group h3 span{
        font-weight: 700;
        color: var(--primary-dark);
    }
  }
    /* mobile view */
    @media (max-width: 992px) {
        .tenx-two-group {
            gap: 1.5rem;
        }
        .tenx-two-group {
        .impact-group {
        margin-top: 0px;
    }

        .impact-group h3 {
            font-size: 1.1rem;
        }
    /* .content-box{
    margin-bottom: 20px;} */
      }
    }


    @media (max-width: 768px) {

        .tenx-two-group {
            grid-template-columns: 1fr;
            gap: 0rem;
        }
.tenx-two-group {
        .challenge-box {
            text-align: left;
        }

        .impact-group {
            padding: 20px 0;
        }

        /* vertical line mobile */
        .impact-group::before {
            left: 50%;
            right: auto;
            top: -1.5rem;
            bottom: -1.5rem;
            transform: translateX(-50%);
            width: 2px;
            height: auto;
            background:  linear-gradient(to right, rgba(103, 192, 17, 1), rgba(1, 146, 151, 1));
        }
         .impact-group .item-icon {
        width: 60px;
        height: 60px;
        padding: 10px;
}
.content-box p img, .tenpoint img{
        margin-right: 10px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display:unset;
    }
      }
      .tenx-two-container {
    .content-box p {
        text-align: left;
    }
    .impact-group h3 {
        display: none;
    }
}
      .tenx-two-group-head{display: none;}
    }

/*=====powerful challange section start=====*/

.powerful-container {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .powerful-group-head {
        display: grid;
        grid-template-columns: 0.8fr auto 1fr;
        align-items: center;
        gap: 2rem;
        position: relative;
    }

    .powerful-group {
        display: grid;
        grid-template-columns: 0.8fr auto 1fr;
        align-items: center;
        gap: 2rem;
        position: relative;
    }

    .content-box {
        padding: 10px 15px;
        /* display: flex; */
        align-items: center;
        margin-bottom: 20px;
        background-color: #ffffff;
        border: solid 1px;
        border-radius: 18px;
        border-color: #eff6e8;
        box-shadow: 0 7.5px 14px #f7fbff;
        z-index: 2;
    }

    .content-box-inner {
        background: #eff6e8;
        border-radius: 10px;
        padding: 18px 10px;
        margin: auto;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }


    .challenge-box {
        text-align: right;
    }


    .content-box h4 {
        font-size: 1.1rem;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .challenge-box h4 {
        color: var(--primary-dark);
    }

    .ventaforce-solution-box h4 {
        color: var(--primary-dark);
    }

    .content-box p {
        margin: 0;
    }

    .impact-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: relative;
        padding: 0 20px;
        margin-top: 50px;
    }

    /* connected line section */
    .impact-group::before {
        content: '';
        position: absolute;
        top: 25%;
        left: -2rem;
        right: -2rem;
        height: 2px;
        background: linear-gradient(to right, rgba(103, 192, 17, 1), rgba(1, 146, 151, 1));
        z-index: 0;
        opacity: 0.3;
    }

    .impact-group .item-icon {
        /* font-size: 2rem;
        color: #ffffff; */
        width: 80px;
        height: 80px;
        padding: 15px;
        background: var(--primary-gradient);
        border: 4px solid var(--bg-gray);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* box-shadow: 4px 4px 0 0px #cde4be; */
        margin-bottom: 1rem;
        z-index: 2;
    }

    .impact-group h3 {
        color: var(--text-dark);
        font-size: 1rem;
        font-weight: 500;
        margin: 0;
        max-width: 250px;
        background: #fff;
        padding: 10px;
        z-index: 2;
    }
    .impact-group h3 span{
        font-weight: 700;
        color: var(--primary-dark);
    }

    /* mobile view */
    @media (max-width: 992px) {
        .powerful-group {
            gap: 1.5rem;
        }
        .impact-group {
        margin-top: 0px;
    }

        .impact-group h3 {
            font-size: 1.1rem;
        }
    /* .content-box{
    margin-bottom: 20px;} */
    }


    @media (max-width: 768px) {

        .powerful-group {
            grid-template-columns: 1fr;
            gap: 0rem;
        }

        .challenge-box {
            text-align: left;
        }

        .impact-group {
            padding: 20px 0;
        }

        /* vertical line mobile */
        .impact-group::before {
            left: 50%;
            right: auto;
            top: -1.5rem;
            bottom: -1.5rem;
            transform: translateX(-50%);
            width: 2px;
            height: auto;
            background:  linear-gradient(to right, rgba(103, 192, 17, 1), rgba(1, 146, 151, 1));
        }
    }

/*===================Recognization Section Start===============*/

.recognition-section {
  padding: 2rem 0px;

  .recognition-container {
    padding: 15px;
    text-align: center;
  }
}

.rating-wrapper {
  background-color: var(--bg-gray);
  padding: 2rem 2rem;
  border-radius: 25px;
  margin: 30px 0px;

  .rating-logo-box {}

  .rating-star-box {
    background: var(--white);
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
    margin-top: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .rating-wrapper {
    margin: 10px 0px;

    .rating-star-box {
      margin-top: 5px;
      margin-bottom: 15px;
    }
  }
}
/*=================10x section==========*/
.ten-x-section {
    padding: 4rem 0px;
}
.row-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.p_column {
    background: #fff;
    /* color: #1a1a1a; */
    font-size: 22px;
    font-weight: 500;
    margin: 5px 15px 0;
    padding: 30px 30px;
    border: solid 1px #d4d4d4;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 30px;
}
.p_column {
    .card-box-icon {
        width: 70px;
        padding: 15px;
        border: 1px solid #e9ece7;
        border-radius: 50%;
        background: var(--primary-gradient);
    }
}
.tenx-heading
 {
        margin-top: 15px;
        margin-left: 10px;
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        text-transform: uppercase;
        color: #36aa51;
    }
    .tenx-subheading{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        /* text-transform: uppercase; */
        color: #1a1a1a;
    }
    .icon-heading{display: flex; align-items: center;}
/* Change color of your first-child */

/* .p_column:first-child {
    background: #d6f3e3;
    border: solid 1px #d6f3e3;
}
.p_column:first-child p{
    color: #1a1a1a!important;
} */
/*Code for arrow*/

.p_column:before,
.p_column:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 42%;
    bottom: 86px;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
/* Stroke */

.p_column:before {
    right: -30px;
    border-left-color: #d4d4d4;
    border-width: 15px;
}
/* Fill */

.p_column:after {
    right: -29px;
    border-left-color: #fff;
    border-width: 15px;
}
.p_column p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0
}
/* .p_column:first-child:before {
    border-left-color: #d6f3e3;
}
.p_column:first-child:after {
    border-left-color: #d6f3e3;
} */
.p_column:last-child:before,
.p_column:last-child:after {
    display: none
}
/*color change hover*/

/* .p_column:hover {
    background: #f5fded;
    border: solid 1px #f5fded;
}
.p_column:hover:before {
    border-left-color: #f5fded;
}
.p_column:hover:after {
    border-left-color: #f5fded;
}
 */
  @media (max-width: 767px) {

    /* Stack columns */
    .row-equal-height {
        display: block;
    }

    .p_column {
           /*  margin-bottom: 30px; */
           margin-bottom: -6px;
           box-shadow: none;
           padding: 20px 30px;
    }

    /* Remove right arrow */
    .p_column:before,
    .p_column:after {
        top: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        border: none; z-index: 50;
    }

    /* Bottom arrow border (stroke) */
    .p_column:before {
        bottom: -30px;
        border-width: 15px;
        border-style: solid;
        border-color: #d4d4d4 transparent transparent transparent;
    }

    /* Bottom arrow fill */
    .p_column:after {
        bottom: -29px;
        border-width: 15px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

    /* First column color fix */
        .p_column:nth-child(1) {
        border-radius: 20px 20px 0px 0px;
    }
    .p_column:nth-child(2) {
        border-radius: 0px 0px 0px 0px;
        .card-box-icon{display: none;}
    }
    .p_column:nth-child(3) {
        border-radius: 0px 0px 20px 20px;
        margin-bottom: 30px!important;
        .card-box-icon{display: none;}
    }
    /* .p_column:first-child:before,
    .p_column:first-child:after {
        bottom: -30px;
            border-width: 15px;
            border-style: solid;
            border-color: #c81f56 transparent transparent transparent;
    } */

    /* Hide arrow for last column */
    .p_column:last-child:before,
    .p_column:last-child:after {
        display: none;
    }
}

/*===================Prizing Page Start===============*/
.price-fact-section {
  background: var(--primary-green-dark);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.price-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 20px;
  border-radius: 25px;
  margin-top: 25px;
  border: 1px solid #e9ece7;
  text-align: left !important;
  min-height: 295px;
  width: calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  position: relative;

  .heading-wrapper {
    padding: 15px;
    border-radius: 25px;
    border: 1px solid #e9ece7;
    background: var(--secondary-gradient);
    text-align: center;

    h2 {
      color: var(--white);
      text-transform: uppercase;
      font-weight: 700;
      font-size: 30px;
    }

    p {
      color: var(--white);
      font-weight: 600;
      font-size: 16px;
      margin: 0px;
    }

    .most-popular-badge {
      position: absolute;
      top: -8px;
      width: 150px;
      left: calc(50% - 75px);
      z-index: 1;
    }
  }

  .list-style li::before {
    top: 25px;
    transform: translate(-50%, -50%);
  }

  .list-style {
    p {
      margin-bottom: 5px;

      span {
        font-weight: 700;
      }
    }
  }

  .btn-1 {
    max-width: 100%;
    width: 100%;
  }
}

.price-fact {
  padding: 20px;
  border-radius: 25px;
  margin-top: 25px;
  /* border: 1px solid #e9ece7; */
  text-align: left !important;
  background: rgb(2 22 24 / 50%);

  .card-box-icon {
    width: 50px;
  }

  .card-box-heading {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
  }

  p {
    font-weight: 600;
    margin-bottom: 0px;
    color: var(--white);
  }
}

/*===================Get Inspired Start===============*/
.success-story-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 100px;
}

.success-story-h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: var(--primary-text);
  text-transform: capitalize;
  margin-top: 30px;
}

.success-story-section h3,
.success-story-section h4 {
  padding-top: .8rem;
  padding-bottom: .3rem;
  font-weight: 600;
}

.blog-box {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: rgba(17, 12, 46, 0.06) 0px 5px 15px 0px;
  text-align: center;
  padding: 15px;
  /* margin-top: 30px; */
}

/* .blog-box h4,
.blog-box-heading {
  text-align: center !important;
} */
.success-box-ht {
  min-height: 224px;
}

.blog-box-heading {
  color: #3b3b3b !important;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center !important;
  margin: 20px 0px;
  font-weight: 600;
}

.blog-box-heading a {
  text-decoration: none !important;
}

.sub-title,
.sub-title-blog {
  color: var(--primary-text);
}

.blog-box-heading:hover {
  color: #3c8526 !important;
  text-decoration: underline !important;
}

.blog-box img {
  border-radius: 20px;
}

/*indutries box start*/
.indutries-box {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: rgba(17, 12, 46, 0.06) 0px 5px 15px 0px;
  text-align: left;
  padding: 15px;
  margin: 10px 0;
}
.indutries-box-heading {
  color: #3b3b3b !important;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: left !important;
  margin: 20px 0px;
  font-weight: 600;
}

.indutries-box-heading a {
  text-decoration: none !important;
}

.sub-title,
.sub-title-indutries {
  color: var(--primary-text);
}

.indutries-box-heading:hover {
  color: #3c8526 !important;
  text-decoration: underline !important;
}

.indutries-box img {
  border-radius: 20px;
}
/*indutries box end*/

.side-content {
  margin: 0 0 15px;
  height: auto;
}

.didyk-text h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

.didyk-text {
  padding: 22px;
  border-left: 5px solid #346604;
  background-color: #f2f7ed;
  /* font-size: 14px !important;
    line-height: 18px;
    font-weight: 500; */
  margin: 25px 0 !important;
  /* font-style: italic; */
}

.feature-bullet ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}

.feature-bullet ul li {
  color: #222222;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  background: url(../images/approve.png) no-repeat center;
  padding: 0px 5px 5px 40px;
  background-position: 5px 4px;
  list-style: none;
}

.feature-bullet ul li:nth-child(odd) {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  background: url(../images/approve.png) no-repeat center;
  padding: 0px 5px 5px 40px;
  background-position: 5px 4px;
  list-style: none;
}

.feature-bullet ul li:last-child {
  margin-bottom: 0px;
}

.success-story-tagline {
  border-radius: 25px;
  padding: 2rem;
  margin-top: 50px;
  background-color: var(--background-color);

  p {
    font-size: 25px;
    font-weight: 600;
    color: var(--primary-text);
    padding: 0px;
    margin: 0px;
    font-style: italic;
  }
}

/*===================Get Inspired End===============*/
/*===================Team Page Start===============*/

.team-photo {
  width: 100%;
  background-size: cover;
  height: 300px;
}

.designation-text {
  font-size: 14px !important;
  margin-bottom: 5px;
}

.expert-text {
  font-size: 14px !important;
  margin-bottom: 5px;
}

.divider-line {
  height: 1px;
  width: 100%;
  background-color: var(--primary-green-light);
  margin: 10px 0px;
}

.team-section {
  padding-top: 4rem;

  .team-photo-new {
    width: 180px;
    height: 180px;
    background-size: cover;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 0 auto;
  }

  .card-box {
    text-align: center !important;
  }
}

@media (max-width: 980px) {
  .price-fact-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .price-fact {
    padding: 15px;
    margin-top: 15px;

    .card-box-heading {
      font-size: 20px;
    }

    p {
      font-size: 14px;
    }

    .card-box-icon {
      width: 40px;
    }
  }

  .price-box {
    min-height: auto;
    width: calc(100% - 30px);
  }

  .price-box {
    .heading-wrapper {
      p {
        font-size: 14px;
      }

      h2 {
        font-size: 24px;
      }
    }
  }

  .team-photo {
    height: 250px;
  }

  .blog-box {
    height: auto !important;
  }

  .success-story-section {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 60px;
  }

  .feature-bullet ul li {
    text-align: left;
    font-size: 20px;
    background-position: 5px 2px;
    padding: 0px 10px 5px 40px;
  }

  .feature-bullet ul li:nth-child(odd) {
    font-size: 20px;
    background-position: 5px 2px;
    padding: 0px 10px 5px 40px;
  }

  .success-box-ht {
    min-height: 80px;
  }

  .success-story-tagline {
    padding: 1.2rem;

    p {
      font-size: 18px;
    }
  }
}
.greenbg{background-color: #76cc25; padding: 0px 10px; border-radius: 50px;}
/*===================Prizing Page End===============*/

/* ===================MLM Software Section Start=============== */

.mlm-software-section {
  padding: 0rem 0px;
}

.mlm-software-wrapper {
  background-color: #0c1e21;
  padding: 4rem;
  border-radius: 25px;
}

.mlm-software-box {
  padding: 25px;
  border-radius: 25px;
  margin-top: 25px;
  background: #163237;
  /* border: 1px solid #e9ece7; */
  text-align: center !important;

  .box-main-head {
    color: var(--primary-color);
    margin-top: 15px;
  }

  p {
    color: var(--white);
  }

  .ai-img-box {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px auto;
    border: 5px solid #0c1e21;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }

  .icon-div {
    width: 50px;
    height: auto;
    margin: 0px auto;
  }
}

@media (max-width: 980px) {
  .mlm-software-wrapper {
    padding: 15px;
  }
}

/************CASE STUDY***********************/
/*.case-feature-bullet ul li {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
    background: url(../../img/list.png) no-repeat center;
    padding: 0px 5px 0px 35px;
    background-position: 5px 4px;
    list-style: none;
}*/
.case-feature-bullet ul li {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  background: url(../images/approve.png) no-repeat center;
  padding: 0px 5px 5px 40px;
  background-position: 5px 4px;
  list-style: none;
  line-height: 3em;
}

.case-feature-bullet ul {
  list-style: none;
  padding-left: 0;
}

.section-heading {
  margin-top: 0;
  line-height: 1.4;
  font-size: 34px;
  color: #1a1a1a;
  margin-bottom: 25px;
  font-family: "Dosis", "Helvetica Neue", Arial, sans-serif;
}

a {
  color: #67c011;
  text-decoration: none;
}

.challenge-card {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 28px;
}

.challenge-card .number {
  flex: 0 0 54px;
  max-width: 54px;
  width: 54px;
  height: 54px;
  color: #ffffff;
  font-size: 19.5px;
  letter-spacing: -0.194px;
  border-radius: 50%;
  display: flex;
  background: var(--primary-gradient);
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.challenge-card .process-text {
  border: 2px solid var(--box-border);
  padding: 16px 30px;
  border-radius: 25px;
  width: 100%;
  background-color: #f7f7f7;

  h4 {
    font-size: 22px;
    font-weight: 700;
  }

  p {
    margin-bottom: 0px;
  }
}

.challenge-card:after {
  position: absolute;
  width: 1.385px;
  height: calc(100% - 44px);
  top: 65px;
  left: 27px;
  background-color: var(--primary-dark);
  content: "";
  z-index: 10;
}

.challenge-card:last-child::after {
  display: none;
}

.card-main-head {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-text);
}

.challange-section {
  padding: 4em 0 4em 0;
  background-image: url(../images/bg-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*===================Why Ventaforce for Migration start===============*/

.why-migration-section {
  padding: 4rem 0px;
  background-color: var(--background-color);
}

.why-migration-section .app-feature-box {
  padding: 15px;

  .app-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-gradient);
    border-radius: 50%;
    padding: 15px;
  }
}

@media (max-width: 980px) {
  .why-migration-section .app-feature-box {
    text-align: center;

    .app-icon {
      margin: 0px auto;
    }
  }
}

/************CASE STUDY***********************/

.rounded-green-wrapper {
  background-color: #0c1e21;
  padding: 4rem;
  border-radius: 25px;

  .title-page-small {
    color: var(--white);
  }

  .list-style li {
    color: var(--white);
  }

  .list-style li::before {
    background-image: url("../images/check-white.webp");
  }
  p {
    color: var(--white);
    font-size: 18px;
  }
}

.association-section {
  padding-top: 80px;
  background-size: 100%;
  position: relative;
}

.association-section .association-container {
  box-shadow: rgba(17, 12, 46, 0.06) 0px 5px 15px 0px;
  margin-top: 15px;
  padding: 20px;
  border-radius: 20px;
}

.association-section .association-container img {
  width: 100%;
}

.disclaimer {
  font-size: 13px;
  color: #a3a3a3;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .title-page-small {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .sub-head{font-size: 1.2em!important; font-weight: 400;}

  .rounded-green-wrapper {
    padding: 2rem;
  }

  .association-section {
    padding-top: 20px;
  }
  .fact-fig {
    gap: 0.6rem;
}
  .fact-box{width: 100px; margin-top: -55px;}
.title-number{font-size: 1.2rem;
    line-height: 2.2rem;
    font-weight: 700;}
    .fact-box p {
    font-size: 12px; margin-bottom: 0rem;
}
.rounded-green-wrapper.rounded-green-wrapper {
    p {
        font-size: 16px;
    }
}
}


/************MLM CHATBOAT***********************/

.mlm-chatboat-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 980px) {
  .mlm-chatboat-section {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .success-story-h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/************INFRASTRUCTURE***********************/

.infrastructure-section-two {
  padding-top: 5px;
  padding-bottom: 50px;
}

.infra-points-box {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid var(--box-border);
  border-radius: 20px;
  padding: 10px;
  width: 100%;

  .box-icon {
    width: 60px;
    height: 60px;
    padding: 13px;
    border-radius: 50%;
    background: var(--primary-gradient);
  }

  .left-content {
    margin-left: 15px;
    width: calc(100% - 60px);

    p {
      margin-bottom: 0px;
      font-weight: 600;
    }
  }
}