@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: #454545;
  --bg-gray: #f1f3f0;
  --box-border: #e9ece7;
  --background-color: #f2f1ed;
  --primary-gradient: linear-gradient(
    260deg,
    rgba(103, 192, 17, 1) 0%,
    rgba(1, 146, 151, 1) 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(--secondary-text);
}
.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;
}

/* 1 */
.btn-1 {
  background: linear-gradient(
    260deg,
    rgba(103, 192, 17, 1) 0%,
    rgba(1, 146, 151, 1) 100%
  );
  border: none;
}
.btn-1:hover {
  background: linear-gradient(
    90deg,
    rgba(103, 192, 17, 1) 0%,
    rgba(1, 146, 151, 1) 100%
  );
}

.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%);
}

.font-600-bold {
  font-weight: 600;
}
.font-700-bold {
  font-weight: 700;
}
.text-subhead {
  color: var(--primary-color) !important;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.box-main-head {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-text);
  a {
    color: var(--primary-text);
    text-decoration: none;
  }
}
.align-center {
  display: flex;
  align-items: center;
}

.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-after-text {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 600;
  color: var(--secondary-text);
  margin-bottom: 15px;
  margin-top: 15px;
}

.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-white {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 600;
  color: var(--white);
  margin-bottom: 15px;
  margin-top: 15px;
}

.list-style {
  padding: 0px 0px 0px 10px;
  margin: 0px;
  list-style: none; /* Remove default bullets */
}

.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; /* Adjust size as needed */
  height: 20px;
  background-image: url("../images/check.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0; /* Center horizontally */
  top: 50%;
  transform: translate(-50%, -50%);
}

.justify-center {
  display: flex;
  justify-content: center;
}

.mb-25 {
  margin-bottom: 25px;
}
/*===================Hero Section Start===============*/

.hero-section {
  background-color: #f8fafb;
  padding: 160px 0 0;
  background-image: url(../images/hero-bg-2.webp), url("../images/hero_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.hero-section h1 {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 700;
}
.hero-section h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
.hero-section p {
  font-size: 18px;
  font-weight: 500;
}
.hero-dashboard {
  margin: 35px auto;
}
.hero-section .composition-hm4-decoration-3 {
  position: absolute;
  bottom: 0%;
  right: 0;
  width: auto;
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
}
.hero-section .hero-display-web {
  display: block;
}
.hero-display-mobile {
  display: none;
}
/* #top-scroll a {
  font-size: 0.9rem;
}
#top-scroll a:hover {
  color: var(--primary) !important;
} */

@media (max-width: 980px) {
  .hero-section {
    padding: 80px 0 0;
  }
  .hero-section h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .hero-section h2 {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 10px !important;
  }
  .hero-section .hero-display-web {
    display: none;
  }
  .hero-display-mobile {
    display: block;
  }
  .hero-section p {
    font-size: 16px;
    font-weight: 500;
  }
  .hero-dashboard {
    margin: 10px auto;
  }
}

/*===================fact Section Start===============*/

.fact-box {
  border-left: 1px solid #e6ebe0;
  border-top: 1px solid #e6ebe0;
  border-bottom: 1px solid #e6ebe0;
  padding: 20px;
}
.fact-box .outer img {
  margin-bottom: 10px;
  width: 60px;
  height: auto;
}
.contri {
  font-weight: 700;
  font-size: 2.8rem;
  margin-left: 0px;
  line-height: 3rem;
}
.contri span {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  display: block;
  line-height: 16px;
}
.client-worldwide-section {
  padding: 50px 0px;
}

.client-worldwide-section h2 span {
  color: var(--primary-color);
}
.client-worldwide-section p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 500;
}

