
.ed {
            height: 100px;
        }

.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  /* border-radius: 25px; */
}
.card{
  height: 450px;
  border-radius: 25px;
  background-color: #333;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;

}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #CE2026;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #CE2026;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #333;
}
.card-image{
  position: relative;
  width: 90%;
  height: 160px;
  /* background: #FFF; */
  padding: 3px;
}

.name{
  font-size: 16px;
  font-weight: 500;
  color: white;
}

.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #265DF2;
}

.swiper-navBtn{
  color: grey;;
  transition: color 0.3s ease;
  border: 5px;
}
.swiper-navBtn:hover{
  color: #CE2026;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #6E93f7;
}
.collapsible {
  background-color: #333;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  height: 90px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;

}

.active, .collapsible:hover {
  background-color: #ce2026;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  padding: 0 18px;
}

.active:after {
  content: "\2212";
}

.content {
  padding:  0 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: white;
  margin : 5px;
}


.services-container{
  margin: 150px 20px 0px 20px;
}

.labels {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #ce2026;
}


.labels-lokasi {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  padding-top: 20px;
  color: #ce2026;
}


.labels-title {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

.labels-call {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

.labels-text {
  text-align: left;
  font-size: 14px;
 padding-bottom: 20px;
}


.labels-jadwal {
  text-align: left;
  font-size: 14px;
}


.labels-text ul li {
  text-align: left;
  font-size: 14px;
 margin-left: 20px;

}

.labels-text-card {
  text-align: left;
  font-size: 12px;
  padding-bottom: 5px;
  color: #eaeaea;
  padding-left: 14px;
}

.list-sinsengo{
  text-align: left;
  padding-bottom: 40px;
  padding-left: 40px;

}

.list-sinsengo ol li{
  
  text-align: left;
  font-size: 14px;
  margin-left: 20px;
}

.list-sinsengo li{
  
  padding-bottom: 1px;

}

.label-sinsen{
  padding-left: 65px;
  text-align: left;
  font-size: 16px;
  margin-left: 20px;
  font-weight: bold;
}
.card-content .label-card{
  padding-top: 90px;

}

.card-content p {
  padding: 5px 10px 0px 10px;
  color:#f2f2f2;
  font-size: 16px;
}


@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }

  .collapsible{
    font-size: 15px;
  }
  .swiper-navBtn{
    display: none;
  }
  .ed {
    height: none;
}
}