@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  /* color: #000; */
  font-size: 16px;
  line-height: 24px;
}

* {
    box-sizing: border-box;
}

body {
  overflow-x: hidden;
}
/** CSS PRIMARY COLORS */
:root {
  --color-primary-a0: #ffffff;
  --color-primary-a10: #dcc2dd;
  --color-primary-a20: #b988bc;
  --color-primary-a30: #944e9b;
  --color-primary-a50: #6e007b;
  --color-primary-a60: #530d5b;
  --color-primary-a70: #39103d;
  --color-primary-a80: #200d22;
  --color-primary-a90: #000000;
  --color-color-light: #f8f9fb;
}

.main-nav-container{
    max-width: 1440px !important;
    margin-top: -20px;
}

.banner-start{
    position: relative;
    right: 16px;
}

.mbr-auto{
    /*margin: 10px -15px;*/
}

@media(max-width: 425px){
/*.mbr-auto{*/
/*    margin: 10px 0 !important;*/
/*}*/

.banner-start{
    position: relative;
    left: 0px !important;
}
}

span.navbar-toggler-icon {
  background: url(../img/menu.png) no-repeat;
  background-size: contain;
}

a {
  color: #000 !important;
  text-decoration: none !important;
  display: inline-block;
}

a:hover {
  color: var(--color-primary-a60);
  transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}

a.primary-btn {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  background-color: #f00;
  border: 1px solid #f00;
  border-radius: 10px;
  color: #fff !important;
  transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  width: auto;
  text-decoration: none;
}

a.w-primary-btn:hover {
  background-color: transparent;
  color: #ff7f00 !important;
}

a.w-primary-btn {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  background-color: #ff7f00;
  border: 1px solid #ff7f00;
  border-radius: 10px;
  color: #fff !important;
  transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  width: auto;
  text-decoration: none;
}

a.w-secondary-btn:hover {
  background-color: #ff7f00;
  color: #fff !important;
}

a.w-secondary-btn {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff !important;
  transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  width: auto;
  text-decoration: none;
}

a.primary-btn:hover {
  background-color: transparent !important;
  color: var(--color-primary-a60) !important;
}

.demo-btn {
  background: #343aff !important;
  border-radius: 5px;
  border: none !important;
  transition: all 0.3s ease-in-out;
}

.demo-btn:hover {
  background: #343aff !important; 
  color: #fff !important;          
  box-shadow: 0 8px 20px rgba(52, 58, 255, 0.3); 
  border: 1px solid #343aff !important;
}

a.secondary-btn {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  background-color: #ff7f00;
  color: #fff !important;
  border: 1px solid var(--color-primary-a60);
  border-radius: 10px;
  color: var(--color-primary-a60);
  transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  width: auto;
  text-decoration: none;
}

a.secondary-btn:hover {
  background-color: #fff;
  color: #ff7f00;
}

.ban-auto-btn:hover {
  background-color: #fff !important;
  color: #ff7f00 !important;
  border: 1px solid #ff7f00 !important;
}

.heading-bold,
.heading-bold span {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
}

@media (max-width: 425px){
.heading-bold span{
    font-size: 33px;
    }
}

.heading-bold1,
.heading-bold1 span {
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
}

.inner-title {
  font-size: 25px;
  line-height: 33px;
  font-weight: bold;
}

.section-inner-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
}

.p-big {
  font-size: 18px;
  line-height: 28px;
}

.y-spacing {
  padding: 40px 0px;
}

.b-spacing {
  padding-bottom: 80px;
}

.t-spacing {
  padding-top: 80px;
}

.hero-section {
  background-color: var(--color-color-light);
  padding: 4rem 0 10rem 0px;
}

.hero-title {
  font-size: 80px;
  font-weight: 800;
  line-height: 110px;
}

.hero-title span {
  font-size: 67px;
  font-weight: 800;
  line-height: 110px;
  color: #7d006a;
}

.hero-title span,
.heading-bold span {
  position: relative;
}

.hero-title span::after,
.heading-bold span::after {
  position: absolute;
  content: "";
  top: 90%;
  right: 0;
  left: 50px;
  background: url(../img/extra.svg) no-repeat;
  width: 100%;
  display: block;
  height: 100px;
}

@media(max-width: 425px){
    .hero-title span::after, .heading-bold span::after{
        left: -7px;
    }
}

.sw-card {
  background: #fff;
  border: 1px solid var(--color-primary-a30);
  border-radius: 20px;
}

.sw-card a {
  padding: 20px 50px 20px 80px;
  position: relative;
}

.sw-card p {
  display: block;
  font-weight: bold;
  font-size: 15px;
  line-height: 23px;
  gap: 10px;
}

.icon img {
  width: 55px;
}

span.finance {
  position: absolute;
  width: 45px;
  height: 39px;
  background: url(../img/finance.svg) no-repeat;
  background-position: center;
  background-size: contain;
  left: 19px;
  top: 33px;
}

span.inventory {
  position: absolute;
  width: 45px;
  height: 39px;
  background: url(../img/inverntory.svg) no-repeat;
  background-position: center;
  background-size: contain;
  left: 19px;
  top: 33px;
}

span.hr {
  position: absolute;
  width: 45px;
  height: 39px;
  background: url(../img/hr.svg) no-repeat;
  background-position: center;
  background-size: contain;
  left: 19px;
  top: 33px;
}

span.marketing {
  position: absolute;
  width: 45px;
  height: 39px;
  background: url(../img/marketing.svg) no-repeat;
  background-position: center;
  background-size: contain;
  left: 19px;
  top: 33px;
}

.sw-card a:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 20px;
  width: 20px;
  bottom: 0;
  background: url(../img/Vector.svg) no-repeat;
  background-size: contain;
  height: 20px;
}

/* crm-screeing */
.crm-screening img {
  border-radius: 20px;
  /*width: 55%;*/
  display: block;
  margin: 0 auto;
  /*padding: 100px;*/
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin-top: -11px;
  background: #fff;
  height: 600px;
}

.crm-screeing img::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.lines::after {
  position: absolute;
  content: "";
  top: -170px;
  right: -34px;
  left: auto;
  background: url(../img/sparkle.svg) no-repeat;
  width: 50px;
  height: 40px;
}

.highlight::after {
  position: absolute;
  content: "";
  top: -25px;
  left: -25px;
  right: 0;
  bottom: 0;
  background: url(../img/pink-highlight.svg) no-repeat;
  width: 100%;
  height: 100%;
}

.testimonial-block {
  padding: 30px;
  border: 1px solid rgb(255 127 0);
  border-radius: 20px;
  margin-top: -16px;
  margin-left: -25px;
}

.cta-inner {
  background: url(../img/cta-2.png) no-repeat;
  background-size: cover;
  padding: 5rem 4rem;
  margin-top: 80px;
  width: 121%;
  margin-left: -123px;
}

h2.cta-title {
  font-size: 58px;
  font-weight: bold;
  line-height: 63px;
}

.feature-box {
  background: #6d007b;
  padding: 3rem 2rem 3rem;
  border-radius: 20px;
  position: relative;
}

.phone-email-set {
  display: flex;
  flex-direction: column;
  gap: 8px; 
  font-size: 16px;
  color: #000;
}

.phone-email-row {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #fff;
  margin-top: 10px;
}

.feature-line {
  width: 20px;
  height: auto;
}

.icon-box img {
  background: transparent;
  padding: 0px;
  border-radius: 0%;
  margin-bottom: 25px;
  margin-top: 20px;
}

.icon-box h5 {
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
}

.point {
  position: relative;
}

