.construction-steps {
    padding: 6rem 0;
    padding-top: 10rem;
    padding-bottom: 5rem;
    background-color: #F1EFE9;
}

/* swiper kot flex, overflow visible za puščici */
.construction-swiper {
  position: relative;
  overflow: visible;
  padding-bottom: 2rem; /* da drsnik ni preblizu */
}

/* ukrivljene kartice */
.construction-swiper .step-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* slika na vrhu */
.step-image img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* meta spodaj */
.step-meta {
  padding: 1.5rem;
}
.step-number {
    color: #EE3524;
    font-weight: 500;
    margin-right: 0.5rem;
    font-size: 1.5em;
}
.step-title {
  display: inline-block;
  margin: 0.5rem;
  font-weight: 500;
}
.step-desc {
  margin-top: 1rem;
  line-height: 1.6;
}


/* odstrani stare plus/minus če je še kje */
.construction-swiper .plusminus {
  display: none !important;
}

@media (min-width: 992px) {
  .swiper-button-next {
    position: absolute !important;
    top: 250px !important;
    right: -74px !important;
  }
}

@media (max-width: 991px) {
.swiper-button-next {
    margin-top: 1rem !important;
    margin-left: 1rem !important;
}
}

.swiper-button-next {
    width: 45px !important;
    height: 45px !important;
}

.swiper-slide {
	margin-right: 100px !important;
}	

.step-text p {
    line-break: auto !important;
	margin-top: 0.5rem;
}

.step-image img.img-fluid {
    border-radius: 10px !important;
}

.step-text {
    margin-top: 1rem;
}

.swiper {
    padding-top: 0rem !important;
}

p.steps-intro {
    margin-top: 1rem;
    width: 95%;
}

.task-icon {
  width: 10px;
  height: 10px;
  background-color: #ED3023;
  border-radius: 2px;
  margin-top: 0.5rem;
}

.task-icon-black {
width: 10px;
  height: 10px;
  background-color: #000000;
  border-radius: 2px;
  margin-top: 0.5rem;
}

.phase .row.mb-md-4 > *:not(:first-child) {
    border-bottom: 1px solid #DDDDDD;
    min-height: 55px;	
}
  @media (max-width: 767.98px) {.phase .row.mb-md-4 > *:not(:first-child) {    border-bottom: 1px solid #DDDDDD;    min-height: 0px !important;}.col-md-4.accordion-content {    padding-right: 100px ! IMPORTANT;}h4.phase-title {	font-size: 18px !Important;}	/* make only the last task’s inner borders transparent */.last-item {       /* all but the first column */    /* either remove the border entirely: */    border-bottom: none !important;    /* or just make it transparent if your original rule is more specific */    /* border-left-color: transparent !important; */}.accordion-content li {    color: #666666 ! IMPORTANT;}.open .accordion-content {	padding-top: 1.5rem !important;	padding-bottom: 1.5rem !Important;}}
h4.phase-title {
    font-size: 21px;
    line-height: 120%;
    text-decoration: underline;
}

.phase.mb-5 {
    border-bottom: 1px solid #DDDDDD;
}

.phase.mb-5:nth-last-child(1) {
    border-bottom: 0 !important;
}

.divide-seznam {
	border-bottom: 1px solid #DDDDDD;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transform: translateX(20px);
  opacity: 0;
  transition:
    max-height 0.35s ease,
    transform  0.35s ease,
    opacity    0.35s ease;   
}

.accordion-item.open .accordion-content {
  max-height: 1000px; 
  transform: translateX(0);
  opacity: 1;
}

.task-icon-black,
.task-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  margin-right: .75rem;
  background: #000;
}

.accordion-item.open .task-icon,
.accordion-item.open .task-icon-black {
  background: #ED3023 !important;
}

h4.phase-title {
  text-decoration: underline;
  margin-bottom: .5rem;
}

.phase .accordion-item:last-child {
  border-bottom: none;
}

.accordion-toggle {
  cursor: pointer;
  user-select: none;
}

.accordion-toggle h5 {
  user-select: none;
}

.accordion-toggle .task-icon,
.accordion-toggle .task-icon-black {
  user-select: none;
}


