.carousel-indicators {
    bottom: 90px;
}

.carousel-indicators li.active {
    background: #25A7D6;
}
.carousel-indicators li {
    display: inline-block;
    border: 2px solid #25A7D6!important;
    width: 12px;
    height: 12px;
    margin: 5px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    border: 2px solid #25A7D6!important;
    margin: 5px;
}

@media screen and (max-width: 992px) {
    .carousel-indicators {
        bottom: 130px;
    }
}

@media screen and (max-width: 768px) {
    .carousel-indicators {
        bottom: 200px;
    }
}

.breadcrumbs a:last-child {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .blogPosts .postTitle {
        text-align: left;
    }
}
.faq .panel {
    display: block;
    padding: 0px;
}
/* Gallery on page o-nama */
.gal-container{
    padding: 12px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.gal-item{
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{
    height: 350px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item a:focus{
    outline: none;
}
.gal-item a:after{
    content:"\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
    opacity: 1;
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .description{
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}
.gal-container .description h4{
    margin:0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    /*top: 100px;*/
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
    .gal-container .modal-dialog {
        width: 55%;
        margin: 25% auto;
    }
}
@media (max-width: 768px) {
    .gal-container{
        margin-top: 0;
    }
    .modal-dialog {
        margin: 50% auto;
    }
}

.o-nama-video {
    margin-bottom: 100px;
}
.review-carousel {
    max-width: 1000px;
    margin: auto;
}

.review-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    min-height: 320px;
    margin: 0 10px;
}

.review-card h4 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}

.review-card p {
    text-align: justify;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .review-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
  }
  
  .review-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .review-name {
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
  }
  
  .review-stars {
    display: flex;
    gap: 2px;
    color: #ffc107; /* Gold */
    font-size: 1.1em;
    margin-top: 4px;
  }

.review-text.short,
.review-text.full {
transition: opacity 0.3s ease;
}

.reviews-section {
    .centerBtns {
        margin-top: 50px;
    }
}

.review-carousel-wrapper {
    position: relative;
    padding-bottom: 50px; /* Space for arrows */
}

@media screen and (min-width: 992px) {
    .review-carousel-wrapper.expanded {
      margin-bottom: 95px; /* Adjust as needed */
    }
  }

.review-carousel .slick-arrow {
    position: absolute;
    top: 100%;
    bottom: -22%!important;
    transform: translateY(10px);
    z-index: 1;
    background: none;
    border: none;
    font-size: 0; /* hide text if any */
    margin-left: 0px!important;
}

.review-carousel .slick-prev::before,
.review-carousel .slick-next::before {
    font-family: "FontAwesome";
    font-size: 32px;
    color: #007bff;
    opacity: 1;
}

.review-carousel .slick-prev::before {
    content: "\f104"; /* fa-angle-left */
}

.review-carousel .slick-next::before {
    content: "\f105"; /* fa-angle-right */
}

.review-carousel .slick-prev {
    left: 45%;
}

.review-carousel .slick-next {
    left: 52%;
}

@media screen and (max-width: 992px) {
    .review-carousel .slick-prev {
      /* left: 42% !important; */
      top: 100% !important;
    }
  
    .review-carousel .slick-next {
      /* left: 55% !important; */
      top: 100% !important;
    }
  }
  
  @media screen and (max-width: 768px) {
    .review-carousel .slick-prev {
      /* left: 38% !important; */
      top: 100% !important;
    }
  
    .review-carousel .slick-next {
      /* left: 58% !important; */
      top: 100% !important;
    }
  }

  .review-header-link {
    text-decoration: none;
    color: inherit;
    display: block;
  }
  .review-header-link:hover .review-name {
    text-decoration: underline;
  }

  .google-rating-summary {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 30px;
    font-size: 1.1em;
    color: #555;
    transition: opacity 0.3s ease;
}

.google-rating-summary:hover {
    opacity: 0.85;
}

.google-rating-summary .rating-score {
    font-weight: bold;
    font-size: 1.3em;
    color: #000;
    margin-right: 8px;
}

.google-rating-summary .rating-stars {
    color: #f5c518!important; /* gold */
    margin-right: 8px;
    font-size: 1.2em;
}

.google-rating-summary .rating-stars i {
    margin-right: 2px;
}

.google-rating-summary .rating-count {
    font-size: 0.95em;
    color: #666;
}

.googleReviewsBtn {
    display: block;
    width: 412px;
    height: 64px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    margin: 30px auto 60px auto;
    background-color: transparent; /* assuming no bg */
    border: 2px solid #13274A;
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 700;
    transition: all 0.3s ease;
    margin-top:70px!important;
    margin-bottom: 10px!important;
}

/* Center strucni tim gallery images */
/* Center the doctor cards when a row isn't full */
.strucnitim .strucni-tim-prikaz .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* <-- centers leftover items on the last line */
}

/* Ensure the section title spans full width inside flex row */
.strucnitim .strucni-tim-prikaz .row > h3 {
  flex: 0 0 100%;
}

/* Turn off Bootstrap floats for the cards inside this page/area only */
.strucnitim .strucni-tim-prikaz .row .docBlock {
  float: none !important;
  display: block;
}

/* Breakpoints mirroring your Bootstrap 3 grid widths */
@media (max-width: 767px) { /* xs: 1 per row */
  .strucnitim .strucni-tim-prikaz .row .docBlock {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) { /* sm: 3 per row */
  .strucnitim .strucni-tim-prikaz .row .docBlock {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) { /* md+ : 4 per row */
  .strucnitim .strucni-tim-prikaz .row .docBlock {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
/* END Center strucni tim gallery images */