.inner {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.analysis1 {
  background: #fff;
  text-align: center;
  padding: 15px 35px;
  position: absolute;
  width: auto;
  left: 90px;
  top: 25%;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.analysis2 {
  background: #fff;
  text-align: center;
  padding: 15px 35px;
  position: absolute;
  width: auto;
  right: 110px;
  top: 25%;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.analysis3 {
  background: #fff;
  text-align: center;
  padding: 15px 35px;
  position: absolute;
  width: auto;
  left: 55%;
  bottom: -20px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.social-icon li {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

footer li {
  padding-bottom: 5px;
}

footer li a {
  color: #fff;
}

.footer-bottom li a {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
}

.footer-bottom {
  padding: 25px 0px;
  border-top: 1px solid #fff;
}

/*megamenu*/
.dropdown-menu a {
  text-decoration: none;
  color: #000000;
}

.dropdown-menu a .d-flex {
  transition: all 0.5s;
}

/*.dropdown-menu .col-sm-6:nth-child(1) a:hover .d-flex {*/
/*  background-color: var(--bs-warning-bg-subtle);*/
/*}*/

/*.dropdown-menu .col-sm-6:nth-child(2) a:hover .d-flex {*/
/*  background-color: var(--bs-danger-bg-subtle);*/
/*}*/

/*.dropdown-menu .col-sm-6:nth-child(3) a:hover .d-flex {*/
/*  background-color: var(--bs-success-bg-subtle);*/
/*}*/

/*.dropdown-menu .col-sm-6:nth-child(4) a:hover .d-flex {*/
/*  background-color: var(--bs-secondary-bg-subtle);*/
/*}*/

/*.dropdown-menu .col-sm-6:nth-child(5) a:hover .d-flex {*/
/*  background-color: var(--bs-tertiary-bg);*/
/*}*/

/*.dropdown-menu .col-sm-6:nth-child(6) a:hover .d-flex {*/
/*  background-color: var(--bs-info-bg-subtle);*/
/*}*/

@media only screen and (min-width: 992px) {
  .dropdown-menu {
    width: 100vw;
    height: auto;
  }
}

@media (min-width: 1024px) {
  .mx-60 {
    margin-left: -60px;
    margin-right: 60px;
  }

  .mx-40 {
    margin-left: -40px;
    margin-right: 40px;
  }

  .mx-30 {
    margin-left: -30px;
    margin-right: 30px;
  }
}

@media (max-width: 600px) {
  .heading-bold {
    font-size: 30px;
    line-height: 38px;
  }

  .inner {
    padding: 30px;
  }

  a.primary-btn {
    margin-bottom: 10px;
  }

  .hero-title,
  .hero-title span,
  h2.cta-title {
    font-size: 35px;
    line-height: 43px;
  }

  .inner-title {
    font-size: 20px;
    line-height: 28px;
  }

  .cta-inner {
    padding: 4rem 2rem;
  }

  .p-big {
    font-size: 17px;
    line-height: 23px;
  }

  .analysis1,
  .analysis2,
  .analysis3 {
    display: none;
  }

  div#navbarCollapse {
    position: absolute;
    top: 71px;
    background: rgb(255, 255, 255);
    width: 100%;
    padding: 20px 0;
    z-index: 999;
    padding-left:20px;
  }

  li.nav-item {
    padding-bottom: 15px;
    font-weight:500;
  }

  .lines::after {
    height: 0;
    width: 0;
  }

  /*.img-fluid {*/
  /*    margin: 20px 0px*/
  /*}*/

  .y-spacing {
    padding: 40px 0;
  }

  .b-spacing {
    padding-bottom: 40px;
  }

  .t-spacing {
    padding-top: 40px;
  }
}

/* #navbar-item__community:hover > .community-menu{
    display: block !important;
} */

.community-menu {
  background: var(--color-primary-a0);
  width: 100%;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
  min-height: 100vh;
  height: fit-content;
}

.community-menu-close-btn,
.community-menu-back-btn {
  background: none;
  border: none;
}

@media (min-width: 768px) {
  .community-menu {
    position: absolute;
    top: 93%;
    /*z-index: 100;*/
    min-height: fit-content;
  }

  .community-menu-close-btn {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .community-menu-back-btn {
    display: none !important;
  }
}

.community-menu .nav-item {
  padding: 8px 0;
  font-weight: 500;
  cursor: pointer;
}

.community-menu .nav-item.active * {
  color: var(--color-primary-a50);
}

.community-menu .nav-item.active svg {
  display: inline !important;
}

@media (min-width: 576px) {
  .nav-subitem-items {
    border-right: 1px solid #d9d9d9;
  }
}

.nav-subitem-wrapper{
    margin-top: -10px;
}

.height-a a{
    height: 30px !important;
}

.nav-subitem .nav-icon {
  aspect-ratio: 1;
  height: 50px;
  background: #d9d9d9;
  border-radius: 100%;
}

.nav-subitem .subitem-title {
  font-size: 14px;
  color: black;
}

.nav-subitem .subitem-desc {
  font-size: 12px;
}

.review-content em {
  font-size: 25px;
  line-height: 33px;
  margin: 40px 0px;
  display: block;
}

.review-content small {
  font-size: 18px;
}

.review-content img {
  width: 100px;
  height: 100px;
}

.testimonials .col-md-10 {
  background: #fff;
  padding: 5rem !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  position: relative;
  /*top: 270px;*/
}

.testimonials .col-md-10::after {
  position: absolute;
  content: "";
  background: url(../img/quote.svg);
  background-size: cover;
  width: 97px;
  bottom: -20px;
  right: 40px;

  height: 80px;
}

/*@media (min-width: 1024px) {*/
/*  .testimonials {*/
/*    margin-top: -20rem;*/
/*  }*/
/*}*/

@media (max-width: 1023px) and (min-width: 600px) {
  .testimonials {
    margin-top: -10rem;
  }
}

@media (max-width: 600px) {
  .testimonials {
    padding-top: 40px;
  }

  ul.navbar-nav.flex-column li span::after {
    content: ">";
    position: absolute;
    right: -50px;
    font-family: "Plus Jakarta Sans";
  }

  .testimonials .col-md-10 {
    padding: 30px !important;
  }

  .testimonials .col-md-10::after {
    width: 50px;
    height: 43px;
  }

  .review-content em {
    font-size: 20px;
    line-height: 28px;
  }

  .review-content img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .review-content small {
    font-size: 12px;
    line-height: 20px;
  }
}


/********** Custom CSS*************/

.footer-wrapper {
  background: #333;
}

.node-type-zoho-home .footer-sec-wrap {
  background: #333;
}

.footer-sec-wrap {
  display: inline-block;
  width: 100%;
}

.footer-sec-wrap {
  /*border-top: 1px solid #eaeaea;*/
  /*background: #f5f5f5;*/
}

.footer-sec-wrap .content-wrap {
  margin: 30px auto 0;
  max-width: 1280px;
  width: 90%;
  padding: 0;
  overflow: visible;
}

.footer-sec-wrap .footer-links-wrap {
  padding: 0 0px;
}

.footer-sec-wrap .product-links {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
}

.footer-sec-wrap .product-links > div {
  display: table-cell;
  padding: 0 40px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 240px;
}

.footer-sec-wrap .product-links h4,
.footer-sec-wrap .product-links ul li a,
.common-links ul li a,
.common-links p {
  color: #fff;
}

.footer-sec-wrap .product-links h4 {
  margin: 20px 0 10px;
  text-align: left;
  color: #000;
}

.footer-sec-wrap .product-links ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.footer-sec-wrap .product-links h4,
.footer-sec-wrap .product-links ul li a,
.common-links ul li a,
.common-links p {
  color: #fff;
}

.footer-sec-wrap .product-links ul li a {
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 0;
  line-height: 20px;
  display: inline-block;
}
.product-links ul li a:hover {
  color:#fed600;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 0;
  line-height: 20px;
  display: inline-block;
}
.common-links {
  margin-top: 0;
  padding: 40px 0;
}

.common-links {
  position: relative; 
}

.common-links::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 91%;
  height: 1px;
  background: #f5f5f5;
}

.common-links {
  font-size: 11px;
  text-align: center;
}

.common-links .ZPprivacy {
  padding: 0 20px;
}

.common-links ul li:first-child {
  padding-left: 0;
}

.common-links ul li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.ZPprivacy li {
  line-height: 12px;
}

.common-links ul li a,
.common-links p {
  color: #fff;
}

.common-links ul li a {
  display: inline-block;
  color: #fff !important;
  text-decoration: none;
  padding: 0;
}

.common-links p {
  padding: 0;
  font-size: 11px;
  max-width: 100%;
  margin-bottom: 10px;
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #e7eafe;
  color: #6e007b !important;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.zpsection {
  padding: 0px 0 !important;
}

.zpsection {
  padding: 0px 0 !important;
}

footer {
  background-color: #000;
  padding: 0px 0px;
}

.email-subs{
    margin-left: 118px;
}

/*.zpcol-md-4  
{
width: 33.33333%;
}*/
@media (max-width: 600px) {
  .zpcol-sm-12 {
    width: 100% !important;
  }

  .img-fluid {
    width: 50%;
  }

  .col-na {
    width: 49%;
    padding-top: 20px;
  }

  .footer-sec-wrap .product-links > div {
    display: inherit;
    padding: 0 40px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100% !important;
    width: 100%;
  }
}

a {
  color: black;
}

.dropdown-item,
.dropdown-menu a,
.o_dropdown_menu a {
  display: block;
  width: 100%;

  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: revert-layer;
  background-color: transparent;
  border: 0;
}

.text-o-color-5 {
  color: #111827 !important;
  font-size: 17px;
  font-weight: 600;
}

.img-thumbnail {
  box-shadow: 5px 5px 5px 5px gray;
}

.rounded-1 {
  border-radius: 1.25rem !important;
}

.waviy {
  position: relative;
}

.waviy span {
  padding-top: 10px;
  font-family: "Alfa Slab One", cursive;
  position: relative;
  display: inline-block;
  color: #2e86c1;
  font-size: 45px;
  font-weight: 600;
  animation: waviy 2.7s infinite;
  animation-delay: calc(0.1s * var(--i));
}

@keyframes waviy {
  0%,
  40%,
  100% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-10px);
  }
}

.zh-one-suite {
  background-color: #6d007b;
  padding: 120px 0 !important;
  position: relative;
  overflow: hidden;
}

.zh-one-suite {
  margin-top: 0;
}

.outer_wrap {
  width: 100%;
}

.wrapper {
  max-width: 90%;
}

.zh-one-suite .wrapper {
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: visible;
}

.wrapper {
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.zh-one-wrapContent {
}

.zh-one-logo {
  text-align: center;
}

.fl {
  float: left;
}

.zh-one-logo a {
  display: block;
  color: #010101;
  font-size: 40px;
  letter-spacing: -0.5px;
}

.zh-one-logo a span::before {
  margin: 20px auto 40px;
  transform: scale(2.3);
}

.zh-one-logo a span::before {
  content: "";
  width: 40px;
  height: 54px;
  background: url("") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: -160px 14px;
  background-size: 800px auto;
  margin: 0 auto 40px;
  transform: scale(2);
  display: block;
}

.zh-one-content {
  width: calc(100% - 100px);
  padding: 0;
  border-right: 1px dashed #d0b31c;
}

.fl {
  float: left;
}

.zh-one-content p {
  width: 360px;
}

.zh-one-content sub {
  font-size: 16px;
  font: 16px/1.5 "Zoho_Puvi_Regular", sans-serif;
  color: #010101;
}

.zh-one-content h3 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 0px;
  letter-spacing: -1.5px;
  font: 50px/1.3 "Zoho_Puvi_SemiBold", sans-serif;
}

.zh-one-title {
  font-size: 18px;
  margin-bottom: 20px;
  width: 275px;
  color: #fff;
}

.zh-one-content p {
  margin-bottom: 30px;
  font-size: 18px;
  letter-spacing: -0.2px;
  line-height: 1.7;
  width: 500px;
  color: #fff;
}

.zh-one-content .trybtn.border-black {
  border: 1px solid #ff7f00;
  background: #ff7f00;
  border-radius: 8px;
}

.zh-one-content .trybtn.border-black:hover{
    background: #fff;
    color: #6d007b;
    border: 1px solid #ff7f00;
}

.trybtn,
.learnMorebtn {
  background-color: #f60014;
  color: #fff;
  padding: 16px 46px 16px 24px;
  text-transform: uppercase;
  border-radius: 2px;
  line-height: 1;
  transition: background-color 0.4s ease;
  border: 1px solid var(--highlight-color);
}

.arrow-icon {
  position: relative;
}

.trybtn.arrow-icon::after {
  transform: scale(1);
}

.trybtn.arrow-icon::after,
.zh-btn.arrow-icon::after,
.learnMorebtn.arrow-icon::after {
  right: 23px;
}

.arrow-icon.white::after {
  background-position: -72px -76px;
  top: calc(50% - 7px);
}

.arrow-icon::after {
  content: "";
  width: 13px;
  height: 13px;
  transform: scale(1.1);
  position: absolute;
  right: 0;
  background: url(img/sprite.png) left top no-repeat;
  background-position-x: left;
  background-position-y: top;
  background-size: auto;
  background-size: 500px auto;
  background-position: -126px -76px;
  top: calc(50% - 10px);
  transition: all 0.5s ease;
}

.zh-home-right .zh-main-app.zh-exploreprd label,
.zh-btn,
.blueLink,
.trybtn,
.learnMorebtn,
.made-ind .cta-link a {
  letter-spacing: 0.2px;
}

.dis-inlineblk {
  display: inline-block;
}

.blueLink,
.learnMorebtn,
.trybtn,
.zh-btn,
.zh-home-right .zh-main-app.zh-exploreprd label,
.cta-link a {
  font-family: var(--zf-secondary-medium);
}

.arrow-icon {
  position: relative;
}

.trybtn,
.learnMorebtn {
  background-color: #161616;
  color: #fff;
  padding: 17px 48px 17px 30px;
  text-transform: uppercase;
  border-radius: 2px;
  line-height: 1;
  transition: background-color 0.4s ease;
  border: 1px solid var(--highlight-color);
}

.arrow-icon {
  position: relative;
}

.zh-btn,
.blueLink,
.trybtn,
.learnMorebtn {
  font-size: 14px;
  letter-spacing: 0.2px;
}

.zh-one-suite .zh-one-customervideo {
  position: relative;
  top: 25px;
}

.zh-one-suite .testimonialcont {
  padding-top: 0px;
}

.testimonialcont {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 72%;
  padding-top: 10px;
}

.zh-one-suite .zh-one-customervideo .testimonialcont .quotes {
  top: -68px;
}

.zh-one-suite .testimonialcont .quotes {
  width: 42px;
  height: 42px;
}

.zh-one-customervideo .testimonialcont .quotes {
  top: -79px;
}

.testimonialcont .quotes {
  width: 52px;
  height: 52px;
  background-color: #ff7f00;
  position: absolute;
  top: -155px;
  border-radius: 50%;
  font-size: 0;
  left: 0px;
}

.zh-one-customervideo span {
  position: relative;
  width: 260px;
}

span.quotes {
  position: absolute;
  right: 40px;
  top: 36px;
}

.testimonialcont .quotes::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/home/sprites.png") left top no-repeat;
  background-position-x: left;
  background-position-y: top;
  background-size: auto;
  background-position: -20px -20px;
  background-size: 500px auto;
  margin-bottom: 0;
  position: absolute;
  left: 10px;
  top: calc(50% - 14px);
}

.zh-one-suite .testimonialcont p {
  margin-bottom: 26px;
  width: 100%;
}

.testimonialcont p {
  font-weight: 500;
  margin-bottom: 45px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 1.4;
  word-spacing: 3px;
  width: 100%;
  color: #010101;
}

.testimonialvid {
  display: table;
  margin-bottom: 20px;
}

.testimonialvid__dtls {
  display: table-cell;
  vertical-align: middle;
}

.testimonialvid__dtls img {
  width: 90px;
}

embed,
img,
object,
video {
  max-width: 100%;
  height: auto;
}

.testimonialvid__dtls.cust-dtls {
  padding-left: 20px;
  padding-top: 11px;
}

.testimonialvid__dtls {
  display: table-cell;
  vertical-align: middle;
}

.testimonialvid__dtls.cust-dtls span {
  font-family: #010101;
  font-size: 18px;
  line-height: 1;
}

.zh-one-customervideo span {
  position: relative;
  width: 260px;
}

.testimonialvid__dtls.cust-dtls p {
  font-size: 14px;
  width: 170px;
  line-height: 1.4;
  margin-top: 2px;
}

p {
  color: #333;
  line-height: 1.7;
}

.zh-one-suite .wrapper::after {
  content: "";
  background: url("") no-repeat;
  background-size: auto;
  background-size: 70%;
  width: 490px;
  height: 700px;
  position: absolute;
  right: -350px;
  top: 170px;
  z-index: -1;
  opacity: 0.8;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  z-index: 9999;
}

.popup {
  position: fixed;
  background-color: #fff;
  border-radius: 5px;
  width: 50%;
  margin-top: 10% !important;
  margin-left: 26%;
}

.popup img {
  max-height: 400px;
  /* Adjust the value as per your requirement */
  width: 100%;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#close1 {
  display: none;
}

.logo_mob {
  display: none;
}

.pricing_button {
  font-size: 16px;
  color: #1a73e8;
  cursor: pointer;
  font-family: "Edu AU VIC WA NT Hand";
  float: inline-end;
  word-spacing: 5px;
}

.pricing_button:hover {
  text-decoration: underline;
}

.dropdown-item,
.dropdown-menu a,
.o_dropdown_menu a {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0px;
}

.nav-subitem .nav-icon {
  aspect-ratio: 1;
  height: 50px;
  background: transparent;
  border-radius: 100%;
}

#contactform {
  width: 300px;
  height: 500px;
  position: fixed;
  top: 100px;
  right: -300px;  /* start hidden offscreen on right */
  z-index: 99;
  box-shadow: 0 0 12px 0 #333;
  background-color: #6e007b;
  border-radius: 15px 0 0 15px;
}

