@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;
}

p {
  font-size: clamp(1rem, 2vw, 1rem);
  font-weight: 500;
  color: var(--primary-text);
}

.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: 3.0rem;
  line-height: 4.0rem;
  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: 3.0rem;
  font-weight: 700;
  color: var(--primary-text);
  text-transform: capitalize;
}

.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;
}




/*===================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;
  }
}

.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) {
  .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;
}

.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%);
}

.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;
}

.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;
}


/*===================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: 2.0rem;
    line-height: 3.0rem;
  }

  .card-box {
    padding: 15px;
    margin-top: 25px;

    .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);
  }

}

/*===================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;
    }
  }
}


/*===================Prizing Page Start===============*/
.price-fact-section {
  background: var(--primary-green-dark);
  padding-top: 4.0rem;
  padding-bottom: 4.0rem;
}

.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);
  }
}

/*===================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: 4.0rem;

  .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;
    ;
  }
}

/*===================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;
  }
}

@media (max-width: 980px) {
  .mlm-software-wrapper {
    padding: 15px;
  }
}