/* banner css :start */
:root {
  --primary-color: #000;
  /* --secondary-color: #0A65F5; */
  --tab-text-color: #001DFF;
}

.zw-product-header {
  background-color: #f5f5f5;
}

body {
  color: var(--primary-color);
  font-family: var(--primaryfont-regular);
}

.banner {
  background-color: #F5F5F5;
  font-family: var(--primaryfont-regular);
}

.pagewrapper .content-wrap {
  padding: 80px 0px;
  max-width: 1170px;
}

.pagewrapper img {
  display: block;
}

.pagewrapper .cta-btn {
  padding: 12px 30px;
}

.subtitle {
  text-transform: uppercase;
  color: #66FFCF;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: var(--primaryfont-semibold);
}

.pagewrapper h2 {
  font-size: 46px;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 40px;
}

/* .pagewrapper h3 {
  font-size: 32px;
letter-spacing: -0.64px;
} */
.banner .content-wrap {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 1250px;
}

.banner-content {
  flex: 1;
  min-width: 300px;
  max-width: 70%;
}

.banner-breadcrumb {
  color: #696969;
  margin-bottom: 10px;
  font-family: var(--primaryfont-regular);
}

.banner-breadcrumb a {
  color: var(--tab-text-color);
  font-family: var(--primaryfont-semibold);
  text-decoration: none;
}

.banner-title {
  font-size: 54px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 20px 0;
  color: var(--primary-color);
  font-family: var(--primaryfont-semibold);
  max-width: 670px;
}

.banner-description {
  color: var(--primary-color);
  margin-bottom: 30px;
  max-width: 700px;
}

/* .banner-btn {
  background-color: #F0473D;
  color: #fff;
  border: none;
  padding: 14px 24px;
  font-size: 18px;
  font-family: var(--primaryfont-semibold);
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
} */

.banner-btn:hover {
  background-color: #c0392b;
}

.banner-image {
  flex: 1;
  display: flex;
  justify-content: center;
  max-width: 350px;
}

.banner-image img {
  border-radius: 14px;
  max-width: 100%;
  height: auto;
}

/* Tablets */

/* banner css end */

.comp-trigger {
  opacity: 0;
  transform: translate(0px, 30px);
}

.active .comp-trigger {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: all 1s ease;
  /* transition-delay: .2s; */
}

.compliance-section {
  background-color: #0054FF;
}

/* .compliance-section .content-wrap{
  padding-bottom: 0;
} */
.compliance-section h2 {
  color: #fff;
  max-width: 550px;
}

.compliance-section .description {
  max-width: 600px;
  color: #fff;
}

.head-title {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 20px;
}

/* Card styles */
.compliance-section .cards-grid,
.compliance-feature .cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
}

.compliance-section .card,
.compliance-feature .card {
  background-color: white;
  color: black;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.compliance-section .card .icon,
.compliance-feature .card .icon,
.rpa-benefits-icon {
  margin-bottom: 20px;
  width: 30px;
  height: 32px;
  background: url(/sites/zweb/images/rpa/usecases/rpa-it-compilance-sprite.png) no-repeat;
  background-size: 338px auto;
  background-position: -2px 0px;
}

.compliance-section .card1 .icon {
  background-position: -2px 0px;
}

.compliance-section .card2 .icon {
  background-position: -40px -2px;
}

.compliance-section .card3 .icon {
  background-position: -77px -2px;
}

.compliance-section .card4 .icon {
  background-position: -114px -2px;
}

.compliance-section .card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  letter-spacing: -0.48px;
}

.rpa-benefits-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}

.rpa-benefits-icon.icon1 {
  background-position: -146px 2px;
}

.rpa-benefits-icon.icon2 {
  background-position: -184px 1px;
}

.rpa-benefits-icon.icon3 {
  background-position: -220px 3px;
}

.rpa-benefits-icon.icon4 {
  background-position: -258px 2px;
}

/* Responsive tweaks */

/* compilance section end */

/* compliance-feature start */
.compliance-feature {
  background-color: #fff;
}

.compliance-feature h3 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.64px;
}

.compliance-feature .card.colm2 h3,
.compliance-feature .card.colm3 h3,
.compliance-feature .card.colm2 p,
.compliance-feature .card.colm3 p {
  color: #fff;
}

.compliance-feature img {
  margin-top: 40px;
}

.record-progress,
.comp-action {
  margin: 0;
  position: absolute;
  max-width: 300px;
  left: auto;
  right: 10px;
  top: auto;
  bottom: 70px;
  transform: scale(.2);
  transition: all 1s ease;
}