#contact-button {
  width: 40px;  
  height: 200px;
  cursor: pointer;
  color: white;  
  position: absolute;
  left: -40px; /* button sticks out on left of form */
  top: 0;
  background-color: #6e007b;
  border-radius: 15px 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 14px;
}


.rotated-text {
  display: inline-block;
  white-space: nowrap;
  /* this is for shity "non IE" browsers
   that dosn't support writing-mode */
  -webkit-transform: translate(1.1em, 0) rotate(90deg);
  -moz-transform: translate(1.1em, 0) rotate(90deg);
  -o-transform: translate(1.1em, 0) rotate(90deg);
  transform: translate(1.1em, 0) rotate(180deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;

  /* IE9+ */
  -ms-transform: none;
  -ms-transform-origin: none;
  /* IE8+ */
  -ms-writing-mode: tb-rl;
  /* IE7 and below */

  color: white;
}

.rotated-text:before {
  content: "";
  float: left;
  margin-top: 100%;
}

form {
  /* width: 100%; */
  /*padding: 20px;*/
}

form input {
  display: block;
  border: none;
  width: 300px;
  height: 35px;
  margin: 15px 30px;
}

form textarea {
  width: 300px;
  margin: 10px 30px;
  height: auto;
}

form textarea,
form input {
  border: 3px solid #666666;
  border-radius: 5px;
  background: #f2f2f2;
}

#contact-button {
     width: 20%;
    padding: 25% 6%;
    cursor: pointer;
    /* margin-left: -35px; */
    margin-top: 100px;
  font-size: 19px;
  color: white !important;
  position: absolute;
}

