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

/*** Gallery/blogs ***/
.gellery-blogs .filter-btns {
    margin: 30px 0;
    background-color: rgba(248, 148, 29,30%);
}
.gellery-blogs .pswp-gallery img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.gellery-blogs .card-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #FEFEFE;
}
.gellery-blogs .card-text {
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #FEFEFE;
}
.gellery-blogs .card {
    border: 1px solid var(--e-global-color-primary);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    /* background-color: #000; */
    color: white;
}

.gellery-blogs .card-body {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.gellery-blogs .fade-scale {
    animation: fadeScale 0.4s ease-in-out;
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.gellery-blogs .btn-orange {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #211D1E;
}
.gellery-blogs .btn-orange.active {
    background-color: #F8941D;
    color: #FEFEFE;
    border-color: #F8941D ;
}

.gellery-blogs .btn-orange:hover {
    background-color: #e98b40;
    color: #FEFEFE;
}
.blog_category_wrapper {
    background-color: rgba(248, 148, 29,30%);
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #211D1E;
    padding: 8px 16px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 0px;
}
/*
.gellery-blogs .blog_category {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #211D1E;
}
*/
.gellery-blogs .read_time {
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -2%;
    color: #211D1E;
}
.gellery-blogs .card-title.text-dark {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -2%;
    color: #211D1E;
}
.gellery-blogs .card-text.text-dark {
    color: #003723;
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -2%;
}
.gellery-blogs .read_more_link {
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -2%;
    color: #211D1E;
    transition: color 0.3s;
}

.gellery-blogs .read_more_link i {
  transition: transform 0.5s ease;
}

.gellery-blogs .read_more_link:hover i {
  transform: translateX(10px);
}

.quote-form label.elementor-field-label {
    display: none;
}


.quote-form .elementor-field-group-field_5c893f3 label.elementor-field-label {
    display: block;
}