@media (max-width: 980px) {
  .fact-box .outer img {
    margin-bottom: 5px;
    width: 45px;
  }
  .contri {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .contri span {
    font-size: 14px;
    margin-top: 0px;
  }
  .client-worldwide-section {
    padding: 30px 0px 30px;
  }
}

/*===================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;
  }
}
.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;
}
.process-card .list-style li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.roatate-card {
  width: 180px;
  height: 180px;
  position: absolute;
  top: -100px;
}
.rotate-card-content {
  position: absolute;
  top: 25px;
  left: 25px;
  text-align: center;
  .head {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
  }
  p {
    color: var(--white);
    font-weight: 700;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
  }
}

@media (max-width: 980px) {
  .automated-software {
    padding: 0px 0px 30px;
  }
  .roatate-card {
    position: relative;
    left: calc(50% - 90px);
    top: -36px;
  }
  .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;
    }
  }
}

/*===================Team Professionals Section Start===============*/

.team-professionals {
  padding: 4rem 0 0;
  background-image: url(../images/bg-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*===================Feature Section Start===============*/

.feature-section {
  padding: 4rem 0px;
}
.features-box {
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
  /* background: #fbfff6; */
  padding: 25px;
  border-radius: 25px;
  margin-top: 25px;
  border: 1px solid #e9ece7;
  text-align: left !important;
  min-height: 295px;

  .box-main-head {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .feature-icon {
    width: 70px;
    padding: 15px;
    border: 1px solid #e9ece7;
    border-radius: 50%;
    background: var(--primary-gradient);
  }
}

@media (max-width: 980px) {
  .feature-section {
    padding: 30px 0px;
  }
  .features-box {
    min-height: auto;
    padding: 15px;
    margin-top: 15px;
  }
  .features-box {
    .feature-icon {
      width: 60px;
      margin: 0 auto;
    }
    .box-main-head {
      text-align: center;
    }
    p {
      text-align: center;
    }
  }
}

.request-demo-section {
  padding: 4rem 0px;
  text-align: center;
  background: #0c1e21;
}

/*===================Ready to Use Start===============*/
.ready-to-use {
  padding: 4rem 0px;
}
@media (max-width: 980px) {
  .ready-to-use {
    padding: 30px 0px 30px 0px;
  }
  .request-demo-section {
    padding: 30px 0px 30px 0px;
  }
}
/*===================MLM Plans Start===============*/

.mlm-plns-section {
  background: url(../images/plan-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  .title {
    color: var(--white);
  }
}

.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);
  }
}
.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;
  }
}

/*===================MLM App Section start===============*/

.mlm-app-section {
  padding: 4rem 0px;
  background-color: var(--background-color);
}

.mlm-app-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) {
  .mlm-app-section .app-feature-box {
    text-align: center;
    .app-icon {
      margin: 0px auto;
    }
  }
}

/*===================Testimonial Section start===============*/

.testimonial-section {
  padding: 4rem 0px;
}
.testimonial-container {
  padding: 20px 25px;
  border-radius: 25px;
  margin-top: 25px;
  border: 1px solid #e9ece7;
  text-align: left !important;
  margin-top: 15px;
  position: relative;
}

.testimonial-top-container {
  display: flex;
  border-bottom: 2px dashed var(--box-border);
  padding-bottom: 20px;
  .client-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 15px;
  }
  .client-name {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--primary-text);
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .client-designation {
    color: var(--primary-text);
    font-weight: 600;
  }
}

.testimonial-text {
  font-size: 18px;
}
.carousel-indicators [data-bs-target] {
  background-color: var(--primary-dark);
}

.testimonial-satisfaction-box {
  background: var(--primary-gradient);
  width: 200px;
  padding: 15px;
  border-radius: 25px;
  margin: 0px 0px 25px;
  .main-head {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    margin: 0px;
    line-height: 60px;
  }
  p {
    font-weight: 700;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    color: #fff;
  }
}


  .video-testimonial-container {
    background: var(--background-color);
    padding: 15px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    position: relative;

    .play-btn {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      padding: 18px;
      border: 0px;
      margin: 0 auto;
      position: absolute;
      background: var(--primary-gradient);
      right: 15px;
      bottom: 15px;

      img {
        width: 100%;
      }
    }

    .video-text-container {
      padding: 15px;
      p {
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
      }

      .video-brand {
        display: flex;
        margin: 15px 0px 0px;
        align-items: center;

        .brand-content {
          p {
            font-size: 16px;
            font-weight: 600;
            line-height: 25px;
            width: auto;
            margin: 0px;

            span {
              font-weight: 400;
            }
          }
        }

        .brand-logo {
          margin-right: 15px;
        }
      }
    }
  }