.pad_2 {
  padding-top: 60px;
}

.hero-title1 {
  font-size: 45px;
  font-weight: 800;
  line-height: 60px;
  word-spacing: 5px;
}

.hero-title1 span {
  position: relative;
}

.hero-title1 span {
  font-size: 45px;
  font-weight: 800;
  line-height: 10px;
  color: #7d006a;
}

.hero-title1 span::after {
  position: absolute;
  content: "";
  top: 90%;
  right: 0;
  left: 0;
  background: url(assets/img/extra.svg) no-repeat;
  width: 100%;
  display: block;
  height: 100px;
}

.p-small {
  text-align: center;
  line-height: 2.8rem;
  font-size: 20px;
  font-weight: 400;
  word-spacing: 3px;
}

a.primary-btn {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  background-color: #ff7f00;
  border: 1px solid #ff7f00;
  border-radius: 10px;
  color: #fff;
  transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  width: auto;
  text-decoration: none;
}

@media only screen and (max-width: 1380px) {
  .hero-section {
    background-color: var(--color-color-light);
    padding: 4rem 0 10rem 0px;
  }

  .hero_image {
    max-width: 100%;
  }

  .zh-one-content p {
    margin-bottom: 30px;
    font-size: 15px;
    letter-spacing: -0.2px;
    line-height: 1.7;
    width: 380px;
  }

  .zh-one-suite {
    background-color: #fed600;
    padding: 50px 0 !important;
    position: relative;
    overflow: hidden;
  }

  .zh-one-wrapContent {
    padding: 8px;
  }

  .testimonialcont p {
    font-weight: 400;
    margin-bottom: 45px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1.4;
    width: 90%;
    color: #010101;
  }

  .icon-box h5 {
    text-align: left;
  }

  .icon_home {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
  }

  .para_feature {
    text-align: justify;
  }

  .hero-title1 {
    font-size: 30px;
    font-weight: 800;
    line-height: 60px;
    word-spacing: 5px;
    font-family: "Edu AU VIC WA NT Hand";
  }

  .hero-title1 span {
    font-size: 30px;
    font-family: "Edu AU VIC WA NT Hand";
  }
  .hero-title1 span::after,
  .heading-bold span::after {
    position: absolute;
    content: "";
    top: 90%;
    right: 0;
    left: 0;
    background: url(../img/extra.svg) no-repeat;
    width: 100%;
    display: block;
    height: 100px;
  }

  .p-small {
    text-align: center;
    line-height: 2rem;
    font-size: 17px;
    font-weight: 400;
    word-spacing: 5px;
  }
}
.icon_home {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 13%;
  }
.icon-box h5{
    text-align:center;
}
.ms-2 {
  color: black;
}

.bi-x-lg {
  color: #ff0000;
}

#about_hover {
  padding-left: 20px;
  margin-bottom: -10px;
}

.bx {
  color: #6e007b !important;
}

.common-links ul li a {
  font-size: 11px;
}

.arrow_back {
  display: none;
}

.content-section {
  padding: 0px 0;
}

