/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.3.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.elementor-button svg {
    width: 5px !important;
}

.elementor-button {
    background: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-0f408ea) 100%), linear-gradient(0deg, var(--e-global-color-5e80cf1), var(--e-global-color-5e80cf1)), var(--e-global-color-accent);
	min-width: 190px; 
	min-height: 64px;
}

.heading-span{
	color: var(--e-global-color-5e80cf1);
}

.sec-btn .elementor-button{
	background: unset !important;
}
.our-service-loopitem .elementor-button {
    min-height: 40px !important;
}
.testimonial-slider .swiper-slide {
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.testimonial-slider .swiper-wrapper {
    padding-bottom: 10px;
}

.testimonial-slider .elementor-swiper-button {
    bottom: -80px !important;
    top: auto !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
}

.elementor-swiper-button.elementor-swiper-button-prev {
     left: calc(50% - 30px) !important;
}
.elementor-swiper-button.elementor-swiper-button-next {
    right: calc(50% - 80px) !important;
}
.elementor-social-icons-wrapper .elementor-grid-item .elementor-icon {
    background: linear-gradient(90deg, #B33A3A 0%, #4D1919 100%), #E9C46A;
}
.footer-divider .elementor-divider-separator {
    background: linear-gradient(90deg, #B33A3A 0%, #4D1919 100%), #E9C46A;
    padding: 1px;
    border: 0 !important;
}

#cus-Footer .menu-item a {
    position: relative;
    z-index: 1;
}

#cus-Footer .menu-item a:before {
    content: '';
    background-image: url('/wp-content/uploads/2025/07/Vector.png');
    width: 13px;
    height: 13px;
    background-color: transparent !important;
    display: block;
    z-index: 2;
    margin-right: 10px !important;
    opacity: 1;
    position: unset !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.review-stars {
    display: block;
    width: 93px;
    margin-bottom: 20px;
}
.accent-color {
    color: var(--e-global-color-accent) !important;
}