@media (max-width: 980px) {
  .testimonial-section {
    padding: 30px 0px;
    text-align: center;
  }
  .testimonial-top-container {
    display: block;
    .client-designation {
      font-size: 14px;
      margin-bottom: 5px;
    }
    .client-name {
      font-size: 16px;
    }
  }
  .testimonial-text {
    font-size: 15px;
  }
  .testimonial-satisfaction-box {
    margin: 0px auto 20px auto;
  }
  .play-btn {
    right: unset !important;
    bottom: unset !important;
    left: calc(50% - 35px);
    top: 120px;
}
  .video-testimonial-container {
    display: block;
    .video-text-container {
      padding: 15px;
      margin-top: 34px;
  }
  }
  .person-container {
    width: 135px;
    margin: 0 auto;
  }

}
}
/* ===================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;
  }
}

/* ===================Why Ventaforce Section Start=============== */

.why-ventaforce-section {
  padding: 4rem 0px;
}

/* ===================Integration Section Start=============== */

.integration-section {
  padding: 4rem 0px;
  background-color: var(--background-color);
}

.integration-section .nav-pills .nav-link {
  border-radius: 25px;
  padding: 10px;
  border: 2px solid #dee2e6;
  gap: 5px;
  margin: 5px;
  color: var(--primary-text);
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
}
.nav-pills {
  justify-content: center;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--white);
  background: var(--primary-gradient);
}
.tab-content {
  background: var(--white);
  padding: 4rem;
  border-radius: 25px;
  box-shadow: rgba(50, 50, 93, 0.04) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.1) 0px 18px 36px -18px;
}

@media (max-width: 980px) {
  .integration-section {
    .nav-pills .nav-link {
      padding: 10px 15px !important;
      font-size: 14px;
    }
  }
  .tab-content {
    padding: 10px;
  }
}