.content-section img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.content-section h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.content-section p {
  font-size: 16px;
  line-height: 1.6;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-text-overlay {
  position: absolute;
  top: 50%;
  left: 10%;
  /* Adjust this value to control the horizontal position */
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: left;
  /* Align text to the left */
  color: white;
}

.image-text-overlay h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.image-text-overlay p {
  font-size: 16px;
  line-height: 1.6;
}

.active-sidebar {
  background-color: lightgray;
}

.sidebar-item.active-sidebar {
  /* background-color: #6e007b; */
}

.flicker {
  font-family: Arial, sans-serif;
  font-size: 24px;
  color: #6e007b;
  animation: flickerText 0.1s linear infinite alternate;
}

@keyframes flickerText {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#dynamic-text {
  font-size: xxx-large;
}

.dd {
  font-size: 2rem;
}
.parbox {
  padding: 35px 5px;
}

.par-bbox {
  padding: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.parbox img {
  width: 100%;
  margin: auto;
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.br-o,
.brr-0,
.our-clients-sec .par-bbox:last-child {
  border-right: 0px;
}

.our-clients-sec .par-bbox:last-child {
  border-right: 0px;
}

.new-sec.case-detail-newsec .left-box:last-child,
.ptb-50 {
  padding: 50px 0;
}

.tooltip {
  text-align: center;
}

.tooltip {
  background-color: #000;
  color: #fff;
  border-radius: 6px;
  padding: 2px 8px;
  position: absolute;
  z-index: 1;
  top: 0;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.about-banner {
  background-image: url("../img/customer/client2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 0;
}

.text-white {
  text-align: left;
}

.font-bold {
  font-size: 50px;
  font-weight: 600;
}
.nav-link:hover {
  color: #7d006a;
}
.text-white1 {
  font-size: 17px;
  word-spacing: 4px;
  color: #fff;
}
.play_icon {
  width: 200px;
  margin-left: 20px;
}
.play_icon_foot {
  width: 170px;
}
.price_button {
  background-color: #6e007b;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  border: 1px solid #6e007b;
  line-height: 1;
  font-size: 15px;
  margin-left: 0;
  word-spacing: 3px;
  margin-right: 0;
  padding: 10px 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  min-width: 130px;
  text-align: center;
  cursor: pointer;
  margin-left: 32rem;
}

.price_button:hover,
.price_button:focus {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  color: #ffffff;
}
.whyimage {
  margin-top: 30px;
  margin-bottom: 30px;
}
@-webkit-keyframes wobble {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.play_icon {
  width: 205px;
  border-radius: 10px;
}
.play_icon1 {
  width: 205px;
  border-radius: 10px;
}
.crm-screening {
  border-radius: 20px;
  /*box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);*/
  background: #fff;
}
#ebcaptchainput {
  width: 106px;
  border: none;
  display: inline;
  margin-left: 10px;
  width: 50px;
  text-align: center;
  font-weight: 500;
  color: #000000;
}
.main_submit {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 20px;
  transition: 0.5s;
  color: #6e007b;
  border: 2px solid #6e007b;
  background: #fff;
  margin-top: 10px;
  font-weight: 500;
}
.main_submit:hover {
  border: 2px solid #ececec;
  background: #d3d0d3;
  color: #6e007b;
}
.feature_p {
  color: #e79b29;
  font-weight: 300;
}
.ftr-list h3 {
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 30px;
}

.ftr-copyright p,
.ftr-list li a {
    font-size: 15px;
    color: #58595b;
    word-spacing:2px;
}

.ftr-list li a {
    font-weight:300;
}

.ftr-second-sec .ftr-list ul li a::after {
    content: '|';
    padding: 10px 12px;
}
.ftr-list li {
    line-height: 26px;
    margin-bottom: 5px;
    display: inline-block;
}


/**********************Media Query****************/

@media screen and (max-width: 768px) {
  .popup {
    width: 85% !important;
    margin-left: 7% !important;
    margin-top: 75% !important;
  }

  #close1 {
    display: flex;
  }

  .logo_mob {
    display: block;
  }

  .pricing_button {
    font-size: 15px;
    color: #1a73e8;
    word-spacing: 5px;
    cursor: pointer;
    font-family: "Edu AU VIC WA NT Hand";
    text-align: right;
  }

  .img-fluid {
    width: 100%;
  }

  .zpcol-sm-12 {
    width: 100% !important;
  }

  #contactform {
    width: 300px;

    height: 500px;
    margin: 83px 0;
    margin-left: 0px;
    position: fixed;
    box-shadow: 0 0 12px 0 #333;
    margin-left: 100%;
  }

  .overflow_menu {
      flex-wrap: wrap;
    height: 200px;
  }

  .pad_1 {
    padding-top: 70px;
  }

  .zh-one-content {
    width: calc(100% - 100px);
    padding: 0;
    border-right: 0px dashed #d0b31c;
  }

  .navbar {
    position: fixed;
    left: 0 !important;
  }

  .section-title h2 {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #222222;
  }
  .arrow_back {
    display: block;
  }
  a.secondary-btn {
    padding: 10px 15px;
    margin-top: 25px;
  }
  .hero-title1 {
    line-height: 35px;
  }
  .price_button {
    margin-left: 3rem;
  }
  .play_icon {
    width: 155px;
    border-radius: 10px;
  }
  .play_icon1 {
    width: 155px;
    border-radius: 10px;
  }  
  
}

@media (max-width: 600px) {
  .footer-sec-wrap .product-links > div {
      display: inherit;
      padding: 0 0px 0 0;
  }
  .footer-sec-wrap .product-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
  }
}



/* Resources css Start */
.links-img{
 position: fixed;
 top: 20px;
}

.main-container {
  display: flex;
  height: 100vh; 
}

.crm-mat{
    margin-top: 90px;
}

.left-navs {
  height: 95vh; /* Full viewport height */
  overflow: hidden; /* Prevent outer scroll */
  display: flex;
  flex-direction: column;
}

.left-heading-resources {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.crm-resources-dropdowns {
  flex: 1;
  overflow-y: auto;
  padding-right: 10px; 
}

.left-navs::-webkit-scrollbar {
  display: none;
}

.left-navs h4 {
  cursor: pointer;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  transition: background 0.3s;
  font-size: 15px;
}

.left-navs h4:hover {
  background: #20252c;
}

.left-navs .crm-resources-dropdowns {
  /*margin-top: 20px;*/
  /*margin-left: -20px;*/
}

.right-navs {
  /*margin-left: 25%;*/
  padding: 20px;
}

.right-navs iframe {
  margin-bottom: 15px;
  border-radius: 5px;
}

.crm-resources-dropdowns{
    background-color: rgb(51 58 68);
    padding: 10px;
}

.crm-resources-dropdowns h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
}

.crm-resources-dropdowns .right-btn {
  width: 20px;
  height: auto;
}

#right-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.white-clor a {
  color: white !important; 
  text-decoration: none; 
}

.right-btn {
  transition: transform 0.3s ease;
}

.right-btn.rotated {
  transform: rotate(90deg);
}

.white-clor {
  margin-left: 20px;
  display: flex;
  gap: 10px;
  cursor: pointer;
  color: #acbfb3;
}

.white-clor:hover{
    color: white;
}

.dropdown-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-out;
}

.dropdown-content.show {
  max-height: 1000px; /* adjust high enough for your content */
}

.resource-section {
    background-color: rgb(51 58 68);
    border-bottom: 1px solid black; 
    margin-bottom: 12px; 
}

.border-res{
    border-bottom: 1px solid #333; 
    margin-bottom: 12px; 
    margin-left: 10px;
}

.resource-section h4 {
  cursor: pointer;
  padding: 10px;
}

.quiz-png h5{
    font-size: 15px;
}

.quiz-png{
    display: flex;
    gap: 10px;
    margin-left: 10px;
}

.quiz-png img{
    width: 18px;
    margin: 10px;
}

.resource-section .right-btn {
  width: 20px;
  height: auto;
}

.youtube{
    width: 6%;
}

.left-side{
    margin-left: 10px;
}

@media (max-width: 768px) {
  .left-navs {
    max-height: none;
    overflow-y: visible;
    margin-bottom: 20px;
  }
  
  .right-navs {
    min-height: auto;
    padding: 10px;
  }
  
  .right-navs iframe {
    width: 100%;
    height: auto;
  }
  
  .youtube {
    width: 20px; 
  }
  
  .white-clor {
    margin-left: 10px;
  }

  .quiz-png {
    margin-left: 0px;
  }
}

@media (max-width: 425px) {
  .container-fluid {
    padding: 0 10px;
  }
  
  .left-navs {
    padding: 10px;
  }
  
  .right-navs {
    padding: 10px;
  }

  .crm-resources-dropdowns h4 {
    font-size: 14px;
  }

  .quiz-png h5 {
    font-size: 13px;
  }
}

.arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-right: 8px;
}

.active .arrow {
  transform: rotate(90deg);
}

.resource-section h4:hover {
  background-color: #20252c; 
  cursor: pointer;
}

.resource-section h4.active {
  background-color: #20252c; 
  color: white;
  font-weight: bold;
}

/* Industries Section */
.koka-border {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 15px !important;
}

.koka-border::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 4px;
  background-color: #6d007b;
  border-radius: 2px;
}

.adn-bt{
  margin-top: 5px;
  margin-bottom: 15px;
}

.and-more-text{
  color: #6d007b;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
}



/* Section Icon Set in ODOO:-- */
.border-koka-set {
  width: fit-content;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
}

.reg-btnss{
  border: none;
  background: white;
  color: #6d007b;
  font-weight: 500;
}

.icons-set-koka{
  background-color: rgb(239 241 243);
}

.icon-box-koka {
   position: relative;
  display: inline-block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 12px;
  cursor: pointer;
}

.icon-box-koka img:hover {
  transform: translateY(-5px);
}

