/* Import separate CSS */
@import url("../fonts.css");
@import url("testimonial-desktop.css");
@import url("testimonial-tablet.css");
@import url("testimonial-mobile.css");
@import url("../general-styles/footer.css");
@import url("../general-styles/navbar.css");
@import url("../general-styles/general.css");

.section-testimonial-banner,
.section-content-testimonial {
  height: max-content;
}
.container-content-banner {
  position: relative;
  display: block;
  width: 100%;
}
.img-banner-testimonial {
  opacity: 1;
  display: block;
  width: 100%;
  height: 15rem;
  object-fit: cover;
  border-radius: 20px;
  backface-visibility: hidden;
}
.banner-content-title {
  position: absolute;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #f1f1f1;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: inherit;
}
.title-banner {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.title-testimonial {
  font-weight: 800;
  color: #5b5b5b;
}
.content-testimonial {
  line-height: 1.2;
}
.isi-content-testimonial {
  display: grid;
}
.card-testimoni-user {
  width: 100%;
  max-width: 100%;
  border: none;
  box-shadow: 0 6px 12px 0px rgb(212, 212, 212);
  -webkit-box-shadow: 0 6px 12px 0px rgb(212, 212, 212);
  -moz-box-shadow: 0 6px 12px 0px rgb(212, 212, 212);
  border-radius: 20px;
}
.photo-user-testimoni {
  object-fit: cover;
  border-radius: 50%;
}
.user-testimoni {
  font-weight: 600;
  font-size: 1em;
}
.timestamp-testimoni {
  font-size: 0.9em;
}
.card-body blockquote p:first-child:before {
  content: '\201C';
  color: #fdd314;
  font-size: 7.5em;
  font-weight: 700;
  opacity: .3;
  position: absolute;
  text-shadow: none;
  z-index: 1;
}
.card-sidebar {
  padding: 1rem;
  border: none;
  border-radius: 20px;
  box-shadow: 0 6px 12px 0px rgba(194,194,194,1);
  -webkit-box-shadow: 0 6px 12px 0px rgba(194,194,194,1);
  -moz-box-shadow: 0 6px 12px 0px rgba(194,194,194,1);
}
.card-sidebar-collapse,
.card-sidebar-non-collapse {
  border-radius: 15px;
  border: none;
  box-shadow: 0 6px 12px 0px rgb(230, 230, 230);
  -webkit-box-shadow: 0 6px 12px 0px rgb(230, 230, 230);
  -moz-box-shadow: 0 6px 12px 0px rgb(230, 230, 230);
}
.card-header-title-collapse {
  border-bottom: #e4e4e4 1px solid;
  padding: 9px 0;
}
.card-header-title-non-collapse,
.card-header-title-achievements {
  border-bottom: none;
}
.card-header-title-collapse,
.card-header-title-non-collapse {
  background-color: #fff;
  margin: 0 1rem;
} 
.btn-sidebar-non-collapse,
.btn-sidebar-collapse {
  font-weight: 600;
  color: #5b5b5b;
  padding: 0;
}
.btn-sidebar-non-collapse:hover,
.btn-sidebar-collapse:hover {
  text-decoration: none;
  color: #000;
}
.btn-sidebar-non-collapse:active,
.btn-sidebar-collapse:active {
  text-decoration: none;
  color: #000;
}
.btn-sidebar-collapse::after {
  content: "\f107";
  color: #333;
  float: right;
  margin-left: 8px;
  font-family: "FontAwesome";
  font-size: 20px;
}
.btn-sidebar-collapse[aria-expanded="true"]::after {
  content: "\f106";
}
.title-menu-sidebar {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
}
.border-bottom {
  width: 25%;
  border-bottom: 2px solid #fdd314!important
}
.title-menu-link,
.title-menu-link:hover,
.title-menu-link:visited,
.title-menu-link:active {
  color: #000;
}
.opt-menu-sidebar,
.opt-menu-sidebar:hover {
  color: #000;
}
.title-menu-link:hover,
.opt-menu-sidebar:hover {
  text-decoration: none;
}
/* Side Brighton News */
.link-sidenews .text-title-sidenews,
.link-sidenews .text-date-sidenews {
  color: #000;
}
.link-semua-sidenews:hover,
.link-sidenews:hover {
  text-decoration: none;
}
.link-sidenews:hover .text-title-sidenews {
  color: #6a6a6a;
}
.container-list-sidenews,
.wrapper-side-news {
  display: grid;
}
.container-img-thumb {
  width: 100%;
  height: max-content;
  overflow: hidden;
  border-radius: .5rem;
}
.zoom-animation-hover:hover .img-thumbnail-sidenews {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  border-radius: .5rem;
}
.img-thumbnail-sidenews {
  object-fit: cover;
  display: block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.text-title-sidenews {
  font-weight: 600;
  font-size: .875em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-date-sidenews {
  font-weight: 300;
  font-size: .75em;
}