/**
 * Strong Testimonials custom template
 */
/* Clears
-----------------------------------------------*/
.clear {
  clear: both;
}

/**
Minimum paragraph width means no short words in skinny space next to image
in columns or small screens.

This workaround is needed until we can use flexbox properly
or CSS offers container queries.

Thanks https://css-tricks.com/minimum-paragraph-widths/
*/
.maybe-clear {
  content: "";
  /* this value seems to work well in both responsive and Masonry */
  width: 6em;
  display: block;
  overflow: hidden;
}

/* Base
-----------------------------------------------*/
.strong-view.custom {
  display: block;
  width: 100%;
}
.strong-view.custom div {
  box-sizing: border-box;
}
.strong-view.custom .wpmtst-testimonial {
  max-height: none;
  max-width: none;
  padding: 0;
  width: 100%;
}
.strong-view.custom .wpmtst-testimonial.t-slide {
  margin-top: 0;
  margin-bottom: 0;
}/*
.strong-view.custom .wpmtst-testimonial-inner {
  display: block;
  width: 100%;
  height: 100%;
}
*/
.strong-view.custom .wpmtst-testimonial-image {
  max-width: 100%;
}
.strong-view.custom .wpmtst-testimonial-field-before {
  margin-right: 0.5em;
}
.strong-view.custom a.readmore,
.strong-view.custom a.readmore-toggle {
  white-space: nowrap;
  z-index: 100;
}
.strong-view.custom a.readmore-toggle:hover {
  cursor: pointer;
}

