/*!
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor
*/

.name-first-letter,.e-loop-item.testimonials:nth-child(2) .name-first-letter {
height: 60px;
width: 60px;
display: flex;
background: rgba(101, 2, 2, 0.2);
flex-basis: 60px;
align-items: center;
justify-content: center;
border-radius: 50%;
margin-right: 10px;
font-size: 30px;
font-weight: 700;
line-height: 1;
}
.e-loop-item.testimonials:nth-child(3) .name-first-letter,
.testimonials:nth-child(2n) .name-first-letter{
background: rgba(229, 164, 164, 1);
}
.e-loop-item.testimonials:nth-child(4) .name-first-letter,
.testimonials:nth-child(3n) .name-first-letter{
background: rgba(186, 238, 178, 1);
}
.e-loop-item.testimonials:nth-child(5) .name-first-letter,
.testimonials:nth-child(4n) .name-first-letter{
background: rgba(244, 255, 114, 1);
}
.e-loop-item.testimonials:nth-child(6) .name-first-letter,
.testimonials:nth-child(5n) .name-first-letter{
background: rgba(164, 179, 229, 1);
}
.e-loop-item.testimonials:nth-child(7) .name-first-letter,
.testimonials:nth-child(6n) .name-first-letter{
background: #EEB2DD;
}
.name-first-letter .elementor-widget-container {
height: auto !important;
}
.review-heading-wrap>.e-con-inner {
align-items: center;
}
.review-heading-wrap .client-name * {
height: auto !important;
line-height: 1;
align-items: center;
}
.testimonials_wrap .review-heading-wrap .e-con-inner {
align-items: center;
padding: 0 25px 15px 25px;
}
.testimonials_wrap .elementor-widget-theme-post-content {
padding: 0 25px;
font-size: 16px !important;
line-height: 26px !important;
padding-bottom: 15px;
}
.testimonials_wrap .elementor-widget-theme-post-content p{
}
.testimonials_wrap .client-review {
padding: 55px 25px 0;
background: url('/wp-content/uploads/2024/09/blue-quote.png') no-repeat 25px 16px;
}
.testimonials_wrap .client-review h3.elementor-heading-title.elementor-size-default {
font-size: 29px;
letter-spacing: 0;
margin-bottom: 10px;
line-height: 1.3;
}
.review-content p {
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
overflow: hidden;
}
.btn_read_more .elementor-button.elementor-button-link {
background: transparent;
padding: 0;
margin-left: 25px;
text-transform: none;
text-decoration: underline;
color: #7e94af;
font-size: 16px;
font-weight: 600;
}
.btn_read_more .elementor-button.elementor-button-link:hover {
text-decoration: none;
color: #000;
}
@media (max-width:1399px){
.testimonials_wrap .client-review h3.elementor-heading-title.elementor-size-default {
font-size: 22px;
}
}

/**/
 figure {
    margin: 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    row-gap: 25px;
}

.row .col-wrap .card {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    height: 100%
}

.col-wrap {
    width: 100%;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .col-wrap {
        width: 50%;
    }

}

@media (min-width: 1024px) {
    .col-wrap {
        width: 33.33%;
    }

}

.col-info {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    font-family: Nunito Sans, sans-serif;
    padding: 0 25px;
}

.col-info .heading {
    font-weight: 600;
}

.row .col-wrap .col-info .info {
    margin-left: 16px;
}

.row .col-wrap .col-info .info p {
    margin-top: 10px; 
    margin-bottom: 0;
    color: #7b7b7b;
    line-height: 26px;
}

.row .col-wrap .col-info .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e0cccc;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 18px;
    color: #201A1E;
}

.row .col-wrap .content-wrap {
    padding: 0 25px;
    font-family: "Nunito Sans", sans-serif;
    color: #201A1E;
    line-clamp: 6;
}

.row .col-wrap .content-wrap h2 {
    font-size: 29px;
    color: #000000;
    margin-bottom: 16px;
}

.row .col-wrap .content-wrap figure {
    padding-top: 25px;
    padding-bottom: 16px;
}

.row .col-wrap .content-wrap .btn-wrap {
    padding-top: 40px;
}

.row .col-wrap .content-wrap .btn-wrap a {
    color: #7e94af;
    transition: all 0.3s ease-in-out;
}

.row .col-wrap .content-wrap .btn-wrap a:hover {
    text-decoration: none;
    color: #000000;
        }

.ss-loadmore-button-wrapper {
	padding-top: 50px;
	text-align: center;
}

.ss-loadmore-button {
	background-color: #e5d3b0;
    display: inline-block;
    color: #000 !important;
    padding: 10px 20px !important;
    line-height: 1;
    height: auto !important;
    border-radius: 30px;
	transition: all 0.35s linear;
}

.ss-loadmore-button:hover {
	background-color: rgba(229, 211, 176, .7);
}