.step-slider {
  width: 100%;
  margin-inline: auto;
  position: relative;
  height: 100%;
  background-color: #fff;
  box-shadow: 
  0 4px 6px rgba(0,0,0,0.2);


}
.step-card{
  display:flex; flex-direction:column; background:#fff;
 overflow:hidden;

}
.step-card__media{ aspect-ratio:16/9; overflow:hidden; }
.step-card__media img{ width:100%; height:100%; object-fit:cover; display:block; }
.step-card__body{ padding:16px; }
.step-card__date{ display:block; font-size:12px; color:#6b7280; margin-bottom:8px; }
.step-card__title{ font-size:18px; margin:0 0 8px; }
.step-card__excerpt{ font-size:14px; color:#333; margin:0 0 12px; }
.step-card__more{ font-weight:800; text-decoration:none; padding: 20px; margin-top: 20px;
     width: 200px; border: 1px solid var(--primary); border-radius: 8px; display: flex; justify-content: center;
        align-items: center; color: var(--primary); margin-left: auto; margin-right: auto;}  
.step-card__more:hover{
  border: 1px solid #D74000;
    background-color: #D74000;
    color:#fff;
}
.contrast-black-white .step-card__more {background-color: #fff; color:#000;}
.contrast-black-white .step-card__more:hover {background-color: #000; color:#fff; border: 1px solid #fff;;}
.contrast-black-yellow .step-card__more {background-color: #ff0; color:#000 !important;}
.contrast-black-yellow .step-card__more:hover {background-color: #000; color:#ff0 !important; border: 1px solid #ff0;}
.contrast-black-white .step-toggle{color: #fff;}
.contrast-black-yellow .step-toggle {
  color: #ff0;
}
.step-pagination {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    background: #fff;
    width: max-content;
    margin: 12px auto 0;
}
.step-pagination-box{
  display: flex;
}
.step-pagination .swiper-pagination-bullet{
  width:auto; height:auto; padding:2px 6px; border-radius:6px;
  opacity:1; background:transparent; border:1px solid transparent;
  font-size:18px; line-height:1.6; font-weight: 800;
}
.slaid {
    height: auto;
    width: 100%;
}
.step-pagination .swiper-pagination-bullet-active{ border-color:var(--primary); }

.step-toggle{
  position:absolute; right:6px; bottom:6px;
  background:transparent; border:0; font-size:14px; line-height:1;
  cursor:pointer; padding:6px;
}
.swiper-wrapper{
  height: 820px;

}
.step-slider {
  width: 100%;
  margin-inline: auto;
  position: relative;
  height: 100%;
  background-color: #fff;
  border-radius: 25px;

}
.step-card{
  display:flex; flex-direction:column; background:#fff;
   overflow:hidden;
  
}
.step-card__media{ aspect-ratio:16/9; overflow:hidden; }
.step-card__media img{ width:100%; height:100%; object-fit:cover; display:block; }
.step-card__body{ padding:16px; }
.step-card__date{ display:block; font-size:12px; color:#6b7280; margin-bottom:8px; }
.step-card__title{ font-size:18px; margin:0 0 8px; }
.step-card__excerpt{ font-size:14px; color:#333; margin:0 0 12px; }
.step-card__more{ font-weight:800; text-decoration:none; }

.step-pagination {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    background: #fff;
    width: max-content;
    margin: 12px auto 0;
}
.step-pagination-box{
  display: flex;
}
.slaid {
    height: auto;
    width: 100%;
}
.step-pagination .swiper-pagination-bullet-active{ border-color:var(--primary); }

.step-toggle{
  position:absolute; right:6px; bottom:6px;
  background:transparent; border:0; font-size:14px; line-height:1;
  cursor:pointer; padding:6px;
}
.swiper-wrapper{
  height: 820px;
  
}

.step-slider2 {
    width: 100%;
    margin-inline: auto;
    position: relative;
    height: 100%;
    background-color: #fff;
    

}

.step-card2 {
    display: flex;
    background: #fff;
    overflow: hidden;
   
}

.step-card__media2 {
    aspect-ratio: 16/9;
    overflow: hidden;
    width: 48%;
}

.step-card__media2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.step-card__body2 {
    padding: 16px;
    width: 49%;
}

.step-card__date2 {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 8px;
}

.step-card__title2 {
    font-size: 18px;
    margin: 0 0 8px;
}

.step-card__excerpt2 {
    font-size: 14px;
    color: #333;
    margin: 0 0 12px;
}

.step-card__more2 {
    font-weight: 800;
    text-decoration: none;
    padding: 20px;
    background-color: var(--primary);
}

.step-pagination2 {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    background: #fff;
    width: max-content;
    margin: 12px auto 0;
}

.step-pagination-box2 {
    display: flex;
}

.step-pagination2 .swiper-pagination-bullet{
    width: auto;
    height: auto;
    padding: 2px 6px;
    opacity: 1;
    background: transparent;
    border: 1px solid transparent;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 800;
}

.slaid2 {
    height: auto;
    width: 100%;
}

.step-pagination .swiper-pagination-bullet-active{
    border-color: var(--primary);
}

.step-toggle{
    position: absolute;
    right: 6px;
    bottom: 6px;
    background: transparent;
    border: 0;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    padding: 11px 10px !important;
}