.strong-view.slider-container {
  opacity: 1;
}
.strong-view .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Template
-----------------------------------------------*/
.strong-view.custom {
  margin-bottom: 0;
}
.strong-view.custom .wpmtst-testimonial {
  margin-bottom: 1em;
}
.strong-view.custom .wpmtst-testimonial-inner {
  padding: 15px 0px;
}
.strong-view.custom .wpmtst-testimonial-inner > *:not(:nth-last-child(2)):not(:last-child) {
	margin-bottom: 5px;
}
.strong-view.custom .wpmtst-testimonial-heading {
  margin-bottom: 1em;
}
.strong-view.custom .wpmtst-testimonial-content p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.strong-view.custom .wpmtst-testimonial-content p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.strong-view.custom .wpmtst-testimonial-image {
  float: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.strong-view.custom .wpmtst-testimonial-image .initials {
  margin-top: 0.25em;
  margin-right: 1em;
  margin-bottom: .5em;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  background-color: #f9f9f9;
  border-radius: 3px;
  display: table-cell;
  vertical-align: middle;
}
.strong-view.custom .wpmtst-testimonial-field {
  clear: both;
}
.strong-view.custom .wpmtst-testimonial-name {
  font-weight: 700;
}
.strong-view.custom .readmore {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.strong-view.custom .readmore-page {
  border: 1px solid #E6E6E6;
  padding: 0.5em;
  text-align: center;
}

/* Slideshow
-----------------------------------------------*/
.strong-view.custom.slider-container .strong-content {
  margin: 0 auto;
}
.strong-view.custom.slider-container .wpmtst-testimonial:not(:first-child) {
  display: none;
}
.strong-view.custom.nav-position-inside .wpmtst-testimonial-inner {
  padding-bottom: 48px;
}
.strong-view.custom.controls-type-sides .wpmtst-testimonial-inner {
  padding: 35px 95px 50px;
}

/* Responsive
-----------------------------------------------*/
@media only screen and (max-width: 320px) {
  .strong-view.custom .wpmtst-testimonial-image {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/* RTL
-----------------------------------------------*/
.strong-view.custom.rtl .wpmtst-testimonial,
.strong-view.custom.rtl .wpmtst-testimonial-inner,
.strong-view.custom.rtl .wpmtst-testimonial-heading {
  text-align: right;
}
.strong-view.custom.rtl .wpmtst-testimonial-image {
  float: right;
  margin-left: 1em;
}
.strong-view.custom.rtl .wpmtst-testimonial-field {
  text-align: left;
}

/*  Compatibility with metaslider pro layers display
----------------------------------------------------*/

.msHtmlOverlay .layer .disabled {
    display: block !important;
}

.slide-box
{
	padding:20px;
	background-color: #fff;
	float:left;
	margin:10px;
	border-radius: 12px;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.08));
	min-height:295px!important;
}

.slide-box:hover
{
  background-color: #15284f!important;
}

.slide-box .testimonial-inner
{
   height:100%;
   width:100%;
   float:left;
 
}

.client-img
{
	float:left;
	width:16%;
	border-radius:10px;
}

.client-info-top
{
	float:left;
	width:75%!important;
	margin-left:20px;
}

.client-info-bottom .testimonial-name, .client-info-bottom .testimonial-company, .client-info-bottom .testimonial-field .strong-rating-wrapper {
  display: none;
}

.client-info-bottom
{
	width:100%;
	margin-top:20px!important;
}

.readmore-text {
  float: right;
}

.client-info-top .testimonial-name{
	font-size: 22px;
	line-height: 32px;
	color: #181818;
	font-weight: 500;
	font-family: "Alegreya Sans";
}

.client-info-top .strong-rating span.star::before {
  color: #d20000;
  background: #d20000;
}

.client-info-top h3
{
	margin:0px!important;
}

.testimonial-content
{
	font-size: 18px;
	line-height: 30px;
	color: #181818;
	font-weight: 400;
	font-style: italic;
	font-family: "Jost";
}

.wpmslider-controls
{
	position:relative!important;
}

.wpmslider-controls:before, .wpmslider-controls:after {
    content: '';
    background: rgb(21 40 79 / 40%);
    position: absolute;
    width: 100px;
    height: 2px;
}

.wpmslider-controls:before
{
    left: -225px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.wpmslider-controls:after 
{
    left: 225px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.slide-box:hover .testimonial-content, .slide-box:hover .testimonial-name a, .slide-box:hover .readmore-toggle
{
	color:#fff!important;
}

.slide-box .testimonial-inner::before {
    content: '';
    background: url(/wp-content/uploads/2025/05/quotes.svg);
    background-size: contain;
    position: absolute;
    right: 0;
    top: -13px;
    width: 96px;
    height: 96px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(51%) saturate(102%) hue-rotate(227deg) brightness(107%) contrast(90%);
}

.slide-box:hover .testimonial-inner::before
{
	opacity:10%!important;
}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev
{
	left:-80px!important;
}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next
{
	right:-80px!important;
}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before
{
	mask:url('/wp-content/uploads/2025/05/Testimonial-Leftt-arrow.svg')!important;
	width:24px!important;
	height:24px!important;
	top:8px!important;
	left:0px!important;
}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before
{
    mask:url('/wp-content/uploads/2025/05/Testimonial-right-arrow.svg')!important;
	width:24px!important;	
	height:24px!important;
	top:8px!important;
	left:0px!important;
}

.wpmslider-controls-direction .wpmslider-next:before, .wpmslider-controls-direction .wpmslider-prev:before
{
	background:#09317b!important;
}

.wpmslider-controls-direction:hover .wpmslider-next:before, .wpmslider-controls-direction:hover .wpmslider-prev:before
{
	background:#fff!important;
}

.wpmslider-prev, .wpmslider-next
{
	width:42px!important;
	height:42px!important;
	background:#fff!important;
	border:1px solid #09317b;
	border-radius:50%;
}

.wpmslider-prev:hover, .wpmslider-next:hover
{
	background:#09317b!important;
}

.hm-reviews .wpmslider-prev:before
{
	background-image: url('/wp-content/uploads/2024/06/Left-Arrow-Black.svg')!important;
	mask:none!important;
    background-position: center!important;
    filter: drop-shadow(0px 20px 40px rgba(0,0,0,0.15))!important;
    display: block !important;
	background-color:unset!important;
	width:42px!important;
	height:42px!important;
}

.hm-reviews .wpmslider-next:before
{
	background-image: url('/wp-content/uploads/2024/06/Right-Arrow-Black.svg')!important;
	mask:none!important;
    background-position: center!important;
    filter: drop-shadow(0px 20px 40px rgba(0,0,0,0.15));
    display: block !important;
	background-color:unset!important;
	width:42px!important;
	height:42px!important;
}

.hm-reviews .wpmslider-prev:before, .hm-reviews .wpmslider-next:before
{
    position: absolute !important;
	top:10px!important;
	left:10px!important;
}

.hm-reviews .readmore-content br
{
	display:none!important;
}

.client-img img
{
	position:relative;
	z-index:1;
	border-radius:10px!important;
}

@keyframes fade {
  0% { opacity: 0 }
  100% { opacity: 1 }
}

.slide-box:hover .client-img:before {
    content: '';
    background: url(/wp-content/uploads/2024/06/Image-back-color.png);
    position: absolute;
    width: 177px;
    height: 208px;
    background-size: contain;
    left: 8px;
    bottom: 22px;
    z-index: 0;
    animation: fade 1s linear;
}

/************** Mobile Responsive Css ************************/

@media only screen and (max-width: 800px) {
	
	.client-info-bottom .company-name
	{
		font-size:16px!important;
	}
	
	.strong-view.controls-type-sides-outside
	{
		padding:0px 10px!important;
	}
	
	.readmore-excerpt, .readmore-content
	{
		font-size:14px!important;
	}
	
    .slide-box .testimonial-inner::after 
	{
		top:0px!important;
	}
	
	.bottom-content
	{
		width:85%!important;
	}
	
	.slide-box .wpmtst-testimonial-inner {
      padding: 0px !important;
	  width:100%;
	  min-height:270px!important;
	}
	
	.slide-box {
       padding-top: 25px !important;
	   margin-top:10px!important;
     }
	
	.client-img
	{
		width:22%!important;
	}
	
	.client-info-top
	{
		width:70%!important;
	}
	
	.client-info-bottom
	{
		left:0px!important;
	}
	
	.client-info-bottom .testimonial-name {
      font-size: 18px!important;
     }
	
	.wpmtst-testimonial-inner.testimonial-inner::before
	{
		top:65px!important;
		left:-20px!important;
	}
	
	.testimonial-content p
	{
		line-height: 25px;
	}
	
	.testimonial-content
	{
		padding-top:25px;	
		min-height:180px!important;
	}
	
	.slide-box::after
	{
      left: 25px!important;
      width: 85%!important;
      bottom: -5px!important;
	}
	
	.wpmtst-testimonial-inner.testimonial-inner::before
	{
		display:none;
	}
	
	
	.slide-box .testimonial-inner::after
	{
		width:24px!important;
		height:24px!important;
		right:15px!important;
	}
	
	
	.slide-box .testimonial-inner::after 
	{
		left:20px!important;
	}
	
	.slide-box:hover .client-img:before {
    width: 205px!important;
    height: 245px!important;
    bottom: 0!important;
    top: 58px!important;
   }
	
	.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev
  {
	left:-40px!important;
  }

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next
  {
	right:-40px!important;
  }
}