/* ===== GLOBAL STYLES ===== */
body {
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* modal */

.modal-content {
  padding: 30px;
  margin-inline: auto;
  width: 70%;
}

.modal-body .form-control:focus {
  box-shadow: none;
}

.modal-body .form-control::placeholder {
  color: #9fa0a0;
  font-size: 14px;
}

.modal-title {
  color: #6fabff;
}

/*.....Common-Hero-Section..... */

.hero-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-block: 192px 128px;
  align-content: center;
  position: relative;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #002256db;
  z-index: 2;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(4px);
}

.hero-container {
  position: relative;
  z-index: 5;
  color: #fff;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-content h1 {
  font-size: 62px;
  line-height: 62px;
  font-weight: 600;
}

.hero-content p {
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  margin: 20px 0px;
}

.hero-content h6 {
  font-size: 25px;
  line-height: 36px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.connect-button {
  display: flex;
  gap: 5px;
  font-size: 17px;
  font-weight: 700;
  padding: 18px 60px;
  background-color: #fff;
  transition: all 0.5s ease;
  color: #6fabff;
  margin-top: 10px;
  display: flex;
  border: 1px solid black;
}

.connect-button:hover {
  background-color: #6fabff;
  color: #fff;
}

.connect-button:hover .button-icon {
  fill: #fff;
}

.connect-button .button-icon {
  width: 18px;
  fill: #6fabff;
}

.hero-logo {
  width: 200px;
  text-align: left;
  margin-bottom: 28px;
}

.hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*.....syspro-hero.....*/

.syspro-hero {
  background-image: url("../images/syspro-banner-image.png");
}

/*.....features and Benefits-section.....*/

.feature-section {
  position: relative;
  padding: 128px 0px;
}

.feature-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 300px;
  background-color: #fff;
  padding: 20px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.feature-logo img {
  width: 100%;
}

.feature-title {
  font-size: 42px;
  line-height: 55px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}

.feature-title span {
  font-weight: 700;
}

.feature-box {
  background-color: #ffffff;
  border-left: 10px solid transparent;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  padding: 40px;
  gap: 48px 64px;
  height: 100%;
  border-radius: 8px;
  transition: all 0.5s ease;
}

.feature-box:hover {
  background-color: #c3dcff;
  box-shadow:
    -8px 0 0 #086dfa,
    /* LEFT RED STRIP */ 0 10px 30px rgba(0, 0, 0, 0.08); /* NORMAL SHADOW */
}

.feature-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;

  color: #086dfa;
}

.feature-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-content p {
  font-size: 15px;
  line-height: 23px;
  margin: 0;
}

.feature-box-container {
  row-gap: 20px;
}

.feature-button {
  align-content: center;
  margin-top: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-button p {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.feature-button button {
  border: 1px solid #000;
  padding-inline: 70px;
}

/*.....industries-served-section.....*/

.industries-served-section {
  background-image: url("../images/syspro-industry-image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  align-content: center;
  position: relative;
  padding: 96px 0px;
}

.industries-served-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #002256db;
  z-index: 1;
}

.industries-served-container {
  position: relative;
  z-index: 5;
}

.industries-served-content h2 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.industries-served-content p {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.industries-served-section .accordion {
  margin-top: 64px;
}

.industries-served-section .accordion-item {
  border: 0;
  margin-bottom: 5px;
  background-color: transparent;
}

.industries-served-section .accordion-button {
  background-color: #003681;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  padding: 15px 35px;
  border-radius: 15px !important;
  justify-content: space-between;
}

.industries-served-section .accordion-button::after {
  display: none;
}

.industries-served-section .accordion-button:hover {
  background-color: #6fabff;
}

.industries-served-section .accordion-button:focus {
  box-shadow: none;
}

.industries-served-section .accordion-button:not(.collapsed) {
  background-color: #6fabff;
  color: #fff;
  box-shadow: none;
}

.industries-served-section .accordion-icon {
  transition: transform 0.5s ease;
}

/* CLOSED state (default) */
.industries-served-section .accordion-button.collapsed .accordion-icon {
  transform: rotate(0deg);
}

/* OPEN state */
.industries-served-section .accordion-button:not(.collapsed) .accordion-icon {
  transform: rotate(180deg);
}

.industries-served-section .accordion-body {
  margin-top: 5px;
  padding: 35px;
  border-radius: 15px;
  border: 1px solid rgb(213, 216, 220);
  background-color: #fff;
}

.industries-served-section .accordion-body p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}

/* form-section */

.form-section {
  padding: 96px 0px;
}

.form-detail h2 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
}

.form-detail p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin: 0;
}

