/* step-section-start */
.step-circle {
    width: 40px;
    height: 40px;
    background-color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.active-step {
    background-color: #000000;
}

.step-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
    border: 1px solid;
}

.step-card .card-header {
    background-color: #000000;
    color: #000000;
    font-weight: bold;
    padding: 15px 0px 1px 10px;
    border: 1px solid;
    border-bottom-color: rgb(255 255 255 / 41%);
    border-radius: 11px 11px 0 0;
    font-size: 16px;
}

.step-card .card-body {
    padding: 20px 0 0 0;
    background-color: black;
    color: white;
}

.step-card .card-body p {
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 500;
}

.step-card .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* .steps-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: #e0e0e0;
    z-index: 0;
} */
/* step-section-end */
.bg-theme
{
    background: #26b2a5;
}
.grid-posts {
    background-color: var(--ed-color-common-white);
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;   
}

.grid-posts .post-content {
    padding: 40px 30px;
}

/* live-pricing-section-start */
.live-pricing-section-start .container {
    max-width: 1200px;
    margin: auto;
  }
  
  .table {
    color: white;
  }
  
  .live-pricing .inner-btn .btn {
    border-radius: 30px;
    border: 1px solid #000000;
  }
  
  .live-pricing .inner-btn .btn.active {
    background-color: #353f57;
    border-color: #ffffff;
    border-radius: 30px;
  }
  
  .live-pricing .table th,
  .table td {
    border-top: none;
  }
  
  .live-pricing .table thead th {
    color: #00aaff;
  }
  
  .live-pricing .search-box {
    background-color: #000000;
    border: 1px solid #363e4f;
    color: white;
    border-radius: 30px;
    padding: 5px 10px;
  }
  
  .live-pricing .table-blue {
    --bs-table-color: #fff;
    --bs-table-bg: #000000;
    --bs-table-border-color: #000000;
    --bs-table-striped-bg: #0f1626;
    --bs-table-striped-color: #222c45;
    --bs-table-active-bg: #000000;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #222e4d;
    --bs-table-hover-color: #fff;
    color: white;
    border-color: var(--bs-table-border-color);
  }
  
  .live-pricing .scrolling-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .live-pricing .scrolling-wrapper::-webkit-scrollbar {
    display: none;
  }
  
  .live-pricing .scrolling-wrapper .btn {
    display: inline-block;
  }
  
  .live-pricing .table-section {
    display: none;
  }
  
  .live-pricing .table-section.active {
    display: block;
  }
  
.mini-price
{
  font-size: 13px;
}
.live-pricing td {
  vertical-align: middle;
}
/* live-pricing-section-end */

/* baner-swiper-slider-section-start */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #ffffff !important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
swiper-container::part(bullet) {
  background-color: white !important;
  opacity: 0.8;
  width: 20px;
  height: 4px;
  border-radius:3px !important;
}

swiper-container::part(bullet-active) {
  background-color: rgb(0, 34, 255) !important;
  opacity: 1;
  width: 20px;
  height: 4px;
  border-radius:3px !important;
}
/* baner-swiper-slider-section-end */