/* landing css */

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

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
html {
  width: 100%;
  height: 100%;
}

.color_gray {
  color: #353f4f;
}

.heading_2{
  font-size: 3vw;
}

.remover-after:after {
  display: none;
}

.color_purple{
  color: #be6cbe;
}

.wsmainwp{
  max-width: 1240px;
}

.font-syne {
  font-family: "Syne", serif;
}

.font-rubik {
  font-family: "Rubik", serif;
}

.bg-smoke {
  background-image: linear-gradient(
    180deg,
    rgba(244, 244, 249, 0.8) 50%,
    rgba(244, 244, 249, 0.05) 100%
  );
}

.font-jarkata {
  font-family: "Plus Jakarta Sans", serif;
}
.flaticon-search-engine-1 {
  font-family: "Flaticon" !important;
}

.text-theme {
  color: rgb(246 139 33);
  background-image: linear-gradient(
    45deg,
    rgba(246, 139, 33, 1) 42%,
    rgba(103, 84, 233, 1) 89%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.custom_radius {
  border-radius: 15px;
}

.list-style-disc {
  list-style: disc;
}

.queries {
  background: #f4f4f9;
  display: inline-block;
  padding: 15px;
}

.custom_shadow {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
}

.customs-control {
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 2px solid transparent;
  color: #666;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 10px 20px;
  width: 40%;
}

.streamline {
  border: 1px solid #ccc;
  border-radius: 12px;
  transition: 0.5s;
}

.streamline:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
}

.customs2-control {
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 2px solid transparent;
  color: #666;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 10px 20px;
  width: 60%;
}

.btn-anchor-theme {
  border: none;
  padding: 10px 20px;
  color: #000;
  font-size: 1.3em;
  font-weight: 600;
}

.btn-anchor-theme:hover {
  color: #000;
}

.btn-outline-theme {
  border: 2px solid #f68b21;
  border-radius: 5px;
  padding: 10px 20px;
  background-color: #fff;
  color: #f68b21;
  font-size: 1.3em;
  font-weight: 600;
  transition: 0.5s;
}

.btn-outline-theme:hover {
  background-color: #f68b21;
  color: #fff;
}

.navbar {
  background-color: #fff;
}

.navbar .nav-link {
  font-size: 1.3em;
  color: #000;
  /* fgh */
}

.navbar .dropdown-item {
  font-size: 1em;
  color: #000;
}

.navbar .dropdown-menu {
  padding: 5px;
}

.navbar .nav-link.active,
.navbar .show > .nav-link {
  color: #000;
}

/* hero section */

.hero-section {
  padding-top: 170px;
  background-image: url("./../img/hero-17.jpeg");
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-section .carousel-indicators {
  display: none;
}

.custom-btn {
  border-color: #353f4f;
  border-radius: 5px;
  background: transparent;
  font-size: 1.2em;
  font-weight: 600;
  padding: 10px 30px;
}

.custom-btn3 {
  border: 2px solid #f68b21;
  border-radius: 5px;
  outline: none;
  color: #f68b21;
  background: #fff;
  font-size: 1.2em;
  font-weight: 700;
  padding: 10px 30px;
}

.custom-btn3:hover {
  background-color: #f68b21;
  color: #fff;
}

.custom-btn2 {
  border: 2px solid #f68b21;
  color: #f68b21;
  background-color: #fff;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: 600;
  padding: 10px 30px;
}

.custom-btn:hover {
  color: #fff;
  background-color: #f68b21;
}

.custom-btn2:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.platform-img {
  width: 200px;
  height: 50px;
  object-fit: contain;
}

.rating {
  background-color: #fff;
  border-radius: 20px;
}

/* features section */

.features-section {
  background-color: #fff;
}

.features-section .feature {
  background-image: linear-gradient(
    180deg,
    rgba(244, 244, 249, 0.8) 50%,
    rgba(244, 244, 249, 0.05) 100%
  );
  min-height: 300px;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
}

.featureImg {
  background: url("../img/svgexport-1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  padding-top: 12px;
  background-position-y: bottom;
}
/* automate */

.automate {
  background-color: #f2f1f7;
  padding: 20px;
  border-radius: 25px;
  text-align: center;
  overflow: hidden;
}

.step {
  background-color: #f68b21;
  color: #fff;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  border-radius: 50%;
  font-weight: 600;
  position: relative;
}

.step::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 100px;
  top: 65px;
  background-color: #f2f1f7;
}

.last_step {
  background-color: #f68b21;
  color: #fff;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  border-radius: 50%;
  font-weight: 600;
  position: relative;
}

/* help_center */

.help_center {
  padding-top: 170px;
}

.heading {
  font-size: 4vw;
  font-weight: 700;
}

.heading2 {
  font-size: 2vw;
  font-weight: 700;
}

.steps {
  background-color: #f4f4f9;
  padding: 50px;
  border-radius: 30px;
}

.third_party_integrations {
  background-color: #f7f8f9;
  padding: 100px 10px;
}

.tool {
  background: url("./../img/bg-03.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 100px 0px;
}

.clients {
  display: grid;
  grid-template-columns: repeat(1fr, 4);
  gap: 40px;
}

.platform {
  height: 125px;
}

.client {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
}

.getStarted {
  background: url("./../img/bg-03.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}

.getStarted2 {
  background: url("./../img/bg-05.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}

.wsarrow svg{
  display: none;
}

.getStartedImg {
  padding: 30px;
}

.getStarted .started {
  padding: 30px;
}

.enhance {
  background-color: #f4f4f9;
  padding: 50px;
}

.icon_help{
  font-size: 70px;
}

.progress_towards {
  border-radius: 30px;
  padding: 40px;
  text-align: center;
}

.custom_tabs .nav-item .nav-link.active {
    background: #f4903a;
    border: 2px solid #f4903a;
    color: #fff;
    box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.2) !important;
}

.custom_tabs_content .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
  border-radius: 0;
  padding: 8px 0px;
}

.custom_tabs_content .accordion-body {
  color: #757575;
}

.custom_tabs_content .accordion-button {
  font-size: 1.375rem;
  color: #353f4f;
  font-weight: 700;
  background-color: transparent;
}

.custom_tabs_content .accordion-button:after {
  display: none;
}

.need_help {
  background-color: #f5f4fa;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}

.list-style-inside {
  list-style-position: inside;
}

.list-style-decimal {
  list-style-type: decimal;
}




.custom_tabs .nav-item .nav-link {
  border-radius: 20px;
  border: 2px solid #ddd;
  padding: 22px;
  width: 220px;
  color: #ddd;
  border-color: #ddd;
}

footer {
  padding: 100px 0px;
}

.footer {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

/* media queries */

@media (max-width: 320.98px) {
  .wsmenu > .wsmenu-list {
    width: 240px !important;
  }
}

@media screen and (max-width: 375px) {
  .btn-outline-theme {
    width: 100% !important;
    font-size: 1em !important;
  }
}

@media screen and (max-width: 425px) {
  .heading {
    font-size: 8vw !important;
  }
  .custom_tabs_content .accordion-body p {
    font-size: 12px!important;
  }

  .custom_tabs .nav-item .nav-link{
    width: 100%!important;
  }

  .custom_tabs{
    flex-direction: column;
    gap: 30px;
  }

  .heading2 {
    font-size: 6vw !important;
    font-weight: 700;
  }

  .custom_tabs_content .accordion-button{
    font-size: 0.5em;
  }

  .wsmenu > .wsmenu-list {
    width: 316px !important;
  }

  .customs-control {
    width: 100% !important;
    margin: 0 !important;
  }

  .btn-outline-theme {
    width: 100%;
  }

  .automate {
    border-radius: 25px;
  }
}

@media screen and (max-width: 768px) {
  .heading {
    font-size: 5vw;
    font-weight: 700;
  }



  .icon_help{
    font-size: 50px;
  }
  
  .custom_tabs{
    background-color: transparent;
    border: none;
  }
  .help_center{
    padding-top: 110px;
  }
  .custom_tabs .nav-item .nav-link{
    width: 160px;
  }
  /* 
  .customs-control {
    width: 90%!important;
    font-size: 1em!important;
    text-align: center!important;
  } */
  .wsmenu > .wsmenu-list {
    height: 1000px;
    width: 342px;
  }

  .logo {
    width: 200px;
  }

  .logo-sm {
    width: 200px;
  }

  .customs2-control {
    width: 90% !important;
    font-size: 1em !important;
    text-align: center !important;
  }

  .heading2 {
    font-size: 4vw;
    font-weight: 700;
  }

  .automate p {
    font-size: 15px !important;
  }

  .platform {
    font-size: 12px;
  }

  .featureImg {
    background: url(../img/svgexport-1.svg);
    background-size: 135px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    padding: 20px;
    background-position-y: bottom;
  }

  .featureImg img {
    width: 80px;
  }
  .wsarrow svg{
    display: block;
  }
}

/* tablet */
@media screen and (min-width: 768px) {
  .customs-control {
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border: 2px solid transparent;
    color: #666;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 10px 20px;
    width: 50%;
    height: 52px;
  }

  

  .logo {
    width: 185px;
  }

  .text-md-left {
    text-align: left !important;
  }

  .customs2-control {
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border: 2px solid transparent;
    color: #666;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 10px 20px;
    width: 60%;
  }

  .getStarted .started {
    padding: 50px;
  }

  .clients {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.text-justify {
  text-align: justify;
}

.sticky-footer {
    background-color: #000;
    color: #fff;
    padding: 20px;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    left: 0;
    font-size: 18px;
    background-image: linear-gradient(45deg, rgba(246, 139, 33, 1) 50%, rgba(103, 84, 233, 1) 89%);
}
.calltoaction {
    padding: 15px 20px;
    text-align: center;
    border-radius: 4px;
    justify-content: space-between;
    font-size: 18px;
    background: #f48d34;
    color: #fff;
    background-image: linear-gradient(45deg, rgba(246, 139, 33, 1) 50%, rgba(103, 84, 233, 1) 89%);
}
.calltoaction2 {
    background: #cca479c9;
    justify-content: center;
    border-radius: 4px;
    margin-top: 40px;
    padding-right: 10px;
    padding-left: 12px;
}


.calltoaction .btn-outline-theme:hover {
    background-color: #000;
    color: #fff !important;
}
.calltoaction .btn-outline-theme {
    font-size: 18px;
}
.to-scale-beyond {
    font-size: 2.4rem;
    line-height: 37px;
    padding-bottom: 10px;
}
.contact-form-start {
    border: 1px solid #eee;
    padding: 60px;
    box-shadow: -2px 2px 12px 0px #00000026;
}

.overlay {
    position: absolute;
    inset: 0;
    background-color: #f9f9fc;
    z-index: 1;
}

.real-client-case .feature.shadow-sm:hover {
    background: #f48a2f;
    color: #fff !important;
    cursor: pointer;
    background-image: linear-gradient(45deg, rgba(246, 139, 33, 1) 50%, rgba(103, 84, 233, 1) 89%);
}
.real-client-case .feature.shadow-sm {
    transition: background 0.7s ease, color 0.7s ease;
}
.real-client-case .feature.shadow-sm:hover svg, .real-client-case .feature.shadow-sm:hover h3 {
    color: #fff !important;
}

.sticky-footer .bookafree-demo:hover {
    background: #fff;
    border-color: #fff;
}

#entireBusinessDash li {
    transition: transform 0.6s ease, opacity 0.6s ease;
    cursor: pointer;
}
#entireBusinessDash li:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

.about-pg-img{
    height: 65vh;
}

body.no-scroll {
  overflow: hidden;
}


@media screen and (max-width: 1024px) {
  .focusFeatures h3 {
    font-size: 18px;
  }
  .focusFeatures p {
    font-size: 16px !important;
  }
}
/* laptop */
@media screen and (min-width: 1024px) {
  .features-section .feature {
    background-image: linear-gradient(
      180deg,
      rgba(244, 244, 249, 0.8) 50%,
      rgba(244, 244, 249, 0.05) 100%
    );
    min-height: 360px;
    text-align: center;
    padding: 30px;
    border-radius: 20px;
  }

  .custom_bg {
    position: absolute;
    background-color: #f4f4f9;
    width: 46%;
    height: 60%;
    right: 0;
    top: 140px;
  }

  .logo-sm {
    display: none;
  }
  .hero-section {
    background-image: url("./../img/hero-17.jpeg");
    background-position: 100% 20%;
    background-size: cover;
    padding-top: 170px;
  }
  .footer {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

/* laptop large */
@media screen and (min-width: 1440px) {
  .customs-control {
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border: 2px solid transparent;
    color: #666;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 10px 20px;
    width: 60%;
    height: 64px;
  }
  .logo {
    width: 242px;
    padding-right: 40px;
  }

  .customs2-control {
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border: 2px solid transparent;
    color: #666;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 10px 20px;
    width: 60%;
  }
  .getStartedImg {
    transform: rotate(341deg);
    margin: -87px -150px 0px 70px;
  }
}