.form {
  margin-top: 64px;
}

.form .form-control {
  border-radius: 3px;
  border: 1px solid #6c6c6c;
  font-size: 15px;
  padding: 12px 24px;
}

.form textarea.form-control {
  height: auto;
}

.form .form-control::placeholder {
  color: #8a8a8a;
}

.form .form-control:focus {
  box-shadow: none;
}

.btn-submit {
  background-color: #6fabff;
  border: 1px solid transparent;
  color: #fff;
  padding: 12px 40px;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.5s ease;
}

.btn-submit:hover {
  background-color: #fff;
  color: #6fabff;
  border: 1px solid #6fabff;
}

/*.....Trust-us section.....*/

.trust-section {
  background-color: #fafafa;
  padding: 96px 0px;
}

.trust-row {
  margin-top: 64px;
}

.trust-title {
  text-align: center;
}

.trust-title h2 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
}

/* .trust-title p {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
} */

.trust-card {
  padding: 24px;
  display: flex;
  flex-direction: column;

  row-gap: 10px;
}

.trust-card-desc {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.trust-card-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.trust-card-img {
  display: flex;
  align-items: center;
  gap: 16px 32px;
  margin-bottom: 16px;
}

.trust-card-img svg {
  height: 140px;
}

.trust-card-img svg.yellow {
  fill: #f9b21d;
}

.trust-card-img svg.green {
  fill: #089949;
}

.trust-card-img svg.blue {
  fill: #226db4;
}

.trust-card-img svg.red {
  fill: #e42527;
}

/*............................Acumatica-css...............................*/

/*.....Acumatica-hero.....*/

.acumatica-hero {
  background-image: url("../images/acumatica-banner.png");
}

/*.....Acumatica-overview-section..... */

.acumatica-overview-section {
  position: relative;
  padding: 150px 0px 96px 0px;
  background-color: white;
}

.stats-card {
  width: 85%;
  max-width: 1320px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #fff;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.stat-item h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.stat-item {
  padding: 10px;
}

.stat-item p {
  font-size: 15px;
  margin: 0;
}

/* left-content */

.acumatica-overview-image img {
  width: 100%;
  object-fit: cover;
}

/* right-content */

.acumatica-overview-desc {
  font-size: 21px;
  line-height: 29px;
  font-weight: 400;
}

.acumatica-overview-featureList {
  padding: 0px;
}

.acumatica-overview-featureItem {
  margin-bottom: 10px;
}

/*.....Business-capabilities-section.....*/

.business-capabilities-section {
  padding-block: 128px 112px;
  background-color: #f3f3f3;
}

.business-capabilities-desc {
  margin-top: 48px;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
}

.business-capabilities-section .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  padding-inline: 0;
  color: #000;
}

.business-capabilities-section .accordion-button:focus {
  box-shadow: none;
}

.business-capabilities-section .accordion-button {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding-block: 20px;
  padding-inline: 0;
  box-shadow: none;
  background-color: transparent;
}

.business-capabilities-section .accordion-item-content {
  padding-block: 10px 40px;
}
.business-capabilities-section .accordion-item-desc {
  margin: 0;
}

.business-capabilities-section .accordion-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid black;
}

.business-capabilities-section .accordion-item:last-of-type {
  border-radius: 0;
}

