/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */



.elementor-field-type-text.elementor-field-group.elementor-column.elementor-field-group-name.elementor-col-100 {
    width: 65%;
}

.elementor-field-type-tel.elementor-field-group.elementor-column.elementor-field-group-field_e3384b7.elementor-col-100 {
    width: 65%;
}

.elementor-field-type-email.elementor-field-group.elementor-column.elementor-field-group-email.elementor-col-100.elementor-field-required {
    width: 65%;
}

.about-second span {
    color: #550015 ;
}


.contact-form button.elementor-button.elementor-size-sm {
    margin-top: 40px;
}

.elementor-widget-reviews .elementor-testimonial__text {
    height: 150px;
    overflow: auto;
}


.elementor-widget-reviews .elementor-testimonial__text::-webkit-scrollbar {
  width: .4em;
}
 
.elementor-widget-reviews .elementor-testimonial__text::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgb(152 100 113);
}
 
.elementor-widget-reviews .elementor-testimonial__text::-webkit-scrollbar-thumb {
  background-color: #550015;
  outline: 1px solid slategrey;
}