/* ===== GLOBAL STYLES ===== */
body {
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* fade-up-scroll  */
.fade-up {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* fade left and right */

.fade-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-right {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-left.visible,
.fade-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* 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;
}

/* hero-section */

.hero-section {
  background-image: url("../images/acumatica-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  align-content: center;
  position: relative;

  padding-block: 190px 160px;
}

/* BLUR BACKGROUND */
/* .hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(5px);
  z-index: 0;
  animation: zoomEffect 18s infinite alternate ease-in-out;
} */

/* COLOR OVERLAY */
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #002256db;
  z-index: 1;
}

.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;
}

.acumatica-logo {
  width: 200px;
  padding: 16px;
  /* background-color: #fff; */
  text-align: center;
  margin-bottom: 16px;
}

.acumatica-logo img {
  width: 100%;
}

.hero-content h1 {
  font-size: 62px;
  line-height: 62px;
  font-weight: 600;
}

.hero-content p {
  margin-block: 15px 40px;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  padding-inline: 70px;
}

.connect-button {
  font-size: 17px;
  font-weight: 700;
  padding: 18px 60px;
  background-color: #fff;
  transition: all 0.5s ease;
  color: #6fabff;
  margin-top: 10px;
  display: flex;
}

.connect-button:hover {
  background-color: #6fabff;
  color: #fff;
}

.connect-button:hover .button-icon {
  fill: #fff;
}

.connect-button .button-icon {
  width: 18px;
  fill: #6fabff;
}

/* capabolities section */

.capabilities-section {
  padding-block: 128px 112px;
  background-color: #f3f3f3;
}

.capabilities-desc {
  margin-top: 48px;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
}

.capabilities-section .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  padding-inline: 0;
  color: #000;
}

.capabilities-section .accordion-button:focus {
  box-shadow: none;
}

.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;
}

.capabilities-section .accordion-item-content {
  padding-block: 10px 40px;
}
.capabilities-section .accordion-item-desc {
  margin: 0;
}

.capabilities-section .accordion-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid black;
}

.capabilities-section .accordion-item:last-of-type {
  border-radius: 0;
}

.capabilities-section .custom-accordion {
  padding-right: 50px;
}

/* Tabs */

.capabilities-section .custom-tabs {
  border: none;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  flex-wrap: nowrap;
  padding-bottom: 25px;
}

.capabilities-section .custom-tabs::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #0d6efd, #084298);
  border-radius: 10px;
}

.capabilities-section .custom-tabs::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #084298, #052c65);
}

.capabilities-section .custom-tabs {
  scrollbar-width: thin;
  scrollbar-color: #0d6efd #e9f1ff;
}

.capabilities-section .nav-item {
  flex-shrink: 0 !important;
}

.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;
}

.capabilities-section .custom-tabs .nav-link:hover {
  background-color: #0054d3;
  color: white;
}
.capabilities-section .custom-tabs .active {
  background: #0b2a5b;
  color: #fff;
}

/* Slider */

.swiper-slide img {
  width: 100%;
  object-fit: cover;
  border-radius: 22px;
}

/* Mobile */
@media (max-width: 991px) {
  .rightSwiper,
  .rightSwiper2 {
    margin-top: 20px;
  }

  .capabilities-section .custom-accordion {
    padding-right: 0px;
  }
}

/* Business-section */

.business-section {
  padding: 150px 0px 96px 0px;
  background-color: white;
}

.business-image img {
  width: 100%;
}
.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;
}

/* industry served by sage 3 */

.served-section {
  background-image: url("../images/acumatica-industry-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  align-content: center;
  position: relative;
  padding: 96px 0px;
}

/* BLUR BACKGROUND */
/* .served-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(5px);
  z-index: 0;
  animation: zoomEffect 18s infinite alternate ease-in-out;
} */

/* COLOR OVERLAY */
.served-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #002256db;
  z-index: 1;
}

.served-container {
  position: relative;
  z-index: 5;
}
.served-content h2 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.served-content p {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.served-section .accordion {
  margin-top: 64px;
}

.served-section .accordion-item {
  border: 0;
  margin-bottom: 5px;
  background-color: transparent;
}

.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;
}

.served-section .accordion-button::after {
  display: none;
}

.served-section .accordion-button:hover {
  background-color: #6fabff;
}

