/** Shopify CDN: Minification failed

Line 108:18 Expected identifier but found whitespace
Line 108:19 Unexpected "blur("

**/
.quotes-section {
  text-align: center;
}

.quotes-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100vh;
}

.quote-block {
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
     
}
.quote-block p{
  margin: 0!important;
}
.control-tab .slick-slide {
  min-height: 160px; /* Adjust as needed */
    overflow: hidden; /* Ensures content does not overflow */
}
.control-tab .slick-slide::after {
    content: "";
    display: table;
    clear: both;
}
.control-tab .slick-slide * {
    position: relative;
}
.quote-block.active {
  display: flex;
}
span.section-desc-testimo p {
    max-width: 100%;
    width: 80%;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid lightgray;
    padding-bottom: 50px;
}
.quotes-container{
    max-width: 100%;
    width: 70%;
    margin: 0 auto;
  padding: 20px;
  min-height: 3400px;
}
h2.quote-heading {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
  margin: 0;
    margin-bottom: 10px;
}
p.quote-details {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    margin: 0;
    color: #000;
    max-width: 100%;
    width: 90%;
    text-align: justify;
}
strong.writer-name {
    color: grey;
    font-size: 15px;
    font-weight: 400;
}
.quote-block * {
    text-align: justify;
}
.end-content-bottom {
    border-top: 2px solid lightgray;
    padding: 50px 20px;
}

.slick-prev:before, .slick-next:before{
  color: #3D5446!important;
}
.slick-next {
  right:-5px;
    transform: rotate(90deg);
}
.slick-prev {
    left: 80rem;
    transform: rotate(90deg);
    top: 170rem;
  z-index: 999999;
}


/*
.quote-block.last-quote .quote-heading {
  filter: blur(1px); /* Smaller blur for the heading in the last block */
   -webkit-filter: blur(1px);
} 
*/
/* 
.quote-block.last-quote .quote-detail,
.quote-block.last-quote .writer-name {
  filter: blur(2px); 
  -webkit-filter: blur(2px);
}
*/

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 600px) {
    span.section-desc-testimo p{
      width: 100%;
    }
  .quotes-container {
    width: 90%;
    padding: 5px;
    
  }
}