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

body a {
    text-decoration: none !important;
}

body ul li {
    list-style: none !important;
}

body {
    overflow-x: hidden;
}

h3.elementor-post__title a {
    text-decoration: none !important;
}

.elementor-post__badge {
    background: linear-gradient(180deg, #EFD588 0%, #E28573 100%) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.elementor-post__meta-data span {
    font-size: 14px !important;
    font-family: 'Inter' !important;
    color: #787878 !important;
    font-weight: 400 !important;
}


.elementor-field-group button.elementor-button {
    background: linear-gradient(180deg, #EFD588 0%, #E28573 100%) !important;
}
.elementor-field-group button.elementor-button:hover {
    background: linear-gradient(80deg, #EFD588 0%, #E28573 100%) !important;
}


.icon-class02 .elementor-icon-wrapper .elementor-icon {
     background: linear-gradient(80deg, #EFD588 0%, #E28573 100%) !important;
    color: #fff !important;
}

.icon-class .elementor-icon {
    background: linear-gradient(80deg, #EFD588 0%, #E28573 100%) !important;
    color: #fff !important;
}

.logo-filter img {
    opacity: 0.4 !important;
}

.footer-icons .elementor-social-icons-wrapper span.elementor-grid-item a.elementor-icon {
    background: linear-gradient(180deg, #EFD588 0%, #E28573 100%) !important;
}

.footer-icons .elementor-social-icons-wrapper span.elementor-grid-item a.elementor-icon:hover {
    background: linear-gradient(80deg, #EFD588 0%, #E28573 100%) !important;
}

.contact-us-icons .elementor-widget-container .elementor-icon-box-icon a {
    background: linear-gradient(180deg, #EFD588 0%, #E28573 100%) !important;
}
section#project-sec img {
    height: 500px !important;
    object-fit: cover;
    border-radius: 30px !important;
}

.video-content {
    opacity: 0 !important;
}