.active .record-progress {
  transform: scale(1);
}

.comp-action {
  max-width: 150px;
  right: 100px;
  bottom: 94px;
  transform: scale(.2);
  transition: all 1s ease;
}

.active .comp-action {
  right: 20px;
  transform: scale(1);

}

.comp-product {
  position: absolute;
  bottom: 100px;
  transform: scale(1);
  margin: auto;
  left: 0;
  right: 0;
  transition: all .8s linear;
}

.active .comp-product {
  transform: scale(1.2);

}

.compliance-feature .title-wrap {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.compliance-feature .title-wrap p {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 12px;
}

.compliance-feature h2 {
  color: var(--primary-color);
  margin-bottom: 20px;
  max-width: 690px;
}

.compliance-feature .subtitle {
  color: var(--tab-text-color);
}

.compliance-feature .card {
  padding: 70px;
  position: relative;
}

.card.colm1 {
  background-color: #F5F5F5;
}

.card.colm2 {
  background-color: #017170;
}

.card.colm3 {
  background-color: #1C1D21;
}

.card.colm4 {
  background-color: #F5F5F5;
  padding-bottom: 0;
}

.compliance-feature .card.colm4 h3 {
  max-width: 350px;
}

/* compliance-feature end */

/* automating vendor start */
.automating-vendor .subtitle {
  color: var(--tab-text-color);
}

.automating-vendor .content-wrap {
  padding-top: 20px;
}

.automating-vendor h2 {
  color: var(--primary-color);
  margin-bottom: 60px;
  max-width: 660px;
}


.automation-process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.automation-process-wrap {
  padding: 50px;
  border-radius: 24px;
  border: 1px solid #001DFF;
  background: #FFF;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.10);
}

.automation-process-step {
  background-color: #f9fafb;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.automation-process-step-number {
  color: #4A9AD3;
  font-family: var(--primaryfont-semibold);
  margin-bottom: 12px;
  display: block;
}

.automation-process-step-title {
  font-size: 20px;
  line-height: 1.2;
  font-family: var(--primaryfont-semibold);
  margin: 0 0 10px;
  max-width: 80%;
}

.automation-process-step-desc {
  color: var(--primary-color);
  margin: 0;
}

.automation-process-wrap h4 {
  font-size: 28px;
  letter-spacing: -0.56px;
  line-height: 1.2;
}

.automation-process-wrap .ctn-wrap {
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.automation-process-wrap .ctn-wrap h3 {
  margin-bottom: 40px;
  font-size: 32px;
}

.automation-process-wrap .ctn-wrap img {
  padding: 50px 120px;
  box-sizing: border-box;
  background-color: #F5F5F5;
  border-radius: 24px;
  width: 100%;
  margin: 0 auto;
}

/* Responsive */

/* automating vendor end */


/* rpa benefits start */
.rpa-benefits {
  background-color: #F5F5F5;
}

.rpa-benefits .content-wrap {
  max-width: 1030px;
}

.rpa-benefits h2 {
  max-width: 880px;
}

.rpa-benefits-title {
  font-size: 32px;
  font-family: var(--primaryfont-semibold);
  margin: 0;
}

.rpa-benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.rpa-benefits-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 80%;
}

.rpa-benefits-icon {
  font-size: 28px;
  color: #2563eb;
}

.rpa-benefits-item-title {
  font-size: 24px;
  letter-spacing: -0.48px;
  font-family: var(--primaryfont-semibold);
  margin: 0;
}

.rpa-benefits-item-desc {
  color: var(--primary-color);
  max-width: 450px;
}

/* Responsive */
/* rpa benefits end */

/* rpa challenge start */

.rpa-tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e7eb;
  width: max-content;
  margin: 0 auto 30px;
}

.rpa-tab.active {
  color: #2563eb;
  position: relative;
}

.rpa-tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2563eb;
}

.rpa-tab {
  font-family: var(--primaryfont-semibold);
  font-size: 16px;
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.rpa-tab.slick-current {
  color: var(--tab-text-color);
}

.rpa-tab.slick-current::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2563eb;
}

.rpa-challenges h2 {
  max-width: 700px;
  text-align: center;
  margin: 0 auto 50px;
}

.rpa-challenges .content-wrap {
  padding-bottom: 0;
}

.rpa-panel h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: -1.12px;
  line-height: 1.4;
}

.rpa-panel {
  padding-bottom: 120px;
}

.rpa-panel-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 40px 50px -16px rgba(0, 0, 0, 0.16);
  max-width: 910px;
  margin: 0 auto;
}