.business-capabilities-section .custom-accordion {
  padding-right: 50px;
}

/* Custom-Tabs */

.business-capabilities-section .custom-tabs {
  border: none;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  flex-wrap: nowrap;
  padding-bottom: 25px;
}

.business-capabilities-section .custom-tabs::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #0d6efd, #084298);
  border-radius: 10px;
}

.business-capabilities-section .custom-tabs::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #084298, #052c65);
}

.business-capabilities-section .custom-tabs {
  scrollbar-width: thin;
  scrollbar-color: #0d6efd #e9f1ff;
}

.business-capabilities-section .nav-item {
  flex-shrink: 0 !important;
}

.business-capabilities-section .custom-tabs .nav-link {
  background: #e5e7eb;
  color: #000;
  padding: 12px 26px;
  border-radius: 40px;
  margin-right: 10px;
  font-weight: 500;
  font-size: 14px;
}

.business-capabilities-section .custom-tabs .nav-link:hover {
  background-color: #0054d3;
  color: white;
}
.business-capabilities-section .custom-tabs .active {
  background: #0b2a5b;
  color: #fff;
}

/* Slider */

.business-capabilities-section .swiper-slide img {
  width: 100%;
  object-fit: cover;
  border-radius: 22px;
}

/* Mobile */
@media (max-width: 991px) {
  .rightSwiper,
  .rightSwiper2 {
    margin-top: 20px;
  }

  .business-capabilities-section .custom-accordion {
    padding-right: 0px;
  }
}

/*.............Aptean css...............*/

/*.....Aptean-hero.....*/

.aptean-hero {
  background-image: url("../images/acumatica-banner.png");
}

/*.............Zoho css...............*/

/*.....zoho-hero.....*/

.zoho-hero {
  padding-block: 192px 112px;
  background-image: url("../images/zoho-one-banner.png");
}

.zoho-hero::before {
  background: none;
  right: 35%;
  background-color: #089949;
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  z-index: 4;
}

.zoho-hero::after {
  background-color: #00411d;
  opacity: 0.7;
}

.zoho-logo {
  width: 150px;
  height: 60px;
  object-fit: cover;
}

.zoho-button:hover {
  background-color: #f9b21d;
}

.zoho-button:hover.green {
  background-color: #089949;
}

.zoho-button:hover.red {
  background-color: #e42527;
}

/* operating-system section  */

.operating-section {
  padding-block: 96px;
}

.operating-content {
  text-align: center;
}

.operating-content h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 55px;
}

.operating-content p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

/* zoho-business-section */

.zoho-business {
  padding-block: 96px 128px;
  background-color: #f9b21d;
}

.zoho-business-content {
  text-align: center;
}

.zoho-business-content h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 55px;
}

.zoho-business-content p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.zoho-business .business-card-wrapper {
  margin-top: 20px;
}

.zoho-business .business-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 32px;
  transition: all 0.5s ease;
  background-color: #f9b21d;
  border-radius: 12px;
  overflow: hidden;
}

.zoho-business .business-card-red:hover {
  transform: translateY(-5px);
  background-color: #fff;
  box-shadow:
    0 25px 40px rgba(0, 0, 0, 0.15),
    0 4px 0 #e42527;
}
.zoho-business .business-card-green:hover {
  transform: translateY(-5px);
  background-color: #fff;
  box-shadow:
    0 25px 40px rgba(0, 0, 0, 0.15),
    0 4px 0 #089949;
}
.zoho-business .business-card-blue:hover {
  transform: translateY(-5px);
  background-color: #fff;
  box-shadow:
    0 25px 40px rgba(0, 0, 0, 0.15),
    0 4px 0 #226db4;
}

.zoho-business .business-card:hover .red {
  fill: #e42527;
}
.zoho-business .business-card:hover .green {
  fill: #089949;
}
.zoho-business .business-card:hover .blue {
  fill: #226db4;
}

