/* ===== GLOBAL STYLES ===== */
* {
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* Form-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;
}

/* video-modal of Warehouse Management System Page */

.videoModal .modal-content {
  width: 100%;
}

.videoModal .modal-header {
  border-bottom: none;
}

/* .videoModal .modal-lg {
  min-width: 1000px;
} */

.videoModal button {
  position: fixed;
  top: 0;
  right: 0;
  margin-left: auto;
  padding: 20px;
  display: block;
  border: none;
  background-color: transparent;
}

.videoModal button i {
  color: #ffffff;
  font-size: 32px;
}

/* 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;
}

/*..... wms-overview-section..... */

.wms-overview-section {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='686' height='131' viewBox='0 0 686 131' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M685.074 131H0.574097C405.074 131 685.074 0 685.074 0V131Z' fill='white'/%3E%3C/svg%3E");
  background-color: #f0fbff;
  padding-block: 60px;
}

.wms-overview-section::before {
  content: "";
  background-image: url("..images/wms-business-image-wrapper.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 26%;
  height: 67%;
  bottom: 40px;
  /* top: 75px; */
  left: 10px;
}

/* left content */

.wms-overview-media {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wms-image-wrapper img {
  width: 100%;
}

.wms-overview-demo-link {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #33ccff;
  border-radius: 12px;
  padding: 15px 30px;
  margin-block: 30px;
  font-weight: 600;
  text-decoration: none;
  color: #33ccff;
}

/* right content */

.wms-overview-tag {
  font-size: 19px;
  line-height: 22px;
}

.wms-overview-title {
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
}

.wms-overview-desc {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.wms-overview-features {
  list-style: none;
  padding: 0px;
}

.wms-overview-feature {
  display: flex;
  column-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.wms-overview-feature i {
  color: #33ccff;
}

/*..... value section..... */

.wms-value-section {
  margin-top: 60px;
  padding-block: 60px;
}

.wms-value-row {
  align-items: center;
  justify-content: center;
  column-gap: 28px;
}

/* left-content */

.wms-value-content {
  align-self: end;
  padding-inline: 16px;
}

.wms-value-title {
  font-size: 21px;
  line-height: 29px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.wms-value-desc {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}

.wms-value-desc a {
  color: #33ccff;
  text-decoration: none;
  font-weight: 500;
}

.wms-value-desc a:hover {
  text-decoration: underline;
}

/* TESTIMONIAL */

.testimonial-quote {
  font-size: 19px;
  line-height: 26px;
  color: #33ccff;
  position: relative;
  margin-bottom: 30px;
}

.testimonial-quote::before {
  content: "";
  background-image: url("../images/quote\ \(1\).png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 30px;
  color: #33ccff;
  position: absolute;
  left: -30px;
  top: 0px;
}

.testimonial-img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: contain;
}

/* key-feature section */

.wms-feature-section {
  background: #002256db;
  margin-bottom: 60px;
  align-content: center;
  position: relative;
  padding: 60px 0px;
  margin-top: 60px;
}

.wms-feature-title {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.wms-feature-row {
  margin-block: 60px;
}

.accordion-item {
  border: 0;
  margin-bottom: 5px;
  background-color: transparent;
}

.accordion-button {
  background-color: #003681;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding: 15px 35px;
  border-radius: 15px !important;
  justify-content: space-between;
}

.accordion-button::after {
  display: none;
}

.accordion-button:hover {
  background-color: #33ccff;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #33ccff;
  color: #fff;
  box-shadow: none;
}

.accordion-icon {
  transition: transform 0.5s ease;
}

/* CLOSED state (default) */
.accordion-button.collapsed .accordion-icon {
  transform: rotate(0deg);
}

/* OPEN state */
.accordion-button:not(.collapsed) .accordion-icon {
  transform: rotate(180deg);
}

.accordion-body {
  margin-top: 5px;
  padding: 35px;
  border-radius: 15px;
  border: 1px solid rgb(213, 216, 220);
  background-color: #fff;
}

.accordion-body p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}

.wms-feature-link {
  display: flex;
  column-gap: 20px;
  justify-content: center;
}

.wms-feature-link a {
  cursor: pointer;
  font-size: 20px;
  color: #33ccff !important;
  transition: color 0.5s ease;
  text-decoration: none;
}

.wms-feature-link:hover a {
  color: #fff !important;
}

/* Tabs section */

.tab-section {
  padding-block: 60px;
  margin-top: 60px;
}

.custom-tabs {
  border-bottom: 2px solid #e9ecef;
}

.custom-tabs .nav-item {
  flex-grow: 1;
}

.custom-tabs .nav-link {
  border: none;
  color: #333;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 15px 30px;
  position: relative;
  width: 100%;
}

/* Active tab ka blue bottom line */
.custom-tabs .nav-link.active {
  color: #004b8d; /* Acumatica Blue */
  background: transparent;
  border-bottom: 3px solid #33ccff;
  transition: border 0.5s ease;
}

.custom-tabs .nav-link:hover {
  border-bottom: 3px solid #33ccff;
}

.custom-tabs .nav-item {
  border-bottom: 1px solid #ddd;
}

.tab-content-title {
  font-size: 21px;
  line-height: 29px;
  margin-bottom: 15px;
}

.tab-content-desc {
  font-size: 16px;
  line-height: 22px;
}

/* ROI Box styling */
.card {
  background-color: #e0f4f9;
  border-radius: 12px;
  padding: 30px;
  border: none;
  row-gap: 15px;
}

.card-heading {
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
}

.btn-primary {
  background-color: #6fabff;
  border: none;
  font-weight: bold;
}

.btn-primary:hover {
  background-color: #248ba9;
}

/* FAQ - section */

.faq-section {
  padding: 60px 0px;
  margin-top: 60px;
  background-color: #dceffa;
}

.faq-title {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 30px;
}

.faq-section .faq-quote {
  font-size: 18px;
  border-left: 4px solid #33ccff;
  padding: 0px 20px;
  font-weight: 400;
}

.faq-quote i {
  color: rgb(0, 0, 51);
}

.faq-section .accordion-body p {
  margin-bottom: 15px;
}

.faq-benefit-list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

/* Industry-section */

.wms-industry-section {
  padding-block: 60px;
  margin-top: 60px;
}

.wms-industry-card-wrapper {
  row-gap: 24px;
  margin-top: 30px;
}

.wms-industry-title {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #000000;
}

.wms-industry-desc {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.wms-industry-card {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 270px;
  border-radius: 12px;
  overflow: hidden;
}

.wms-distribution-card {
  background-image: url("../images/wms-feature-card1.png");
}

.wms-retail-card {
  background-image: url("../images/wms-feature-card2.png");
}

.wms-service-card {
  background-image: url("../images/wms-feature-card3.png");
}

.wms-other-card {
  background-image: url("../images/wms-feature-card4.png");
}

.wms-industry-card-content {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  background-color: #fff;
  height: 100%;
  padding: 30px;
  transform: translateY(190px);
  transition: transform 0.5s ease;
}

.wms-industry-card-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.wms-industry-card:hover .wms-industry-card-content {
  transform: translateY(0);
}

.wms-industry-card-link {
  color: #33ccff !important;
  font-size: 17px;
  display: block;
  margin-top: auto;
  cursor: pointer;
  text-decoration: none;
}

/* customer-section */

.customer-stories {
  padding-block: 60px;
  margin-top: 60px;
}

.customer-stories-title {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 60px;
}

.customer-stories-row {
  justify-content: center;
  align-items: center;
  column-gap: 28px;
}

.customer-image {
  position: relative;
}

.customer-image::before {
  content: "";
  background-image: url("../images/wms-customer.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: none;
}

.customer-image img {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

.customer-stories-row {
  margin-bottom: 30px;
}

.customer-stories-company {
  font-size: 21px;
  line-height: 29px;
  font-weight: 700;
}

.customer-stories-quote {
  margin-bottom: 30px;
}

.customer-stories-author {
  font-size: 14px;
}

.customer-stories-link {
  font-size: 17px;
  line-height: 24px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #33ccff;
  transition: color 0.5s ease;
  cursor: pointer;
}

.customer-stories-link:hover {
  color: #000;
}

/* CTA section */

.cta-section {
  background: #33ccff;
  color: #fff;
  padding-block: 60px;

  position: relative;
  overflow: hidden;
  margin-top: 60px;
}

.cta-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 200px;
  height: 100%;
  background-image: url("../images/wms-cta-image.svg");
}

.cta-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
}

.cta-desc {
  font-size: 21px;
  line-height: 29px;
  margin-bottom: 45px;
}

.cta-link {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

/* Resources-section */

.resource-section {
  position: relative;
  padding: 60px 0px;
  background-color: #f8f9fa;
}

.resource-section::before {
  content: "";
  background-image: url("../images/wms-business-image-wrapper.svg");
  background-repeat: no-repeat;

  position: absolute;
  width: 396px;
  opacity: 0.5;
  top: auto;
  bottom: 0;
  left: -108px;
  height: 280px;
}

.resource-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 40px;
  text-align: center;
}

.resource-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.resource-card-image {
  min-height: 220px;
  text-align: center;
  padding: 30px;
  background-color: #d7dfe4;
}

.resource-card-image img {
  width: 150px;
  height: 200px;
  object-fit: contain;
}

.resource-card-body {
  padding: 30px 48px;
  background-color: #fff;
}

.resource-card-body p {
  font-size: 13px;
  color: #33ccff;
  font-weight: 600;
}

.resource-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.resource-link {
  display: block;
  text-align: center;
  margin-top: 48px;
  font-weight: 600;
  color: #33ccff;
  text-decoration: none;
}

/* Responsive */

@media (max-width: 1199.98px) {
  /* hero */

  .hero-section {
    padding-block: 192px 160px;
  }

  .hero-wrapper::after {
    width: 60%;
  }
  /* Header */
}

@media (max-width: 991.98px) {
  /* 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;
  }
  /* value-section */

  .wms-value-row {
    justify-content: space-between;
  }

  .wms-value-content {
    align-self: center;
  }

  /* customer-section */

  .customer-stories-row {
    column-gap: 0;
  }
}

@media (max-width: 767.98px) {
  /*..... wms overview section .....*/

  .wms-overview-section {
    padding-block: 60px;
  }

  .wms-overview-section::before {
    background-position: left 85%;
    background-size: contain;
    width: 40%;
  }

  /* wms-value-section */

  .wms-value-section {
    margin-top: 30px;
    padding-block: 60px;
  }

  .testimonial-quote {
    padding-left: 30px;
  }

  .testimonial-quote::before {
    left: 0;
  }

  .testimonial-box {
    padding-top: 30px;
  }

  /* key feature section */

  .wms-feature-section {
    padding-block: 60px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .wms-feature-title {
    font-size: 25px;
    line-height: 28px;
    text-align: left;
  }

  .wms-feature-row {
    margin-block: 40px;
  }

  .feature-accordion-primary {
    margin-bottom: 40px;
  }

  .wms-feature-link {
    justify-content: left;
  }

  /* FAQ-section */

  .faq-section {
    padding-block: 60px;
    margin-top: 30px;
  }

  .faq-title {
    font-size: 25px;
    line-height: 28px;
    text-align: start;
  }

  /* benefits-section  */

  .benefits-section {
    padding-block: 60px;
    margin-top: 30px;
  }

  /* industry-section */

  .wms-industry-section {
    padding-block: 60px;
    margin-top: 30px;
  }

  .wms-industry-title {
    font-size: 25px;
    line-height: 28px;
    text-align: start;
  }

  .wms-industry-desc {
    text-align: left;
  }

  /* customer-section */

  .customer-stories {
    padding-block: 60px;
    margin-top: 30px;
  }

  .customer-stories-media {
    margin-bottom: 28px;
  }

  .customer-stories-title {
    font-size: 25px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 30px;
  }

  /* cta-section */

  .cta-section {
    padding-block: 60px;
    margin-top: 30px;
  }

  .cta-section::after {
    bottom: -33px;
    right: 0px;
    width: 100px;
    height: 250px;
    top: auto;
    transform: scale(0.7);
  }

  .cta-title {
    font-weight: 400;
    font-size: 25px;
    line-height: 28px;
  }

  .cta-desc {
    font-size: 20px;
    line-height: 28px;
  }

  /* resources-section */

  .resource-section {
    margin-top: 30px;
    padding-block: 60px;
  }

  .resource-row {
    row-gap: 20px;
  }

  .resource-title {
    font-weight: 400;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: left;
  }

  .resource-section::before {
    opacity: 0.2;

    transform: scale(0.7);
    bottom: -40px;
  }
}