.rpa-box {
  flex: 1 1 300px;
  border-radius: 16px;
  padding: 30px;
  min-height: 220px;
}

.rpa-box.light {
  background-color: #f3f4f6;
  color: #111827;
}

.rpa-box.blue {
  background-color: #2563eb;
  color: #ffffff;
}

.rpa-box h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  letter-spacing: -0.48px;
  line-height: 1.2;
  font-family: var(--primaryfont-semibold);
}

.rpa-box ul {
  /* padding-left: 20px; */
  margin: 0;
}

.rpa-box li {
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.rpa-box li::before,
.why-choose ul li::before {
  content: "";
  width: 16px;
  height: 22px;
  background: url(/sites/zweb/images/rpa/usecases/rpa-it-compilance-sprite.png) no-repeat;
  background-size: 338px auto;
  background-position: -298px 6px;
  position: absolute;
  left: 0;
  top: 1px;
}

.why-choose ul li::before {
  width: 26px;
  height: 26px;
  top: 5px;
  background-position: -313px 2px;
}

.rpa-box li svg {
  top: 5px;
  position: relative;
  padding-right: 3px;
}

/* rpa challenge end */


/* why-choose start */
.why-choose {
  text-align: center;
  background-color: #F5F5F5;
  width: 90%;
  margin: 0 auto;
}

.why-choose h2 {
  max-width: 750px;
  margin: 0 auto 40px;
}

.why-choose .content-wrap {
  margin: 0 auto;
}

.why-choose ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-around;
  text-align: left;
}

.why-choose ul li {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  width: calc(45% - 30px);
  justify-content: flex-start;
  font-size: 20px;
  line-height: 1.7;
  /* 175% */
  letter-spacing: -0.24px;
  padding-left: 35px;
  position: relative;
}

.why-choose ul li span {
  display: flex;
  top: 10px;
  position: relative;
}

/* why-choose end */

/* Max 1440px */
/* Why Choose Section */

/* crm-form-section start */
.crm-form-section {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #EAF1F5;
  border: 1px solid #D9DCF4;
  border-radius: 24px;
  width: 90%;
  margin: 80px auto 0;
}

.crm-form-section .inner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.crm-form-section h2 {
  text-align: left;
}

.crm-form-section .ctn-wrap {
  max-width: 500px;
}

.crm-form-section .ctn-wrap h2 {
  margin-bottom: 20px;
}

.crm-form-section .ctn-wrap p {
  max-width: 340px;
}

#crm-form-wrap {
  background-color: #fff;
  max-width: 500px;
  padding: 50px;
  border: 1px solid #e4e8f1;
  filter: drop-shadow(0 64px 74px rgba(228, 231, 236, 0.38));
  margin: 0 auto;
  border-radius: 12px;
}

/* crm-form-section end */
/* faq start */
.zrpa-mailto {
  color: var(--zwc-link-clr);
}

.zrpa-accordian {
  border-bottom: 1px solid var(--border-grey-color)
}

.zrpa-accordian:first-child .zrpa-accordian-ans {
  display: block
}

.zrpa-accordian-ans a {
  color: var(--zwc-link-clr);
}

.zrpa-accordian-ans {
  display: none;
  padding-right: 40px
}

.zrpa-accordian h3 {
  font-size: 28px;
  margin-bottom: 0;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
  color: #000
}

.zrpa-accordian h3:before,
.zrpa-accordian h3:after {
  content: '';
  position: absolute;
  background: #000;
  transition: 1s;
  top: 50%;
  transform: translateY(-50%)
}

.zrpa-accordian h3:before {
  right: 0;
  height: 2px;
  width: 16px
}

.zrpa-accordian h3:after {
  right: 7px;
  width: 2px;
  height: 15px
}

.zrpa-accordian.active h3:after,
.zrpa-accordian.active h3:before {
  opacity: 0
}

.zrpa-accordian-ans li {
  position: relative;
  font-size: 18px;
  padding: 0 0 20px 15px
}

.zrpa-accordian-ans li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: var(--rpa-dark-blue)
}

.zrpa-accordian-ans li span {
  display: block
}

.zrpa-faq-inner {
  max-width: 750px;
  margin: 0 auto
}

.zrpa-faq-inner h2 {
  text-align: center
}

.zrpa-faq-inner .zrpa-accordian {
  border-color: var(--productivity-card-light-grey)
}

.zrpa-faq-inner .zrpa-accordian:last-child {
  border: 0
}

.zrpa-faq-inner .zrpa-accordian h3 {
  font-size: 24px;
  padding: 30px 25px 30px 0
}

