/* Writer Vetting Section */

/* Vetting Slider Wrapper */
.vetting-slider-wrapper {
     max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 65px;
    padding-top: 50px;
}
.writer-vetting-section{
  overflow: hidden;
}
.vetting-swiper {
  /* overflow: visible; */
  padding-bottom: 66px;
}

.vetting-swiper .swiper-wrapper {
  padding-top: 40px;
  padding-bottom: 20px;
}

/* Swiper Navigation */
.vetting-swiper .swiper-button-prev,
.vetting-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid #D2E3F8;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: none;
}

.vetting-swiper .swiper-button-prev:after,
.vetting-swiper .swiper-button-next:after {
  content: '';
  display: none;
}

.vetting-swiper .swiper-button-prev,
.vetting-swiper .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vetting-swiper .swiper-button-prev::before {
  content: '';
  width: 13px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 5L0.5 5M0.5 5L5 9.5M0.5 5L5 0.5' stroke='%235F728B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.vetting-swiper .swiper-button-next::before {
  content: '';
  width: 13px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 5L12.5 5M12.5 5L8 0.5M12.5 5L8 9.5' stroke='%235F728B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.vetting-swiper .swiper-button-prev:hover,
.vetting-swiper .swiper-button-next:hover {
  border-color: #0654E6;
  background: white;
}

.vetting-swiper .swiper-button-prev {
  left: 50%;
  transform: translateX(-160px);
  top: auto;
  bottom: 0;
}

.vetting-swiper .swiper-button-next {
  right: auto;
  left: 50%;
  transform: translateX(160px);
  top: auto;
  bottom: 0;
}

/* Swiper Pagination */
.vetting-swiper .swiper-pagination {
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.vetting-swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #E5E7EB;
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 !important;
}

.vetting-swiper .swiper-pagination-bullet-active {
  background: #0554E6;
  width: 30px;
  height: 9px;
  border-radius: 5px;
}

/* Vetting Card */
.vetting-card {
  background: #fff;
  border-radius: 30px;
 border: 1px solid #CFDEF0;
    padding: 49px 26px 27px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
box-shadow: 0px 0px 16px 0px #469FDF33;
min-height: 272px;
  max-width: 330px;
  width: 100%;
  position: relative;
}

.vetting-card:hover {
  box-shadow: 0 8px 24px rgba(6, 84, 230, 0.12);
  transform: translateY(-4px);
}

/* Step Badge */
.step-badge {
 
 position: absolute;
    top: -20px;
    left: 50%;
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #0654E6 0%, #0543C1 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: white;
    box-shadow: 0px 4px 12px rgba(6, 84, 230, 0.3);
    transform: translateX(-50%);
}

/* Step Icon */
.step-icon {
  width: 51px;
  height: 51px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Step Name */
.step-name {

font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

  color: #464860;
  margin-bottom: 14px;
}

/* Step Description */
.step-description {
 
font-weight: 400;
font-style: Regular;
font-size: 13px;
leading-trim: NONE;
line-height: 190%;
letter-spacing: 0%;
text-align: center;

  color: #6F6F6F;
  flex: 1;
}

.step-description p {
    margin: 0;
    max-height: 90px;
    height: 100%;
    min-height: 80px;
}

.step-description ul,
.step-description ol {
  text-align: left;
  padding-left: 20px;
  margin: 12px 0;
}

.step-description li {
  margin-bottom: 8px;
}

/* Vetting Footer */
.vetting-footer {
  text-align: center;
  margin-top: 40px;
  padding: 20px;
}

.vetting-footer p {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #464860;
  margin: 0;
  max-width: 800px;
  margin: 0 auto;
}

/* Vetting Statistics Section */
.vetting-stats-section {
  margin-top: 30px;
 
}

.vetting-stats-wrapper {
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.stat-badge {
    display: flex;
    align-items: center;
    gap: 3px;
    max-width: max-content;
    padding: 0 20px;
    height: 51px;
    background: white;
    border: 1px solid #CFDEF0;
    box-shadow: 0px 4px 7.3px 0px #DAEAFE;
    background: #FFFFFF1A;
    border-radius: 50px;
    transition: all 0.3s 
ease;
}

.stat-badge:hover {
  border-color: #0654E6;
  box-shadow: 0 4px 12px rgba(6, 84, 230, 0.15);
}

.stat-percentage {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #0554E6;
}

.stat-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #4A4A4A;
}
.writer-vetting-section{
    padding: 128px 0 90px;
}
.secTitlewrap h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 38px;
    line-height: 150%;
    color: #35414B;
    text-align: center;
    margin-bottom: 3px;
}

.secTitlewrap p {
    text-align: center;
    margin: 0;
    max-width: 100%;
    font-size: 16px;
    line-height: 180%;
    color: #4b5563;
    font-weight: 400;
    padding-top: 0;
    font-family: 'Inter', sans-serif;
    padding-top: 0;
}
/* Responsive Design */
@media (max-width: 1024px) {
  .vetting-slider-wrapper {
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .writer-vetting-section {
    padding: 60px 20px;
  }

  .vetting-slider-wrapper {
    padding: 0 30px;
  }

  .step-badge {
    width: 42px;
    height: 42px;
    font-size: 14px;
   
  }

  .step-name {
    font-size: 16px;
  }

  .step-description {
    font-size: 13px;
  }

  .vetting-footer {
    margin-top: 60px;
  }

  .vetting-footer p {
    font-size: 14px;
  }

  .vetting-stats-wrapper {
    gap: 20px;
  }

  .stat-badge {
    padding: 10px 16px;
  }

  .stat-percentage {
    font-size: 15px;
  }

  .stat-text {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .writer-vetting-section {
    padding: 40px 16px;
  }
.secTitlewrap h2 {

        font-size: 25px;

    }

 
    .secTitlewrap p {
        font-size: 15px;
    }
  .vetting-slider-wrapper {
    margin-top: 40px;
    padding: 0 20px;
  }

      .vetting-card {
        padding: 35px 20px 24px;
      }

  .vetting-swiper .swiper-button-prev,
  .vetting-swiper .swiper-button-next {
    width: 32px;
    height: 32px;
  }
.writer-vetting-section{
    padding: 90px 0 90px;
}
  .step-badge {
    width: 38px;
    height: 38px;
  }

  .step-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
.vetting-swiper .swiper-button-next {
 
    transform: translateX(133px);
 
}
  .step-name {
    font-size: 15px;
  }

    .vetting-footer {
        margin-top: 20px;
    }

  .vetting-footer p {
    font-size: 13px;
  }

     .vetting-stats-section {
        margin-top: 25px;
    }

  .vetting-stats-wrapper {
    gap: 15px;
  }

  .stat-badge {
    padding: 8px 14px;
    flex: 0 0 calc(50% - 8px);
  }

  .stat-percentage {
    font-size: 13px;
  }

  .stat-text {
    font-size: 13px;
  }
}
