.bigcommerce-services {
  background: #ece3fb78;
}
.bigcommerce-services .big-card {
  background: #fff;
  transition: all 0.4s ease-out;
  border: 1px solid #e2e2e2;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  min-height: 330px;
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  flex-wrap: wrap;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.bigcommerce-services .big-card img {
  max-width: 65px;
  margin-bottom: 20px;
}

.bigcommerce-services .big-card p {
  margin: 0;
}

.bigcommerce-ser-content {
  position: absolute;
  height: 100%;
  top: 0;
  visibility: hidden;
  width: 100%;
  left: 0;
  right: 0;
  transition: all 0.5s ease-out;
  opacity: 0;
  transform: rotateY(180deg);
}

.bigcommerce-content-inner {
  width: 100%;
  background: #368aca;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

.bigcommerce-services .big-card:hover .big-card-icon-content {
  opacity: 0;
}
.bigcommerce-services .big-card:hover h3,
.bigcommerce-services .big-card:hover p {
  color: #fff;
}
.bigcommerce-services .big-card:hover .bigcommerce-ser-content {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0deg);
}

.bigcommercedev-section .experience-content img {
  max-width: 80px;
  margin-bottom: 20px;
}
.bigcommercedev-section ul.commerc-tabs-list li {
  /* background: #349CDD; */
  padding: 20px;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #969696;
}
/* .bigcommercedev-section ul.commerc-tabs-list li span {
    color: #fff;
} */
.experience-content {
  padding: 25px 25px;
  height: 450px;
  overflow-y: auto;
}
.experience-content::-webkit-scrollbar {
  width: 6px;
  height: 85px;
  border-radius: 5px;
  overflow: scroll;
}

.experience-content::-webkit-scrollbar-track {
  background: rgba(110, 109, 134, 0.15);
  border-radius: 5px;
}

.experience-content::-webkit-scrollbar-thumb {
  background: #00BCD4;
  border-radius: 10px;
}
.experience-content::-webkit-scrollbar-thumb:hover {
  background: #8b8b8b73;
}
.row.big-commerce-row {
  padding: 20px;
  background: #fff;
  box-shadow: #00000017 0 0 20px;
}
.experience-content ul {
  list-style: disc;
  padding-left: 25px;
}
section.customised-content-section.bigcommerce-cycle .no-space .col-lg-4 {
  margin-top: -40px;
}
.experience-content ul li {
  margin-bottom: 10px;
}
.bigcommercedev-section ul.commerc-tabs-list li.active span {
  color: #fff;
}
.bigcommercedev-section ul.commerc-tabs-list li:last-child {
  border-bottom: 0;
}
.bigcommercedev-section ul.commerc-tabs-list li.active {
  background: #ff5b3e;
  border-color: transparent;
}
/* start */

section.bigcommerce-reasons .ecom-platform-cards .ecom-platform-holdings {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
section.bigcommerce-reasons .ecom-platform-cards .ecom-platform-holdings img {
  max-width: 55px;
}
.bigcommerce-reasons .row {
  row-gap: 20px;
}
section.bigcommerce-reasons {
  background-image: url(/images/bg-dots.webp);
  background-position: center;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}

section.bigcommerce-reasons:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #cbcbcb26;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
section.bigcommerce-reasons h4 {
  font-size: 24px;
}
section.bigcommerce-reasons .ecom-platform-cards {
  padding: 25px;
  background: #fff;
  min-height: 100%;
  box-shadow: #6e82d02b 0 2px 40px 0;
  transition: all 0.5s linear;
  border: 1px solid #fff;
  overflow: hidden;
}
section.bigcommerce-reasons .ecom-platform-cards:hover {
  border-color: #0dcaf0;
}
section.bigcommerce-reasons .ecom-platform-cards .ecom-platform-holdings img {
  max-width: 55px;
}
/* end */
@media (max-width: 767px) {
  .bigcommercedev-section ul.commerc-tabs-list li {
    padding: 11px 20px;
    margin-bottom: 5px;
  }
  .bigcommercedev-section ul.commerc-tabs-list li span {
    font-size: 16px;
}
}
