#sec-testimonial-home {
  position: relative;
  z-index: 10;
  background-image: url(../images/Databricks-Lakehouse.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -10vh;
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  #sec-testimonial-home {
    background-attachment: scroll;
  }
}
#sec-testimonial-home .section {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0 150px 0;
}
#sec-testimonial-home .testimonial-glass-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(135deg, rgba(15, 49, 93, 0.75) 0%, rgba(10, 30, 60, 0.65) 100%);
}
#sec-testimonial-home .testimonial-galaxy-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
#sec-testimonial-home .testimonial-star {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  transform: translate3d(0, 0, 0);
  transition: transform 0.15s ease-out;
  will-change: transform;
  backface-visibility: hidden;
}
#sec-testimonial-home .testimonial-star.star-small {
  width: 1px;
  height: 1px;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.4);
  opacity: 0.8;
}
#sec-testimonial-home .testimonial-star.star-medium {
  width: 2px;
  height: 2px;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.9), 0 0 6px rgba(255, 255, 255, 0.5), 0 0 10px rgba(203, 32, 38, 0.3);
  opacity: 0.9;
}
#sec-testimonial-home .testimonial-star.star-large {
  width: 3px;
  height: 3px;
  box-shadow: 0 0 4px rgb(255, 255, 255), 0 0 8px rgba(255, 255, 255, 0.6), 0 0 15px rgba(86, 110, 177, 0.4);
  opacity: 1;
}
#sec-testimonial-home .testimonial-star {
  animation: star-twinkle 3s ease-in-out infinite;
}
#sec-testimonial-home .testimonial-star.star-blue {
  background: rgba(86, 110, 177, 0.9);
  box-shadow: 0 0 2px rgba(86, 110, 177, 0.8), 0 0 4px rgba(86, 110, 177, 0.4);
}
#sec-testimonial-home .testimonial-star.star-red {
  background: rgba(203, 32, 38, 0.9);
  box-shadow: 0 0 2px rgba(203, 32, 38, 0.8), 0 0 4px rgba(203, 32, 38, 0.4);
}
#sec-testimonial-home .testimonial-star.star-white {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.4);
}
@keyframes star-twinkle {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
#sec-testimonial-home .testimonial-glass-content-container {
  position: relative;
  z-index: 3;
  padding: 0 20px;
  width: 100%;
}
#sec-testimonial-home .testimonial-glass-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 30px 35px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  #sec-testimonial-home .testimonial-glass-card {
    padding: 25px 20px;
  }
}
#sec-testimonial-home .testimonial-tag {
  background: rgba(203, 32, 38, 0.25);
  color: #ff6b6b;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 16px;
}
#sec-testimonial-home .testimonial-glass-desc {
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 0;
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  #sec-testimonial-home .testimonial-glass-desc {
    font-size: 16px;
    line-height: 1.65;
  }
}
#sec-testimonial-home .testimonial-author {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
#sec-testimonial-home .testimonial-author-name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
#sec-testimonial-home .testimonial-author-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 300;
}
#sec-testimonial-home .garnish {
  position: relative;
}
#sec-testimonial-home .garnish .img-1 {
  position: absolute;
  top: -10em;
  right: 10%;
  transform: scale(0.65);
  opacity: 0.15;
}
#sec-testimonial-home .garnish .img-2 {
  position: absolute;
  top: -15em;
  right: 40vw;
  transform: scale(0.45);
  opacity: 0.12;
}
#sec-testimonial-home {
  /*
  $_ph : breakpoint-max(sm, $grid-breakpoints );

  @include media-breakpoint-down( sm ) {
  	@content;
  }*/
}
@media only screen and (max-width: 767.98px) {
  #sec-testimonial-home {
    min-height: auto;
    margin-bottom: 0;
  }
  #sec-testimonial-home .section {
    min-height: auto;
    padding: 20px 0;
  }
  #sec-testimonial-home .testimonial-glass-content-container {
    padding: 0 15px;
  }
  #sec-testimonial-home .testimonial-glass-card {
    padding: 25px 20px;
  }
  #sec-testimonial-home .testimonial-galaxy-stars .testimonial-star {
    opacity: 0.6;
  }
  #sec-testimonial-home .garnish .img-1,
  #sec-testimonial-home .garnish .img-2 {
    opacity: 0.05;
  }
}