.zrpa-faq-inner .zrpa-accordian-ans {
  padding: 0 40px 0 0
}

.zrpa-faq-inner .zrpa-accordian p,
.zrpa-faq-inner .zrpa-accordian-ans li {
  font-size: 16px
}

.zrpa-faq-inner .zrpa-accordian-ans li:before {
  background-color: #000
}

/* faq end */
@media screen and (max-width: 1440px) {
  .compliance-section .card h3 {
    font-size: 22px;
  }

  .banner .content-wrap {
    max-width: 1170px;
  }

  .banner-title {
    font-size: 50px;
  }

  .compliance-feature .card {
    padding: 60px;
  }

  .card.colm4 {
    padding-bottom: 0;
  }

  .rpa-benefits-list {
    gap: 20px 20px;
  }

  .compliance-feature h3 {
    font-size: 26px;
    letter-spacing: -0.5px;
  }

  /* .pagewrapper h3, */
  .zrpa-faq-inner .zrpa-accordian h3 {
    font-size: 22px;
    letter-spacing: -0.2px;
  }

  .why-choose ul li {
    font-size: 18px;
    line-height: 1.6;
  }

  .banner-title {
    font-size: 52px;
    max-width: 600px;
  }

  /* .banner-image{
    max-width: 350px;
  } */
  .pagewrapper h2 {
    font-size: 42px;
  }

  .compliance-section h2 {
    max-width: 70%;
  }

  /* .banner-description{
    max-width: 610px;
  } */
}

/* Max 1280px */
/* RPA Benefits & Why Choose & Banner */
@media (max-width: 1280px) {

  /* RPA */
  .rpa-benefits h2 {
    max-width: 700px;
  }

  /* compliance */
  .compliance-section h2 {
    max-width: 90%;
  }

  .compliance-section h2 span {
    display: block;
  }

  /* Why Choose */
  .why-choose h2 {
    max-width: 750px;
  }

  /* Banner */
  .banner-title {
    font-size: 54px;
  }

  /* Common Headings */
  .pagewrapper h2 {
    font-size: 46px;
  }
}

/* Max 1199px */
/* Common Padding & RPA Panel & Automation */
@media (max-width: 1199px) {

  /* Common */
  .pagewrapper .content-wrap {
    padding: 60px 0;
  }

  /* RPA Panel */
  .rpa-panel {
    padding-bottom: 0px;
  }

  .rpa-panel-row {
    box-shadow: unset;
  }

  /* Automation */
  .automating-vendor .content-wrap {
    padding-top: 20px;
  }

  .automation-process-wrap .ctn-wrap img {
    padding: 50px;
    box-sizing: border-box;
    width: 100%;
  }

  /* Compliance Feature */
  .compliance-feature .card {
    padding: 40px;
  }

  .card.colm4 {
    padding-bottom: 0;
  }

  .comp-product {
    transform: scale(.8);
  }

  .active .comp-product {
    transform: scale(1);
  }

  /* form */
  .crm-form-section {
    max-width: 700px;
    margin-top: 60px;
  }

  .crm-form-section .inner-wrap{
    flex-wrap: wrap;
  }
}

/*  */
@media (max-width: 1024px) {

  img.record-progress,
  img.comp-action {
    display: none;
  }
}

/* Max 991px */
/* Banner, Automation, Why Choose, Compliance */
@media (max-width: 991px) {

  /* Banner */
  .banner .content-wrap {
    text-align: left;
    flex-flow: column;
    align-items: flex-start;
  }

  .banner {
    flex-direction: column;
    padding: 0px 0;
    text-align: center;
  }

  .banner-content {
    max-width: 100%;
  }

  .banner-title {
    font-size: 40px;
  }

  .banner-description {
    font-size: 15px;
  }

  .banner-btn {
    padding: 12px 22px;
  }

  .banner-image {
    margin-top: 40px;
  }

  /* Automation */
  .automation-process-wrap .ctn-wrap {
    align-items: flex-start;
  }

  .automating-vendor h2 {
    margin-bottom: 0;
  }

  .automating-vendor .head-title {
    max-width: 700px;
    margin-bottom: 30px;
  }

  .automation-process-wrap .ctn-wrap img {
    padding: 40px;
  }

  /* Why Choose */
  .why-choose ul {
    gap: 20px;
  }

  /* Compliance */

  .compliance-section .cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .head-title {
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 700px;
  }

  .compliance-section .description {
    margin-bottom: 30px;
  }

  .compliance-section h2 {
    margin: 0;
  }

  .comp-product {
    position: relative;
    bottom: unset;
    transform: unset;
    margin: 40px 0 0 0;
    left: unset;
    right: unset;
    transition: all .8s linear;
  }

  /* Compliance Feature */
  .compliance-feature .title-wrap {
    margin: 0 0 30px 0px;
    text-align: left;
  }

  .compliance-feature .title-wrap p {
    margin: 0;
  }

  .compliance-feature h2 {
    margin-bottom: 15px;
  }

  .crm-form-section .inner-wrap{
    flex-wrap: wrap;
    padding: 0 40px;
  }

  #crm-form-wrap, .crm-form-section .ctn-wrap, .crm-form-section .ctn-wrap p {
    max-width: 100%;
  }
}