.img-icon{
   position: relative;
  z-index: 2; /* In front */
  width: 100px;
  height: 90px;
  object-fit: contain;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.koka-app-logo {
  display: block; /* Show by default */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
}

.overlay-icon {
  position: absolute;
  top: -81px;
  left: -43px;
  width: 56%;       
  height: 100%;
  object-fit: contain;
  z-index: 1;         
  pointer-events: none; 
}

.notion-icon{
  position: absolute;
  top: -117px;
  left: -2px;
  width: 56%;       
  height: 100%;
  object-fit: contain;
  z-index: 1;         
  pointer-events: none; 
}

.docusign-icon{
  position: absolute;
  top: -109px;
  left: 0px;
  width: 56%;       
  height: 100%;
  object-fit: contain;
  z-index: 1;         
  pointer-events: none; 
}

.salesforce-icon{
  position: absolute;
  top: -109px;
  left: 67px;
  width: 56%;       
  height: 100%;
  object-fit: contain;
  z-index: 1;         
  pointer-events: none; 
}

.power-apps-icon{
  position: absolute;
  top: -96px;
  left: 142px;
  width: 56%;       
  height: 100%;
  object-fit: contain;
  z-index: 1;         
  pointer-events: none; 
}

.chargebee-icon{
  position: absolute;
  top: -56px;
  left: 146px;
  width: 70%;     
  height: 100%;
  object-fit: contain;
  z-index: 1;         
  pointer-events: none;
}

.lightspeed-icon{
  position: absolute;
  top: 58px;
  left: -61px;
  width: 70%;       
  height: 100%;
  object-fit: contain;
  z-index: 1;         
  pointer-events: none;
}

.slack-icon{
  position: absolute;
  top: -102px;
  left: 138px;
  width: 47%;       
  height: 100%;
  object-fit: contain;
  z-index: 1;         
  pointer-events: none;
}

.asana-icon{
  position: absolute;
  top: 57px;
  left: -47px;
  width: 47%;       
  height: 100%;
  object-fit: contain;
  z-index: 1;         
  pointer-events: none;
}

.hubspot-icon{
  position: absolute;
  top: -52px;
  left: 145px;
  width: 56%;       
  height: 100%;
  object-fit: contain;
  z-index: 1;         
  pointer-events: none;
}

.harvest-icon{
  position: absolute;
  top: -52px;
  left: 145px;
  width: 56%;       
  height: 100%;
  object-fit: contain;
  z-index: 1;         
  pointer-events: none;
}

.service-cloud-icon {
  position: absolute;
  top: 47px;
  left: -86px;
  width: 47%;      
  height: 100%;
  object-fit: contain;
  z-index: 1;         
  pointer-events: none;
}

.shopify-icon{
  position: absolute;
  top: 60px;
  left: 128px;
  width: 47%;       
  height: 100%;
  object-fit: contain;
  z-index: 1;         
  pointer-events: none;
}

.hub-icon{
  position: absolute;
  top: 121px;
  left: 73px;
  width: 366%;
  max-width: 679px;     
  height: 100%;
  object-fit: contain;
  z-index: 1;         
  pointer-events: none;
}

.bamboo-hr-icon{
  position: absolute;
  top: 60px;
  left: 95px;
  width: 56%;       
  height: 100%;
  object-fit: contain;
  z-index: 1;         
  pointer-events: none;
}

.tableau-icon{
  position: absolute;
  top: 60px;
  left: 152px;
  width: 56%;       
  height: 100%;
  object-fit: contain;
  z-index: 1;         
  pointer-events: none;
}

.icons-set {
  font-size: 20px;
    font-weight: 700;
    color: black;
  margin-top: 15px;
}

.sparkle{
  position: relative;
}

.text-o-color-1 {
  color: #6d007b !important;
}

.form-check-input:checked {
  background-color: #6d007b;
  border-color: #6d007b;
}

.form-check-input:checked::before {
  background-color: #fff; 
}



/* Bike Leasing CSS */
.bike-head h2{
    font-size: 41px;
}

.bicycle-img{
    width: 15%;
}


.bike-img {
    display: flex;
    justify-content: center;  
    align-items: center;     
}

.bike-img img {
    width: 100%;
    max-width: 465px;         
    border-radius: 40px;
}

.bike-btns-start{
    display: flex;
    gap: 10px;
}

.start_now{
   padding: 10px 15px;
    border: none;
    background: #6d007b;
    color: white;
    border-radius: 7px;
}

.start_now:hover{
    background-color: white;
    color: #6d007b;
}

.meetan{
    border: none;
    padding: 10px 15px;
    background: white;
    border-radius: 7px;
}

.meetan:hover{
    background-color: #6d007b;
    color: white;
}

.bike-second-section{
    padding: 30px;
}

.bg-set-light-second{
    background: #f3f4f6;
    height: 200px;
    border-radius: 30px;
}

.cama-bike-img{
    position: relative;
    top: 35px;
}

.mbt-set{
    margin-top: 45px;
    margin-left: 30px;
    font-size: 1.5rem;
    font-weight: 600 !important;
    line-height: 1.5;
}

.bike-headsix{
    padding: 30px;
    display: flex;
    justify-content: center;  
    align-items: center;  
}

.headsix-bike{
    font-weight: 600;
    margin-top: 50px;
}

.center-bike-arrow{
    display: flex;
    justify-content: center;  
    align-items: center;
}

.center-bike-arrow img {
    width: 100px;
    transform: rotate(-20deg) skewY(-10deg);
    transition: 0.3s ease;
}

.center-third-para{
    margin-top: 115px !important;
}

.bike-third-center-head{
    display: flex;
    justify-content: center;  
    align-items: center;
}

.bike-third-center-head img{
    width: 100px;
}

.bike-fourth-img {
    display: flex;
    justify-content: center;  
    align-items: center;     
    height: 100%;             
}

.bike-fourth-img img {
    max-width: 100%;
    height: 200px;
}

.shop-cycle-img{
    width: 100%;
    border-radius: 40px;
    height: 400px;
}

.quotation-set-fourth {
    
}

.quotationone-img{
    width: 60%;
    margin-right: -35%;
    height: 500px;
}

.quotationtwo-img{
    width: 60%;
}

ubelight-img {
    position: relative;
    display: inline-block;
}

.tubelight-img .light-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,200,0.5) 0%, transparent 70%);
    pointer-events: none;
}

.tubelight-img img {
    width: 60px;
    transform: rotate(330deg);
}

.curved-right-img{
    padding: 40px;
    display: flex;
    justify-content: center;  
    align-items: center;  
    position: relative;
    left: 60px;
}

.bike-six-img img {
    width: 80%;
    height: auto;
    object-fit: cover;

    /* CRT effect */
    filter: contrast(1.2) brightness(0.9) saturate(1.1);
    position: relative;
    background-color: black;
    box-shadow: 0 0 20px rgba(0, 255, 0, 0.2); /* Optional greenish glow */
    image-rendering: pixelated; /* More retro feel */
}

/* Add scan lines */
.bike-six-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 100%;
    pointer-events: none;
    background: repeating-linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.15),
        rgba(0, 0, 0, 0.15) 1px,
        transparent 1px,
        transparent 3px
    );
    z-index: 1;
}

.invoice-set-img{   
    position: relative;
    top: -50px;
    left: 120px;
}

.bike-seven-section{
    background: #f3f4f6;
    height: 600px;
}

.bike-seven {
    box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
    background: white;
    border-radius: 20px;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bike-seven:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px;
}

