/* 
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 */




.head-menu a:hover{
	color: #AB8965 !important;
}

.rating-head{
	background: rgba(0, 0, 0, 0.14);
    border: 1.49822px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(14.9822px);
	border-radius: 29.9643px;
}

.banner-overlay{
	background: rgba(0, 0, 0, 0.14);
    border: 1.49822px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(7.48px);
}


.global-btn .elementor-button{
	background: rgba(255, 255, 255, 0.14) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(10px) !important;
}


.global-btn .elementor-button:hover{
	background:#AB8965 !important;
	border-color:transparent !important;
	color: #ffffff !important;
}

.arrow-btn svg{
	font-size:10px;
}

.marquee-container .elementor-icon-list-items {
	flex-wrap: nowrap !important;
}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-container .elementor-icon-list-items {
  display: inline-block;
  animation: marqueeScroll 15s linear infinite;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.marquee-container:hover .elementor-icon-list-items {
  animation-play-state: paused;
}

.marquee-container .elementor-icon-list-item{
  flex-direction:row-reverse !important;
}

.marquee-container .elementor-icon-list-icon{
	padding-left:50px !important;
}

.collaglow-slider .elementor-swiper-button-prev{
	display:none !important;
}

.collaglow-slider .elementor-swiper-button{
	width: 79px;
    height: 79px;
	display:flex;
	justify-content:center;
	align-items:center;
	background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(14px);
	border-radius:50%;
}


    .faq-item {
        border-bottom: 1px solid #ccc;
		margin-bottom:34px;
    }

  
  
    .faq-content {
        padding-bottom:30px;
		padding-top:15px;
        display: none;
    }

    .faq-arrow svg {
        display: block;
    }