/* Max 768px */
/* RPA Benefits, Automation, Pagewrap, Compliance */
@media (max-width: 767px) {

  /* RPA Benefits */
  .rpa-benefits-list {
    gap: 20px 30px;
  }

  .rpa-benefits-item-desc {
    font-size: 14px;
  }

  /* Automation */
  .automation-process-wrap .ctn-wrap img {
    padding: 20px;
  }

  .automation-process-step {
    padding: 20px;
  }

  .automation-process-wrap .ctn-wrap h3 {
    text-align: left;
    margin-bottom: 20px;
  }

  .automation-process-desc,
  .automation-process-step-desc {
    font-size: 14px;
  }

  .automating-vendor .description {
    margin: 0;
  }

  /* Common Headings */
  .pagewrapper h2 {
    font-size: 28px;
  }

  /* Compliance */
  .compliance-section .card {
    padding: 20px;
  }

  .card.colm4 {
    padding-bottom: 0;
  }

  .compliance-section .description {
    font-size: 15px;
  }
}

/* Max 767px */
/* Common Padding, RPA, Banner, Why Choose */
@media (max-width: 767px) {

  /* form */
  .crm-form-section {
    margin-top: 60px;
  }

  /* faq */
  .zrpa-faq-sec h2 {
    text-align: left;
    font-size: 36px;
    margin: 0;
  }

  /* faq */
  /* Common */
  .pagewrapper .content-wrap {
    padding: 40px 0;
  }

  /* RPA */
  .rpa-panel {
    padding-bottom: 40px;
  }

  .rpa-heading h2 {
    font-size: 24px;
  }

  .rpa-challenges h2 {
    margin: 0 0 20px;
    text-align: left;
    max-width: 450px;
  }

  .rpa-panel h3 {
    font-size: 24px;
    margin-bottom: 0px;
    text-align: left;
  }

  .rpa-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    display: none;
  }

  .rpa-panel-row {
    flex-direction: column;
    padding: 20px 0;
  }

  .rpa-box {
    min-height: unset;
  }

  /* Section Common */
  section .content-wrap {
    max-width: unset;
  }

  /* Banner */
  .banner-title {
    font-size: 32px;
  }

  .banner-description {
    font-size: 14px;
  }

  .banner-btn {
    font-size: 15px;
    padding: 12px 20px;
  }

  /* Why Choose */
  .why-choose h2 {
    text-align: left;
  }

  .why-choose ul {
    flex-flow: column;
  }

  .why-choose ul li {
    width: calc(100% - 30px);
  }

  #crm-form-wrap{
    padding: 35px;
  }

  .crm-form-section .inner-wrap{
    justify-content: flex-start;
    gap: 20px;
    padding: 0;
  }

  .crm-form-section .ctn-wrap h2, p{
    margin-bottom: 15px;
  }
}

/* Max 480px */
/* Compliance */
@media (max-width: 480px) {

  .compliance-section .cards-grid,
  .compliance-feature .cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .automation-process-wrap {
    padding: 20px;
  }

  /* faq */
  .zrpa-faq-sec h2 {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }

  .zrpa-faq-inner .zrpa-accordian h3 {
    font-size: 20px;
    padding: 10px 25px 10px 0;
  }

  /* faq */
  .compliance-section {
    padding: 40px 15px;
  }

  .pagewrapper h2 {
    font-size: 24px;
  }

  .compliance-section .cards-grid {
    grid-template-columns: 1fr;
  }

  .compliance-section .card .icon {
    font-size: 22px;
  }

  .rpa-benefits-list, .automation-process-steps{
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .crm-form-section{
    border-radius: 16px;
  }

  .crm-form-section .content-wrap{
    width: 100%;
    padding: 30px 20px;
  }

  #crm-form-wrap {
    padding: 20px;
  }
 
}