.zoho-business .business-card svg {
  width: 50px;
  fill: #6fabff;
}

.zoho-business .business-card h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 16px;
}

.zoho-business .business-card p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

/* zoho-integrated app-section  */

.apps-section {
  background: #fff;
  padding-block: 96px;
}

/* Divider */
.apps-divider {
  width: 40%;
  height: 1px;
  background: #848484;
  opacity: 1;
  margin-block: 15px 40px;
}

.app-section-container h2 {
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
}

.apps-list {
  padding-block: 64px;
}

.apps-button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.apps-button-wrapper p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

/* App Item */
.app-item {
  display: flex;
  align-items: center;
  gap: 20px;

  padding: 14px 0;
  border-bottom: 1px solid #ddd;

  font-size: 20px;
  font-weight: 600;
  color: #000;

  cursor: pointer;
  transition: all 0.3s ease;
}

.app-item li {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

/* Icon */
.app-item svg {
  width: 24px;
  fill: #089949;
  transition: all 0.5s ease;
}

/* 🔥 Hover Effect */
.app-item:hover {
  color: #226db4;
}

.app-item:hover svg {
  fill: #226db4;
}

/*.....zoho-industries-served-section.....*/

.zoho-industries-served::after {
  background: #f9b21dba;
}

.zoho-industries-served .accordion-button {
  background-color: #1a1a1a;
}

.zoho-industries-served .accordion-button:hover {
  background-color: #e42527;
}

.zoho-industries-served .accordion-button:not(.collapsed) {
  background-color: #e42527;
}

/* zoho-trust-section */

.zoho-trust-card svg {
  height: 80px;
}

/*.............seamLessHR css...............*/

/*.....seamless-hero.....*/

.seamLessHR-hero {
  background-image: url("../images/zoho-one-banner.png");
}

.seamless-button:hover {
  background-color: #157194;
}

/*.....seamLessHR-feature and Benefits.....*/

.seamLessHR-feature-box.red {
  background-color: #fff1f4;
}

.seamLessHR-feature-box.red:hover {
  border-left: 0 0 0 8px;
  box-shadow:
    -8px 0 0 #e63946,
    /* LEFT RED STRIP */ 0 10px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.seamLessHR-feature-box.yellow {
  background-color: #fffdf2;
}

.seamLessHR-feature-box.yellow:hover {
  border-left: 0 0 0 8px;
  box-shadow:
    -8px 0 0 #f9b21d,
    /* LEFT RED STRIP */ 0 10px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.seamLessHR-feature-box.blue {
  background-color: #ecf7ff;
}

.seamLessHR-feature-box.blue:hover {
  border-left: 0 0 0 8px;
  box-shadow:
    -8px 0 0 #226db4,
    /* LEFT RED STRIP */ 0 10px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.seamLessHR-feature-box.green {
  background-color: #f0fffd;
}

.seamLessHR-feature-box.green:hover {
  border-left: 0 0 0 8px;
  box-shadow:
    -8px 0 0 #089949,
    /* LEFT RED STRIP */ 0 10px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.seamLessHR-feature .feature-image {
  width: 120px;
  flex-shrink: 0;
  align-self: center;
}

.seamLessHR-feature .feature-image .red {
  fill: #e42527;
}

.seamLessHR-feature .feature-image .yellow {
  fill: #f9b21d;
}

.seamLessHR-feature .feature-image .green {
  fill: #089949;
}

.seamLessHR-feature .feature-image .blue {
  fill: #226db4;
}

/*.....seamLessHR-industries-served-section.....*/

.seamLessHR-industries-served::after {
  background-color: #157194b3;
}

.seamLessHR-industries-served .accordion-button {
  background-color: #0e4b63;
}

.seamLessHR-industries-served .accordion-button:hover {
  background-color: #157194;
}

.seamLessHR-industries-served .accordion-button:not(.collapsed) {
  background-color: #157194;
}

/* SeamLessHR-trust-section */

.card-img svg.seamLessHR-green {
  fill: #4bc2b9;
}

.trust-button {
  align-items: center;
  justify-content: center;
  margin-top: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trust-button p {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.trust-button button {
  border: 1px solid #000;
  padding-inline: 70px;
  margin-top: 32px;
}

/* Responsive */

@media (max-width: 1199.98px) {
  /* hero */

  .hero-wrapper::after {
    width: 60%;
  }

  .hero-section {
    padding-block: 192px 160px;
  }
}

@media (max-width: 991.98px) {
  /* modal */

  .modal-content {
    width: 100%;
  }

  /* feature-section */

  .feature-section {
    padding: 128px 0px;
  }

  .feature-title {
    margin: 30px 0;
  }

  /* trust-section */

  .trust-title h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
  }

  .trust-title p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
  }

  .trust-card {
    padding-right: 0;
  }

  .trust-card-wrapper {
    gap: 5px;
  }

  .trust-button p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  /* hero-section */

  .hero-content {
    align-items: start;
    gap: 15px;
  }

  .hero-button {
    flex-direction: column;
    margin-top: 40px;
    gap: 10px !important;
  }

  .hero-section {
    padding-block: 160px 128px;
  }

  .hero-container {
    margin-top: 0;
  }

  .hero-content h1 {
    font-size: 34px;
    line-height: 48px;
    font-weight: 600;
  }

  .hero-container h6 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
  }

  .hero-container p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
  }

  .connect-button {
    padding: 20px 40px;
    margin-top: 0px;
  }

  /* feature-section */

  .feature-section {
    padding-block: 128px;
  }

  .feature-button p {
    font-size: 16px;
    line-height: 24px;
  }

  .feature-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 16px;
  }

  .feature-title {
    font-size: 30px;
    line-height: 38px;
    text-align: left;
    padding: 0px 16px;
    margin: 30px 0px;
  }

  .feature-image {
    width: 100px;
  }

  /* industry-section */

  .industries-served-content h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    text-align: left;
  }

  .industries-served-content p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    text-align: left;
  }

  .industries-accordion-header {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }

  /* form-section */

  .form-detail h2 {
    font-size: 33px;
    line-height: 40px;
    font-weight: 700;
  }

  .form-detail p {
    font-size: 16px;
    line-height: 24px;
  }

  .form {
    padding: 0px 10px;
  }

  /* feature and benefit section */
  .feature-image {
    align-self: flex-start;
  }

  /* .....Acumatica-css..... */

  /* acumatica-overview-section */

  .acumatica-overview-section {
    padding-top: 0;
  }

  .stats-card {
    flex-direction: column;
    position: relative;
    transform: translate(-50%, -80px);
  }

  .stat-item h2 {
    font-size: 32px;
    line-height: 32px;
  }

  /*..............Zoho-css...............*/

  /*.....Zoho-hero.....*/

  .zoho-hero {
    padding-block: 160px 96px;
  }

  /*.....operating-section.....*/

  .operating-content h2 {
    font-size: 32px;
    line-height: 38px;
  }

  /* zoho-business-section */

  .zoho-business .business-card-wrapper {
    gap: 20px;
  }

  .zoho-business .business-card-red {
    transform: translateY(-5px);
    background-color: #fff;
    box-shadow:
      0 25px 40px rgba(0, 0, 0, 0.15),
      0 4px 0 #e42527;
  }
  .zoho-business .business-card-green {
    transform: translateY(-5px);
    background-color: #fff;
    box-shadow:
      0 25px 40px rgba(0, 0, 0, 0.15),
      0 4px 0 #089949;
  }
  .zoho-business .business-card-blue {
    transform: translateY(-5px);
    background-color: #fff;
    box-shadow:
      0 25px 40px rgba(0, 0, 0, 0.15),
      0 4px 0 #226db4;
  }

  .zoho-business .business-card {
  }

  /* integrated app section */

  .app-section-container h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
