/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.color__gradient .elementor-heading-title {
    background: linear-gradient(to right, rgba(177, 52, 255, 1), rgba(131, 61, 174, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.list__check ul li {
    background: url(assets/images/check-blue-icon.svg) no-repeat;
    background-position: 0% 3px;
    padding-left: 26px;
    margin-bottom: 20px;
}
.list__check_white ul li{
	background: url(assets/images/check-icon-white.svg) no-repeat !important;
	    padding-left: 35px;
	background-position: 0% 3px !important;
}
.list__check ul {
    list-style: none;
    padding: 0;
}
.testimonials__slider .elementor-swiper-button-prev svg, .testimonials__slider .elementor-swiper-button-next svg {
    display: none;
}

.testimonials__cont {
    background: url(assets/images/quotes-icon.svg) no-repeat;
    background-position: top left;
}
.home__form .elementor-field-group:after{
	    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
top: 46px;
    left: 30px;
    z-index: 9;
}
.home__form .elementor-field-group-name:after {
    background: url(assets/images/user-icon.svg) no-repeat;
}
.home__form .elementor-field-group-phone:after {
    background: url(assets/images/call-icon.svg) no-repeat;
}
.home__form .elementor-field-type-email:after {
    background: url(assets/images/mail-icon01.svg) no-repeat;
}
.home__form .elementor-field-type-textarea:after {
    background: url(assets/images/message-icon.svg) no-repeat;
}

.home__form .elementor-field-group-name {
    position: relative;
}
.home__form input, .home__form textarea {
    padding-left: 45px !important;
}
.text__content{
	height:134px;
	overflow:hidden;
}
.text__content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 134px;
    background: linear-gradient(180deg, #00000000, #000000cf 80%);
    width: 100%;
    z-index: 9;
}
.full__text{
	height:auto;
	overflow:default;
}
.full__text:after{
	display:none;
}
.full__text {
    padding-bottom: 10px;
}
.testimonials__cont>div {
    height: 140px !important;
    overflow-x: auto;
	    padding: 0 20px;
}
.testimonials__cont>div::-webkit-scrollbar {
	width: 6px; /* Set the width of the scrollbar */
}

.testimonials__cont>div::-webkit-scrollbar-track {
	background: #f1f1f1; /* Background of the scrollbar track */
}

.testimonials__cont>div::-webkit-scrollbar-thumb {
	background: #888; /* Color of the scrollbar thumb */
	border-radius: 3px; /* Rounded corners for the thumb */
}
.testimonials__cont>div p:last-child{
	margin:0;
}
@media only screen and (max-width:767px){
.testimonials__cont {
    background-position: 50% 0;
}
.testimonials__cont .elementor-widget-container {
    padding-top: 30px;
}
.testimonials__cont>div {
    height: 230px !important;
    overflow-x: auto;
	    padding: 0 10px;
}
}