.ratio-611 {
    min-height: 580px;
}

#carousel611 {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 20px auto;
}
#carousel611 .tba {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #000;
}
#carousel611 .carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.6s ease;
  will-change: transform;
}
#carousel611 .carousel-item {
  flex: 0 0 auto;
}
#carousel611 .carousel-item img {
  width: 365px;
  height: 611px;
  object-fit: cover;
  display: block;
}
#carousel611 .carousel-prev,
#carousel611 .carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: background 0.3s ease;
  z-index: 3;
}
#carousel611 .carousel-prev:hover,
#carousel611 .carousel-next:hover {
  background: rgba(255,255,255,1);
}
#carousel611 .carousel-prev {
  left: 10px;
}
#carousel611 .carousel-next {
  right: 10px;
}

.section-611 {
  margin: 20px auto;
  padding: 20px 0;
}
.section-611 .tba {
    width: 100%;
}
.about-611 {
    margin: 20px auto;
    padding: 20px 0;
}
.section-611 .row,
.products-611 .row,
.about-611 .row {
  margin: 0 !important;
}
.section-611 img {
  width: 100%;
  height: auto;
}
.section-611 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.25;
}
.section-611 h3 {
  font-size: 28px;
  margin-bottom: 16px;
  line-height: 1.3;
}
.section-611 p {
  font-size: 16px;
  line-height: 1.5;
}
.section-611 .quotetext {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 16px;
}
.products-611 {
    border-top: 1px solid #000;
    margin: 20px auto !important;
    padding: 50px 0 40px 0 !important;
    border-bottom: 1px solid #000;
}
.products-611 .col-md-2 {
    padding: 0;
}
.products-611 .col-md-5 {
    padding: 10px 0;
}
.products-611 .cbadge {
    padding: 6px 12px !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    font-style: normal !important;
    color: #000 !important;
    background: rgba(0,0,0,.1) !important;
}
.products-611 .regular-link {
  display: inline-flex !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  margin: 0 !important;
  float: none !important;
  color: black;
}
.products-611 .regular-link:hover {
    color: #FFF !important;
}
.card611 {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.card611 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  vertical-align: middle;
  max-height: 420px;
}

.card611 .card-text {
  line-height: 1.3;
  font-size: 18px;
  text-decoration: none;
  font-weight: 400 !important;
  display: block;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 8px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  position: absolute;
  bottom: -10px;
  width: 100%;
  color: #000;
  text-align: center;
}

.timeline-611 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  border-top: 1px solid #000;
  margin: 16px auto 10px auto;
  padding-top: 40px;
  gap: 40px;
}

.timeline-611::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;
}

.timeline-611 .timeline-item {
  flex: 1;
  position: relative;
  text-align: left;
  padding-top: 20px;
  top: -42px;
}

.timeline-611 .timeline-dot {
  position: absolute;
  top: -9px;
  left: 1px;
  width: 14px;
  height: 14px;
  background: #000;
  border: 4px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
  outline: 1px solid #000;
}

.timeline-611 .timeline-content {
  margin-left: 0;
}

.timeline-611 h4 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: 600;
}

.timeline-611 p {
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 780px) {
  .timeline-611 {
    flex-direction: column;
    border-top: none;
    border-left: 1px solid #000;
    padding-left: 24px;
    padding-top: 0;
    margin-left: 20px;
  }

  .timeline-611::before {
    display: none;
  }

  .timeline-611 .timeline-item {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .timeline-611 .timeline-dot {
    left: -35px;
    top: 20px;
  }
}

@media (max-width: 999px) {
    .card611 img {
        max-height: 480px;
    }
    #custom_subpage .tba .col-md-7 {
        padding: 0;
    }
    #carousel611 {
        margin: 0 auto;
        padding-bottom: 40px;
        border-bottom: 1px solid #000;
    }
    #carousel611 .tba {
        border-bottom: 0;
    }
    .section-611 .tba,
    .products-611 .tba,
    .about-611 .tba {
        flex-direction: column !important;
        align-items: start !important;
    }
    .products-611 .col-md-2,
    .products-611 .col-md-5,
    .about-611 .col-md-6 {
        padding: 0 !important;
        width: 100% !important;
    }
    .pt-below-md-4 {
        padding-top: 16px !important;
        text-align: left !important;
    }
    #custom_subpage .pt-4 {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .section-611 h3 {
        margin-top: 14px !important;
    }
    .about-611 {
        margin: 20px auto 0 auto !important;
    }
}

@media (max-width: 780px) {
    .section-611 .tba {
        display: flex !important;
        flex-direction: column !important;
    }

    .products-611 .col-md-2,
    .products-611 .first-col-md-5 {
        padding-bottom: 20px !important;
    }
}
@media (max-width: 576px) {
    #carousel611 .carousel-item img{
        width: 280px;
        height: auto;
    }
    #carousel611 .carousel-prev, #carousel611 .carousel-next {
        width: 32px;
        height: 32px;
    }
}