/** Shopify CDN: Minification failed

Line 165:1 Expected "}" to go with "{"

**/
.three-steps-section {
  text-align: center;
  overflow: hidden;
}

.three-steps-section .three-steps-header {
  margin-bottom: 40px;
}

.three-steps-section .section-heading {
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 20px;
}

.three-steps-section .three-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
}

.three-steps-section .step-column {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.three-steps-section .step-icon {
  /* margin-bottom: 20px; */
}

.three-steps-section .step-icon svg {
     width: 59px;
    height: 59px;
}

.three-steps-section .step-subheading {
  font-weight: 600;
  margin-bottom: 10px;
  color: inherit;
}

.three-steps-section .step-heading {
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
}

.three-steps-section .step-description {
  line-height: 1.5;
}

/* Mobile Swiper Styles */
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

@media screen and (max-width: 749px) {
  .desktop-only {
    display: none;
  }
  
  .mobile-only {
    display: block;
  }
  
  .three-steps-mobile {
    position: relative;
    padding: 0 0 0px!important;
  }
  
  .three-steps-mobile .step-column {
    height: auto;
    margin: 0;
  }
  
 .three-steps-mobile .swiper-container {
    overflow: hidden;
    position: relative;
  }
  
 .three-steps-mobile .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
/* Step tabs styling */
.three-steps-mobile .step-tabs {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.three-steps-mobile .step-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
  cursor: pointer;
}

.three-steps-mobile .step-tab-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background-color: #f9f2f5;
  color: #660066; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

.three-steps-mobile .step-tab-text {
  font-size: 12px;
  font-weight: bold;
}

/* .three-steps-mobile .step-tab.active .step-tab-circle {
  background-color: #660066;
  color: white;
} */

/* Navigation buttons styling */
.three-steps-mobile .step-navigation {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.three-steps-mobile .swiper-button-prev,
.three-steps-mobile .swiper-button-next {
  position: static;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  /* background-color: white; */
      display: flex!important;
}
 .three-steps-mobile   .swiper-button-prev:after,.three-steps-mobile   .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 20px;
}

 .three-steps-mobile  .swiper-button-next:after, .three-steps-mobile .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 20px;
}