.card {
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.seven-bike-strong{
    margin-top: 10px;
}

/*.bike-ten-section{*/
/*    margin-top: -300px;*/
/*}*/

.bike-ten-btn{
    padding: 10px 15px;
    border: none;
    background: #6d007b;
    color: white;
    border-radius: 7px;
}

.up-arrow-img img {
    width: 50px; /* adjust as needed */
    animation: bounceArrow 1.5s infinite ease-in-out;
}

@keyframes bounceArrow {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.bike-nine-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.scroll-content {
  display: flex;
  flex-direction: column;
  animation: scroll-up 30s linear infinite;
}

.image-row {
  display: flex;
  justify-content: center;
}

.image-row img {
  width: 12.5%; /* 8 images per row */
  height: auto;
  object-fit: contain;
}

/* Smooth vertical scroll animation */
@keyframes scroll-up {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}

/* Blink animation */
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}

.blink {
  animation: blink 1s infinite;
}

/* Foreground text block */
.foreground-text{
    position: relative;
    top: -400px;
    border-radius: 50%;
    z-index: 999; 
}

.bike-nine-section > .foreground-text {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2rem;
  color: black;
}

/* Responsive in Bike-section */
@media (max-width: 425px){
    .bike-head{
        margin-top: 20px !important;
    }
    
    .headsix-bike{
        display: none;
    }
    
    .bike-third-center-head img {
        width: 80px;
    }
    
    .center-third-para {
    margin-top: 10px !important;
    }
    
    .hero-title1{
        line-height: 0px !important;
    }
    
    .invoice-set-img {
    position: relative;
    top: 50px;
    left: 160px;
    }
    
    .bike-seven-section{
        height: auto !important;
    }
    
    .bike-nine-section{
        display: none;
    }
}


/* Billborad_rental Section Css */
.billboard {
    padding: 55px;
}
.billboard h4 {
    margin-bottom: 5px;
    font-weight: bold;
}
.billboard h6 {
    color: #555;
}

.heading-set-bill{
    position: absolute;
    rotate: -34deg;
    color: #6d007b;
    font-size: 15px;
    font-family: caveat;
}

.heading-set-bills{
    position: absolute;
    right: 120px;
    rotate: 22deg;
     color: #6d007b;
    font-size: 15px;
    font-family: caveat;
}

.billed-img{
    position: absolute;
    width: 25%;
    height: 600px;
}

.billed-imgs{
    position: relative;
    rotate: 10deg;
    width: 49%;
    height: 500px;
    left: 200px;
    top: 91px;
}

.bill-top{
    margin-top: -100px;
}

.lefts-bill{
        position: absolute; 
        left: 223px; 
        rotate: 95deg;
}

.rights-bill{
    position: absolute; 
    right: 230px; 
    rotate: 197deg; 
    margin-top: 40px;
}

.billed-styles{
    margin-top: 270px; 
    padding: 20px;
}


/* Responsive page in Billied_rental */
@media(max-width: 425px){
   .bill-top{
        margin-top: 0px;
   }
   
   .heading-set-bill{
       display: none;
   }
   
   .heading-set-bills{
       display: none;
   }
   
   .heading-set-bill img{
       display: none;
   }
   
   .quotationone-img{
       margin-right: 0px;
   }
   
   .lefts-bill{
       display: none;
   }
   
   .rights-bill{
       display: none;
   }
   
   .billed-imgs{
    width: 42%;
    left: 200px;
    top: -12px;
   }
   
   .billed-styles{
       margin-top: 0px;
   }
}


/* Environment Agency css */
.bike-third-center-header{
    display: flex;
    align-items: center;
}

.bike-third-center-header img{
    width: 10%;
}

.down-arrows-set {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;     /* Optional: center vertically */
}

.down-arrows-set img{
    width: 10%;
}

.down-svg-arrow-css{
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;
}

.down-svg-arrow-css img{
    width: 10%;
    rotate: -81deg;
    position: relative;
    left: 230px;
}

.environment-btn{
    border: none;
    margin-left: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px 30px;
    background: white;
    border-radius: 10px;
}

.rounded-icon{
    rotate: 181deg;
    position: relative;
    top: 80px;
}


/* hair_salon.php */
.standard-bill-rounded{
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
}

.bikes-fourth-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.bikes-fourth-img img{
    rotate: 140deg;
    margin-right: -230px;
}

.smiles-hair-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.smiles-hair-img img{
    width: 60px;
    margin-right: -180px;
    margin-top: 20px;

}


/* Banner spin_text vedio */
.playBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.play-button img:first-child {
  width: 50px;
  /*z-index: 2;*/
}

.spin_text {
  position: absolute;
  top: 4.5px;
  width: 84px;
  left: 5px;
  animation: spin 5s linear infinite;
  z-index: 1;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media screen and (max-width: 768px) {
  .cta-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .play-button {
    width: 60px;
    height: 60px;
  }

  .play-button img:first-child {
    width: 35px;
  }

  .spin_text {
    width: 55px;
    top: 2px;
    left: -5px;
  }
}

.modal-backdrop {
  z-index: 9 !important;
}
.modal {
  z-index: 1050 !important;
}


/* Speedy Gif Css */
.ss-wrapper {
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
}

.ss-wrapper .laptop-img-bg {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.ss-wrapper .screenshot-slider {
  position: relative;
  padding: 5.15% 17.5% 7% 17.7%;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: block;
}

.screenshot-slider {
  margin-bottom: -60px;
  margin-top: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-slide img {
  display: block;
  width: 100%;
}


/* Features in KOKA_CRM 210. */
.features-animate{
    background-color: #f8f9fb;
    padding: 10px 15px;
}

.swiper-slide {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    text-align: center;
    height: 500px !important;
}

.swiper-slide h5{
    font-size: 13px;
}

.swiper-slide p {
    font-size: 12px;
    line-height: 21px;
    text-align: justify;
}

.icon1 img {
    width: 60px;
    margin-bottom: 15px;
}

.box-icon-modern-title {
    font-weight: bold;
    /*margin: 15px 0 10px;*/
}

.box-icon-modern-decor {
    width: 40px;
    height: 3px;
    background: #6d007a;
    margin: 10px auto;
}
  
.swiper-pagination {
  margin-top: 30px;
  text-align: center !important;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  background: #ffffff;
  border: 2px solid #6d007a;
  display: inline-block;
  color: #6d007a;
  font-weight: bold;
  font-size: 14px;
  margin: 0 5px;
  opacity: 1; /* Ensure full visibility */
}

.swiper-pagination-bullet-active {
  background: #6d007a;
  color: #fff;
}




/* Our clients marquee css */
.marquee {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.marquee_header {
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

.marquee__inner {
  display: flex;
  width: max-content;
}

.marquee__group {
  display: flex;
}

.marquee__group img {
  margin: 0 1rem;
  padding: 4px 10px;
  /* background: #000; */
  border-radius: 6px;
  max-height: 60px;
}

.marquee__left {
  animation: marquee-left 20s linear infinite;
}

.marquee__right {
  animation: marquee-right 20s linear infinite;
}

@keyframes marquee-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes marquee-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

@media (max-width: 768px) {
  .marquee__group img {
    max-height: 40px;
    margin: 0 0.5rem;
  }
  .marquee_header {
    font-size: 24px;
  }
}



/* Testimonials css */
.testi-cont {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3f2fd;
}

.testimonial {
  max-width: 900px;
  width: 100%;
  padding: 50px 0;
}

.swiper-slide.slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.image {
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 50%;
}

.quote-icon {
  font-size: 30px;
  color: #4070f4;
}

.name a, .job a {
  text-decoration: none;
  color: #333;
}

.name a:hover, .job a:hover {
  color: #4070f4;
  text-decoration: underline;
}

.nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet-active {
  background-color: #4070f4;
}




/* Signup Css */
.terms {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #ddd;
}
.terms input{
    display: flex;
    width: 13px;
    height: 13px;
    margin-left: 5px;
}
.terms input[type="checkbox"] {
  margin-right: 8px;
}
.terms a {
  color: #ddd;
  text-decoration: underline;
}
.signup-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: rgba(0,0,0,0.5);
}
.signup-form {
  padding: 30px 25px;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.signup-form h3 {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  color: black;
  line-height: 30px;
}
.signup-form input[type="text"],
.signup-form input[type="email"],
.signup-form input[type="password"] {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: none;
  border-radius: 8px;
  margin-left: 3px;
}
.password-wrapper {
  position: relative;
}
.password-wrapper .toggle-password {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  color: #ddd;
}
.signup-form .terms {
  font-size: 12px;
  display: flex;
  margin-bottom: 15px;
}
.signup-form .terms a {
  color: black;
  text-decoration: underline;
}
.signup-form .signup-btn {
  width: 43%;
  margin: 0px auto;
  display: block;
  padding: 10px;
  background: #343aff;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 15px;
  cursor: pointer;
}
.signup-form .signup-btn:hover {
  background: #dc2626;
}
.signup-form .social-login {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: black;
}
.social-icon {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
  margin-left: 5px;
}


/* Scroll the top position */
#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
    right: 88px;
    z-index: 999;
    font-size: 24px;
    background-color: #6d007b;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 9px 20px;
  cursor: pointer;
  display: none; /* Hidden by default */
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: opacity 0.3s ease;
}

#scrollToTopBtn:hover {
  background-color: #12344d;
}



.block-tools {
    background-color: #F6F6F6;
    padding: 80px 0 60px;
}

h2.block-tools__title {
    margin: 140px 0 66px;
}

.block-title {
    color: #323232;
    font-weight: 700;
    /* font-size: 3.75rem; */
    font-size: clamp(1.563rem, 3vw + 1rem, 3.75rem);
    line-height: 3.75rem;
}

.block-tools__img_1 {
    max-width: 543px;
    height: auto;
    margin-left: 6px;
}

integration-icon {
    width: 60px;
    height: auto;
    transition: transform 0.3s ease;
  }

  .integration-icon:hover {
    transform: scale(1.1);
  }

  @media (max-width: 768px) {
    .integration-icon {
      width: 50px;
    }
  }

  .integrations-row {
    background-color: #f8f9fa;
  }

.integrations-row img {
  width: 60%;
  height: 60px;
  object-fit: contain; /* or cover */
}


/* Industries css */
.industries-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14.5%, 1fr));
    justify-content: space-between;
    grid-gap: 50px;
    justify-items: center;
    padding: 0;
}

.industries-list li {
    list-style: none;
    width: 100%;
}

.industries-list li .single-industries {
    display: block;
    margin: auto;
    text-align: center;
    padding: 10px 3px;
    border-radius: 6px;
    transition: .3s;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
    background-color: #fff;
}

.industries-list li .single-industries:hover {
    transform: translateY(-6px);
    cursor: pointer;
    /*box-shadow: 0 4px 8px rgba(0,0,0,0.15);*/
}

.industries-list li .single-industries img {
    width: 100%;
    height: auto;
    max-width: 63px;
    margin: auto;
}

.single-industries p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
}

