﻿.testimonial {
 width: 100%;
 height: max-content;
 background-image: url('../image/projects-bg.png');
 background-color: #fff;
 background-size: cover;
 overflow: hidden;
}

.testimonial h2 {
 margin-bottom: 30px;
}

.testimonial .slick-slide {
 overflow: hidden;
}

.testimonial .slick-dots {
 width: 90%;
 bottom: -50px !important;
}

.testimonial-card {
 width: 100%;
 max-width: 575px;
 height: fit-content;
 background-color: #fff;
 background-image: url('../image/testimonial-qute.png');
 background-repeat: no-repeat;
 background-position: 95% 10%;
 box-shadow: 0px 10px 50px 0px #00000008;
 padding: 15px;
}

.testimonial-card p {
 color: var(--grey);
}

@media (max-width:991px) {
 .testimonial-card {
  max-width: 100%;
  background-position: top 10% right 15%;
 }
}

@media(max-width:767px) {
 .testimonial-group {
  flex-direction: column-reverse;
  gap: 30px;
 }

 .testimonial .slick-dots {
  width: 100%;
 }

 .testimonial-group h2 {
  text-align: center;
 }
}









/* 

<li><a href="service.html">Solar Panel Energy</a></li>
<li><a href="service.html">Hydropower Plants Energy</a></li>
<li><a href="service.html">Wind Turbine Energy</a></li>
<li><a href="service.html">Fossil Resources Service</a></li>







*/