/* ===================Security Section Start=============== */
.security-section {
  padding: 0rem 0px;
  background: url(../images/data-security-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.security-section .title-after-text {
  color: var(--white);
}
.security-section .process-text {
  background: rgb(2 22 24 / 50%);
  padding: 25px;
  border-radius: 25px;
  border: 2px solid #042a2d;
  text-align: left !important;
  backdrop-filter: blur(5px);
}
.security-box {
  background: rgb(2 22 24 / 50%);
  padding: 25px;
  border-radius: 25px;
  border: 2px solid #042a2d;
  text-align: left !important;
  backdrop-filter: blur(5px);
}

.security-box-2-col {
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.security-box-3-col {
  width: calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.security-section .box-main-head {
  color: var(--primary-color);
}
.security-section .list-style li::before {
  background-image: url(../images/check-white.webp);
}
.security-section .list-style li {
  color: var(--white);
}

@media (max-width: 980px) {
  .security-box-2-col {
    width: calc(100% - 30px);
  }

  .security-box-3-col {
    width: calc(100% - 30px);
  }
}

/* ===================Intelligent Ventaforce Section Start=============== */

.intelligent-ventaforce-section {
  padding: 4rem 0px;
}
.intelligent-ventaforce-wrapper {
  border-radius: 25px;
  padding: 4rem;
  background: url(../images/tagline-bg.webp);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  background-color: var(--background-color);
  background-position: top right;
  p {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-text);
  }
}

@media (max-width: 980px) {
  .intelligent-ventaforce-section {
    padding: 0px 0px 30px;
    .intelligent-ventaforce-wrapper {
      padding: 15px;
      background-image: none;
      p {
        font-size: 15px;
        font-weight: 600;
        color: var(--primary-text);
      }
    }
  }
}

/* ===================rolling text Section Start=============== */
.scroll-wrapper {
  width: 100%; /* or any specific width */
  overflow: hidden;
  background: #f0f0f0;
  white-space: nowrap;
  box-sizing: border-box;
}

.scroll-text {
  display: inline-block;
  text-shadow: -1px -1px 0 #60b413, 1px -1px 0 #67c011, -1px 1px 0 #58a913,
    1px 1px 0 #67c011;
  padding: 0 25px;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.rolling-text-section {
  overflow: hidden;
  padding-top: 4rem;
  p {
    float: left;
    padding: 0 25px;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    /* border-left: 2px solid #ccc; */
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes scroll-loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 980px) {
  .rolling-text-section {
    padding-top: 30px;
    h5 {
      float: left;
      padding: 0 25px;
      font-size: 20px;
    }
  }
  .rolling-text-section {
    p {
      font-size: 30px;
    }
  }
}

/* ===================Blog Section Start=============== */

.blog-section {
  padding: 4rem 0px;
}
.blog-container {
  box-shadow: rgba(50, 50, 93, 0.04) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.1) 0px 18px 36px -18px;
  border-radius: 25px;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-container .blog-img {
  img {
    width: 100%;
  }
}
.blog-section .blog-content {
  padding: 20px;
}

.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); */
  }
}

@media (max-width: 980px) {
  .blog-section {
    padding: 0px 0px 30px 0px;
  }
}
/* ===================Common Section Start=============== */
.order-bottom {
  order: unset;
}
.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.accordion-item {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid var(--box-border);
  border-radius: 15px !important;
}
.accordion-button {
  border-radius: 15px !important;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
  border-top: 1px solid var(--box-border);
  border-radius: 15px !important;
}

.accordion-button:not(.collapsed) {
  color: var(--white);
  background: var(--primary-gradient);
  box-shadow: none;
  border-radius: 15px 15px 0px 0px !important;
  /* box-shadow: 0 0 0 0.25rem rgba(103, 192, 117, 0.25); */
}
.accordion-button:focus {
  /* box-shadow: 0 0 0 0.25rem rgba(103, 192, 117, 0.25); */
  box-shadow: none;
}

.icon-style {
  width: 60px;
  height: 60px;
  padding: 15px;
  background: var(--primary-gradient);
  border-radius: 50%;
  margin-right: 15px;
}
.bg-shape-2,
.bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 370px;
  width: 100%;
  z-index: 1;
  mix-blend-mode: difference;
  pointer-events: none;
}
.bg-shape-2 {
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
}
.bg-shape-3,
.bg-shape-4 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 915px;
  z-index: 1;
}
.bg-shape-4 {
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
.modal-content .btn-secondary {
  position: absolute;
  right: -4px;
  z-index: 1;
  top: -10px;
  border-radius: 50%;
  background: #2a2a2a;
  border: 0px;
}
.whatsapp-button {
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1;
  img {
    width: 100%;
}
}
@media (max-width: 980px) {
  .bg-shape-1,
  .bg-shape-3,
  .bg-shape-2,
  .bg-shape-4 {
    display: none;
  }
}
/*===================AnimationStart===============*/

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotate-animation {
  animation: rotate 8s linear infinite;
}

.play-pulse {
  animation: animate-pulse 3s linear infinite;
  cursor: pointer;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(103, 192, 17, 0.7), 0 0 0 0 rgba(72, 134, 11, 0.7);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(103, 192, 17, 0), 0 0 0 0 rgba(72, 134, 11, 0.7);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(103, 192, 17, 0),
      0 0 0 30px rgba(72, 134, 11, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(103, 192, 17, 0), 0 0 0 30px rgba(72, 134, 11, 0);
  }
}

/*===================Menu Style===============*/
.dropdown-menu.megamenu[data-bs-popper] {
  margin-top: 0;
  background: #fff;
  border-radius: 0px 0px 25px 25px;
  border-top: 0px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 11px 20px -10px;
}
.megamenu {
  padding: 15px 0px;
  .dropdown-item {
    h6 {
      font-weight: 700;
      font-size: 16px;
    }
    .mega_menu_subtext {
      font-size: 15px;
      font-weight: 500;
    }
  }
}
.dropdown-menu {
  h3 {
    font-weight: 700;
    font-size: 18px;
    padding: 15px 15px;
    color: var(--primary-dark);
  }
}
.nav-link {
  padding: 15px 25px !important;
}
.mega-menu-right-box {
  border-radius: 25px;
  background: var(--background-color);
  padding: 25px;
  border: 2px solid var(--box-border);
  h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    margin: 0px 0px 15px;
    padding: 0px;
  }
  p {
    font-size: 16px;
  }
}

/*===================Media Query Style===============*/

@media (max-width: 980px) {
  .box-main-head {
    font-size: 18px;
    line-height: 28px;
  }
  .accordion-button {
    font-size: 16px;
    line-height: 22px;
  }
  .custom-btn {
    min-width: 125px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .faq-section {
    padding: 0px 0px 30px;
  }
  .faq-section,
  .why-ventaforce-section {
    padding: 30px 0px 30px;
  }
  .order-bottom {
    order: 1;
  }
}