/*.banner-auto-btn{*/
/*    margin-top: 50px; */
/*    padding: 10px 20px;*/
/*    width :30%;*/
/*    background: #ff7f00; */
/*    color: #fff; */
/*    border: 1px solid #ff7f00;*/
/*}*/

@media (max-width: 768px) {
    .industries-list {
        grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
        grid-gap: 10px;
    }
    .industries-list li .single-industries {
        padding: 8px 2px;
    }
    .single-industries p {
        font-size: 12px;
        line-height: 1.2;
    }
}

@media (max-width: 576px) {
    .industries-list {
        grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
        grid-gap: 8px;
    }
    .industries-list li .single-industries {
        padding: 6px 1px;
    }
    .industries-list li .single-industries img {
        max-width: 40px;
    }
    .single-industries p {
        font-size: 11px;
        line-height: 1.1;
    }
    .sss img{
        margin-top: 0px !important;
    }
}

@media (max-width: 480px) {
    .industries-list {
        grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
        grid-gap: 27px;
    }
    .industries-list li .single-industries {
        padding: 5px 0;
    }
    .industries-list li .single-industries img {
        max-width: 35px;
    }
    .single-industries p {
        font-size: 10px;
        line-height: 1;
    }
    .sss img{
        margin-top: 0px !important;
    }
}

@media (max-width: 320px) {
    .industries-list {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        grid-gap: 5px;
    }
    .industries-list li .single-industries img {
        max-width: 30px;
    }
    .sss img{
        margin-top: 0px !important;
    }
}



/* Image table css (Automate section) */
.table-container {
    padding: 20px 40px; 
    background-color: #f5f6fa;
}

table {
    width: 100%;
    border-collapse: separate; 
    border-spacing: 15px; 
    table-layout: fixed;
}

td {
    padding: 0;
    vertical-align: top; 
    width: calc(100% / 6); 
}

.partner-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    /*border-radius: 8px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 100px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%; 
    box-sizing: border-box; 
}

.partner-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.partner-card img {
    max-width: 80%;
    max-height: 70px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}

.partner-card:hover img {
    transform: scale(1.15); 
}

@media (max-width: 1200px) {
    td {
        width: calc(100% / 5); 
    }
}

@media (max-width: 992px) {
    td {
        width: calc(100% / 4); 
    }
}

@media (max-width: 768px) {
    td {
        width: calc(100% / 3); 
    }
}

@media (max-width: 576px) {
    td {
        width: calc(100% / 2); 
    }
}

@media (max-width: 400px) {
    td {
        width: 100%; 
    }
    .partner-card {
        padding: 15px;
        height: 80px;
    }
    .partner-card img {
        max-height: 50px;
    }
}


/* Why choose icons */
.why-choose-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 100%;
}

.card {
    background-color: #5c7993;
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);*/
    display:     flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

/*.card:hover{*/
/*    transform: translateY(-5px);*/
/*    background-color: #6d007b;*/
/*    cursor: pointer;*/
/*}*/

/*.card:hover h3,*/
/*.card:hover p {*/
/*    color: #fff; */
/*    transition: color 0.3s ease;*/
/*}*/

.icon-wrapper {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 60px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.icon-wrapper .fas {
    font-size: 40px;
    color: #fff;
}

.card h3 {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 700;
}

.card p {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
}

@media (max-width: 1024px) {
    .why-choose-icons {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .why-choose-icons {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .card {
        padding: 25px;
    }
    .icon-wrapper {
        width: 70px;
        height: 70px;
    }
    .icon-wrapper .fas {
        font-size: 35px;
    }
    .card h3 {
        font-size: 22px;
    }
    .card p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .card {
        padding: 20px;
    }
    .icon-wrapper {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    .icon-wrapper .fas {
        font-size: 30px;
    }
    .card h3 {
        font-size: 20px;
    }
    .card p {
        font-size: 14px;
    }
}



/* Container styling */
.field-wrapper {
  position: relative;
  margin-bottom: 24px;
}

.field-wrapper label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #888;
  font-size: 14px;
  transition: all 0.2s ease;
  pointer-events: none;
  background: transparent;
  z-index: 1;
}

.text-field-input {
  width: 100%;
  padding: 18px 16px 6px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff !important;
  color: #000 !important;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
  margin-left: -10px;
  position: relative;
  top: 10px;
}

.field-wrapper.focused label,
.text-field-input:focus + label,
.text-field-input:not(:placeholder-shown) + label {
  top: -10px;
  left: 12px;
  font-size: 13px;
  color: #6d007b;
  background: #fff;
  padding: 0 6px;
  z-index: 2;
}

.text-field-input:focus {
  border-color: #6d007b;
  box-shadow: 0 0 6px rgba(109, 0, 123, 0.3);
}

label::after {
  content: "";
  color: red;
}

input[required] + label::after {
  content: " *";
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .text-field-input {
    font-size: 15px;
    padding: 16px 14px 6px 14px;
  }
  .field-wrapper label {
    font-size: 13px;
  }
}



/* Animated Buttons */

/*.animated-border-btn {*/
/*  position: relative;*/
/*  padding: 14px 35px;*/
/*  background: #343aff;*/
/*  color: #fff;*/
/*  font-size: 16px;*/
/*  border: none;*/
/*  cursor: pointer;*/
/*  overflow: hidden;*/
/*  z-index: 1;*/
/*  font-weight: bold;*/
/*  border-radius: 6px;*/
/*}*/

/* Span styles */
/*.animated-border-btn span {*/
/*  position: absolute;*/
/*  background: #fff;*/
/*}*/

/* Span 1: Top border (left to right) */
/*.span1 {*/
/*  top: 0;*/
/*  left: 0;*/
/*  height: 2px;*/
/*  width: 0;*/
/*  animation: span1Anim 1.2s ease-in-out infinite;*/
/*}*/

/* Span 2: Right border (top to bottom) */
/*.span2 {*/
/*  top: 0;*/
/*  right: 0;*/
/*  width: 2px;*/
/*  height: 0;*/
/*  animation: span2Anim 1.2s ease-in-out infinite;*/
/*  animation-delay: 1.2s;*/
/*}*/

/* Span 3: Bottom border (right to left) */
/*.span3 {*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  height: 2px;*/
/*  width: 0;*/
/*  animation: span3Anim 1.2s ease-in-out infinite;*/
/*  animation-delay: 2.4s;*/
/*}*/

/* Span 4: Left border (bottom to top) */
/*.span4 {*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  width: 2px;*/
/*  height: 0;*/
/*  animation: span4Anim 1.2s ease-in-out infinite;*/
/*  animation-delay: 3.6s;*/
/*}*/

/* Keyframes */
/*@keyframes span1Anim {*/
/*  0% { width: 0; }*/
/*  100% { width: 100%; }*/
/*}*/

/*@keyframes span2Anim {*/
/*  0% { height: 0; }*/
/*  100% { height: 100%; }*/
/*}*/

/*@keyframes span3Anim {*/
/*  0% { width: 0; }*/
/*  100% { width: 100%; }*/
/*}*/

/*@keyframes span4Anim {*/
/*  0% { height: 0; }*/
/*  100% { height: 100%; }*/
/*}*/