.served-section .accordion-button:focus {
  box-shadow: none;
}

.served-section .accordion-button:not(.collapsed) {
  background-color: #6fabff;
  color: #fff;
  box-shadow: none;
}

.served-section .accordion-icon {
  transition: transform 0.5s ease;
}

/* CLOSED state (default) */
.served-section .accordion-button.collapsed .accordion-icon {
  transform: rotate(0deg);
}

/* OPEN state */
.served-section .accordion-button:not(.collapsed) .accordion-icon {
  transform: rotate(180deg);
}

.served-section .accordion-body {
  margin-top: 5px;
  padding: 35px;
  border-radius: 15px;
  border: 1px solid rgb(213, 216, 220);
  background-color: #fff;
}

.served-section .accordion-body p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}

.served-section .accordion-collapse {
  transition: height 0.7s ease, opacity 0.35s ease;
}

.served-section .accordion-collapse.collapse:not(.show) {
  opacity: 0;
}

.served-section .accordion-collapse.collapse.show {
  opacity: 1;
}

/* 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;
}

/* footer */

.footer {
  background: radial-gradient(circle at center, #1b1b1b, #000);
  color: #bfbfbf;
}

.footer-logo {
  font-size: 48px;
  font-weight: 600;
  color: #6fabff;
}

.footer-text {
  font-size: 14px;
  line-height: 1.7;
}

.footer-heading {
  letter-spacing: 2px;
  font-size: 14px;
  color: #ffffff;
}

.footer-list {
  list-style: none;
  padding: 0;
}

.footer-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 14px;
}

.footer-list i {
  color: #6fabff;
  margin-top: 4px;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
}

.linkedin {
  background: #0077b5;
}
.facebook {
  background: #1877f2;
}

.partner-box img {
  width: 200px;
}

.partner-box.sage {
  border: 2px solid #00d639;
  color: #00d639;
}

.partner-box.zoho,
.partner-box.microsoft {
  color: #000;
}

@media (max-width: 1199.98px) {
  /* hero */

  .hero-section {
    padding-block: 192px 160px;
  }

  .hero-wrapper::after {
    width: 60%;
  }
  /* Header */
}

@media (max-width: 991.98px) {
  /* modal */

  .modal-content {
    width: 100%;
  }

  .connect-button {
    padding: 16px 26px;
  }

  /* business-section */

  .stats-card {
    flex-wrap: nowrap;
  }
  .stat-item h2 {
    font-size: 32px;
    line-height: 32px;
  }

  /* feature-section */

  .feature-section {
    padding: 128px 0px;
  }

  .feature-title {
    margin: 30px 0;
  }

  /* about-us section */

  .about-title h2 {
    font-size: 33px;
    line-height: 40px;
    font-weight: 700;
  }

  .about-title p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
  }

  .about-card {
    padding-right: 0;
  }

  .about-card-wrapper {
    gap: 64px;
  }

  .about-button p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  .section {
    padding-inline: 10px;
  }

  /* hero-section */

  .hero-section {
    padding-block: 160px 128px;
  }

  .hero-button {
    flex-direction: column;
    margin-top: 40px;
    gap: 10px !important;
  }

  .hero-content {
    align-items: start;
    gap: 5px;
  }

  .hero-content h1 {
    font-size: 46px;
    line-height: 48px;
    font-weight: 600;
  }

  /* .hero-container h6 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
  } */

  .hero-container p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    padding-inline: 0px;
    margin-block: 15px 0px;
  }

  .connect-button {
    justify-content: center;
    gap: 5px;
    font-size: 16px;
    margin-top: 0px;
    padding: 20px 40px;
  }

  /* 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;
  }

  /* Business-section */

  .business-section {
    padding-top: 0;
  }

  .stats-card {
    flex-direction: column;
    position: relative;
    transform: translate(-50%, -80px);
  }

  .stat-item h2 {
    font-size: 32px;
    line-height: 32px;
  }

  /* industry-section */

  .served-content h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    text-align: left;
  }

  .served-content p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    text-align: left;
  }

  .accordion-header {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }

  /* tabs-section */

  .capabilities-section .accordion-button {
    padding-block: 25px;
  }

  .tab-content {
    padding: 0px;
  }

  /* 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;
  }

  /* feature and benefit section */
  .feature-image {
    align-self: flex-start;
  }
}
