/* 
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 */
::selection {
	background-color: #D5AC63;
	color: white;
}

::-webkit-scrollbar-track{
	border-radius: 10px;
	background-color: #eafbfc;
}

::-webkit-scrollbar{
	width: 10px;
	background-color: #eafbfd;
}

::-webkit-scrollbar-thumb{
	border-left: 1px solid white;
	border-radius: 10px;
	background-color: #D5AC63;
}

::-webkit-scrollbar-thumb:hover{
	background-color: #9c7126;
	cursor: pointer;
}
a {color: inherit;}
.golden-text, .text-gold, a:active, a:hover {color: var(--e-global-color-primary);}

.home-services .elementor-cta__bg-wrapper {
    border-radius: 16px;
}

.home-services .elementor-cta__button-wrapper {
    opacity: 0;
    text-align: center;
}

.home-services h3.elementor-cta__title.elementor-cta__content-item.elementor-content-item {
    position: absolute;
    top: 103%;
    text-align: center;
}

.home-services .elementor-cta__content, .home-services a.elementor-cta {
    overflow: visible;
}

.home-services:hover .elementor-cta__button-wrapper {
    opacity: 1;
}
span.decor {
    background: #d5ac63 none repeat scroll 0 0;
    height: 2px;
    width: 78px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

span.decor:before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #d5ac63;
    border-radius: 50%;
    content: "";
}

@media only screen and (max-width: 767px) {
	.header-icon-list ul.elementor-icon-list-items {
		gap: 10px;
	}
}

footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none !important;
}