/**
 * 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: 10px!important;
  filter: drop-shadow(6.389px 4.815px 9px rgba(0,0,0,0.06));
  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: 0 15px;
}
.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:100px 30px 30px;
	background-color: #fff;
	float:left;
	margin-top:0px;
	border-radius: 0px;
	width:100%;
	overflow:hidden;
	clip-path: polygon(0 0, 88% 0%, 100% 22%, 100% 100%, 0 100%, 0% 50%);
}

.slide-box:hover
{
	background-color: #04417b!important;
}

.slide-box .testimonial-inner
{
   height:100%;
   width:100%;
   float:left;
	padding:0px!important;
 
}

.client-img
{
	float:left;
	width:60%;
}

.client-img p {
    background: #48ad45;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    padding: 15px;
    border-radius: 50%;
    font-family: "Nunito Sans";
    font-weight: 700;
}

.slide-box:hover .client-img p
{
	background: #6e4394!important;
}

.bottom-content
{
	float:left;
	width:92%!important;
}

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

.client-info-bottom
{
	width:100%;
	margin-top:20px!important;
	display: flex;
    flex-direction: row;
    align-items: center;
}

.readmore-text {
  float: right;
}

.client-info-bottom .testimonial-name {
	font-size: 24px;
	line-height: 30px;
	color: #04417b;
	font-weight: 700;
	font-family: "Rethink Sans";
	margin-right:15px!important;
	z-index:1;
}

.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: 34px;
	color: #2b2b2b;
	font-weight: 400;
	font-family: "Rethink Sans";
	min-height:150px!important;
}

.client-info-bottom
{
	text-align:center;
}

.testimonial-company
{
	font-size:16px!important;
}

.slide-box .testimonial-inner::before {
    content: '';
    background: url(/wp-content/uploads/2026/01/quote.svg);
	filter: brightness(0) saturate(100%) invert(20%) sepia(45%) saturate(1967%) hue-rotate(185deg) brightness(98%) contrast(105%);
    position: absolute;
    left: 15px;
    top: -60px;
    background-size: cover;
    width: 170px;
    height: 150px;
    opacity: 10%;
}

.slide-box:hover .testimonial-inner::before
{
	filter: brightness(0) invert(1);
}

.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:unset!important;
    content: "\e901"!important;
    font-family: 'ridge-arrows' !important;
    background: unset !important;
	width:28px!important;
	height:15px!important;
	top:4px!important;
	color:#333333;
}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before
{
    mask:unset!important;
    content: "\e900"!important;
    font-family: 'ridge-arrows' !important;
    background: unset !important;
	width:28px!important;	
	height:15px!important;
	top:4px!important;
	color:#333333;
}

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

.wpmslider-controls-direction:hover .wpmslider-next:before, .wpmslider-controls-direction:hover .wpmslider-prev:before, .slide-box:hover .testimonial-name a, .slide-box:hover .testimonial-content
{
	color:#fff!important;
}

.wpmslider-prev, .wpmslider-next
{
	width:42px!important;
	height:30px!important;
	background:#dfdfdf!important;
}


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

.client-img img
{
	position:relative;
	z-index:1;
	border-radius:50%;
	border: 20px solid #f0f0f0;
}

@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: 767px) {
	
	.client-info-bottom .company-name
	{
		font-size:16px!important;
	}
	
	.strong-view.controls-type-sides-outside
	{
		padding:0px 10px!important;
	}
	
	.readmore-excerpt, .readmore-content, .testimonial-company
	{
		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%;
	}
	
	.slide-box {
       padding-top: 25px !important;
	   margin-top:10px!important;
     }
	
	.slide-box .testimonial-inner
	{
		width:100%!important;
	}
	
	.client-img
	{
		width:100%!important;
	}
	
	.client-img img {
      border: 10px solid #f0f0f0!important;
     }
	
	.client-info-bottom
	{
		left:0px!important;
	}
	
	.client-info-bottom .testimonial-name {
      font-size: 18px!important;
     }
	
	.wpmtst-testimonial-inner.testimonial-inner::before
	{
        top: -10px !important;
        left: 30px !important;
        width: 80px !important;
        height: 80px !important;
	}
	
	.testimonial-content p
	{
		line-height: 20px;
	}
	
	.testimonial-content
	{
		padding-top:25px;	
		min-height:180px!important;
	}
	
	.slide-box::after
	{
      left: 25px!important;
      width: 85%!important;
      bottom: -5px!important;
	}
	
	.slide-box .testimonial-inner::after
	{
		width:24px!important;
		height:24px!important;
		right:15px!important;
	}
	
	.slide-box iframe
	{
		width:270px!important;
		height:auto!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;
  }

}